summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-03 13:30:15 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-03 13:30:15 +0000
commit607a5119e31ae0099a921ce7ad978ed2e0fbfff2 (patch)
treebfe883ea0dca6a542bf4ce33bdd2556db34dede6 /audio
parent4cd8959773bd00961ac79144ddebdf93c9815a71 (diff)
downloadpkgsrc-607a5119e31ae0099a921ce7ad978ed2e0fbfff2.tar.gz
Initial import of xmms-musepack, version 0.94:
xmms-musepack is an audio output plugin for the XMMS multimedia player. Andree Buschmann's en-/decoder is a great improvement of lossy audio compression compared to MPEG-III.
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-musepack/DESCR3
-rw-r--r--audio/xmms-musepack/Makefile34
-rw-r--r--audio/xmms-musepack/PLIST4
-rw-r--r--audio/xmms-musepack/distinfo4
4 files changed, 45 insertions, 0 deletions
diff --git a/audio/xmms-musepack/DESCR b/audio/xmms-musepack/DESCR
new file mode 100644
index 00000000000..f7d9ef49757
--- /dev/null
+++ b/audio/xmms-musepack/DESCR
@@ -0,0 +1,3 @@
+xmms-musepack is an audio output plugin for the XMMS multimedia player.
+Andree Buschmann's en-/decoder is a great improvement of lossy audio
+compression compared to MPEG-III.
diff --git a/audio/xmms-musepack/Makefile b/audio/xmms-musepack/Makefile
new file mode 100644
index 00000000000..6959ca00f7c
--- /dev/null
+++ b/audio/xmms-musepack/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 13:30:15 jmmv Exp $
+#
+
+DISTNAME= xmms-musepack-0.94
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpegplus/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://www.sourceforge.net/projects/mpegplus/
+COMMENT= Musepack audio output plugin for XMMS
+
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+
+CFLAGS+= -DVERSION='"${PKGVERSION}"'
+XMMS_CONFIG= ${BUILDLINK_PREFIX.xmms}/bin/xmms-config
+
+do-build:
+ cd ${WRKSRC} && for f in *.c; do \
+ ${SHLIBTOOL} --mode=compile ${CC} ${CFLAGS} \
+ `${XMMS_CONFIG} --cflags` -c $$f || break; \
+ done
+ cd ${WRKSRC} && ${SHLIBTOOL} --mode=link ${CC} ${LDFLAGS} \
+ -o libmusepack.la *.lo `${XMMS_CONFIG} --libs` \
+ -rpath ${PREFIX}/lib/xmms/Input \
+ -module -avoid-version
+
+do-install:
+ cd ${WRKSRC} && ${SHLIBTOOL} --mode=install \
+ ${INSTALL_DATA} libmusepack.la ${PREFIX}/lib/xmms/Input
+
+.include "../../audio/xmms/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/xmms-musepack/PLIST b/audio/xmms-musepack/PLIST
new file mode 100644
index 00000000000..8840e4bf753
--- /dev/null
+++ b/audio/xmms-musepack/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 13:30:15 jmmv Exp $
+lib/xmms/Input/libmusepack.la
+lib/xmms/Input/libmusepack.so
+@comment in xmms: @dirrm lib/xmms/Input
diff --git a/audio/xmms-musepack/distinfo b/audio/xmms-musepack/distinfo
new file mode 100644
index 00000000000..3fcc4d37fcb
--- /dev/null
+++ b/audio/xmms-musepack/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 13:30:15 jmmv Exp $
+
+SHA1 (xmms-musepack-0.94.tar.bz2) = 474e9f8156cee10fe7b08f1fb68eb18bf3c54d6f
+Size (xmms-musepack-0.94.tar.bz2) = 56999 bytes