From 80b1ddcfca91766a83c0e620784361f3124c72e6 Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Fri, 14 Feb 2014 15:36:27 +0200 Subject: libvorbis: upgrade to 1.3.4 - Updated website; - Cleaned up bugtracker web address; - Removed PR; - Switched to ${BP} variable; - removed obsolete_automake_macros.patch, included in upstream; (From OE-Core rev: 8d0f6b39839d14dea5ed5cb8888466ed76afee00) Signed-off-by: Cristian Iorga Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../libvorbis-1.3.3/obsolete_automake_macros.patch | 15 ----------- .../libvorbis/libvorbis_1.3.3.bb | 29 ---------------------- .../libvorbis/libvorbis_1.3.4.bb | 25 +++++++++++++++++++ 3 files changed, 25 insertions(+), 44 deletions(-) delete mode 100644 meta/recipes-multimedia/libvorbis/libvorbis-1.3.3/obsolete_automake_macros.patch delete mode 100644 meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb create mode 100644 meta/recipes-multimedia/libvorbis/libvorbis_1.3.4.bb (limited to 'meta/recipes-multimedia') diff --git a/meta/recipes-multimedia/libvorbis/libvorbis-1.3.3/obsolete_automake_macros.patch b/meta/recipes-multimedia/libvorbis/libvorbis-1.3.3/obsolete_automake_macros.patch deleted file mode 100644 index 211d949117..0000000000 --- a/meta/recipes-multimedia/libvorbis/libvorbis-1.3.3/obsolete_automake_macros.patch +++ /dev/null @@ -1,15 +0,0 @@ -Upstream-Status: Submitted [https://trac.xiph.org/ticket/1919] - -Signed-off-by: Marko Lindqvist -diff -Nurd libvorbis-1.3.3/configure.ac libvorbis-1.3.3/configure.ac ---- libvorbis-1.3.3/configure.ac 2012-02-04 00:00:34.000000000 +0200 -+++ libvorbis-1.3.3/configure.ac 2013-01-03 08:41:34.718676342 +0200 -@@ -13,7 +13,7 @@ - - AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) - AM_MAINTAINER_MODE --AM_CONFIG_HEADER([config.h]) -+AC_CONFIG_HEADERS([config.h]) - - dnl Add parameters for aclocal - AC_SUBST(ACLOCAL_AMFLAGS, "-I m4") diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb deleted file mode 100644 index 1df3bb5526..0000000000 --- a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Ogg Vorbis Audio Codec" -DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \ -that is free of intellectual property restrictions. libvorbis \ -is the main vorbis codec library." -HOMEPAGE = "http://xiph.org/" -BUGTRACKER = "https://trac.xiph.org/newticket" -SECTION = "libs" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=ca77c6c3ea4d29cb68dce8ef5ab0d897 \ - file://include/vorbis/vorbisenc.h;beginline=1;endline=11;md5=d1c1d138863d6315131193d4046d81cb" -DEPENDS = "libogg" - -PR = "r1" - -SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz \ - file://obsolete_automake_macros.patch \ -" - -SRC_URI[md5sum] = "6b1a36f0d72332fae5130688e65efe1f" -SRC_URI[sha256sum] = "6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762" - -inherit autotools pkgconfig - -# vorbisfile.c reveals a problem in the gcc register spilling for the -# thumb instruction set... -FULL_OPTIMIZATION_thumb = "-O0" - -EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \ - --with-ogg-includes=${STAGING_INCDIR}" diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.4.bb b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.4.bb new file mode 100644 index 0000000000..0788c94bce --- /dev/null +++ b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.4.bb @@ -0,0 +1,25 @@ +SUMMARY = "Ogg Vorbis Audio Codec" +DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \ +that is free of intellectual property restrictions. libvorbis \ +is the main vorbis codec library." +HOMEPAGE = "http://www.vorbis.com/" +BUGTRACKER = "https://trac.xiph.org" +SECTION = "libs" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=ca77c6c3ea4d29cb68dce8ef5ab0d897 \ + file://include/vorbis/vorbisenc.h;beginline=1;endline=11;md5=d1c1d138863d6315131193d4046d81cb" +DEPENDS = "libogg" + +SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.xz" + +SRC_URI[md5sum] = "55f2288055e44754275a17c9a2497391" +SRC_URI[sha256sum] = "2f05497d29195dc23ee952a24ee3973a74e6277569c4c2eca0ec5968e541f372" + +inherit autotools pkgconfig + +# vorbisfile.c reveals a problem in the gcc register spilling for the +# thumb instruction set... +FULL_OPTIMIZATION_thumb = "-O0" + +EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \ + --with-ogg-includes=${STAGING_INCDIR}" -- cgit v1.2.3-54-g00ecf