diff options
author | pav <pav@FreeBSD.org> | 2005-07-16 05:26:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-16 05:26:56 +0800 |
commit | 20005b0b4603a9eee7ce7f42a0b0770d5997e5e4 (patch) | |
tree | 6bbbfb0aa1e03c246a9296b6c9b6576206fb6be5 /audio/bmp-festalon | |
parent | 830d56c2f57a7b15e7ec1c111d5b2d2c75ac75b3 (diff) | |
download | freebsd-ports-gnome-20005b0b4603a9eee7ce7f42a0b0770d5997e5e4.tar.gz freebsd-ports-gnome-20005b0b4603a9eee7ce7f42a0b0770d5997e5e4.tar.zst freebsd-ports-gnome-20005b0b4603a9eee7ce7f42a0b0770d5997e5e4.zip |
- audio/festalon is a command line player for .nsf and .hes audio files (master
port)
- audio/xmms-festalon is a XMMS plugin for playing .nsf and .hes audio files
(slave port)
- audio/bmp-festalon is a Beep plugin for playing .nsf and .hes audio files
(slave port)
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.
PR: ports/83405
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'audio/bmp-festalon')
-rw-r--r-- | audio/bmp-festalon/Makefile | 29 | ||||
-rw-r--r-- | audio/bmp-festalon/pkg-descr | 12 |
2 files changed, 41 insertions, 0 deletions
diff --git a/audio/bmp-festalon/Makefile b/audio/bmp-festalon/Makefile new file mode 100644 index 000000000000..660250f78a9b --- /dev/null +++ b/audio/bmp-festalon/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: bmp-festalon +# Date created: 15 Jul 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PKGNAMEPREFIX= bmp- + +COMMENT= A beep-media-player plugin for playing .nsf and .hes audio files + +MASTERDIR= ${.CURDIR}/../festalon + +LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player + +USE_X_PREFIX= yes +#USE_GNOME= glib12 + +CONFIGURE_ARGS+= --enable-interface=bmp + +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +PLIST_FILES= lib/bmp/Input/libfestalon_bmp.a \ + lib/bmp/Input/libfestalon_bmp.la \ + lib/bmp/Input/libfestalon_bmp.so \ + lib/bmp/Input/libfestalon_bmp.so.0 + +.include "${MASTERDIR}/Makefile" diff --git a/audio/bmp-festalon/pkg-descr b/audio/bmp-festalon/pkg-descr new file mode 100644 index 000000000000..9c2afc922c10 --- /dev/null +++ b/audio/bmp-festalon/pkg-descr @@ -0,0 +1,12 @@ +This is a beep-media-player 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 |