aboutsummaryrefslogtreecommitdiffstats
path: root/audio/bmp-festalon
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-16 05:26:56 +0800
committerpav <pav@FreeBSD.org>2005-07-16 05:26:56 +0800
commit20005b0b4603a9eee7ce7f42a0b0770d5997e5e4 (patch)
tree6bbbfb0aa1e03c246a9296b6c9b6576206fb6be5 /audio/bmp-festalon
parent830d56c2f57a7b15e7ec1c111d5b2d2c75ac75b3 (diff)
downloadfreebsd-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/Makefile29
-rw-r--r--audio/bmp-festalon/pkg-descr12
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