From 76a963c995250b11d04bc0ba41bb33bd44ab367d Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 4 Dec 2004 20:28:31 +0000 Subject: 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. --- audio/libmusepack/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 audio/libmusepack/Makefile (limited to 'audio/libmusepack/Makefile') 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" -- cgit v1.2.3