pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xmms-musepack Initial import of xmms-musepack, v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/590e956c3d8d
branches:  trunk
changeset: 464010:590e956c3d8d
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Dec 03 13:30:15 2003 +0000

description:
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:

 audio/xmms-musepack/DESCR    |   3 +++
 audio/xmms-musepack/Makefile |  34 ++++++++++++++++++++++++++++++++++
 audio/xmms-musepack/PLIST    |   4 ++++
 audio/xmms-musepack/distinfo |   4 ++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r d6943dc4bd74 -r 590e956c3d8d audio/xmms-musepack/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-musepack/DESCR Wed Dec 03 13:30:15 2003 +0000
@@ -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 -r d6943dc4bd74 -r 590e956c3d8d audio/xmms-musepack/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-musepack/Makefile      Wed Dec 03 13:30:15 2003 +0000
@@ -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@localhost
+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 -r d6943dc4bd74 -r 590e956c3d8d audio/xmms-musepack/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-musepack/PLIST Wed Dec 03 13:30:15 2003 +0000
@@ -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 -r d6943dc4bd74 -r 590e956c3d8d audio/xmms-musepack/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-musepack/distinfo      Wed Dec 03 13:30:15 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index