diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-07 23:32:09 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-07 23:32:09 +0000 |
commit | ba4001fe8c00586b71fb1043795e1b99e3234025 (patch) | |
tree | ce66a6f384b00812ad533d7b8975d5f8a8bd3402 /packages/vorbis-tools/vorbis-tools_1.1.1.bb | |
parent | d9a05430e070a497ca4db0a3f8f746fb952b5ecd (diff) | |
parent | a962c31f95cc3e4eb996eff609e973bcd2d2fc5c (diff) |
merge of '2b4e1c7a35c118cf363c771f015c4fdfa5f84731'
and '36fe2f5bf87b5a8eedda174012a2e93f8bb5a8f5'
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}/" |