aboutsummaryrefslogtreecommitdiff
path: root/audio/ladspa
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-07-18 13:58:56 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-07-18 13:58:56 +0000
commitded1a23e4f12184d4d0d4d64caf7e8ebb076ce5e (patch)
tree950cab03619c1b64f79cec89cff9931df730de59 /audio/ladspa
parentd202d30342e5faa3865606940e9ef278c4b964f8 (diff)
downloadports-ded1a23e4f12184d4d0d4d64caf7e8ebb076ce5e.tar.gz
ports-ded1a23e4f12184d4d0d4d64caf7e8ebb076ce5e.zip
Update to 1.12
Switch to original Master Site, Respect CFLAGS
Notes
Notes: svn path=/head/; revision=85137
Diffstat (limited to 'audio/ladspa')
-rw-r--r--audio/ladspa/Makefile12
-rw-r--r--audio/ladspa/distinfo2
2 files changed, 8 insertions, 6 deletions
diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile
index 175c1d84c6a4..68451717ee54 100644
--- a/audio/ladspa/Makefile
+++ b/audio/ladspa/Makefile
@@ -5,15 +5,16 @@
# $FreeBSD$
PORTNAME= ladspa
-PORTVERSION= 1.1
+PORTVERSION= 1.12
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= arved
+MASTER_SITES= http://www.ladspa.org/download/
+DISTNAME= ladspa_sdk_${PORTVERSION}
+EXTRACT_SUFX= .tgz
MAINTAINER= arved@FreeBSD.org
COMMENT= "Linux Audio Developer's Simple Plugin API"
-USE_BZIP2= yes
+WRKSRC= ${WRKDIR}/ladspa_sdk
USE_GMAKE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
@@ -22,7 +23,8 @@ PLUGIN_FILES= amp.so delay.so filter.so noise.so sine.so
PLUGIN_DIR?= ${PREFIX}/lib/ladspa/
post-patch:
- ${REINPLACE_CMD} -e 's,-ldl,,; s,^CFLAGS[ \t]=,#CFLAGS+=,' ${WRKSRC}/src/makefile
+ ${REINPLACE_CMD} -e 's,-ldl,,; s,-O3,${CFLAGS},' ${WRKSRC}/src/makefile
+
do-build:
cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${GMAKE} -f makefile targets
diff --git a/audio/ladspa/distinfo b/audio/ladspa/distinfo
index 4e823ef8c1f2..b49b15a54529 100644
--- a/audio/ladspa/distinfo
+++ b/audio/ladspa/distinfo
@@ -1 +1 @@
-MD5 (ladspa-1.1.tar.bz2) = 80dc90052e6a2f11ad9bf24ee98d4496
+MD5 (ladspa_sdk_1.12.tgz) = dbd63dd701d80b152943073c84565c14