summaryrefslogtreecommitdiff
path: root/package/multimedia/musepack
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-01-18 13:54:38 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-20 21:29:47 +0100
commit64129c0546dfeaef6fa1eb8ad78901e9fd12f20a (patch)
tree4f7b477381ea65667dfddccb5f9072c2e47f3d54 /package/multimedia/musepack
parent9af7b7677fa9672b39939e7e7160cfbd0ba23c5f (diff)
musepack: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/musepack')
-rw-r--r--package/multimedia/musepack/Config.in11
-rw-r--r--package/multimedia/musepack/musepack.mk14
2 files changed, 25 insertions, 0 deletions
diff --git a/package/multimedia/musepack/Config.in b/package/multimedia/musepack/Config.in
new file mode 100644
index 000000000..2a966a473
--- /dev/null
+++ b/package/multimedia/musepack/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_MUSEPACK
+ bool "musepack"
+ select BR2_PACKAGE_LIBCUEFILE
+ select BR2_PACKAGE_LIBREPLAYGAIN
+ help
+ Musepack is an audio compression format with a strong emphasis
+ on high quality. It's not lossless, but it is designed
+ for transparency, so that you won't be able to hear differences
+ between the original wave file and the much smaller MPC file.
+
+ http://www.musepack.net/
diff --git a/package/multimedia/musepack/musepack.mk b/package/multimedia/musepack/musepack.mk
new file mode 100644
index 000000000..34581b696
--- /dev/null
+++ b/package/multimedia/musepack/musepack.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# musepack
+#
+################################################################################
+
+MUSEPACK_VERSION = r435
+MUSEPACK_SITE = http://files.musepack.net/source
+MUSEPACK_SOURCE = musepack_src_$(MUSEPACK_VERSION).tar.gz
+MUSEPACK_DEPENDENCIES = libcuefile libreplaygain
+MUSEPACK_AUTORECONF = YES
+MUSEPACK_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS,package/multimedia,musepack))