diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-15 19:25:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-15 19:25:58 +0000 |
commit | 57eef3a92b6a3f7ba8a9895fdcdc9a4ef6daff5d (patch) | |
tree | e1cb26b6ecef1330048cdedbe8e72c6e7e2c24cc /audio/swhplugins/files | |
parent | Do not install b.rb - it is not an example script. (diff) |
Add swhplugins, the largest collection of Ladspa plugins
Notes
Notes:
svn path=/head/; revision=70194
Diffstat (limited to 'audio/swhplugins/files')
-rw-r--r-- | audio/swhplugins/files/patch-Makefile.am | 66 | ||||
-rw-r--r-- | audio/swhplugins/files/patch-aclocal.m4 | 11 | ||||
-rw-r--r-- | audio/swhplugins/files/patch-configure.in | 20 |
3 files changed, 97 insertions, 0 deletions
diff --git a/audio/swhplugins/files/patch-Makefile.am b/audio/swhplugins/files/patch-Makefile.am new file mode 100644 index 000000000000..aa91b09ef5f8 --- /dev/null +++ b/audio/swhplugins/files/patch-Makefile.am @@ -0,0 +1,66 @@ +--- Makefile.am.orig Fri Nov 1 21:10:34 2002 ++++ Makefile.am Sun Nov 3 17:54:07 2002 +@@ -1,31 +1,31 @@ + VERSION = @VERSION@ + + SOBS = amp_1181.so debug_1184.so diode_1185.so \ +- divider_1186.so shaper_1187.so ringmod_1188.so comb_1190.so \ ++ divider_1186.so shaper_1187.so comb_1190.so \ + declip_1195.so foverdrive_1196.so sinus_wavewrapper_1198.so \ +- hermes_filter_1200.so multivoice_chorus_1201.so flanger_1191.so \ ++ hermes_filter_1200.so \ + decimator_1202.so single_para_1203.so triple_para_1204.so \ + transient_1206.so fad_delay_1192.so \ + dc_remove_1207.so retro_flange_1208.so valve_1209.so \ +- sifter_1210.so tape_delay_1211.so step_muxer_1212.so \ +- foldover_1213.so svf_1214.so gsm_1215.so gverb_1216.so \ +- phasers_1217.so harmonic_gen_1220.so surround_encoder_1401.so \ +- delayorama_1402.so dyson_compress_1403.so crossover_dist_1404.so \ ++ step_muxer_1212.so \ ++ foldover_1213.so \ ++ harmonic_gen_1220.so surround_encoder_1401.so \ ++ 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 \ + 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 \ +- mbeq_1197.so pitch_scale_1193.so pitch_scale_1194.so imp_1199.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 \ ++ zm1_1428.so inv_1429.so \ ++ mbeq_1197.so pitch_scale_1193.so pitch_scale_1194.so + + SUBDIRS = util gsm gverb + + # 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 @@ + pitch_scale_1194_so_SOURCES = pitch_scale_1194.so.c + mbeq_1197_so_LDADD = $(FFTLIBS) + mbeq_1197_so_SOURCES = mbeq_1197.so.c +-imp_1199_so_LDADD = $(FFTLIBS) +-imp_1199_so_DEPENDENCIES = impulses/* +-fm_osc_1415_so_DEPENDENCIES = util/blo.h +-fm_osc_1415_so_SOURCES = fm_osc_1415.so.c util/blo.c +-analogue_osc_1416_so_DEPENDENCIES = util/blo.h +-analogue_osc_1416_so_LDADD = util/libblo.a +-sc1_1425_so_LDADD = util/libdb.a util/librms.a +-sc2_1426_so_LDADD = util/libdb.a util/librms.a +-sc3_1427_so_LDADD = util/libdb.a util/librms.a +-gsm_1215_so_LDADD = gsm/libgsm.a +-gverb_1216_so_LDADD = gverb/libgverb.a + + # Rule to build .c files from XML source + %.so.c: %.xml diff --git a/audio/swhplugins/files/patch-aclocal.m4 b/audio/swhplugins/files/patch-aclocal.m4 new file mode 100644 index 000000000000..e96cd0c57801 --- /dev/null +++ b/audio/swhplugins/files/patch-aclocal.m4 @@ -0,0 +1,11 @@ +--- aclocal.m4.orig Mon May 13 00:01:38 2002 ++++ aclocal.m4 Mon May 13 00:06:09 2002 +@@ -61,7 +61,7 @@ + missing_dir=`cd $ac_aux_dir && pwd` + AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) + AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) +-AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) ++AM_MISSING_PROG(AUTOMAKE, automake14, $missing_dir) + AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) + AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) + AC_REQUIRE([AC_PROG_MAKE_SET])]) diff --git a/audio/swhplugins/files/patch-configure.in b/audio/swhplugins/files/patch-configure.in new file mode 100644 index 000000000000..b129a03344ac --- /dev/null +++ b/audio/swhplugins/files/patch-configure.in @@ -0,0 +1,20 @@ +--- configure.in.orig Fri Nov 1 21:07:14 2002 ++++ configure.in Sun Nov 3 17:33:21 2002 +@@ -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]);]) + +-CFLAGS="-lm" ++CFLAGS="-I/usr/local/include" ++LDFLAGS="-lm -L/usr/local/lib" + + AC_CHECK_LIB(sfftw,fftw_one, + [ +@@ -41,7 +42,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}" + + dnl For Intel's C compiler use: + dnl CC="icc" |