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>
This commit is contained in:
parent
d82a3ba54e
commit
1a45663dbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137856
4 changed files with 40 additions and 0 deletions
|
@ -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
|
||||
|
|
29
audio/xmms-efxmms/Makefile
Normal file
29
audio/xmms-efxmms/Makefile
Normal file
|
@ -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>
|
2
audio/xmms-efxmms/distinfo
Normal file
2
audio/xmms-efxmms/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (EFXmms-0.0.3.tar.bz2) = 33be37eac15b33d9d278064c0daef7cc
|
||||
SIZE (EFXmms-0.0.3.tar.bz2) = 106154
|
8
audio/xmms-efxmms/pkg-descr
Normal file
8
audio/xmms-efxmms/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue