aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/tremor/tremor_20101121.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/tremor/tremor_20101121.bb')
-rw-r--r--meta/recipes-multimedia/tremor/tremor_20101121.bb20
1 files changed, 20 insertions, 0 deletions
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"