Update to 1.0

Drop Maintainership
This commit is contained in:
Tilman Keskinoz 2004-04-07 21:55:36 +00:00
parent a73a64446c
commit e37fdd41a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106459
3 changed files with 14 additions and 16 deletions

View File

@ -5,13 +5,12 @@
# $FreeBSD$
PORTNAME= xmms-ladspa
PORTVERSION= 0.7
PORTREVISION= 1
PORTVERSION= 1.0
CATEGORIES= audio
MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/
DISTNAME= xmms_ladspa-${PORTVERSION}
MAINTAINER= arved@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= "XMMS Plugin that provides LADSPA Plugins to XMMS"
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa

View File

@ -1,2 +1,2 @@
MD5 (xmms_ladspa-0.7.tar.gz) = fb456a180ba886a41eb042e15dc68257
SIZE (xmms_ladspa-0.7.tar.gz) = 24276
MD5 (xmms_ladspa-1.0.tar.gz) = 492edfe3b7ccf60e7fdc7b2eb1928d6d
SIZE (xmms_ladspa-1.0.tar.gz) = 24658

View File

@ -1,18 +1,17 @@
--- Makefile.orig Thu May 30 21:36:13 2002
+++ Makefile Thu May 30 21:37:11 2002
@@ -1,5 +1,5 @@
--- Makefile.orig Wed Apr 7 23:52:16 2004
+++ Makefile Wed Apr 7 23:52:50 2004
@@ -4,7 +4,7 @@
DOCS= README PLUGINS COPYING ChangeLog
CODE= Makefile ladspa.c ladspa.h
-CFLAGS= -fPIC `gtk-config --cflags`
+CFLAGS+= -fPIC `gtk12-config --cflags`
+CFLAGS+= -fPIC `gtk-config --cflags`
all: ladspa.so
@@ -7,7 +7,7 @@
@echo
@@ -24,4 +24,4 @@
rm ladspa.so
ladspa.so: ladspa.c
- gcc -Wall -shared -o ladspa.so ladspa.c $(CFLAGS)
+ ${CC} -Wall -shared -o ladspa.so ladspa.c $(CFLAGS)
@echo
@echo "Now copy ladspa.so into your XMMS Effect plugin directory"
@echo "e.g. ~/.xmms/Plugins/Effect or /usr/lib/xmms/Effect"
- gcc -Wall -shared -o ladspa.so ladspa.c $(CFLAGS) -DVERSION=\"$(VER)\"
+ ${CC} -Wall -shared -o ladspa.so ladspa.c $(CFLAGS) -DVERSION=\"$(VER)\"