summaryrefslogtreecommitdiff
path: root/audio/libmusepack/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2007-02-01 10:21:57 +0000
committerdrochner <drochner>2007-02-01 10:21:57 +0000
commit05dd1fc7dda404ac5241b93e096d2dad644df2d3 (patch)
tree6e5d325b92f5c89c55d590d72fd1b5012fe2491e /audio/libmusepack/Makefile
parent7d23736bf984f90608ff889eb7194eb2326f311d (diff)
downloadpkgsrc-05dd1fc7dda404ac5241b93e096d2dad644df2d3.tar.gz
Revert the update to mpcdec - this breaks both bmp-musepack and
xmms-musepack. libmusepack (1.0.x) and libmpcdec (1.2.x) are incompatible and don't conflict, so we can have both for the time being.
Diffstat (limited to 'audio/libmusepack/Makefile')
-rw-r--r--audio/libmusepack/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/libmusepack/Makefile b/audio/libmusepack/Makefile
index 97d4e1bce50..3a17a116e58 100644
--- a/audio/libmusepack/Makefile
+++ b/audio/libmusepack/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2007/01/31 21:33:31 cbiere Exp $
+# $NetBSD: Makefile,v 1.6 2007/02/01 10:21:57 drochner Exp $
#
-DISTNAME= libmpcdec-1.2.4
-PKGNAME= ${DISTNAME:S/mpcdec/musepack/}
+DISTNAME= libmusepack-1.0.3
CATEGORIES= audio
-MASTER_SITES= http://files.musepack.net/source/
+MASTER_SITES= http://www.saunalahti.fi/grimmel/musepack.net/source/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -12,8 +11,6 @@ HOMEPAGE= http://www.musepack.net/
COMMENT= Portable Musepack decoder library
USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-INSTALLATION_DIRS+= include/mpcdec
.include "../../mk/bsd.pkg.mk"