diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-22 11:15:06 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-22 11:15:06 +0000 |
commit | 1a45663dbb79a59d4acac94adaf267f2c7ade97e (patch) | |
tree | f655d13d4bfda156ca89c201450b113d8591f30b /audio/xmms-efxmms | |
parent | d82a3ba54e60cf4139fa9f2f90ea2e803a1b16fb (diff) | |
download | ports-1a45663dbb79a59d4acac94adaf267f2c7ade97e.tar.gz ports-1a45663dbb79a59d4acac94adaf267f2c7ade97e.zip |
Notes
Diffstat (limited to 'audio/xmms-efxmms')
-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 |
3 files changed, 39 insertions, 0 deletions
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 |