summaryrefslogtreecommitdiffstats
path: root/package/multimedia/vorbis-tools/vorbis-tools.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-01-06 15:42:01 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-11 16:33:24 +0100
commitd0f607c47ad5a90bede8f2db314d9f4355e97877 (patch)
tree5d15b8a28d854efc185d587874d17bed756aa2df /package/multimedia/vorbis-tools/vorbis-tools.mk
parent7f8164267594c5ce8bed685192729c0fb0fd5056 (diff)
downloadbuildroot-novena-d0f607c47ad5a90bede8f2db314d9f4355e97877.tar.gz
buildroot-novena-d0f607c47ad5a90bede8f2db314d9f4355e97877.zip
vorbis-tools: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/vorbis-tools/vorbis-tools.mk')
-rw-r--r--package/multimedia/vorbis-tools/vorbis-tools.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/multimedia/vorbis-tools/vorbis-tools.mk b/package/multimedia/vorbis-tools/vorbis-tools.mk
new file mode 100644
index 000000000..6fd6c2a8e
--- /dev/null
+++ b/package/multimedia/vorbis-tools/vorbis-tools.mk
@@ -0,0 +1,20 @@
+#############################################################
+#
+# vorbis-tools
+#
+#############################################################
+
+VORBIS_TOOLS_VERSION = 1.4.0
+VORBIS_TOOLS_SITE = http://downloads.xiph.org/releases/vorbis
+VORBIS_TOOLS_DEPENDENCIES = libao libogg libvorbis libcurl
+VORBIS_TOOLS_CONF_OPT = --program-transform-name=''
+
+ifeq ($(BR2_PACKAGE_FLAC),y)
+VORBIS_TOOLS_DEPENDENCIES += flac
+endif
+
+ifeq ($(BR2_PACKAGE_SPEEX),y)
+VORBIS_TOOLS_DEPENDENCIES += speex
+endif
+
+$(eval $(call AUTOTARGETS,package/multimedia,vorbis-tools))