diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-02-14 15:36:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-20 14:28:11 +0000 |
commit | 80b1ddcfca91766a83c0e620784361f3124c72e6 (patch) | |
tree | 207e42da89339df4c47b85122a1f52b4179b623e /meta/recipes-multimedia/libvorbis | |
parent | bac890580c4454a5f94eadb40dec8972a13bbf6f (diff) | |
download | poky-80b1ddcfca91766a83c0e620784361f3124c72e6.tar.gz |
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 <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libvorbis')
-rw-r--r-- | meta/recipes-multimedia/libvorbis/libvorbis-1.3.3/obsolete_automake_macros.patch | 15 | ||||
-rw-r--r-- | meta/recipes-multimedia/libvorbis/libvorbis_1.3.4.bb (renamed from meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb) | 14 |
2 files changed, 5 insertions, 24 deletions
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 @@ | |||
1 | Upstream-Status: Submitted [https://trac.xiph.org/ticket/1919] | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -Nurd libvorbis-1.3.3/configure.ac libvorbis-1.3.3/configure.ac | ||
5 | --- libvorbis-1.3.3/configure.ac 2012-02-04 00:00:34.000000000 +0200 | ||
6 | +++ libvorbis-1.3.3/configure.ac 2013-01-03 08:41:34.718676342 +0200 | ||
7 | @@ -13,7 +13,7 @@ | ||
8 | |||
9 | AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) | ||
10 | AM_MAINTAINER_MODE | ||
11 | -AM_CONFIG_HEADER([config.h]) | ||
12 | +AC_CONFIG_HEADERS([config.h]) | ||
13 | |||
14 | dnl Add parameters for aclocal | ||
15 | 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.4.bb index 1df3bb5526..0788c94bce 100644 --- a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.3.bb +++ b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.4.bb | |||
@@ -2,22 +2,18 @@ SUMMARY = "Ogg Vorbis Audio Codec" | |||
2 | DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \ | 2 | DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \ |
3 | that is free of intellectual property restrictions. libvorbis \ | 3 | that is free of intellectual property restrictions. libvorbis \ |
4 | is the main vorbis codec library." | 4 | is the main vorbis codec library." |
5 | HOMEPAGE = "http://xiph.org/" | 5 | HOMEPAGE = "http://www.vorbis.com/" |
6 | BUGTRACKER = "https://trac.xiph.org/newticket" | 6 | BUGTRACKER = "https://trac.xiph.org" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca77c6c3ea4d29cb68dce8ef5ab0d897 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca77c6c3ea4d29cb68dce8ef5ab0d897 \ |
10 | file://include/vorbis/vorbisenc.h;beginline=1;endline=11;md5=d1c1d138863d6315131193d4046d81cb" | 10 | file://include/vorbis/vorbisenc.h;beginline=1;endline=11;md5=d1c1d138863d6315131193d4046d81cb" |
11 | DEPENDS = "libogg" | 11 | DEPENDS = "libogg" |
12 | 12 | ||
13 | PR = "r1" | 13 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.xz" |
14 | 14 | ||
15 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz \ | 15 | SRC_URI[md5sum] = "55f2288055e44754275a17c9a2497391" |
16 | file://obsolete_automake_macros.patch \ | 16 | SRC_URI[sha256sum] = "2f05497d29195dc23ee952a24ee3973a74e6277569c4c2eca0ec5968e541f372" |
17 | " | ||
18 | |||
19 | SRC_URI[md5sum] = "6b1a36f0d72332fae5130688e65efe1f" | ||
20 | SRC_URI[sha256sum] = "6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762" | ||
21 | 17 | ||
22 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
23 | 19 | ||