From fef3f7dc4c061be8bbb2d942c7b554f90189e0a5 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Wed, 29 Dec 2010 19:17:11 +0800 Subject: tremor: upgrade to rev 17636 upgrade from 17572 to 17636 Signed-off-by: Dongxiao Xu --- meta/recipes-multimedia/tremor/tremor_20101027.bb | 20 -------------------- meta/recipes-multimedia/tremor/tremor_20101121.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-multimedia/tremor/tremor_20101027.bb create mode 100644 meta/recipes-multimedia/tremor/tremor_20101121.bb (limited to 'meta/recipes-multimedia/tremor') diff --git a/meta/recipes-multimedia/tremor/tremor_20101027.bb b/meta/recipes-multimedia/tremor/tremor_20101027.bb deleted file mode 100644 index c0a24645a4..0000000000 --- a/meta/recipes-multimedia/tremor/tremor_20101027.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Fixed-point decoder" -DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." -SECTION = "libs" -PRIORITY = "optional" -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=17572;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_20101121.bb b/meta/recipes-multimedia/tremor/tremor_20101121.bb new file mode 100644 index 0000000000..157b3025eb --- /dev/null +++ b/meta/recipes-multimedia/tremor/tremor_20101121.bb @@ -0,0 +1,20 @@ +SUMMARY = "Fixed-point decoder" +DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." +SECTION = "libs" +PRIORITY = "optional" +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" -- cgit v1.2.3-54-g00ecf