diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-02-07 13:08:35 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-02-07 13:08:35 +0000 |
commit | be3429189fb5eb2c12936f8d568bd8ba7d111ddc (patch) | |
tree | 3a96cda412e61a886aae321d88c6ed16bf994e51 /packages/vorbis-tools/vorbis-tools_1.1.1.bb | |
parent | 6853e674e42ffa97b62d6354c38d15b075956ecd (diff) | |
parent | 28fee5ea2a5f032871b989acd23e6c4ac26287e4 (diff) |
merge of '0f1b9dcedb4d611ce7ce7ca8935b934dbc44061c'
and '8dadec7d9f47d3e60f4729a152204227dce39c49'
Diffstat (limited to 'packages/vorbis-tools/vorbis-tools_1.1.1.bb')
-rw-r--r-- | packages/vorbis-tools/vorbis-tools_1.1.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/vorbis-tools/vorbis-tools_1.1.1.bb b/packages/vorbis-tools/vorbis-tools_1.1.1.bb new file mode 100644 index 0000000000..01fc248dd1 --- /dev/null +++ b/packages/vorbis-tools/vorbis-tools_1.1.1.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool), \ +ogginfo (displays ogg information), vcut (ogg file splitter), and \ +vorbiscomment (ogg comment editor)." +LICENSE = "GPL" +DEPENDS = "libogg libvorbis libao curl" +SECTION = "console/multimedia" + +SRC_URI = "http://downloads.xiph.org/releases/vorbis/vorbis-tools-${PV}.tar.gz \ + file://remove-deprecated-curl-option.patch;patch=1" + +inherit autotools + +EXTRA_OECONF = "--without-flac --without-speex \ + --with-ogg-libraries=${STAGING_LIBDIR}/ \ + --with-ogg-includes=${STAGING_INCDIR}/ \ + --with-vorbis-libraries=${STAGING_LIBDIR}/ \ + --with-vorbis-includes=${STAGING_INCDIR}/ \ + --with-ao-libraries=${STAGING_LIBDIR}/ \ + --with-ao-includes=${STAGING_INCDIR}/ \ + --with-curl-libraries=${STAGING_LIBDIR}/ \ + --with-curl-includes=${STAGING_INCDIR}/" |