[oe-commits] ghost : packages/gstreamer/*.bb: fix PR of some gst-plugin-* packages... when plugins-base or gstreamer core changes all plugins must be recompiled!!

git version control git at git.openembedded.org
Thu Jun 25 20:48:33 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: d25117286f663bd7a8593959d7fa6f480958e2ea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d25117286f663bd7a8593959d7fa6f480958e2ea

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Thu Jun 25 17:47:13 2009 +0200

packages/gstreamer/*.bb: fix PR of some gst-plugin-* packages... when plugins-base or gstreamer core changes all plugins must be recompiled!!

---

 packages/gstreamer/gst-plugin-dvbmediasink.bb    |    3 +--
 packages/gstreamer/gst-plugins-bad_0.10.13.bb    |    2 --
 packages/gstreamer/gst-plugins-base_0.10.23.1.bb |    1 -
 packages/gstreamer/gst-plugins-good_0.10.15.bb   |    1 -
 packages/gstreamer/gst-plugins.inc               |    2 +-
 5 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/packages/gstreamer/gst-plugin-dvbmediasink.bb b/packages/gstreamer/gst-plugin-dvbmediasink.bb
index dad958d..7db36d5 100644
--- a/packages/gstreamer/gst-plugin-dvbmediasink.bb
+++ b/packages/gstreamer/gst-plugin-dvbmediasink.bb
@@ -4,8 +4,7 @@ PRIORITY = "optional"
 MAINTAINER = "Felix Domke <tmbinc at openembedded.org>"
 DEPENDS = "gstreamer gst-plugins-base"
 PV = "0.10+${SRCDATE}"
-PR = "r0"
-PR_dm7025 = "r2"
+PR = "r3"
 
 inherit autotools pkgconfig
 
diff --git a/packages/gstreamer/gst-plugins-bad_0.10.13.bb b/packages/gstreamer/gst-plugins-bad_0.10.13.bb
index 468e74a..2b267bd 100644
--- a/packages/gstreamer/gst-plugins-bad_0.10.13.bb
+++ b/packages/gstreamer/gst-plugins-bad_0.10.13.bb
@@ -4,5 +4,3 @@ EXTRA_OECONF += "--disable-apexsink --disable-dvdnav"
 RCONFLICTS_gst-plugin-mpegdemux = "gst-plugin-fluendo-mpegdemux"
 RREPLACES_gst-plugin-mpegdemux = "gst-plugin-fluendo-mpegdemux"
 SRC_URI += "file://gst-plugins_configure_skip_shave.patch;patch=1;pnum=0"
-PR = "r0"
-
diff --git a/packages/gstreamer/gst-plugins-base_0.10.23.1.bb b/packages/gstreamer/gst-plugins-base_0.10.23.1.bb
index 72b7360..241735b 100644
--- a/packages/gstreamer/gst-plugins-base_0.10.23.1.bb
+++ b/packages/gstreamer/gst-plugins-base_0.10.23.1.bb
@@ -5,7 +5,6 @@ RREPLACES_gst-plugins-base = "libgstapp-0.10-0"
 EXTRA_OECONF += "--with-audioresample-format=int"
 RDEPENDS += "gstreamer (>= ${PV})"
 
-PR = "r2"
 SRCDATE = "20090606"
 REL = "0.10.23"
 
diff --git a/packages/gstreamer/gst-plugins-good_0.10.15.bb b/packages/gstreamer/gst-plugins-good_0.10.15.bb
index f1969f6..a134540 100644
--- a/packages/gstreamer/gst-plugins-good_0.10.15.bb
+++ b/packages/gstreamer/gst-plugins-good_0.10.15.bb
@@ -3,4 +3,3 @@ DEPENDS += "gst-plugins-base"
 SRC_URI += "file://sed-with-autoconf-2.59.patch;patch=1;pnum=1 \
 	file://gst-plugins-good_configure_skip_shave.patch;patch=1;pnum=0 \
 	file://backport_matroskademux_memleak_fix.patch;patch=1;pnum=1"
-PR = "r2"
\ No newline at end of file
diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc
index 25bded7..372e442 100644
--- a/packages/gstreamer/gst-plugins.inc
+++ b/packages/gstreamer/gst-plugins.inc
@@ -3,7 +3,7 @@ SECTION = "multimedia"
 PRIORITY = "optional"
 MAINTAINER = "Felix Domke <tmbinc at openembedded.org>"
 DEPENDS = "gstreamer libcdio libmikmod libmad libogg tremor libvorbis libid3tag liboil alsa-lib neon flac"
-PR = "r0"
+PR = "r3"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list