commit ladspa for openSUSE:Factory
Hello community, here is the log from the commit of package ladspa for openSUSE:Factory checked in at Wed Nov 4 11:00:52 CET 2009. -------- --- ladspa/ladspa.changes 2009-06-19 11:02:50.000000000 +0200 +++ /mounts/work_src_done/STABLE/ladspa/ladspa.changes 2009-11-02 16:01:06.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Nov 2 15:53:13 CET 2009 - tiwai@suse.de + +- fix invalid so files due to static linking in swh plugins + (bnc#549865) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- swh-nostatic-lib.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ladspa-devel.spec ++++++ --- /var/tmp/diff_new_pack.CGJn3u/_old 2009-11-04 10:59:47.000000000 +0100 +++ /var/tmp/diff_new_pack.CGJn3u/_new 2009-11-04 10:59:47.000000000 +0100 @@ -21,7 +21,7 @@ Name: ladspa-devel Summary: Include Files mandatory for Development. Version: 1.12.code10.3 -Release: 102 +Release: 103 License: GPL v2 or later Group: Development/Libraries/C and C++ Source: ladspa_sdk_1.12.tar.bz2 ++++++ ladspa.spec ++++++ --- /var/tmp/diff_new_pack.CGJn3u/_old 2009-11-04 10:59:47.000000000 +0100 +++ /var/tmp/diff_new_pack.CGJn3u/_new 2009-11-04 10:59:47.000000000 +0100 @@ -38,7 +38,7 @@ %define blepvco_version 0.1.0 Summary: The Linux Audio Developer's Simple Plug-In API Version: 1.12.code10.3.1 -Release: 116 +Release: 117 License: GPL v2 or later Group: Development/Libraries/C and C++ AutoReq: on @@ -91,6 +91,7 @@ Patch22: alienwah-compile-fix.diff Patch23: alienwah-float_complex.diff Patch25: pvoc-0.1.10-depend-copts-fix.diff +Patch26: swh-nostatic-lib.diff Url: http://www.ladspa.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -133,6 +134,7 @@ %patch1 %patch15 %patch17 +%patch26 -p1 ) (cd cmt %patch2 ++++++ swh-nostatic-lib.diff ++++++ --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/Makefile.am +++ b/Makefile.am @@ -66,12 +66,12 @@ fm_osc_1415_la_LIBADD = util/libblo.a analogue_osc_1416_la_DEPENDENCIES = util/libblo.a analogue_osc_1416_la_LIBADD = util/libblo.a -sc1_1425_la_LIBADD = util/libdb.a util/librms.a -sc2_1426_la_LIBADD = util/libdb.a util/librms.a -sc3_1427_la_LIBADD = util/libdb.a util/librms.a -sc4_1882_la_LIBADD = util/libdb.a util/librms.a -sc4m_1916_la_LIBADD = util/libdb.a util/librms.a -se4_1883_la_LIBADD = util/libdb.a util/librms.a +sc1_1425_la_SOURCES = sc1_1425.c util/db.c util/rms.c +sc2_1426_la_SOURCES = sc2_1426.c util/db.c util/rms.c +sc3_1427_la_SOURCES = sc3_1427.c util/db.c util/rms.c +sc4_1882_la_SOURCES = sc4_1882.c util/db.c util/rms.c +sc4m_1916_la_SOURCES = sc4m_1916.c util/db.c util/rms.c +se4_1883_la_SOURCES = se4_1883.c util/db.c util/rms.c gsm_1215_la_LIBADD = gsm/libgsm.a gverb_1216_la_LIBADD = gverb/libgverb.a lcr_delay_1436_la_DEPENDENCIES = util/biquad.h ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de