diff options
Diffstat (limited to 'vorbis-tools/vorbis-tools_1.0.1.oe')
-rw-r--r-- | vorbis-tools/vorbis-tools_1.0.1.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vorbis-tools/vorbis-tools_1.0.1.oe b/vorbis-tools/vorbis-tools_1.0.1.oe index cfd05cb300..d5291cc55d 100644 --- a/vorbis-tools/vorbis-tools_1.0.1.oe +++ b/vorbis-tools/vorbis-tools_1.0.1.oe @@ -1,5 +1,8 @@ DEPENDS = "virtual/libc libogg libvorbis libao curl" RDEPENDS = "libc6 libogg libvorbis libao curl" +DESCRIPTION = " vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool), \ +ogginfo (displays ogg information), vcut (ogg file splitter), and \ +vorbiscomment (ogg comment editor)." SRC_URI = http://www.vorbis.com/files/1.0.1/unix/vorbis-tools-${PV}.tar.gz \ file://${FILESDIR}/m4.patch;patch=1 |