summaryrefslogtreecommitdiff
path: root/audio/libmusepack/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-04 20:28:31 +0000
committerwiz <wiz>2004-12-04 20:28:31 +0000
commitb268a15f12f18455f76b572f43da74dd9030d782 (patch)
tree46940e4c2c31370d8d65db5fe89f8abe6e83cfb5 /audio/libmusepack/Makefile
parent9efc380d527b57c1cf62934e90013aac8433d82c (diff)
downloadpkgsrc-b268a15f12f18455f76b572f43da74dd9030d782.tar.gz
Initial import of libmusepack-1.0.3:
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. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code.
Diffstat (limited to 'audio/libmusepack/Makefile')
-rw-r--r--audio/libmusepack/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/libmusepack/Makefile b/audio/libmusepack/Makefile
new file mode 100644
index 00000000000..c4ac94eff7d
--- /dev/null
+++ b/audio/libmusepack/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/04 20:28:31 wiz Exp $
+#
+
+DISTNAME= libmusepack-1.0.3
+CATEGORIES= audio
+MASTER_SITES= http://www.saunalahti.fi/grimmel/musepack.net/source/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.musepack.net/
+COMMENT= Portable Musepack decoder library
+
+USE_BUILDLINK3= yes
+USE_LANGUAGES= c++
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"