commit ladspa for openSUSE:Factory

2019-01-11 Thread root
Hello community,

here is the log from the commit of package ladspa for openSUSE:Factory checked 
in at 2019-01-11 14:02:24

Comparing /work/SRC/openSUSE:Factory/ladspa (Old)
 and  /work/SRC/openSUSE:Factory/.ladspa.new.28833 (New)


Package is "ladspa"

Fri Jan 11 14:02:24 2019 rev:32 rq:663176 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/ladspa/ladspa.changes2017-11-09 
16:21:16.497587681 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa.new.28833/ladspa.changes 2019-01-11 
14:04:05.507884416 +0100
@@ -1,0 +2,32 @@
+Sun Jan  6 13:37:27 UTC 2019 - davejpla...@gmail.com
+
+- Update to version 1.15 removed incorporated patch:
+  ladspa-ldcommand.patch and ladspa.diff
+- Upstream changes:
+  *Perform macro string expansion in C code rather than in Makefile
+   for better portability.
+  *Modernise init()/fini() style in GNU C plugin builds (not C++),
+   tweak link line to correspond.
+
+---
+Sat Jan  5 10:53:13 UTC 2019 - davejpla...@gmail.com
+
+- Update to version 1.4 and remove incorporated patches:
+  ladspa-find-plugin-path.patch and ladspa-pie.patch
+- Modified ladspa.dif, one hunk was incorporated.
+- Added ladspa-ldcommand.patch to fix plugin linking.
+- Upstream changes:
+  *Rename Makefile.
+  *Modernise C++ #include style.
+  *Make some globals static.
+  *Use mkdir -p rather than mkdirhier during build.
+  *Use GCC export map to ensure only the ladspa_descriptor()
+   is  exported.
+  *Put libraries at the end of link instructions.
+  *Package with version number in archive and directory names.
+  *Tweaks to documentation processing.
+  *Fix bug in LADSPA plugin search which did not handle shared
+   libraries that are not plugins correctly.
+  *Introduce a default LADSPA plugin search path.
+
+---

Old:

  ladspa-find-plugin-path.patch
  ladspa-pie.patch
  ladspa.dif
  ladspa_sdk_1.13.tgz

New:

  ladspa_sdk_1.15.tgz



Other differences:
--
++ ladspa.spec ++
--- /var/tmp/diff_new_pack.BUQcgI/_old  2019-01-11 14:04:06.147883772 +0100
+++ /var/tmp/diff_new_pack.BUQcgI/_new  2019-01-11 14:04:06.151883768 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,15 @@
 
 
 Name:   ladspa
-Version:1.13
+Version:1.15
 Release:0
 Summary:The Linux Audio Developer's Simple Plug-In API
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://www.ladspa.org/
 Source: http://www.ladspa.org/download/%{name}_sdk_%{version}.tgz
 Source1:baselibs.conf
-Patch0: ladspa.dif
-Patch1: ladspa-find-plugin-path.patch
-Patch2: ladspa-pie.patch
 BuildRequires:  gcc-c++
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 AutoReq:on
 Autoprov:   off
 
@@ -41,25 +37,18 @@
 %package devel
 Summary:Include Files mandatory for Development
 Group:  Development/Libraries/C and C++
-%if 0%{?suse_version} > 1110
 BuildArch:  noarch
-%endif
 
 %description devel
 This package contains include files to develop LADSPA plugins.
 
 %prep
-%setup -q -n ladspa_sdk
-%patch0 -p1
-%patch1
-%patch2
-ln -s ../ladspa.h src/plugins/ladspa.h
+%setup -q -n %{name}_sdk_%{version}
+%autopatch -p0
 
 %build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
-make -C src %{?_smp_mflags} CFLAGS="%{optflags} -fPIC -ggdb" targets
+export LADSPA_PATH="%{_libdir}/ladspa"
+make -C src CFLAGS="-I. %{optflags} -fPIC -ggdb 
-DDEFAULT_LADSPA_PATH=%{_libdir}/ladspa" targets
 
 %install
 make -C src \
@@ -74,6 +63,7 @@
 %files
 %defattr(-,root,root)
 %doc README
