summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/tremor/tremor_20120314.bb
diff options
context:
space:
mode:
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"