summaryrefslogtreecommitdiffstats
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 @@
1SUMMARY = "Fixed-point decoder"
2DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
3SECTION = "libs"
4PRIORITY = "optional"
5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \
7 file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f"
8DEPENDS = "libogg"
9SRCDATE = "${PV}"
10PR = "r0"
11
12SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=17636;proto=http"
13
14S = "${WORKDIR}/Tremor"
15
16inherit autotools
17
18EXTRA_OECONF=" --enable-shared --disable-rpath "
19
20ARM_INSTRUCTION_SET = "arm"