+%license doc/COPYING
 %{_libdir}/ladspa
 %{_bindir}/*
 

++ ladspa_sdk_1.13.tgz -> ladspa_sdk_1.15.tgz ++
 1810 lines of diff (skipped)




commit ladspa for openSUSE:Factory

2017-11-09 Thread root
Hello community,

here is the log from the commit of package ladspa for openSUSE:Factory checked 
in at 2017-11-09 16:21:14

Comparing /work/SRC/openSUSE:Factory/ladspa (Old)
 and  /work/SRC/openSUSE:Factory/.ladspa.new (New)


Package is "ladspa"

Thu Nov  9 16:21:14 2017 rev:31 rq:538911 version:1.13

Changes:

--- /work/SRC/openSUSE:Factory/ladspa/ladspa.changes2014-03-04 
13:32:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa.new/ladspa.changes   2017-11-09 
16:21:16.497587681 +0100
@@ -1,0 +2,7 @@
+Sat Nov  4 08:39:00 UTC 2017 - davejpla...@gmail.com
+
+- Add ladspa-find-plugin-path.patch to enable listplugins to find
+  plugins without LADSPA_PATH variable set.
+- Add ladspa-pie.patch to enable position independent executables.
+
+---

New:

  ladspa-find-plugin-path.patch
  ladspa-pie.patch



Other differences:
--
++ ladspa.spec ++
--- /var/tmp/diff_new_pack.A74vZF/_old  2017-11-09 16:21:17.229560956 +0100
+++ /var/tmp/diff_new_pack.A74vZF/_new  2017-11-09 16:21:17.233560810 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,10 @@
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://www.ladspa.org/
 Source: http://www.ladspa.org/download/%{name}_sdk_%{version}.tgz
+Source1:baselibs.conf
 Patch0: ladspa.dif
+Patch1: ladspa-find-plugin-path.patch
+Patch2: ladspa-pie.patch
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 AutoReq:on
@@ -48,6 +51,8 @@
 %prep
 %setup -q -n ladspa_sdk
 %patch0 -p1
+%patch1
+%patch2
 ln -s ../ladspa.h src/plugins/ladspa.h
 
 %build

++ ladspa-find-plugin-path.patch ++
From: Dave Plater 
Date: 2007-11-06 12:48:06 +0200
Subject: Find plugins
References:
Upstream: email

Allow binary listplugins to find plugins without LADSPA_PATH set.
Index: src/search.c
===
--- src/search.c.orig   2007-11-06 12:48:06.0 +0200
+++ src/search.c2017-11-04 09:00:29.169621959 +0200
@@ -23,7 +23,7 @@
 /* Search just the one directory. */
 static void
 LADSPADirectoryPluginSearch
