summaryrefslogtreecommitdiffstats
path: root/rules/vorbis-tools.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-01-11 13:43:39 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-01-11 13:45:20 +0100
commit79311bcdf7def3545a452d7fa94ddd7f2bb5994f (patch)
tree031c4e4d69ccb352818e0dc3d560f500e6f9851b /rules/vorbis-tools.in
parent4fd136fd587d0c3e4c59cb29cb3b2bffbd6b2146 (diff)
downloadptxdist-79311bcdf7def3545a452d7fa94ddd7f2bb5994f.tar.gz
ptxdist-79311bcdf7def3545a452d7fa94ddd7f2bb5994f.tar.xz
vorbis-tools: new package
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/vorbis-tools.in')
-rw-r--r--rules/vorbis-tools.in47
1 files changed, 47 insertions, 0 deletions
diff --git a/rules/vorbis-tools.in b/rules/vorbis-tools.in
new file mode 100644
index 000000000..2079cfb55
--- /dev/null
+++ b/rules/vorbis-tools.in
@@ -0,0 +1,47 @@
+## SECTION=multimedia_sound
+
+menuconfig VORBIS_TOOLS
+ tristate
+ prompt "vorbis-tools "
+ select LIBOGG
+ select LIBVORBIS
+ select LIBAO if VORBIS_TOOLS_OGG123
+ select FLAC if VORBIS_TOOLS_OGG123 || VORBIS_TOOLS_OGGENC
+ select SPEEX if VORBIS_TOOLS_OGG123
+ select SPEEX_FLOAT_API if VORBIS_TOOLS_OGG123
+ help
+ several Ogg Vorbis tools
+
+if VORBIS_TOOLS
+
+config VORBIS_TOOLS_OGG123
+ bool "ogg123"
+ help
+ ogg123 (a playback tool)
+
+config VORBIS_TOOLS_OGGDEC
+ bool "oggdec"
+ help
+ oggdec (decodes ogg files)
+
+config VORBIS_TOOLS_OGGENC
+ bool "oggenc"
+ help
+ oggenc (an encoder)
+
+config VORBIS_TOOLS_OGGINFO
+ bool "ogginfo"
+ help
+ ogginfo (displays ogg information)
+
+config VORBIS_TOOLS_VCUT
+ bool "vcut"
+ help
+ vcut (ogg file splitter)
+
+config VORBIS_TOOLS_VORBISCOMMENT
+ bool "vorbiscomment"
+ help
+ vorbiscomment (ogg comment editor)
+
+endif