All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade
@ 2012-02-28 14:14 Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 01/14] python-elementary: bump PR to rebuild after libtiff3->libtiff5 change Martin Jansa
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 6ef60f762e96a81996cd016a09381d5443676d1f:

  pango: use pango.inc from oe-core (2012-02-28 10:29:01 +0100)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/pull
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull

Martin Jansa (14):
  python-elementary: bump PR to rebuild after libtiff3->libtiff5 change
  elfe: bump PR to rebuild after libtiff3->libtiff5 change
  epdf: bump PR to rebuild after libtiff3->libtiff5 change
  ethumb: bump PR to rebuild after libtiff3->libtiff5 change
  evas: bump PR to rebuild after libtiff3->libtiff5 change
  imlib2: bump PR to rebuild after libtiff3->libtiff5 change
  libeflvala: add tiff to DEPENDS and bump PR to rebuild after
    libtiff3->libtiff5 change
  libsdl-image: bump PR to rebuild after libtiff3->libtiff5 change
  navit: bump PR to rebuild after libtiff3->libtiff5 change
  imagemagick: bump PR to rebuild after libtiff3->libtiff5 change
  lcms: bump PR to rebuild after libtiff3->libtiff5 change
  poppler: bump PR to rebuild after libtiff3->libtiff5 change
  tiff: rename bbappend to match new version from oe-core
  mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in
    ARM_INSTRUCTION_SET

 .../python/python-elementary_svn.bb                |    2 +-
 meta-efl/recipes-efl/e17/elfe_svn.bb               |    2 +-
 meta-efl/recipes-efl/efl/epdf_svn.bb               |    2 +-
 meta-efl/recipes-efl/efl/ethumb_svn.bb             |    2 +-
 meta-efl/recipes-efl/efl/evas_svn.bb               |    2 +-
 meta-efl/recipes-efl/efl/imlib2_svn.bb             |    2 +-
 meta-efl/recipes-efl/efl/libeflvala_svn.bb         |    4 ++--
 .../libsdl-image/libsdl-image_1.2.10.bb            |    2 +-
 .../{tiff_3.9.5.bbappend => tiff_4.0.1.bbappend}   |    0
 meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb |    6 +++---
 meta-oe/recipes-navigation/navit/navit_svn.bb      |    2 +-
 .../imagemagick/imagemagick_6.7.5.bb               |    2 ++
 meta-oe/recipes-support/lcms/lcms_1.17.bb          |    2 +-
 meta-oe/recipes-support/poppler/poppler_0.18.0.bb  |    2 +-
 14 files changed, 17 insertions(+), 15 deletions(-)
 rename meta-oe/recipes-multimedia/libtiff/{tiff_3.9.5.bbappend => tiff_4.0.1.bbappend} (100%)

-- 
1.7.8.5




^ permalink raw reply	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 01/14] python-elementary: bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 02/14] elfe: " Martin Jansa
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../python/python-elementary_svn.bb                |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-devtools/python/python-elementary_svn.bb b/meta-efl/recipes-devtools/python/python-elementary_svn.bb
index 102ca07..daaf119 100644
--- a/meta-efl/recipes-devtools/python/python-elementary_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-elementary_svn.bb
@@ -1,7 +1,7 @@
 require python-efl.inc
 LICENSE = "LGPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 SRCREV = "${EFL_SRCREV}"
 DEPENDS += "elementary python-evas"
 RDEPENDS_${PN} += "python-evas python-ecore python-edje" 
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 02/14] elfe: bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 01/14] python-elementary: bump PR to rebuild after libtiff3->libtiff5 change Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 03/14] epdf: " Martin Jansa
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-efl/e17/elfe_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/elfe_svn.bb b/meta-efl/recipes-efl/e17/elfe_svn.bb
index 5a482e4..5206e24 100644
--- a/meta-efl/recipes-efl/e17/elfe_svn.bb
+++ b/meta-efl/recipes-efl/e17/elfe_svn.bb
@@ -1,7 +1,7 @@
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
 PV = "0.0.1+svnr${SRCPV}"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
 
 require e-module.inc
 
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 03/14] epdf: bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 01/14] python-elementary: bump PR to rebuild after libtiff3->libtiff5 change Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 02/14] elfe: " Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 04/14] ethumb: " Martin Jansa
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-efl/efl/epdf_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/epdf_svn.bb b/meta-efl/recipes-efl/efl/epdf_svn.bb
index 102342f..7e6e5ca 100644
--- a/meta-efl/recipes-efl/efl/epdf_svn.bb
+++ b/meta-efl/recipes-efl/efl/epdf_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Epdf is the glue between EFL and libpoppler"
 
 DEPENDS = "poppler evas ecore"
 PV = "0.1.0+svnr${SRCPV}"
