summaryrefslogtreecommitdiffstats
path: root/package/libreplaygain
diff options
context:
space:
mode:
Diffstat (limited to 'package/libreplaygain')
-rw-r--r--package/libreplaygain/Config.in6
-rw-r--r--package/libreplaygain/libreplaygain.mk14
2 files changed, 20 insertions, 0 deletions
diff --git a/package/libreplaygain/Config.in b/package/libreplaygain/Config.in
new file mode 100644
index 000000000..d0045b2f2
--- /dev/null
+++ b/package/libreplaygain/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBREPLAYGAIN
+ bool "libreplaygain"
+ help
+ Replay Gain library from Musepack
+
+ http://www.musepack.net/
diff --git a/package/libreplaygain/libreplaygain.mk b/package/libreplaygain/libreplaygain.mk
new file mode 100644
index 000000000..47bf58642
--- /dev/null
+++ b/package/libreplaygain/libreplaygain.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# libreplaygain
+#
+################################################################################
+
+LIBREPLAYGAIN_VERSION = r475
+LIBREPLAYGAIN_SITE = http://files.musepack.net/source
+LIBREPLAYGAIN_SOURCE = libreplaygain_$(LIBREPLAYGAIN_VERSION).tar.gz
+# upstream doesn't ship configure
+LIBREPLAYGAIN_AUTORECONF = YES
+LIBREPLAYGAIN_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS))