aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-01 01:21:39 +0800
committerpav <pav@FreeBSD.org>2006-05-01 01:21:39 +0800
commit820fea98295187d8df13a432262171bea557e211 (patch)
treed6cf11368f449bce639b5bc55548a2adead0d2d2 /audio
parentfb50a2997f44cba2d7fa3ef890a1779bf83877e1 (diff)
downloadfreebsd-ports-graphics-820fea98295187d8df13a432262171bea557e211.tar.gz
freebsd-ports-graphics-820fea98295187d8df13a432262171bea557e211.tar.zst
freebsd-ports-graphics-820fea98295187d8df13a432262171bea557e211.zip
An XMMS Output plugin that allows you to crossfade between different tunes.
A beep-media-player version. PR: ports/91181 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/bmp-crossfade/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index ee47906a3bf..e30d9948d31 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -47,6 +47,7 @@
SUBDIR += beep
SUBDIR += bladeenc
SUBDIR += blop
+ SUBDIR += bmp-crossfade
SUBDIR += bmp-faad
SUBDIR += bmp-fc
SUBDIR += bmp-festalon
diff --git a/audio/bmp-crossfade/Makefile b/audio/bmp-crossfade/Makefile
new file mode 100644
index 00000000000..bb2d4d56240
--- /dev/null
+++ b/audio/bmp-crossfade/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: bmp-crossfade
+# Date created: 1 January 2006
+# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
+#
+# $FreeBSD$
+#
+
+APP= bmp
+LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
+
+MASTERDIR= ${.CURDIR}/../xmms-crossfade
+
+.include "${MASTERDIR}/Makefile"
s'>+7 * - Update to 0.32sunpoet2014-09-112-3/+3