26361ebfc9c2efb965f268aa80d885fe3c2b699f
[vuplus_openembedded] / vorbis-tools / vorbis-tools_1.0.1.oe
1 DEPENDS = "virtual/libc libogg libvorbis libao curl"
2 RDEPENDS = "libc6 libogg libvorbis libao curl"
3 DESCRIPTION = " vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool), \
4 ogginfo (displays ogg information), vcut (ogg file splitter), and \
5 vorbiscomment (ogg comment editor)."
6
7 SRC_URI = "http://www.vorbis.com/files/${PV}/unix/vorbis-tools-${PV}.tar.gz \
8            file://${FILESDIR}/m4.patch;patch=1"
9
10 inherit autotools libtool
11
12 EXTRA_OECONF = "--without-flac --without-speex \
13                 --with-ogg-libraries=${STAGING_LIBDIR}/ \
14                 --with-ogg-includes=${STAGING_INCDIR}/ \
15                 --with-vorbis-libraries=${STAGING_LIBDIR}/ \
16                 --with-vorbis-includes=${STAGING_INCDIR}/ \
17                 --with-ao-libraries=${STAGING_LIBDIR}/ \
18                 --with-ao-includes=${STAGING_INCDIR}/ \
19                 --with-curl-libraries=${STAGING_LIBDIR}/ \
20                 --with-curl-includes=${STAGING_INCDIR}/"