mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
add xmms-ladspa 0.3
XMMS Plugin that provides LADSPA Plugins to XMMS PR: 37971 Submitted by: Tilman Linneweh <tilman@arved.de>
This commit is contained in:
parent
6bdcaa3ef5
commit
f7f03024f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60302
@ -270,6 +270,7 @@
|
||||
SUBDIR += xmms-fc
|
||||
SUBDIR += xmms-gdancer
|
||||
SUBDIR += xmms-kde
|
||||
SUBDIR += xmms-ladspa
|
||||
SUBDIR += xmms-liveice
|
||||
SUBDIR += xmms-musepack
|
||||
SUBDIR += xmms-quix3dn
|
||||
|
24
audio/xmms-ladspa/Makefile
Normal file
24
audio/xmms-ladspa/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection Makefile for: xmms-ladspa
|
||||
# Date created: 11 May 2002
|
||||
# Whom: Tilman Linneweh <freebsdports@arved.de
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xmms-ladspa
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/
|
||||
DISTNAME= xmms_ladspa-${PORTVERSION}
|
||||
|
||||
MAINTAINER= freebsdports@arved.de
|
||||
|
||||
LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
WRKSRC= ${WRKDIR}/xmms_ladspa
|
||||
|
||||
do-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/ladspa.so ${PREFIX}/lib/xmms/Effect/
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/xmms-ladspa/distinfo
Normal file
1
audio/xmms-ladspa/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xmms_ladspa-0.3.tar.gz) = 7d372888d9dfdcf74442340322afa92f
|
11
audio/xmms-ladspa/files/patch-Makefile
Normal file
11
audio/xmms-ladspa/files/patch-Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig Tue Apr 9 03:46:47 2002
|
||||
+++ Makefile Sun May 12 02:37:50 2002
|
||||
@@ -5,7 +5,7 @@
|
||||
rm ladspa.so
|
||||
|
||||
ladspa.so: ladspa.c
|
||||
- gcc -Wall -shared -o ladspa.so ladspa.c -fPIC `gtk-config --cflags`
|
||||
+ ${CC} -Wall -shared -o ladspa.so ladspa.c ${CFLAGS} `gtk12-config --cflags`
|
||||
@echo
|
||||
@echo "Now copy ladspa.so into your XMMS Effect plugin directory"
|
||||
@echo "e.g. ~/.xmms/Plugins/Effect or /usr/lib/xmms/Effect"
|
1
audio/xmms-ladspa/pkg-comment
Normal file
1
audio/xmms-ladspa/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XMMS Plugin that provides LADSPA Plugins to XMMS
|
6
audio/xmms-ladspa/pkg-descr
Normal file
6
audio/xmms-ladspa/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is 0.3 of xmms_ladspa, an Effect for XMMS that provides (some of)
|
||||
the power of the Linux Audio Developer's Simple Plugin API to your
|
||||
everyday MP3 and all-around media player.
|
||||
|
||||
Author: njl195@zepler.org.uk
|
||||
WWW: http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/
|
1
audio/xmms-ladspa/pkg-plist
Normal file
1
audio/xmms-ladspa/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
lib/xmms/Effect/ladspa.so
|
Loading…
Reference in New Issue
Block a user