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