diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 14:38:21 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:14:33 +0100 |
commit | 0411d6786e48a83061a2a7448890a8112d06ed0c (patch) | |
tree | e44178c369ee316f4ab1c1d0433eab17d72aa624 /meta/packages | |
parent | 6dc309fbed6dfd8c4bd101e0341fbe4aa1007c00 (diff) | |
download | poky-0411d6786e48a83061a2a7448890a8112d06ed0c.tar.gz |
libvorbis: Upgraded to version 1.3.1
Remove m4.patch since the change is already in the latest version
Change SRC_URI since the version 1.3.1 doesn't exist in the old address
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/libvorbis/libvorbis/m4.patch | 26 | ||||
-rw-r--r-- | meta/packages/libvorbis/libvorbis_1.3.1.bb (renamed from meta/packages/libvorbis/libvorbis_1.0.1.bb) | 5 |
2 files changed, 2 insertions, 29 deletions
diff --git a/meta/packages/libvorbis/libvorbis/m4.patch b/meta/packages/libvorbis/libvorbis/m4.patch deleted file mode 100644 index a62f365c92..0000000000 --- a/meta/packages/libvorbis/libvorbis/m4.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | Index: libvorbis-1.0.1/vorbis.m4 | ||
2 | =================================================================== | ||
3 | --- libvorbis-1.0.1.orig/vorbis.m4 2002-08-14 19:25:39.000000000 +0100 | ||
4 | +++ libvorbis-1.0.1/vorbis.m4 2008-04-15 15:43:15.000000000 +0100 | ||
5 | @@ -6,7 +6,7 @@ | ||
6 | dnl XIPH_PATH_VORBIS([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) | ||
7 | dnl Test for libvorbis, and define VORBIS_CFLAGS and VORBIS_LIBS | ||
8 | dnl | ||
9 | -AC_DEFUN(XIPH_PATH_VORBIS, | ||
10 | +AC_DEFUN([XIPH_PATH_VORBIS], | ||
11 | [dnl | ||
12 | dnl Get the cflags and libraries | ||
13 | dnl | ||
14 | Index: libvorbis-1.0.1/acinclude.m4 | ||
15 | =================================================================== | ||
16 | --- libvorbis-1.0.1.orig/acinclude.m4 2008-04-15 17:46:44.000000000 +0100 | ||
17 | +++ libvorbis-1.0.1/acinclude.m4 2008-04-15 17:46:55.000000000 +0100 | ||
18 | @@ -8,7 +8,7 @@ | ||
19 | dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) | ||
20 | dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS | ||
21 | dnl | ||
22 | -AC_DEFUN(XIPH_PATH_OGG, | ||
23 | +AC_DEFUN([XIPH_PATH_OGG], | ||
24 | [dnl | ||
25 | dnl Get the cflags and libraries | ||
26 | dnl | ||
diff --git a/meta/packages/libvorbis/libvorbis_1.0.1.bb b/meta/packages/libvorbis/libvorbis_1.3.1.bb index 8221712695..4145f1d054 100644 --- a/meta/packages/libvorbis/libvorbis_1.0.1.bb +++ b/meta/packages/libvorbis/libvorbis_1.3.1.bb | |||
@@ -4,10 +4,9 @@ DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \ | |||
4 | that is free of intellectual property restrictions. libvorbis \ | 4 | that is free of intellectual property restrictions. libvorbis \ |
5 | is the main vorbis codec library." | 5 | is the main vorbis codec library." |
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD" |
7 | PR = "r5" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libvorbis-${PV}.tar.gz \ | 9 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz" |
10 | file://m4.patch;patch=1" | ||
11 | 10 | ||
12 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
13 | 12 | ||