summaryrefslogtreecommitdiff
path: root/meta/recipes-multimedia/tremor/tremor_20101027.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-16 10:17:14 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-18 13:30:24 -0800
commit726746f40062d54a98b14cadd7f3869e92cfa204 (patch)
treec47135fa6e6bcd3a12e3a74cd773c670f4454852 /meta/recipes-multimedia/tremor/tremor_20101027.bb
parentbfc284223728fee5e1a483c59802a9d719d8ddfb (diff)
downloadopenembedded-core-726746f40062d54a98b14cadd7f3869e92cfa204.tar.gz
openembedded-core-726746f40062d54a98b14cadd7f3869e92cfa204.tar.bz2
openembedded-core-726746f40062d54a98b14cadd7f3869e92cfa204.tar.xz
openembedded-core-726746f40062d54a98b14cadd7f3869e92cfa204.zip
tremor: Upgraded to rev 17572 (2010/10/27)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/tremor/tremor_20101027.bb')
-rw-r--r--meta/recipes-multimedia/tremor/tremor_20101027.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/tremor/tremor_20101027.bb b/meta/recipes-multimedia/tremor/tremor_20101027.bb
new file mode 100644
index 000000000..e5eab6cb9
--- /dev/null
+++ b/meta/recipes-multimedia/tremor/tremor_20101027.bb
@@ -0,0 +1,19 @@
+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"