diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-22 19:15:06 +0800 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-22 19:15:06 +0800 |
commit | 1a45663dbb79a59d4acac94adaf267f2c7ade97e (patch) | |
tree | f655d13d4bfda156ca89c201450b113d8591f30b /audio | |
parent | d82a3ba54e60cf4139fa9f2f90ea2e803a1b16fb (diff) | |
download | freebsd-ports-gnome-1a45663dbb79a59d4acac94adaf267f2c7ade97e.tar.gz freebsd-ports-gnome-1a45663dbb79a59d4acac94adaf267f2c7ade97e.tar.zst freebsd-ports-gnome-1a45663dbb79a59d4acac94adaf267f2c7ade97e.zip |
Add xmms-efxmms.
EFXmms is a standard XMMS effect plugin adaption of EFX. It provides the
possibility to send the audio through a queue of multiple effect plugins
instead of one effect that XMMS originally handles.
WWW: http://sourceforge.net/projects/efxmms/
PR: ports/82363
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-efxmms/Makefile | 29 | ||||
-rw-r--r-- | audio/xmms-efxmms/distinfo | 2 | ||||
-rw-r--r-- | audio/xmms-efxmms/pkg-descr | 8 |
4 files changed, 40 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index a16df942e195..7fb639a3e913 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -511,6 +511,7 @@ SUBDIR += xmms-crossfade SUBDIR += xmms-crystality SUBDIR += xmms-defx + SUBDIR += xmms-efxmms SUBDIR += xmms-eq SUBDIR += xmms-faad SUBDIR += xmms-fc diff --git a/audio/xmms-efxmms/Makefile b/audio/xmms-efxmms/Makefile new file mode 100644 index 000000000000..5ba7e8c3fc5a --- /dev/null +++ b/audio/xmms-efxmms/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: audio/xmms-efxmms +# Date created: 17 Jun 2005 +# Whom: Alejandro Pulver <alejandro@varnet.biz> +# +# $FreeBSD$ +# + +PORTNAME= xmms-efxmms +PORTVERSION= 0.0.3 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= efxmms +DISTNAME= EFXmms-${PORTVERSION} + +MAINTAINER= alejandro@varnet.biz +COMMENT= Send the XMMS audio output through a queue of multiple effect plugins + +BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gtk12 +USE_INC_LIBTOOL_VER= 13 + +PLIST_FILES= lib/xmms/Effect/libefx.so + +.include <bsd.port.mk> diff --git a/audio/xmms-efxmms/distinfo b/audio/xmms-efxmms/distinfo new file mode 100644 index 000000000000..6f6eb51bcb49 --- /dev/null +++ b/audio/xmms-efxmms/distinfo @@ -0,0 +1,2 @@ +MD5 (EFXmms-0.0.3.tar.bz2) = 33be37eac15b33d9d278064c0daef7cc +SIZE (EFXmms-0.0.3.tar.bz2) = 106154 diff --git a/audio/xmms-efxmms/pkg-descr b/audio/xmms-efxmms/pkg-descr new file mode 100644 index 000000000000..ed2d988dd055 --- /dev/null +++ b/audio/xmms-efxmms/pkg-descr @@ -0,0 +1,8 @@ +EFXmms is a standard XMMS effect plugin adaption of EFX. It provides the +possibility to send the audio through a queue of multiple effect plugins +instead of one effect that XMMS originally handles. + +WWW: http://sourceforge.net/projects/efxmms/ + +- Alejandro Pulver +alejandro@varnet.biz |