cornucopia: bump SRCREV
[openembedded.git] / recipes / tremor / tremor_20041119.bb
blob42155abf3d45c3854ead2319c0ce199e653c8703
1 SECTION = "libs"
2 PRIORITY = "optional"
3 DEPENDS = "libogg"
4 DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
5 LICENSE = "BSD"
6 SRCDATE = "${PV}"
7 PR = "r2"
9 # tremor makes heavy use of non-thumb-compatible inline asm.
10 ARM_INSTRUCTION_SET = "arm"
12 PROVIDES += "libvorbisidec"
14 SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http \
15 file://pkgconfig.patch"
17 S = "${WORKDIR}/Tremor"
19 inherit autotools pkgconfig
21 EXTRA_OECONF=" --enable-shared --disable-rpath "