diff options
author | mycroft <mycroft@pkgsrc.org> | 2001-12-24 15:20:02 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2001-12-24 15:20:02 +0000 |
commit | 9170caac818b18f1508d2b7b61a141508c436f5a (patch) | |
tree | 3e28d4648b4fdccd8f50aceac94c69a55fb0956a | |
parent | 7f984ba3b620db2f9ff44df03d1edf69a10709ef (diff) | |
download | pkgsrc-9170caac818b18f1508d2b7b61a141508c436f5a.tar.gz |
Add xmms-sid, a XMMS plugin to play SID music.
Mmmm, retro-fi.
-rw-r--r-- | audio/xmms-sid/DESCR | 1 | ||||
-rw-r--r-- | audio/xmms-sid/Makefile | 20 | ||||
-rw-r--r-- | audio/xmms-sid/PLIST | 3 | ||||
-rw-r--r-- | audio/xmms-sid/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/audio/xmms-sid/DESCR b/audio/xmms-sid/DESCR new file mode 100644 index 00000000000..d44289c7a69 --- /dev/null +++ b/audio/xmms-sid/DESCR @@ -0,0 +1 @@ +XMMS plugin for SID (Commodore 64) music diff --git a/audio/xmms-sid/Makefile b/audio/xmms-sid/Makefile new file mode 100644 index 00000000000..7f90da040a8 --- /dev/null +++ b/audio/xmms-sid/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2001/12/24 15:20:02 mycroft Exp $ +# + +DISTNAME= xmms-sid-0.7.2 +CATEGORIES= audio +MASTER_SITES= http://www.tnsp.org/xs-files/ + +MAINTAINER= mycroft@netbsd.org +HOMEPAGE= http://www.tnsp.org/ +COMMENT= XMMS plugin for SID (Commodore 64) music + +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../audio/libsidplay/buildlink.mk" +.include "../../audio/xmms/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-sid/PLIST b/audio/xmms-sid/PLIST new file mode 100644 index 00000000000..b6d5267b0d1 --- /dev/null +++ b/audio/xmms-sid/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2001/12/24 15:20:02 mycroft Exp $ +lib/xmms/Input/libsid.la +lib/xmms/Input/libsid.so diff --git a/audio/xmms-sid/distinfo b/audio/xmms-sid/distinfo new file mode 100644 index 00000000000..46003a214e5 --- /dev/null +++ b/audio/xmms-sid/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2001/12/24 15:20:03 mycroft Exp $ + +SHA1 (xmms-sid-0.7.2.tar.gz) = 23a039c8bae276d3d1f402988dc644e15c37cc61 +Size (xmms-sid-0.7.2.tar.gz) = 223161 bytes |