diff options
| author | Ross Burton <ross.burton@intel.com> | 2017-01-24 11:37:13 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:20 +0100 |
| commit | fcc4940b7fab02056b3a821a3aa8a853066df879 (patch) | |
| tree | 4af32b38d40aa1fe0606ca300ea4b6660b5e9abe /meta-multimedia/recipes-multimedia/tremor/tremor_20150107.bb | |
| parent | 585dd4136c4c66908f01a89b937bd8c79e4f0ff8 (diff) | |
| download | meta-openembedded-fcc4940b7fab02056b3a821a3aa8a853066df879.tar.gz | |
tremor: add (from oe-core)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/tremor/tremor_20150107.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/tremor/tremor_20150107.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/tremor/tremor_20150107.bb b/meta-multimedia/recipes-multimedia/tremor/tremor_20150107.bb new file mode 100644 index 0000000000..937894a73a --- /dev/null +++ b/meta-multimedia/recipes-multimedia/tremor/tremor_20150107.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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 = "r1" | ||
| 10 | |||
| 11 | # SVN support for upstream version check isn't implemented yet | ||
| 12 | RECIPE_UPSTREAM_VERSION = "20150107" | ||
| 13 | RECIPE_UPSTREAM_DATE = "Jan 07, 2015" | ||
| 14 | CHECK_DATE = "Aug 12, 2015" | ||
| 15 | |||
| 16 | SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=19427;protocol=http \ | ||
| 17 | file://obsolete_automake_macros.patch;striplevel=0 \ | ||
| 18 | file://tremor-arm-thumb2.patch \ | ||
| 19 | " | ||
| 20 | |||
| 21 | S = "${WORKDIR}/Tremor" | ||
| 22 | |||
| 23 | inherit autotools pkgconfig | ||
| 24 | |||
| 25 | EXTRA_OECONF = "--enable-shared" | ||
| 26 | |||
| 27 | ARM_INSTRUCTION_SET = "arm" | ||
