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