-PR = "r6"
+PR = "r7"
 SRCREV = "${EFL_SRCREV}"
 
 inherit efl
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 04/14] ethumb: bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
                   ` (2 preceding siblings ...)
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 03/14] epdf: " Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 05/14] evas: " Martin Jansa
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-efl/efl/ethumb_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/ethumb_svn.bb b/meta-efl/recipes-efl/efl/ethumb_svn.bb
index e309de0..ddf0e61 100644
--- a/meta-efl/recipes-efl/efl/ethumb_svn.bb
+++ b/meta-efl/recipes-efl/efl/ethumb_svn.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e6a6db9e80255adbafa16e817d9a4d8c"
 DEPENDS = "libexif eet-native evas ecore edje eet edbus emotion epdf"
 PV = "0.1.0+svnr${SRCPV}"
-PR = "r2"
+PR = "r3"
 SRCREV = "${EFL_SRCREV}"
 
 inherit efl
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 05/14] evas: bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
                   ` (3 preceding siblings ...)
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 04/14] ethumb: " Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 06/14] imlib2: " Martin Jansa
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-efl/efl/evas_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/evas_svn.bb b/meta-efl/recipes-efl/efl/evas_svn.bb
index 618f595..cf9f752 100644
--- a/meta-efl/recipes-efl/efl/evas_svn.bb
+++ b/meta-efl/recipes-efl/efl/evas_svn.bb
@@ -2,7 +2,7 @@ require evas.inc
 
 SRCREV = "${EFL_SRCREV}"
 PV = "1.1.0+svnr${SRCPV}"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "\
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 06/14] imlib2: bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
                   ` (4 preceding siblings ...)
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 05/14] evas: " Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 07/14] libeflvala: add tiff to DEPENDS and " Martin Jansa
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-efl/efl/imlib2_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/imlib2_svn.bb b/meta-efl/recipes-efl/efl/imlib2_svn.bb
index e131bcb..fbab70f 100644
--- a/meta-efl/recipes-efl/efl/imlib2_svn.bb
+++ b/meta-efl/recipes-efl/efl/imlib2_svn.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
 DEPENDS = "freetype libpng jpeg virtual/libx11 libxext"
 PROVIDES = "virtual/imlib2"
 PV = "1.4.2.001+svnr${SRCPV}"
-PR = "r3"
+PR = "r4"
 SRCREV = "${EFL_SRCREV}"
 
 inherit efl
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 07/14] libeflvala: add tiff to DEPENDS and bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
                   ` (5 preceding siblings ...)
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 06/14] imlib2: " Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 08/14] libsdl-image: " Martin Jansa
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-efl/efl/libeflvala_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/libeflvala_svn.bb b/meta-efl/recipes-efl/efl/libeflvala_svn.bb
index 35dae38..d288f1e 100644
--- a/meta-efl/recipes-efl/efl/libeflvala_svn.bb
+++ b/meta-efl/recipes-efl/efl/libeflvala_svn.bb
@@ -3,9 +3,9 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 SECTION = "devel"
-DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary"
+DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary tiff"
 PV = "2011.01.13.1+svnr${SRCPV}"
-PR = "r2"
+PR = "r3"
 PE = "1"
 SRCREV = "${EFL_SRCREV}"
 SRCNAME = "vala"
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 08/14] libsdl-image: bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
                   ` (6 preceding siblings ...)
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 07/14] libeflvala: add tiff to DEPENDS and " Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 09/14] navit: " Martin Jansa
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../libsdl-image/libsdl-image_1.2.10.bb            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb
index 29234ab..12a3abd 100644
--- a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb
+++ b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
 
-PR = "r2"
+PR = "r3"
 
 DEPENDS = "tiff zlib libpng jpeg virtual/libsdl"
 
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 09/14] navit: bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
                   ` (7 preceding siblings ...)
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 08/14] libsdl-image: " Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 10/14] imagemagick: " Martin Jansa
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-navigation/navit/navit_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-navigation/navit/navit_svn.bb b/meta-oe/recipes-navigation/navit/navit_svn.bb
index 1aee3c7..6d0b152 100644
--- a/meta-oe/recipes-navigation/navit/navit_svn.bb
+++ b/meta-oe/recipes-navigation/navit/navit_svn.bb
@@ -2,7 +2,7 @@ require navit.inc
 
 SRCREV = "4841"
 PV = "0.2.0+svnr${SRCPV}"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 S = "${WORKDIR}/${PN}"
 SRC_URI += "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;proto=http "
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 10/14] imagemagick: bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
                   ` (8 preceding siblings ...)
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 09/14] navit: " Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 11/14] lcms: " Martin Jansa
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../imagemagick/imagemagick_6.7.5.bb               |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
index 4cecff0..1869a41 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=944f66dcedc98d5a4e5d964bd3b32e7b"
 # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
 DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib"
 
+PR = "r1"
+
 PATCHSET = "6"
 SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
            file://PerlMagic_MakePatch.patch \
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 11/14] lcms: bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
                   ` (9 preceding siblings ...)
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 10/14] imagemagick: " Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 12/14] poppler: " Martin Jansa
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/lcms/lcms_1.17.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/lcms/lcms_1.17.bb b/meta-oe/recipes-support/lcms/lcms_1.17.bb
index 8ec516d..efa6402 100644
--- a/meta-oe/recipes-support/lcms/lcms_1.17.bb
+++ b/meta-oe/recipes-support/lcms/lcms_1.17.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=156745cad721a8783cb847e82b79f586"
 SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms-${PV}.tar.gz"
 
