summaryrefslogtreecommitdiff
path: root/packages/vorbis-tools/vorbis-tools_1.0.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-01-31 07:16:14 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-01-31 07:16:14 +0000
commit5a40fa894c4ad0111420ee6dd51a4a9247ea64f2 (patch)
tree43babb92102094c6aa2a75c9e09ff9b9cdf812ef /packages/vorbis-tools/vorbis-tools_1.0.1.bb
parentdd373e7dfdc9f2968e0b0f5d723f62eca3a5b3c8 (diff)
vorbis-tools 1.0.1 remove deprecated curl option. fixes #1835
Diffstat (limited to 'packages/vorbis-tools/vorbis-tools_1.0.1.bb')
-rw-r--r--packages/vorbis-tools/vorbis-tools_1.0.1.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/vorbis-tools/vorbis-tools_1.0.1.bb b/packages/vorbis-tools/vorbis-tools_1.0.1.bb
index 7b8a75dd3b..9991156dcd 100644
--- a/packages/vorbis-tools/vorbis-tools_1.0.1.bb
+++ b/packages/vorbis-tools/vorbis-tools_1.0.1.bb
@@ -1,13 +1,14 @@
-LICENSE = "GPL"
-DEPENDS = "libogg libvorbis libao curl"
-DESCRIPTION = " vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool), \
+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"
+PR = "r1"
SRC_URI = "http://www.vorbis.com/files/${PV}/unix/vorbis-tools-${PV}.tar.gz \
- file://m4.patch;patch=1"
+ file://m4.patch;patch=1 \
+ file://remove-deprecated-curl-option.patch;patch=1"
inherit autotools