diff options
author | sat <sat@FreeBSD.org> | 2006-07-16 17:27:29 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-07-16 17:27:29 +0800 |
commit | 779d6bfe6bdc1132416c4659aa5682de6f31e3e2 (patch) | |
tree | b9374ed7efcceae35574d84913ec7a29f296ab9b /audio | |
parent | 7bbe866b5d2747b219d8785970eea9e993fc4ade (diff) | |
download | freebsd-ports-gnome-779d6bfe6bdc1132416c4659aa5682de6f31e3e2.tar.gz freebsd-ports-gnome-779d6bfe6bdc1132416c4659aa5682de6f31e3e2.tar.zst freebsd-ports-gnome-779d6bfe6bdc1132416c4659aa5682de6f31e3e2.zip |
Add port audio/audacious-crossfade:
A Crossfading/Gapless Output Plugin featuring:
* Crossfading
* Fadein/Fadeout
* Continuous output
* Gap-Killer
* Automatic detection of live albums
* High quality
* Secondary effect plugin
* Compatibility with bmp and audacious
WWW: http://www.eisenlohr.org/xmms-crossfade/index.html
Author: Peter Eisenlohr <p.eisenlohr@gmx.net>
This is a slave port of audio/xmms-crossfade
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/audacious-crossfade/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 885374357b3d..dcca0d728bdb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -35,6 +35,7 @@ SUBDIR += asmix SUBDIR += asmixer SUBDIR += aube + SUBDIR += audacious-crossfade SUBDIR += audacity SUBDIR += aumix SUBDIR += aureal-kmod diff --git a/audio/audacious-crossfade/Makefile b/audio/audacious-crossfade/Makefile new file mode 100644 index 000000000000..cdcfc9d5bd22 --- /dev/null +++ b/audio/audacious-crossfade/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: audacious-crossfade +# Date created: 16 July 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +APP= audacious +LIB_DEPENDS= audacious.2:${PORTSDIR}/multimedia/audacious + +MASTERDIR= ${.CURDIR}/../xmms-crossfade + +.include "${MASTERDIR}/Makefile" |