diff options
-rw-r--r-- | audio/caps-plugins/Makefile | 6 | ||||
-rw-r--r-- | audio/caps-plugins/distinfo | 6 | ||||
-rw-r--r-- | audio/caps-plugins/files/patch-Makefile | 17 | ||||
-rw-r--r-- | audio/caps-plugins/pkg-plist | 4 |
4 files changed, 18 insertions, 15 deletions
diff --git a/audio/caps-plugins/Makefile b/audio/caps-plugins/Makefile index 325f0c23d7eb..7f9dab36756c 100644 --- a/audio/caps-plugins/Makefile +++ b/audio/caps-plugins/Makefile @@ -6,7 +6,7 @@ # PORTNAME= caps-plugins -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= audio MASTER_SITES= http://quitte.de/dsp/ DISTNAME= caps_${PORTVERSION} @@ -20,12 +20,10 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/caps-${PORTVERSION} USE_GMAKE= yes -PLIST_FILES= lib/ladspa/caps.so - .include <bsd.port.pre.mk> .if !defined(WITHOUT_OPTIMIZED_CFLAGS) -CFLAGS+= -O6 -ffast-math -funroll-loops +CFLAGS+= -O3 -ffast-math -funroll-loops .endif .if ${OSVERSION} < 600000 diff --git a/audio/caps-plugins/distinfo b/audio/caps-plugins/distinfo index 369dc02e47e5..2d9ba747b2af 100644 --- a/audio/caps-plugins/distinfo +++ b/audio/caps-plugins/distinfo @@ -1,3 +1,3 @@ -MD5 (caps_0.3.0.tar.gz) = ece235ac353092f39a4f15d365cfa46f -SHA256 (caps_0.3.0.tar.gz) = 1cf3dd09f2b9f734a2e637a1919df87fc806667db4a2d5d40dc6773716e121ff -SIZE (caps_0.3.0.tar.gz) = 209075 +MD5 (caps_0.4.0.tar.gz) = e4f76c5122a6e80861c22c9c679fa677 +SHA256 (caps_0.4.0.tar.gz) = 5cafd150c47ddd7a2c79948e3a77afadf0a40168b69f2f8dbd4a7bb77b0d8319 +SIZE (caps_0.4.0.tar.gz) = 784917 diff --git a/audio/caps-plugins/files/patch-Makefile b/audio/caps-plugins/files/patch-Makefile index f11217667b2c..90c39636ccfb 100644 --- a/audio/caps-plugins/files/patch-Makefile +++ b/audio/caps-plugins/files/patch-Makefile @@ -1,17 +1,18 @@ ---- Makefile.orig Tue Mar 6 12:39:47 2007 -+++ Makefile Tue Mar 6 12:40:24 2007 -@@ -1,11 +1,11 @@ +--- Makefile.orig Sun Jun 17 12:32:01 2007 ++++ Makefile Mon Jun 18 14:58:10 2007 +@@ -1,12 +1,12 @@ PREFIX = /usr/local -CC = g++ --OPTS = -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC +-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC +CC = $(CXX) +OPTS = -Wall -fPIC -DPIC - # users of later iterations of the x86 architecture may want to add these: - # OPTS = -msse2 -mfpmath=sse -pipe -ftracer + #OPTS = -g -DDEBUG --CFLAGS = $(OPTS) + -include defines.make + +-CFLAGS = $(OPTS) $(_CFLAGS) +CFLAGS += $(OPTS) PLUG = caps - VERSION = 0.3.0 + VERSION = 0.4.0 diff --git a/audio/caps-plugins/pkg-plist b/audio/caps-plugins/pkg-plist new file mode 100644 index 000000000000..b2bb88c031d5 --- /dev/null +++ b/audio/caps-plugins/pkg-plist @@ -0,0 +1,4 @@ +lib/ladspa/caps.so +share/ladspa/rdf/caps.rdf +@dirrmtry share/ladspa/rdf +@dirrmtry share/ladspa |