From edc7f3e845c604e9fd03729928470c71e4d4b07b Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Mon, 15 Nov 2010 21:48:19 +0800 Subject: libogg: Upgrade to version 1.2.1 Signed-off-by: Dongxiao Xu --- meta/recipes-multimedia/libogg/libogg_1.2.0.bb | 15 --------------- meta/recipes-multimedia/libogg/libogg_1.2.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-multimedia/libogg/libogg_1.2.0.bb create mode 100644 meta/recipes-multimedia/libogg/libogg_1.2.1.bb (limited to 'meta/recipes-multimedia/libogg') diff --git a/meta/recipes-multimedia/libogg/libogg_1.2.0.bb b/meta/recipes-multimedia/libogg/libogg_1.2.0.bb deleted file mode 100644 index 0c64da280b..0000000000 --- a/meta/recipes-multimedia/libogg/libogg_1.2.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "libogg is the bitstream and framing library \ -for the Ogg project. It provides functions which are \ -necessary to codec libraries like libvorbis." -HOMEPAGE = "http://xiph.org/" -BUGTRACKER = "https://trac.xiph.org/newticket" -SECTION = "libs" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ - file://include/ogg/ogg.h;beginline=1;endline=11;md5=eda812856f13a3b1326eb8f020cc3b0b" - -PR = "r0" - -SRC_URI = "http://downloads.xiph.org/releases/ogg/libogg-${PV}.tar.gz" - -inherit autotools pkgconfig diff --git a/meta/recipes-multimedia/libogg/libogg_1.2.1.bb b/meta/recipes-multimedia/libogg/libogg_1.2.1.bb new file mode 100644 index 0000000000..0c64da280b --- /dev/null +++ b/meta/recipes-multimedia/libogg/libogg_1.2.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "libogg is the bitstream and framing library \ +for the Ogg project. It provides functions which are \ +necessary to codec libraries like libvorbis." +HOMEPAGE = "http://xiph.org/" +BUGTRACKER = "https://trac.xiph.org/newticket" +SECTION = "libs" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ + file://include/ogg/ogg.h;beginline=1;endline=11;md5=eda812856f13a3b1326eb8f020cc3b0b" + +PR = "r0" + +SRC_URI = "http://downloads.xiph.org/releases/ogg/libogg-${PV}.tar.gz" + +inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf