From da42bb17aff90f5c6da04b34225aab4d76ab8654 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 12 Aug 2015 18:39:01 +0300 Subject: tremor: update to 20150107 (svn r19427) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-multimedia/tremor/tremor_20150107.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-multimedia/tremor/tremor_20150107.bb (limited to 'meta/recipes-multimedia/tremor/tremor_20150107.bb') diff --git a/meta/recipes-multimedia/tremor/tremor_20150107.bb b/meta/recipes-multimedia/tremor/tremor_20150107.bb new file mode 100644 index 0000000000..6b1776ffff --- /dev/null +++ b/meta/recipes-multimedia/tremor/tremor_20150107.bb @@ -0,0 +1,22 @@ +SUMMARY = "Fixed-point decoder" +DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." +SECTION = "libs" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ + file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" +DEPENDS = "libogg" +SRCDATE = "${PV}" +PR = "r1" + +SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=19427;protocol=http \ + file://obsolete_automake_macros.patch;striplevel=0 \ + file://tremor-arm-thumb2.patch \ +" + +S = "${WORKDIR}/Tremor" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--enable-shared" + +ARM_INSTRUCTION_SET = "arm" -- cgit 1.2.3-korg