blob: f8ab1bf6807ea24e3e51ce03a2203dadf437e2c6 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Fixed-point decoder"
2DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
3SECTION = "libs"
Brad Bishop6a62e0e2019-10-21 08:11:42 -04004LICENSE = "BSD-3-Clause"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05005LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \
6 file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f"
7DEPENDS = "libogg"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008
Andrew Geissler595f6302022-01-24 19:11:47 +00009SRC_URI = "git://gitlab.xiph.org/xiph/tremor.git;protocol=https;branch=master \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010 file://obsolete_automake_macros.patch;striplevel=0 \
11 file://tremor-arm-thumb2.patch \
12"
Brad Bishop26bdd442019-08-16 17:08:17 -040013SRCREV = "7c30a66346199f3f09017a09567c6c8a3a0eedc8"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014
Brad Bishop26bdd442019-08-16 17:08:17 -040015S = "${WORKDIR}/git"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016
17inherit autotools pkgconfig
18
19EXTRA_OECONF = "--enable-shared"
20
21ARM_INSTRUCTION_SET = "arm"