diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-15 21:26:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-15 21:26:56 +0000 |
commit | 97f499d1a708c7b45d7f7b1d0b4b4d49bcf2b8c2 (patch) | |
tree | 716c9ea6aebb99db05ab48d689c0c4d859fce01c /audio/xmms-festalon | |
parent | 864bf1d378da2520a8f8e0265dbff3dcec26ba94 (diff) | |
download | ports-97f499d1a708c7b45d7f7b1d0b4b4d49bcf2b8c2.tar.gz ports-97f499d1a708c7b45d7f7b1d0b4b4d49bcf2b8c2.zip |
Notes
Diffstat (limited to 'audio/xmms-festalon')
-rw-r--r-- | audio/xmms-festalon/Makefile | 30 | ||||
-rw-r--r-- | audio/xmms-festalon/pkg-descr | 12 |
2 files changed, 42 insertions, 0 deletions
diff --git a/audio/xmms-festalon/Makefile b/audio/xmms-festalon/Makefile new file mode 100644 index 000000000000..6146c4c91cf1 --- /dev/null +++ b/audio/xmms-festalon/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: xmms-festalon +# Date created: 13 Jul 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PKGNAMEPREFIX= xmms- + +COMMENT= A XMMS plugin for playing .nsf and .hes audio files + +MASTERDIR= ${.CURDIR}/../festalon + +BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms + +USE_X_PREFIX= yes +USE_GNOME= glib12 + +CONFIGURE_ARGS+= --enable-interface=interface + +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +PLIST_FILES= lib/xmms/Input/libfestalon_xmms.a \ + lib/xmms/Input/libfestalon_xmms.so \ + lib/xmms/Input/libfestalon_xmms.so.0 \ + lib/xmms/Input/libfestalon_xmms.la + +.include "${MASTERDIR}/Makefile" diff --git a/audio/xmms-festalon/pkg-descr b/audio/xmms-festalon/pkg-descr new file mode 100644 index 000000000000..ea776c9d7499 --- /dev/null +++ b/audio/xmms-festalon/pkg-descr @@ -0,0 +1,12 @@ +This is a XMMS input plugin for playing .nsf and .hes audio files. + +It supports all internal sound channels and the extra sound channels found in +the Konami VRC6, Konami VRC7, Namco 106, Nintendo MMC5, and Sunsoft FME-07 +chips. + +The extra sound channel present in the Famicom Disk System is also emulated. + +WWW: http://projects.raphnet.net/#festalon + +- ehaupt +ehaupt@critical.ch |