-PR = "r2"
+PR = "r3"
 
 BBCLASSEXTEND = "native"
 
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 12/14] poppler: bump PR to rebuild after libtiff3->libtiff5 change
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
                   ` (10 preceding siblings ...)
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 11/14] lcms: " Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 13/14] tiff: rename bbappend to match new version from oe-core Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 14/14] mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET Martin Jansa
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/poppler/poppler_0.18.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/poppler/poppler_0.18.0.bb b/meta-oe/recipes-support/poppler/poppler_0.18.0.bb
index c6c4ec9..69d2926 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.18.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.18.0.bb
@@ -1,6 +1,6 @@
 require poppler.inc
 
-PR = "r1"
+PR = "r2"
 
 DEPENDS += "lcms"
 
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 13/14] tiff: rename bbappend to match new version from oe-core
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
                   ` (11 preceding siblings ...)
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 12/14] poppler: " Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 14/14] mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET Martin Jansa
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../{tiff_3.9.5.bbappend => tiff_4.0.1.bbappend}   |    0
 1 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/recipes-multimedia/libtiff/{tiff_3.9.5.bbappend => tiff_4.0.1.bbappend} (100%)

diff --git a/meta-oe/recipes-multimedia/libtiff/tiff_3.9.5.bbappend b/meta-oe/recipes-multimedia/libtiff/tiff_4.0.1.bbappend
similarity index 100%
rename from meta-oe/recipes-multimedia/libtiff/tiff_3.9.5.bbappend
rename to meta-oe/recipes-multimedia/libtiff/tiff_4.0.1.bbappend
-- 
1.7.8.5




^ permalink raw reply	[flat|nested] 15+ messages in thread

* [meta-oe][meta-efl][PATCH 14/14] mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET
  2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
                   ` (12 preceding siblings ...)
  2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 13/14] tiff: rename bbappend to match new version from oe-core Martin Jansa
@ 2012-02-28 14:14 ` Martin Jansa
  13 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-28 14:14 UTC (permalink / raw)
  To: openembedded-devel

* virtual/kernel was needed only to provide omapfb.h in staging
  but that's now moved to BSP layers, no need to make sstate hash
  machine specific here.
* s/ARM/arm/ is just cosmetic change because classes are testing only
  '== "thumb"' so it works the same with ARM but mplayer2 was only
  recipe using it uppercase

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 3e4d369..0b73d57 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Open Source multimedia player."
 SECTION = "multimedia"
 HOMEPAGE = "http://www.mplayerhq.hu/"
-DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 virtual/kernel libass \
+DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 libass \
 	   ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}"
 
 RDEPENDS_${PN} = "mplayer-common"
@@ -18,10 +18,10 @@ SRC_URI = "git://repo.or.cz/mplayer.git;protocol=git;branch=master \
 
 SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac"
 
-ARM_INSTRUCTION_SET = "ARM"
+ARM_INSTRUCTION_SET = "arm"
 
 PV = "2.0+gitr${SRCPV}"
-PR = "r7"
+PR = "r8"
 
 PARALLEL_MAKE = ""
 
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-02-28 14:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 14:14 [meta-oe][meta-efl][PATCH 00/14] PR bumps after tiff upgrade Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 01/14] python-elementary: bump PR to rebuild after libtiff3->libtiff5 change Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 02/14] elfe: " Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 03/14] epdf: " Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 04/14] ethumb: " Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 05/14] evas: " Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 06/14] imlib2: " Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 07/14] libeflvala: add tiff to DEPENDS and " Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 08/14] libsdl-image: " Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 09/14] navit: " Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 10/14] imagemagick: " Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 11/14] lcms: " Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 12/14] poppler: " Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 13/14] tiff: rename bbappend to match new version from oe-core Martin Jansa
2012-02-28 14:14 ` [meta-oe][meta-efl][PATCH 14/14] mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.