From 67ae9bbbab31b69f37e3ee0c1c969e43da034699 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Sun, 22 Jan 2012 14:27:31 +0800 Subject: tremor: upgrade to 18163 (20120122) Signed-off-by: Shane Wang --- meta/recipes-multimedia/tremor/tremor_20101121.bb | 19 ------------------- meta/recipes-multimedia/tremor/tremor_20120122.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-multimedia/tremor/tremor_20101121.bb create mode 100644 meta/recipes-multimedia/tremor/tremor_20120122.bb (limited to 'meta/recipes-multimedia/tremor') diff --git a/meta/recipes-multimedia/tremor/tremor_20101121.bb b/meta/recipes-multimedia/tremor/tremor_20101121.bb deleted file mode 100644 index 4a4cb287ed..0000000000 --- a/meta/recipes-multimedia/tremor/tremor_20101121.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Fixed-point decoder" -DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." -SECTION = "libs" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ - file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" -DEPENDS = "libogg" -SRCDATE = "${PV}" -PR = "r0" - -SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=17636;proto=http" - -S = "${WORKDIR}/Tremor" - -inherit autotools - -EXTRA_OECONF=" --enable-shared --disable-rpath " - -ARM_INSTRUCTION_SET = "arm" diff --git a/meta/recipes-multimedia/tremor/tremor_20120122.bb b/meta/recipes-multimedia/tremor/tremor_20120122.bb new file mode 100644 index 0000000000..055add7326 --- /dev/null +++ b/meta/recipes-multimedia/tremor/tremor_20120122.bb @@ -0,0 +1,19 @@ +SUMMARY = "Fixed-point decoder" +DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." +SECTION = "libs" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ + file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" +DEPENDS = "libogg" +SRCDATE = "${PV}" +PR = "r0" + +SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18163;proto=http" + +S = "${WORKDIR}/Tremor" + +inherit autotools + +EXTRA_OECONF=" --enable-shared --disable-rpath " + +ARM_INSTRUCTION_SET = "arm" -- cgit 1.2.3-korg