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