summaryrefslogtreecommitdiff
path: root/audio/libmusepack/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-04 20:28:31 +0000
committerwiz <wiz@pkgsrc.org>2004-12-04 20:28:31 +0000
commit76a963c995250b11d04bc0ba41bb33bd44ab367d (patch)
tree46940e4c2c31370d8d65db5fe89f8abe6e83cfb5 /audio/libmusepack/Makefile
parent35fa36f1a934cc84face16970b1c01a5073adcff (diff)
downloadpkgsrc-76a963c995250b11d04bc0ba41bb33bd44ab367d.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"