From 10cfda3e6f4e0f07b201985ba58c08e8e0d7c64e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 8 Mar 2008 15:43:27 +0000 Subject: gstreamer update: base 0.10.17, good 0.10.7, bad 0.10.6, ugly 0.10.7 --- packages/gstreamer/gst-plugins-bad_0.10.3.bb | 5 ----- packages/gstreamer/gst-plugins-bad_0.10.5.bb | 12 ------------ packages/gstreamer/gst-plugins-bad_0.10.6.bb | 10 ++++++++++ packages/gstreamer/gst-plugins-base_0.10.12.bb | 12 ------------ packages/gstreamer/gst-plugins-base_0.10.14.bb | 12 ------------ packages/gstreamer/gst-plugins-good_0.10.5.bb | 5 ----- packages/gstreamer/gst-plugins-good_0.10.6.bb | 5 ----- packages/gstreamer/gst-plugins-good_0.10.7.bb | 4 ++++ packages/gstreamer/gst-plugins-ugly_0.10.6.bb | 9 --------- packages/gstreamer/gst-plugins-ugly_0.10.7.bb | 10 ++++++++++ packages/gstreamer/gst-plugins.inc | 3 +++ packages/gstreamer/gstreamer_0.10.12.bb | 3 --- packages/gstreamer/gstreamer_0.10.14.bb | 3 --- 13 files changed, 27 insertions(+), 66 deletions(-) delete mode 100644 packages/gstreamer/gst-plugins-bad_0.10.3.bb delete mode 100644 packages/gstreamer/gst-plugins-bad_0.10.5.bb create mode 100644 packages/gstreamer/gst-plugins-bad_0.10.6.bb delete mode 100644 packages/gstreamer/gst-plugins-base_0.10.12.bb delete mode 100644 packages/gstreamer/gst-plugins-base_0.10.14.bb delete mode 100644 packages/gstreamer/gst-plugins-good_0.10.5.bb delete mode 100644 packages/gstreamer/gst-plugins-good_0.10.6.bb create mode 100644 packages/gstreamer/gst-plugins-good_0.10.7.bb delete mode 100644 packages/gstreamer/gst-plugins-ugly_0.10.6.bb create mode 100644 packages/gstreamer/gst-plugins-ugly_0.10.7.bb delete mode 100644 packages/gstreamer/gstreamer_0.10.12.bb delete mode 100644 packages/gstreamer/gstreamer_0.10.14.bb (limited to 'packages') diff --git a/packages/gstreamer/gst-plugins-bad_0.10.3.bb b/packages/gstreamer/gst-plugins-bad_0.10.3.bb deleted file mode 100644 index 3e487314be..0000000000 --- a/packages/gstreamer/gst-plugins-bad_0.10.3.bb +++ /dev/null @@ -1,5 +0,0 @@ -require gst-plugins.inc - -DEPENDS += "gst-plugins-base directfb" -SRC_URI += "file://cross-compile.patch;patch=1" -PR = "r6" diff --git a/packages/gstreamer/gst-plugins-bad_0.10.5.bb b/packages/gstreamer/gst-plugins-bad_0.10.5.bb deleted file mode 100644 index ce61d10010..0000000000 --- a/packages/gstreamer/gst-plugins-bad_0.10.5.bb +++ /dev/null @@ -1,12 +0,0 @@ -require gst-plugins.inc - -SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ - file://gst-plugins-directfb-fix.patch;patch=1;pnum=2" -DEPENDS += "gst-plugins-base directfb" - -do_compile_prepend() { - # work around missing files in upstream tarball (upstream bug #454078) - install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/ -} - -PR = "r1" diff --git a/packages/gstreamer/gst-plugins-bad_0.10.6.bb b/packages/gstreamer/gst-plugins-bad_0.10.6.bb new file mode 100644 index 0000000000..2a998589ac --- /dev/null +++ b/packages/gstreamer/gst-plugins-bad_0.10.6.bb @@ -0,0 +1,10 @@ +require gst-plugins.inc + +SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ + file://gst-plugins-directfb-fix.patch;patch=1;pnum=2" +DEPENDS += "gst-plugins-base directfb" + +do_compile_prepend() { + # work around missing files in upstream tarball (upstream bug #454078) + install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/ +} diff --git a/packages/gstreamer/gst-plugins-base_0.10.12.bb b/packages/gstreamer/gst-plugins-base_0.10.12.bb deleted file mode 100644 index 33b189a0ff..0000000000 --- a/packages/gstreamer/gst-plugins-base_0.10.12.bb +++ /dev/null @@ -1,12 +0,0 @@ -require gst-plugins.inc - -PROVIDES += "gst-plugins" - -# gst-plugins-base only builds the alsa plugin -# if alsa has been built and is present. You will -# not get an error if this is not present, just -# a missing alsa plugin -DEPENDS += "alsa-lib" - -PR = "r2" - diff --git a/packages/gstreamer/gst-plugins-base_0.10.14.bb b/packages/gstreamer/gst-plugins-base_0.10.14.bb deleted file mode 100644 index 33b189a0ff..0000000000 --- a/packages/gstreamer/gst-plugins-base_0.10.14.bb +++ /dev/null @@ -1,12 +0,0 @@ -require gst-plugins.inc - -PROVIDES += "gst-plugins" - -# gst-plugins-base only builds the alsa plugin -# if alsa has been built and is present. You will -# not get an error if this is not present, just -# a missing alsa plugin -DEPENDS += "alsa-lib" - -PR = "r2" - diff --git a/packages/gstreamer/gst-plugins-good_0.10.5.bb b/packages/gstreamer/gst-plugins-good_0.10.5.bb deleted file mode 100644 index e009145ead..0000000000 --- a/packages/gstreamer/gst-plugins-good_0.10.5.bb +++ /dev/null @@ -1,5 +0,0 @@ -require gst-plugins.inc - -EXTRA_OECONF += "--with-check=no" -DEPENDS += "gst-plugins-base" -PR = "r3" diff --git a/packages/gstreamer/gst-plugins-good_0.10.6.bb b/packages/gstreamer/gst-plugins-good_0.10.6.bb deleted file mode 100644 index e009145ead..0000000000 --- a/packages/gstreamer/gst-plugins-good_0.10.6.bb +++ /dev/null @@ -1,5 +0,0 @@ -require gst-plugins.inc - -EXTRA_OECONF += "--with-check=no" -DEPENDS += "gst-plugins-base" -PR = "r3" diff --git a/packages/gstreamer/gst-plugins-good_0.10.7.bb b/packages/gstreamer/gst-plugins-good_0.10.7.bb new file mode 100644 index 0000000000..e84c4801f1 --- /dev/null +++ b/packages/gstreamer/gst-plugins-good_0.10.7.bb @@ -0,0 +1,4 @@ +require gst-plugins.inc + +EXTRA_OECONF += "--with-check=no" +DEPENDS += "gst-plugins-base" diff --git a/packages/gstreamer/gst-plugins-ugly_0.10.6.bb b/packages/gstreamer/gst-plugins-ugly_0.10.6.bb deleted file mode 100644 index c88a4db990..0000000000 --- a/packages/gstreamer/gst-plugins-ugly_0.10.6.bb +++ /dev/null @@ -1,9 +0,0 @@ -require gst-plugins.inc - -DEPENDS += "gst-plugins-base mpeg2dec libsidplay" -PR = "r3" - -SRC_URI += "file://cross-compile.patch;patch=1 \ - file://gstmad_16bit.patch;patch=1 \ - file://gstsid_autofoo_HACK.patch;patch=1" - diff --git a/packages/gstreamer/gst-plugins-ugly_0.10.7.bb b/packages/gstreamer/gst-plugins-ugly_0.10.7.bb new file mode 100644 index 0000000000..fd008b065a --- /dev/null +++ b/packages/gstreamer/gst-plugins-ugly_0.10.7.bb @@ -0,0 +1,10 @@ +require gst-plugins.inc +PR = "r0" + +DEPENDS += "gst-plugins-base mpeg2dec libsidplay" + +SRC_URI += "\ +# file://cross-compile.patch;patch=1 \ + file://gstmad_16bit.patch;patch=1 \ + file://gstsid_autofoo_HACK.patch;patch=1 \ +" diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc index 8e8fd0f1ca..66546d5f2b 100644 --- a/packages/gstreamer/gst-plugins.inc +++ b/packages/gstreamer/gst-plugins.inc @@ -24,3 +24,6 @@ python populate_packages_prepend () { } ALLOW_EMPTY = "1" + +FILES_${PN}-dbg += "${libdir}/gstreamer-${LIBV}/.debug" + diff --git a/packages/gstreamer/gstreamer_0.10.12.bb b/packages/gstreamer/gstreamer_0.10.12.bb deleted file mode 100644 index 49d7f37053..0000000000 --- a/packages/gstreamer/gstreamer_0.10.12.bb +++ /dev/null @@ -1,3 +0,0 @@ -require gstreamer.inc - -PR = "r1" \ No newline at end of file diff --git a/packages/gstreamer/gstreamer_0.10.14.bb b/packages/gstreamer/gstreamer_0.10.14.bb deleted file mode 100644 index 9e9ae62cb1..0000000000 --- a/packages/gstreamer/gstreamer_0.10.14.bb +++ /dev/null @@ -1,3 +0,0 @@ -require gstreamer.inc - -PR = "r0" -- cgit v1.2.3