summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/tremor/tremor_20120314.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-03-14 12:25:27 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 13:03:40 +0000
commit9cb35be50985b0c36f00d78fa9c0c0bfedd174c9 (patch)
tree44a29dfd6abdc982a74a9bdb63aa1a954ce08793 /meta/recipes-multimedia/tremor/tremor_20120314.bb
parent704284ee0fc82e780db13613c0ccf75640a8c60d (diff)
downloadpoky-9cb35be50985b0c36f00d78fa9c0c0bfedd174c9.tar.gz
tremor: upgrade to 18221
(From OE-Core rev: 2ef8cfa58d0bfca1b9bf6a204ae4a05d6e3af03f) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/tremor/tremor_20120314.bb')
-rw-r--r--meta/recipes-multimedia/tremor/tremor_20120314.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/tremor/tremor_20120314.bb b/meta/recipes-multimedia/tremor/tremor_20120314.bb
new file mode 100644
index 0000000000..19d03d6490
--- /dev/null
+++ b/meta/recipes-multimedia/tremor/tremor_20120314.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Fixed-point decoder"
2DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
3SECTION = "libs"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \
6 file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f"
7DEPENDS = "libogg"
8SRCDATE = "${PV}"
9PR = "r0"
10
11SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;proto=http"
12
13S = "${WORKDIR}/Tremor"
14
15inherit autotools
16
17EXTRA_OECONF=" --enable-shared --disable-rpath "
18
19ARM_INSTRUCTION_SET = "arm"