From 632cfd0173f7b90df9273aef2fc03ac0c89635c2 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Thu, 22 Dec 2011 13:33:29 +0800 Subject: gst-plugins-bad: upgrade to 0.10.22 This patch is to upgrade gst-plugins-bad to 0.10.22. One of the license files is removed because the file doesn't exist any more. (From OE-Core rev: 7cfab069b0d5f87057c7a25f6d936471eecc6c19) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- .../gstreamer/gst-plugins-bad_0.10.21.bb | 27 ---------------------- .../gstreamer/gst-plugins-bad_0.10.22.bb | 26 +++++++++++++++++++++ 2 files changed, 26 insertions(+), 27 deletions(-) delete mode 100644 meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb create mode 100644 meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb (limited to 'meta') diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb deleted file mode 100644 index a7023e3f82..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb +++ /dev/null @@ -1,27 +0,0 @@ -require gst-plugins.inc - -LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " -LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ - file://gst/tta/filters.h;beginline=12;endline=29;md5=629b0c7a665d155a6677778f4460ec06 \ - file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ - file://gst/qtmux/gstqtmuxmap.h;beginline=1;endline=19;md5=2da8f56a44697c1527c5a4bcf8d5d69b \ - file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c" - -DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg" - -PR = "r1" - -inherit gettext - -EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ - --with-plugins=musicbrainz,wavpack,ivorbis,mpegvideoparse --disable-vdpau --disable-apexsink" - -ARM_INSTRUCTION_SET = "arm" - -do_configure_prepend() { - # This m4 file contains nastiness which conflicts with libtool 2.2.2 - rm ${S}/m4/lib-link.m4 || true -} - -SRC_URI[md5sum] = "f501336ab1d18d2565f47c36ce653a82" -SRC_URI[sha256sum] = "422badacbda37ac33cb446c6751dabcd0b223c308dbb01024a34ded682fa47e3" diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb new file mode 100644 index 0000000000..ec067b8f37 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb @@ -0,0 +1,26 @@ +require gst-plugins.inc + +LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " +LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ + file://gst/tta/filters.h;beginline=12;endline=29;md5=629b0c7a665d155a6677778f4460ec06 \ + file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ + file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c" + +DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg" + +PR = "r0" + +inherit gettext + +EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ + --with-plugins=musicbrainz,wavpack,ivorbis,mpegvideoparse --disable-vdpau --disable-apexsink" + +ARM_INSTRUCTION_SET = "arm" + +do_configure_prepend() { + # This m4 file contains nastiness which conflicts with libtool 2.2.2 + rm ${S}/m4/lib-link.m4 || true +} + +SRC_URI[md5sum] = "9a2acee1f386f71247003d0d7090fb1c" +SRC_URI[sha256sum] = "d8f7102f43ffea076646427115ffdccb3975954f1e9367bd304f7ee01e12070c" -- cgit v1.2.3-54-g00ecf