From 0ce2f383d6e52a907fae86b95df889a8bf9daa8c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 22 May 2008 08:59:01 +0000 Subject: gst-plugins-ugly: upgrade to 0.10.6 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4537 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gstreamer/gst-plugins-ugly/lame-autoconf.patch | 11 ----------- meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb | 11 ----------- meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb | 10 ++++++++++ 3 files changed, 10 insertions(+), 22 deletions(-) delete mode 100644 meta/packages/gstreamer/gst-plugins-ugly/lame-autoconf.patch delete mode 100644 meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb create mode 100644 meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb diff --git a/meta/packages/gstreamer/gst-plugins-ugly/lame-autoconf.patch b/meta/packages/gstreamer/gst-plugins-ugly/lame-autoconf.patch deleted file mode 100644 index e2f455991a..0000000000 --- a/meta/packages/gstreamer/gst-plugins-ugly/lame-autoconf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gst-plugins-ugly-0.10.4/configure.ac.old 2006-09-01 18:55:40.000000000 +0100 -+++ gst-plugins-ugly-0.10.4/configure.ac 2006-09-01 18:56:36.000000000 +0100 -@@ -282,7 +282,7 @@ - LAME_LIBS="-lmp3lame -lm" - dnl is lame presets available - LAME_CFLAGS="" -- AC_TRY_RUN([ -+ AC_TRY_COMPILE([ - #include - int main (int argc, char *argv[]) - { diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb deleted file mode 100644 index b46500dae9..0000000000 --- a/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb +++ /dev/null @@ -1,11 +0,0 @@ -require gst-plugins.inc -DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" -PR = "r5" - -SRC_URI += " file://lame-autoconf.patch;patch=1" -EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" - -do_configure_prepend() { - # This m4 file contains nastiness which conflicts with libtool 2.2.2 - rm ${S}/m4/lib-link.m4 || true -} diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb new file mode 100644 index 0000000000..052ae276ee --- /dev/null +++ b/meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb @@ -0,0 +1,10 @@ +require gst-plugins.inc +DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" +PR = "r0" + +EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" + +do_configure_prepend() { + # This m4 file contains nastiness which conflicts with libtool 2.2.2 + rm ${S}/m4/lib-link.m4 || true +} -- cgit v1.2.3-54-g00ecf