commit ladspa for openSUSE:Factory
Hello community, here is the log from the commit of package ladspa for openSUSE:Factory checked in at Fri Nov 27 14:43:16 CET 2009. -------- --- ladspa/ladspa.changes 2009-11-17 08:59:56.000000000 +0100 +++ /mounts/work_src_done/STABLE/ladspa/ladspa.changes 2009-11-25 15:53:16.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Nov 25 13:58:09 UTC 2009 - mseben@novell.com + +- added blop-ladspa_dir.diff to correct ladspa dir for 64 bit arch +- corrected blop-wdautil-fix.diff (bnc#553647) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- blop-ladspa_dir.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ladspa-devel.spec ++++++ --- /var/tmp/diff_new_pack.5pmrlK/_old 2009-11-27 14:40:50.000000000 +0100 +++ /var/tmp/diff_new_pack.5pmrlK/_new 2009-11-27 14:40:50.000000000 +0100 @@ -21,8 +21,8 @@ Name: ladspa-devel Summary: Include Files mandatory for Development. Version: 1.12.code10.3 -Release: 105 -License: GPL v2 or later +Release: 106 +License: GPLv2+ Group: Development/Libraries/C and C++ Source: ladspa_sdk_1.12.tar.bz2 Url: http://www.ladspa.org/ ++++++ ladspa.spec ++++++ --- /var/tmp/diff_new_pack.5pmrlK/_old 2009-11-27 14:40:50.000000000 +0100 +++ /var/tmp/diff_new_pack.5pmrlK/_new 2009-11-27 14:40:50.000000000 +0100 @@ -38,8 +38,8 @@ %define blepvco_version 0.1.0 Summary: The Linux Audio Developer's Simple Plug-In API Version: 1.12.code10.3.1 -Release: 119 -License: GPL v2 or later +Release: 120 +License: GPLv2+ Group: Development/Libraries/C and C++ AutoReq: on Autoprov: off @@ -92,7 +92,8 @@ Patch23: alienwah-float_complex.diff Patch25: pvoc-0.1.10-depend-copts-fix.diff Patch26: swh-nostatic-lib.diff -Patch27: blop-wdautil-fix.diff +Patch27: blop-ladspa_dir.diff +Patch28: blop-wdautil-fix.diff Url: http://www.ladspa.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -150,7 +151,8 @@ (cd blop-%{blop_version} %patch5 %patch6 -%patch27 -p1 +%patch27 +%patch28 ) (cd vcf-%{vcf_version} %patch7 ++++++ blop-ladspa_dir.diff ++++++ --- src/wavedata.c 2009-11-25 13:53:57.000000000 +0000 +++ src/wavedata.c 2009-11-25 13:54:07.000000000 +0000 @@ -38,7 +38,7 @@ /* Get LADPSA_PATH, if available */ ladspa_path = getenv("LADSPA_PATH"); if (!ladspa_path) - ladspa_path = "/usr/lib/ladspa:/usr/local/lib/ladspa"; + ladspa_path = "/usr/lib/ladspa:/usr/local/lib/ladspa/usr/lib64/ladspa:/usr/local/lib64/ladspa"; start = ladspa_path; while (*start != '\0') ++++++ blop-wdautil-fix.diff ++++++ --- /var/tmp/diff_new_pack.5pmrlK/_old 2009-11-27 14:40:50.000000000 +0100 +++ /var/tmp/diff_new_pack.5pmrlK/_new 2009-11-27 14:40:50.000000000 +0100 @@ -1,9 +1,5 @@ ---- - src/wdatutil.c | 18 +++++++++--------- - 1 file changed, 9 insertions(+), 9 deletions(-) - ---- a/src/wdatutil.c -+++ b/src/wdatutil.c +--- src/wdatutil.c ++++ src/wdatutil.c @@ -269,13 +269,13 @@ /* * Fixed data and tables @@ -25,7 +21,7 @@ fprintf (wdat_fp, "\n"); /* * Sample data -@@ -326,13 +326,13 @@ +@@ -326,7 +326,7 @@ fprintf (wdat_fp, "\n"); } @@ -34,10 +30,3 @@ fprintf (wdat_fp, "\n"); /* * Function to get Wavedata - the sample rate is needed to calculate - * frequencies and related things - */ -- fprintf (wdat_fp, "int\n"); -+ fprintf (wdat_fp, "static int\n"); - fprintf (wdat_fp, "blop_get_%s (Wavedata * w, unsigned long sample_rate)\n", data_name); - fprintf (wdat_fp, "{\n"); - fprintf (wdat_fp, "\tWavetable * t;\n"); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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