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.bb22
1 files changed, 22 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..afc78ac424
--- /dev/null
+++ b/meta/recipes-multimedia/tremor/tremor_20120314.bb
@@ -0,0 +1,22 @@
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 = "r1"
10
11SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http \
12 file://obsolete_automake_macros.patch;striplevel=0 \
13 file://tremor-arm-thumb2.patch \
14"
15
16S = "${WORKDIR}/Tremor"
17
18inherit autotools pkgconfig
19
20EXTRA_OECONF = "--enable-shared"
21
22ARM_INSTRUCTION_SET = "arm"