1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 0.3.3

This commit is contained in:
Tilman Keskinoz 2003-01-01 19:57:08 +00:00
parent 0c6304e2a5
commit d1b2354d91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72098
5 changed files with 23 additions and 23 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= swhplugins
PORTVERSION= 0.3.0
PORTVERSION= 0.3.3
CATEGORIES= audio
MASTER_SITES= http://plugin.org.uk/releases/${PORTVERSION}/
DISTNAME= swh-plugins-${PORTVERSION}
@ -26,5 +26,7 @@ CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
pre-extract:
@${ECHO_CMD} "NOTE: This port does not build all \
Plugins, due to missing lrintf() function on FreeBSD"
post-patch:
${REINPLACE_CMD} -e 's,Bsymbolic,Bsymbolic -L${LOCALBASE}/lib,' ${WRKSRC}/Makefile.am
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (swh-plugins-0.3.0.tar.gz) = c0cf09e9f143b79214a53087ed737919
MD5 (swh-plugins-0.3.3.tar.gz) = 211318807010c2e1041cb405af578977

View File

@ -1,6 +1,6 @@
--- Makefile.am.orig Fri Nov 1 21:10:34 2002
+++ Makefile.am Sun Nov 3 17:54:07 2002
@@ -1,31 +1,31 @@
--- Makefile.am.orig Wed Jan 1 20:30:03 2003
+++ Makefile.am Wed Jan 1 20:29:32 2003
@@ -1,28 +1,26 @@
VERSION = @VERSION@
SOBS = amp_1181.so debug_1184.so diode_1185.so \
@ -22,31 +22,28 @@
+ dyson_compress_1403.so crossover_dist_1404.so \
valve_rect_1405.so split_1406.so alias_1407.so \
- satan_maximiser_1408.so karaoke_1409.so gate_1410.so \
+ karaoke_1409.so \
+ karaoke_1409.so\
comb_splitter_1411.so wave_terrain_1412.so \
- hard_limiter_1413.so smooth_decimate_1414.so fm_osc_1415.so \
- analogue_osc_1416.so rate_shifter_1417.so freq_tracker_1418.so \
- mod_delay_1419.so matrix_st_ms_1420.so matrix_ms_st_1421.so \
- matrix_spatialiser_1422.so plate_1423.so gong_1424.so \
- sc1_1425.so sc2_1426.so sc3_1427.so zm1_1428.so inv_1429.so \
- chebstortion_1430.so bode_shifter_1431.so bode_shifter_cv_1432.so \
- am_pitchshift_1433.so \
- mbeq_1197.so pitch_scale_1193.so pitch_scale_1194.so imp_1199.so
+ hard_limiter_1413.so smooth_decimate_1414.so \
-
+ hard_limiter_1413.so smooth_decimate_1414.so\
+ rate_shifter_1417.so freq_tracker_1418.so \
+ matrix_st_ms_1420.so matrix_ms_st_1421.so \
+ plate_1423.so gong_1424.so \
+ plate_1423.so gong_1424.so \
+ zm1_1428.so inv_1429.so \
+ chebstortion_1430.so \
+ mbeq_1197.so pitch_scale_1193.so pitch_scale_1194.so
SUBDIRS = util gsm gverb
SUBDIRS = util gsm gverb metadata
# Wacky stuff to stop automake getting confused
EXTRA_DIST = *.xml *.c *.h *.dtd *.pl *.css impulses/*.h
-LINK = ld -shared -Bsymbolic -lc -lm -o $@
+LINK = ld -shared -Bsymbolic -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -lc -lm -o $@
pkgbin_PROGRAMS = $(SOBS)
pkgbindir = @prefix@/lib/ladspa
DESTDIR = $(INSTALL_ROOT)
@@ -39,17 +39,6 @@
@@ -41,17 +39,6 @@
pitch_scale_1194_so_SOURCES = pitch_scale_1194.so.c
mbeq_1197_so_LDADD = $(FFTLIBS)
mbeq_1197_so_SOURCES = mbeq_1197.so.c

View File

@ -1,5 +1,5 @@
--- configure.in.orig Fri Nov 1 21:07:14 2002
+++ configure.in Sun Nov 3 17:33:21 2002
--- configure.in.orig Fri Dec 6 19:02:05 2002
+++ configure.in Wed Jan 1 19:53:58 2003
@@ -15,7 +15,8 @@
AC_REQUIRE_CPP
dnl AC_CHECK_HEADER(ladspa.h, [], [AC_MSG_ERROR([Cannot find ladspa.h, please install the LADSPA_SDK, or put ladspa.h somewhere it can be found]);])
@ -10,11 +10,11 @@
AC_CHECK_LIB(sfftw,fftw_one,
[
@@ -41,7 +42,6 @@
@@ -43,7 +44,6 @@
dnl For gcc use:
MACHINE=${build_cpu}
-CFLAGS="-Wall -O6 -fomit-frame-pointer -fstrength-reduce -funroll-loops -fmove-all-movables -ffast-math -fPIC -DPIC -mcpu=${MACHINE} -march=${MACHINE}"
MACHINE="-mcpu=${build_cpu} -march=${build_cpu}"
if test ${build_cpu} = "powerpc"; then MACHINE=""; fi
-CFLAGS="-Wall -O6 -fomit-frame-pointer -fstrength-reduce -funroll-loops -fmove-all-movables -ffast-math -fPIC -DPIC ${MACHINE} ${USE_SSE}"
dnl For Intel's C compiler use:
dnl CC="icc"

View File

@ -1,5 +1,6 @@
lib/ladspa/alias_1407.so
lib/ladspa/amp_1181.so
lib/ladspa/chebstortion_1430.so
lib/ladspa/comb_1190.so
lib/ladspa/comb_splitter_1411.so
lib/ladspa/crossover_dist_1404.so