-(const char * pcDirectory, 
+(const char * pcDirectory,
  LADSPAPluginSearchCallbackFunction fCallbackFunction) {
 
   char * pcFilename;
@@ -61,7 +61,7 @@ LADSPADirectoryPluginSearch
 if (iNeedSlash)
   strcat(pcFilename, "/");
 strcat(pcFilename, psDirectoryEntry->d_name);
-
+
 pvPluginHandle = dlopen(pcFilename, RTLD_LAZY);
 if (pvPluginHandle) {
   /* This is a file and the file is a shared library! */
@@ -89,7 +89,7 @@ LADSPADirectoryPluginSearch
 
 /*/
 
-void 
+void
 LADSPAPluginSearch(LADSPAPluginSearchCallbackFunction fCallbackFunction) {
 
   char * pcBuffer;
@@ -99,23 +99,24 @@ LADSPAPluginSearch(LADSPAPluginSearchCal
 
   pcLADSPAPath = getenv("LADSPA_PATH");
   if (!pcLADSPAPath) {
+pcLADSPAPath = 
"/usr/local/lib/ladspa:/usr/lib/ladspa:/usr/local/lib64/ladspa:/usr/lib64/ladspa";
 fprintf(stderr,
"Warning: You do not have a LADSPA_PATH "
"environment variable set.\n");
-return;
+//return;
   }
-  
+
   pcStart = pcLADSPAPath;
   while (*pcStart != '\0') {
 pcEnd = pcStart;
 while (*pcEnd != ':' && *pcEnd != '\0')
   pcEnd++;
-
+
 pcBuffer = malloc(1 + pcEnd - pcStart);
 if (pcEnd > pcStart)
   strncpy(pcBuffer, pcStart, pcEnd - pcStart);
 pcBuffer[pcEnd - pcStart] = '\0';
-
+
 LADSPADirectoryPluginSearch(pcBuffer, fCallbackFunction);
 free(pcBuffer);
 
++ ladspa-pie.patch ++
From: Dave Plater - davejpla...@gmail.co.za
Date: 2017-11-04 10:48:22 +0200
Subject: Build position independent executables
References:
Upstream: email

Build position independent executables.
Index: src/makefile
===
--- src/makefile.orig   2017-11-04 10:51:34.635255160 +0200
+++ src/makefile2017-11-04 11:08:08.154323693 +0200
@@ -14,14 +14,14 @@ INSTALL_BINARY_DIR  =   /usr/bin/
 #
 
 INCLUDES   =   -I.
-LIBRARIES  =   -ldl -lm
+LIBRARIES  =   -fPIE -pie -ldl -lm
 CFLAGS =   $(INCLUDES) -Wall -Werror -O3 -fPIC
 CXXFLAGS   =   $(CFLAGS)
 PLUGINS=   ../plugins/amp.so   

commit ladspa for openSUSE:Factory

2014-03-04 Thread h_root
Hello community,

here is the log from the commit of package ladspa for openSUSE:Factory checked 
in at 2014-03-04 13:32:32

Comparing /work/SRC/openSUSE:Factory/ladspa (Old)
 and  /work/SRC/openSUSE:Factory/.ladspa.new (New)


Package is ladspa

Changes:

--- /work/SRC/openSUSE:Factory/ladspa/ladspa.changes2013-12-17 
06:51:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa.new/ladspa.changes   2014-03-04 
13:32:33.0 +0100
@@ -1,0 +2,11 @@
+Mon Mar  3 11:58:41 CET 2014 - ti...@suse.de
+
+- package the original tarball instead of re-packed tar.bz2
+
+---
+Sat Mar  1 21:25:49 UTC 2014 - andreas.stie...@gmx.de
+
+- some spec file cleanup
+- add source URLs, see https://en.opensuse.org/SourceUrls
+
+---

Old:

  ladspa_sdk_1.13.tar.bz2

New:

  ladspa_sdk_1.13.tgz



Other differences:
--
++ ladspa.spec ++
--- /var/tmp/diff_new_pack.Xecs6k/_old  2014-03-04 13:32:34.0 +0100
+++ /var/tmp/diff_new_pack.Xecs6k/_new  2014-03-04 13:32:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,18 @@
 
 
 Name:   ladspa
-BuildRequires:  gcc-c++
+Version:1.13
+Release:0
 Summary:The Linux Audio Developer's Simple Plug-In API
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Sound/Utilities
-Version:1.13
-Release:0
-AutoReq:on
-Autoprov:   off
-Source: ladspa_sdk_1.13.tar.bz2
-Patch:  ladspa.dif
 Url:http://www.ladspa.org/
+Source: http://www.ladspa.org/download/%{name}_sdk_%{version}.tgz
+Patch0: ladspa.dif
+BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+AutoReq:on
+Autoprov:   off
 
 %description
 The Linux Audio Developer's Simple Plug-in API (LADSPA) provides the
@@ -38,7 +38,7 @@
 %package devel
 Summary:Include Files mandatory for Development
 Group:  Development/Libraries/C and C++
-%if 0%{suse_version}  1110
+%if 0%{?suse_version}  1110
 BuildArch:  noarch
 %endif
 
@@ -47,24 +47,24 @@
 
 %prep
 %setup -q -n ladspa_sdk
-%patch -p1
+%patch0 -p1
 ln -s ../ladspa.h src/plugins/ladspa.h
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
 export SUSE_ASNEEDED=0
-make -C src %{?_smp_mflags} CFLAGS=$RPM_OPT_FLAGS -fPIC -ggdb targets
+make -C src %{?_smp_mflags} CFLAGS=%{optflags} -fPIC -ggdb targets
 
 %install
 make -C src \
- INSTALL_PLUGINS_DIR=$RPM_BUILD_ROOT%{_libdir}/ladspa \
- INSTALL_INCLUDE_DIR=$RPM_BUILD_ROOT%{_includedir} \
- INSTALL_BINARY_DIR=$RPM_BUILD_ROOT%{_bindir} install
+ INSTALL_PLUGINS_DIR=%{buildroot}%{_libdir}/ladspa \
+ INSTALL_INCLUDE_DIR=%{buildroot}%{_includedir} \
+ INSTALL_BINARY_DIR=%{buildroot}%{_bindir} install
 # devel package
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-devel
-cp -av doc/* $RPM_BUILD_ROOT%{_docdir}/%{name}-devel
-ln -sf %{_includedir}/ladspa.h 
$RPM_BUILD_ROOT%{_docdir}/%{name}-devel/ladspa.h.txt
+mkdir -p %{buildroot}%{_docdir}/%{name}-devel
+cp -av doc/* %{buildroot}%{_docdir}/%{name}-devel
+ln -sf %{_includedir}/ladspa.h 
%{buildroot}%{_docdir}/%{name}-devel/ladspa.h.txt
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ladspa for openSUSE:Factory

2013-12-16 Thread h_root
Hello community,

here is the log from the commit of package ladspa for openSUSE:Factory checked 
in at 2013-12-17 06:51:52

Comparing /work/SRC/openSUSE:Factory/ladspa (Old)
 and  /work/SRC/openSUSE:Factory/.ladspa.new (New)


Package is ladspa

Changes:

--- /work/SRC/openSUSE:Factory/ladspa/ladspa.changes2013-12-12 
11:16:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa.new/ladspa.changes   2013-12-17 
06:51:52.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 16 15:14:29 CET 2013 - ti...@suse.de
+
+- Split to each plugin sub-package; also fix the self-dependency
+  on ladspa-devel
+- Fix build with SLE11 targets
+
+---

Old:

  AMB-plugins-0.6.1.tar.bz2
  FIL-plugins-0.3.0.tar.bz2
  MCP-plugins-0.4.0.tar.bz2
  README_VCF
  REV-plugins-0.3.1.tar.bz2
  VCO-plugins-0.3.0.tar.bz2
  alienwah-1.13.tar.bz2
  alienwah-compile-fix.diff
  alienwah-float_complex.diff
  alienwah.dif
  blepvco-0.1.0.tar.bz2
  blop-0.2.8.tar.bz2
  blop-automake-fix.dif
  blop-ladspa_dir.diff
  blop-shlib.diff
  blop-wdautil-fix.diff
  caps-fix-double-free.diff
  caps_0.4.4.tar.bz2
  cmt.rdf
  cmt_src_1.15.diff
  cmt_src_1.15.tar.bz2
  ladspa-swh.pdf
  ladspa-swh.tex
  matched.tar.bz2
  preamp-v2.tar.bz2
  preamp.dif
  pvoc-0.1.10-depend-copts-fix.diff
  pvoc-compile-fix.dif
  pvoc_0.1.12.tar.bz2
  sooperlooper-0.9.dif
  sooperlooper-0.93-gcc4-fix.diff
  sooperlooper-0.93.tar.bz2
  super-60-fix.dif
  super-60.tar.bz2
  swh-0.4.13-gcc4-fix.diff
  swh-configure-2.65.patch
  swh-configure.patch
  swh-libblo.dif
  swh-nostatic-lib.diff
  swh-plugins-0.4.15.tar.bz2
  swh-readonly.dif
  swh-uninit-variable.diff
  tap-plugins-0.7.1.tar.bz2
  tap-type-punning-fix.dif
  unmatched.dif
  unmatched.tar.bz2
  vcf-0.0.5.tar.bz2
  vcf-Makefile.dif
  vlevel-0.5.tar.bz2
  vocoder-0.1.dif
  vocoder-ladspa-0.3.tar.bz2



Other differences:
--
++ ladspa.spec ++
--- /var/tmp/diff_new_pack.zfVT44/_old  2013-12-17 06:51:53.0 +0100
+++ /var/tmp/diff_new_pack.zfVT44/_new  2013-12-17 06:51:53.0 +0100
@@ -17,31 +17,7 @@
 
 
 Name:   ladspa
-BuildRequires:  fdupes
-BuildRequires:  fftw3-devel
-BuildRequires:  flac-devel
 BuildRequires:  gcc-c++
-BuildRequires:  ladspa-devel
-BuildRequires:  libsndfile-devel
-BuildRequires:  libtool
-BuildRequires:  pkgconfig
-BuildRequires:  xorg-x11-util-devel
-%define AMB_version 0.6.1
-%define FIL_version 0.3.0
-%define MCP_version 0.4.0
-%define REV_version 0.3.1
-%define VCO_version 0.3.0
-%define alienwah_version 1.13
-%define blepvco_version 0.1.0
-%define blop_version 0.2.8
-%define caps_version 0.4.4
-%define pvoc_version 0.1.12
-%define sooperlooper_version 0.93
-%define swh_version 0.4.15
-%define tap_version 0.7.1
-%define vcf_version 0.0.5
-%define vlevel_version 0.5
-%define vocoder_version 0.3
 Summary:The Linux Audio Developer's Simple Plug-In API
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Sound/Utilities
@@ -49,398 +25,52 @@
 Release:0
 AutoReq:on
 Autoprov:   off
-Provides:   ladspa  1.12.code10.3.1
-Provides:   ladspa-AMB = %{AMB_version}
-Provides:   ladspa-FIL = %{FIL_version}
-Provides:   ladspa-MCP = %{MCP_version}
-Provides:   ladspa-REV = %{REV_version}
-Provides:   ladspa-VCO = %{VCO_version}
-Provides:   ladspa-alienwah = %{alienwah_version}
-Provides:   ladspa-blop = %{blop_version}
-Provides:   ladspa-caps = %{caps_version}
-Provides:   ladspa-pvoc = %{pvoc_version}
-Provides:   ladspa-swh-plugins = %{swh_version}
-Provides:   ladspa-tap-plugins = %{tap_version}
-Provides:   ladspa-vcf = %{vcf_version}
-Provides:   ladspa-vlevel = %{vlevel_version}
-Provides:   ladspa-vocoder = %{vocoder_version}
-Obsoletes:  ladspa-AMB  %{AMB_version}
-Obsoletes:  ladspa-FIL  %{FIL_version}
-Obsoletes:  ladspa-MCP  %{MCP_version}
-Obsoletes:  ladspa-REV  %{REV_version}
-Obsoletes:  ladspa-VCO  %{VCO_version}
-Obsoletes:  ladspa-alienwah  %{alienwah_version}
-Obsoletes:  ladspa-blop  %{blop_version}
-Obsoletes:  ladspa-caps  %{caps_version}
-Obsoletes:  ladspa-pvoc  %{pvoc_version}
-Obsoletes:  ladspa-swh-plugins  %{swh_version}
-Obsoletes:  ladspa-tap-plugins  %{tap_version}
-Obsoletes:  ladspa-vcf  %{vcf_version}
-Obsoletes:  ladspa-vlevel  %{vlevel_version}
-Obsoletes:  ladspa-vocoder  %{vocoder_version}
-Source1:ladspa_sdk_1.13.tar.bz2
-Source2:cmt_src_1.15.tar.bz2
-Source3:swh-plugins-%{swh_version}.tar.bz2
-Source4:ladspa-swh.tex
-Source5:ladspa-swh.pdf
-Source6:vocoder-ladspa-%{vocoder_version}.tar.bz2
-Source7:

commit ladspa for openSUSE:Factory

2013-12-12 Thread h_root
Hello community,

here is the log from the commit of package ladspa for openSUSE:Factory checked 
in at 2013-12-12 11:16:46

Comparing /work/SRC/openSUSE:Factory/ladspa (Old)
 and  /work/SRC/openSUSE:Factory/.ladspa.new (New)


Package is ladspa

Changes:

--- /work/SRC/openSUSE:Factory/ladspa/ladspa.changes2012-02-16 
14:57:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa.new/ladspa.changes   2013-12-12 
11:16:47.0 +0100
@@ -1,0 +2,14 @@
+Wed Dec  4 15:55:53 CET 2013 - ti...@suse.de
+
+- Merge ladspa-devel.spec into ladspa.spec; back to root, as OBS
+  doesn't like split packages (the submitreq always declined),
+  and the development activity of this package is pretty low, so
+  no worth to resist
+
+---
+Thu Sep 26 14:37:25 CEST 2013 - ti...@suse.de
+
+- caps-fix-double-free.diff:
+  Fix double free in destructor of caps plugin (bnc#842420)
+
+---

Old:

  ladspa-devel.changes
  ladspa-devel.spec

New:

  caps-fix-double-free.diff



Other differences:
--
++ ladspa.spec ++
--- /var/tmp/diff_new_pack.sAEQfL/_old  2013-12-12 11:16:49.0 +0100
+++ /var/tmp/diff_new_pack.sAEQfL/_new  2013-12-12 11:16:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -50,16 +50,34 @@
 AutoReq:on
 Autoprov:   off
 Provides:   ladspa  1.12.code10.3.1
-Provides:   ladspa-swh-plugins = %{swh_version} ladspa-AMB = 
%{AMB_version} ladspa-FIL = %{FIL_version}
-Provides:   ladspa-REV = %{REV_version} ladspa-VCO = %{VCO_version} 
ladspa-alienwah = %{alienwah_version}
-Provides:   ladspa-caps = %{caps_version} ladspa-pvoc = %{pvoc_version} 
ladspa-tap-plugins = %{tap_version}
-Provides:   ladspa-vlevel = %{vlevel_version} ladspa-vocoder = 
%{vocoder_version} ladspa-blop = %{blop_version}
-Provides:   ladspa-vcf = %{vcf_version} ladspa-MCP = %{MCP_version}
-Obsoletes:  ladspa-swh-plugins  %{swh_version} ladspa-AMB  
%{AMB_version} ladspa-FIL  %{FIL_version}
-Obsoletes:  ladspa-REV  %{REV_version} ladspa-VCO  %{VCO_version} 
ladspa-alienwah  %{alienwah_version}
-Obsoletes:  ladspa-caps  %{caps_version} ladspa-pvoc  %{pvoc_version} 
ladspa-tap-plugins  %{tap_version}
-Obsoletes:  ladspa-vlevel  %{vlevel_version} ladspa-vocoder  
%{vocoder_version} ladspa-blop  %{blop_version}
-Obsoletes:  ladspa-vcf  %{vcf_version} ladspa-MCP  %{MCP_version}
+Provides:   ladspa-AMB = %{AMB_version}
+Provides:   ladspa-FIL = %{FIL_version}
+Provides:   ladspa-MCP = %{MCP_version}
+Provides:   ladspa-REV = %{REV_version}
+Provides:   ladspa-VCO = %{VCO_version}
+Provides:   ladspa-alienwah = %{alienwah_version}
+Provides:   ladspa-blop = %{blop_version}
+Provides:   ladspa-caps = %{caps_version}
+Provides:   ladspa-pvoc = %{pvoc_version}
+Provides:   ladspa-swh-plugins = %{swh_version}
+Provides:   ladspa-tap-plugins = %{tap_version}
+Provides:   ladspa-vcf = %{vcf_version}
+Provides:   ladspa-vlevel = %{vlevel_version}
+Provides:   ladspa-vocoder = %{vocoder_version}
+Obsoletes:  ladspa-AMB  %{AMB_version}
+Obsoletes:  ladspa-FIL  %{FIL_version}
+Obsoletes:  ladspa-MCP  %{MCP_version}
+Obsoletes:  ladspa-REV  %{REV_version}
+Obsoletes:  ladspa-VCO  %{VCO_version}
+Obsoletes:  ladspa-alienwah  %{alienwah_version}
+Obsoletes:  ladspa-blop  %{blop_version}
+Obsoletes:  ladspa-caps  %{caps_version}
+Obsoletes:  ladspa-pvoc  %{pvoc_version}
+Obsoletes:  ladspa-swh-plugins  %{swh_version}
+Obsoletes:  ladspa-tap-plugins  %{tap_version}
+Obsoletes:  ladspa-vcf  %{vcf_version}
+Obsoletes:  ladspa-vlevel  %{vlevel_version}
+Obsoletes:  ladspa-vocoder  %{vocoder_version}
 Source1:ladspa_sdk_1.13.tar.bz2
 Source2:cmt_src_1.15.tar.bz2
 Source3:swh-plugins-%{swh_version}.tar.bz2
@@ -116,6 +134,7 @@
 Patch26:swh-nostatic-lib.diff
 Patch27:blop-ladspa_dir.diff
 Patch28:blop-wdautil-fix.diff
+Patch29:caps-fix-double-free.diff
 Url:http://www.ladspa.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -125,6 +144,15 @@
 dynamically.  The package contains the LADSPA SDK, the CMT plug-in
 libraries (including Freeverb), and the swh plug-ins.
 
+%package devel
+Summary:Include Files mandatory for 

commit ladspa for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package ladspa for openSUSE:Factory checked 
in at 2012-02-16 14:57:36

Comparing /work/SRC/openSUSE:Factory/ladspa (Old)
 and  /work/SRC/openSUSE:Factory/.ladspa.new (New)


Package is ladspa, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ladspa/ladspa.changes2011-11-14 
11:56:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa.new/ladspa.changes   2012-02-16 
14:57:38.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb 14 07:51:10 UTC 2012 - co...@suse.com
+
+- remove old %suse_update_config
+
+---
+Thu Feb  9 14:20:40 UTC 2012 - reddw...@opensuse.org
+
+- Remove swh-configure-2.65.patch for 12.1
+
+---



Other differences:
--
++ ladspa-devel.spec ++
--- /var/tmp/diff_new_pack.B8Qu2n/_old  2012-02-16 14:57:39.0 +0100
+++ /var/tmp/diff_new_pack.B8Qu2n/_new  2012-02-16 14:57:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa-devel
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   ladspa-devel
 Summary:Include Files mandatory for Development
-Version:1.13
-Release:6
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
+Version:1.13
+Release:0
 Source: ladspa_sdk_1.13.tar.bz2
 Url:http://www.ladspa.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,12 +31,6 @@
 %description
 This package contains include files to develop LADSPA plugins.
 
-
-
-Authors:
-
-Richard Furse rich...@muse.demon.co.uk
-
 %prep
 %setup -n ladspa_sdk
 

++ ladspa.spec ++
--- /var/tmp/diff_new_pack.B8Qu2n/_old  2012-02-16 14:57:39.0 +0100
+++ /var/tmp/diff_new_pack.B8Qu2n/_new  2012-02-16 14:57:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   ladspa
-BuildRequires:  fdupes fftw3-devel flac-devel gcc-c++ ladspa-devel 
libsndfile-devel pkgconfig xorg-x11-util-devel
+BuildRequires:  fdupes
+BuildRequires:  fftw3-devel
+BuildRequires:  flac-devel
+BuildRequires:  gcc-c++
+BuildRequires:  ladspa-devel
+BuildRequires:  libsndfile-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  xorg-x11-util-devel
 %define AMB_version 0.6.1
 %define FIL_version 0.3.0
 %define MCP_version 0.4.0
@@ -38,10 +43,10 @@
 %define vlevel_version 0.5
 %define vocoder_version 0.3
 Summary:The Linux Audio Developer's Simple Plug-In API
-Version:1.13
-Release:9
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Sound/Utilities
+Version:1.13
+Release:0
 AutoReq:on
 Autoprov:   off
 Provides:   ladspa  1.12.code10.3.1
@@ -120,14 +125,6 @@
 dynamically.  The package contains the LADSPA SDK, the CMT plug-in
 libraries (including Freeverb), and the swh plug-ins.
 
-
-
-Authors:
-
-Richard Furse rich...@muse.demon.co.uk
-Jezar at Dreampoint dreampoint.co.uk
-Steve Harris st...@plugin.org.uk
-
 %prep
 #
 # More URLs
@@ -154,8 +151,9 @@
 %patch20 -p1
 touch config.rpath
 ./autogen.sh --prefix=%{_prefix}
-%{?suse_update_config:%{suse_update_config -f}}
+%if 0%{?suse_version} = 1210
 %patch21 -p 1
+%endif
 )
 (cd cmt
 %patch2
@@ -172,7 +170,6 @@
 %patch6
 %patch27
 %patch28
-%{?suse_update_config:%{suse_update_config -f}}
 )
 (cd vcf-%{vcf_version}
 %patch7
@@ -209,98 +206,99 @@
 export SUSE_ASNEEDED=0
 # LADSPA SDK
 cd ladspa_sdk/src
-make %{?jobs:-j%jobs} CFLAGS=$RPM_OPT_FLAGS -fPIC -ggdb targets
+make %{?_smp_mflags} CFLAGS=$RPM_OPT_FLAGS -fPIC -ggdb targets
 cd ../..
 # CMT
 cd cmt/src
-make %{?jobs:-j%jobs} CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC -ggdb 
targets
+make %{?_smp_mflags} CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC -ggdb 
targets
 cd ../..
 # SWH plugins
 cd swh-plugins-%{swh_version}
+autoreconf --install --force
 

commit ladspa for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package ladspa for openSUSE:Factory checked 
in at 2011-12-06 18:22:15

Comparing /work/SRC/openSUSE:Factory/ladspa (Old)
 and  /work/SRC/openSUSE:Factory/.ladspa.new (New)


Package is ladspa, Maintainer is ti...@suse.com

Changes:

ladspa.changes: same change



Other differences:
--
++ ladspa-devel.spec ++
--- /var/tmp/diff_new_pack.cEMv12/_old  2011-12-06 18:39:33.0 +0100
+++ /var/tmp/diff_new_pack.cEMv12/_new  2011-12-06 18:39:33.0 +0100
@@ -22,7 +22,7 @@
 Summary:Include Files mandatory for Development
 Version:1.13
 Release:6
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Source: ladspa_sdk_1.13.tar.bz2
 Url:http://www.ladspa.org/

++ ladspa.spec ++
--- /var/tmp/diff_new_pack.cEMv12/_old  2011-12-06 18:39:33.0 +0100
+++ /var/tmp/diff_new_pack.cEMv12/_new  2011-12-06 18:39:33.0 +0100
@@ -40,7 +40,7 @@
 Summary:The Linux Audio Developer's Simple Plug-In API
 Version:1.13
 Release:9
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Productivity/Multimedia/Sound/Utilities
 AutoReq:on
 Autoprov:   off

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ladspa for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package ladspa for openSUSE:Factory checked 
in at 2011-11-14 11:56:24

Comparing /work/SRC/openSUSE:Factory/ladspa (Old)
 and  /work/SRC/openSUSE:Factory/.ladspa.new (New)


Package is ladspa, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ladspa/ladspa.changes2011-09-23 
02:07:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.ladspa.new/ladspa.changes   2011-11-14 
11:56:26.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 13 09:12:07 UTC 2011 - co...@suse.com
+
+- add libtool as explicit buildrequire to avoid implicit dependency from 
prjconf
+
+---



Other differences:
--
++ ladspa.spec ++
--- /var/tmp/diff_new_pack.h70lXB/_old  2011-11-14 11:56:28.0 +0100
+++ /var/tmp/diff_new_pack.h70lXB/_new  2011-11-14 11:56:28.0 +0100
@@ -20,6 +20,7 @@
 
 Name:   ladspa
 BuildRequires:  fdupes fftw3-devel flac-devel gcc-c++ ladspa-devel 
libsndfile-devel pkgconfig xorg-x11-util-devel
+BuildRequires:  libtool
 %define AMB_version 0.6.1
 %define FIL_version 0.3.0
 %define MCP_version 0.4.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ladspa for openSUSE:Factory

2011-05-05 Thread h_root

Hello community,

here is the log from the commit of package ladspa for openSUSE:Factory
checked in at Thu May 5 10:36:02 CEST 2011.




--- ladspa/ladspa.changes   2010-04-22 19:17:11.0 +0200
+++ /mounts/work_src_done/STABLE/ladspa/ladspa.changes  2011-05-02 
01:40:57.0 +0200
@@ -1,0 +2,7 @@
+Sun May  1 17:35:27 UTC 2011 - toddrme2...@gmail.com
+
+- Added 32bit compatibility libraries
+- Removed tests for obsolete openSUSE versions
+- Fixed self-obsoletes (fix for RPMLINT warning)
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ ladspa-devel.spec ++
--- /var/tmp/diff_new_pack.3ijNPC/_old  2011-05-05 10:34:20.0 +0200
+++ /var/tmp/diff_new_pack.3ijNPC/_new  2011-05-05 10:34:20.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ladspa-devel (Version 1.13)
+# spec file for package ladspa-devel
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   ladspa-devel
 Summary:Include Files mandatory for Development
 Version:1.13
-Release:3
+Release:6
 License:LGPLv2.1+
 Group:  Development/Libraries/C and C++
 Source: ladspa_sdk_1.13.tar.bz2

++ ladspa.spec ++
--- /var/tmp/diff_new_pack.3ijNPC/_old  2011-05-05 10:34:20.0 +0200
+++ /var/tmp/diff_new_pack.3ijNPC/_new  2011-05-05 10:34:20.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ladspa (Version 1.13)
+# spec file for package ladspa
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,7 +38,7 @@
 %define vocoder_version 0.3
 Summary:The Linux Audio Developer's Simple Plug-In API
 Version:1.13
-Release:3
+Release:9
 License:LGPLv2.1+
 Group:  Productivity/Multimedia/Sound/Utilities
 AutoReq:on
@@ -49,11 +49,11 @@
 Provides:   ladspa-caps = %{caps_version} ladspa-pvoc = %{pvoc_version} 
ladspa-tap-plugins = %{tap_version}
 Provides:   ladspa-vlevel = %{vlevel_version} ladspa-vocoder = 
%{vocoder_version} ladspa-blop = %{blop_version}
 Provides:   ladspa-vcf = %{vcf_version} ladspa-MCP = %{MCP_version}
-Obsoletes:  ladspa-swh-plugins = %{swh_version} ladspa-AMB = 
%{AMB_version} ladspa-FIL = %{FIL_version}
-Obsoletes:  ladspa-REV = %{REV_version} ladspa-VCO = %{VCO_version} 
ladspa-alienwah = %{alienwah_version}
-Obsoletes:  ladspa-caps = %{caps_version} ladspa-pvoc = %{pvoc_version} 
ladspa-tap-plugins = %{tap_version}
-Obsoletes:  ladspa-vlevel = %{vlevel_version} ladspa-vocoder = 
%{vocoder_version} ladspa-blop = %{blop_version}
-Obsoletes:  ladspa-vcf = %{vcf_version} ladspa-MCP = %{MCP_version}
+Obsoletes:  ladspa-swh-plugins  %{swh_version} ladspa-AMB  
%{AMB_version} ladspa-FIL  %{FIL_version}
+Obsoletes:  ladspa-REV  %{REV_version} ladspa-VCO  %{VCO_version} 
ladspa-alienwah  %{alienwah_version}
+Obsoletes:  ladspa-caps  %{caps_version} ladspa-pvoc  %{pvoc_version} 
ladspa-tap-plugins  %{tap_version}
+Obsoletes:  ladspa-vlevel  %{vlevel_version} ladspa-vocoder  
%{vocoder_version} ladspa-blop  %{blop_version}
+Obsoletes:  ladspa-vcf  %{vcf_version} ladspa-MCP  %{MCP_version}
 Source1:ladspa_sdk_1.13.tar.bz2
 Source2:cmt_src_1.15.tar.bz2
 Source3:swh-plugins-%{swh_version}.tar.bz2
@@ -216,9 +216,6 @@
 cd ../..
 # SWH plugins
 cd swh-plugins-%{swh_version}
-%if %suse_version = 1100
-autoreconf --install --force
-%endif
 #./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}
 CFLAGS=$RPM_OPT_FLAGS -fPIC -ggdb -DPIC -fno-strict-aliasing \
 ./configure --prefix=%{_prefix}

++ baselibs.conf ++
ladspa





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org