SHA256
1
0
forked from pool/ladspa

Accepting request 23626 from multimedia:libs

Copy from multimedia:libs/ladspa based on submit request 23626 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/23626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ladspa?expand=0&rev=6
This commit is contained in:
OBS User autobuild
2009-11-04 10:00:59 +00:00
committed by Git OBS Bridge
parent 96f83f45a9
commit a275669ae0
4 changed files with 35 additions and 213 deletions

View File

@@ -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
@@ -60,7 +60,3 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/*
%changelog
* Wed Feb 13 2008 adrian@suse.de
- remove NoSource flag according to our policy
* Wed Apr 18 2007 tiwai@suse.de
- split ladspa-devel.spec to reduce the build dependency

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 2 15:53:13 CET 2009 - tiwai@suse.de
- fix invalid so files due to static linking in swh plugins
(bnc#549865)
-------------------------------------------------------------------
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com

View File

@@ -38,7 +38,7 @@ BuildRequires: fdupes fftw-devel fftw3-devel flac-devel gcc-c++ ladspa-devel li
%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 @@ Patch21: ladspa_sdk-compile-fix.diff
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 @@ Authors:
%patch1
%patch15
%patch17
%patch26 -p1
)
(cd cmt
%patch2
@@ -389,210 +391,3 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/ladspa
%changelog
* Fri Jun 19 2009 coolo@novell.com
- disable as-needed for this package as it fails to build with it
* Thu Nov 22 2007 tiwai@suse.de
- fix build with gcc 4.3
- update swh plugins 0.4.15; minor fixes
* Wed Jun 20 2007 tiwai@suse.de
- fixed filelist (examples directory).
- fix fdupes usage
* Tue Jun 19 2007 tiwai@suse.de
- updated CAPS plugin to 0.4.2
- use fdupes
- use find_lang
* Fri May 04 2007 tiwai@suse.de
- remove the explicit requirement of ladspa-devel (#270555)
* Wed Apr 18 2007 tiwai@suse.de
- split ladspa-devel.spec to reduce the build dependency
* Tue Apr 17 2007 tiwai@suse.de
- split ladspa SDK to devel sub package
* Tue Jan 16 2007 tiwai@suse.de
- fix build warnings regarding RPM_OPT_FLAGS.
* Tue Jan 09 2007 tiwai@suse.de
- fix array out of range in caps Amp plugin (#232111)
* Tue Nov 07 2006 ro@suse.de
- fix permissions for docu
* Mon Jul 31 2006 tiwai@suse.de
- fixed broken patch in the last change for triangle_1649 plugin
(#194955).
* Mon May 22 2006 schwab@suse.de
- Use RPM_OPT_FLAGS.
- Don't strip binaries.
- Fix building of shared libraries.
* Tue Mar 28 2006 tiwai@suse.de
- fixed the wrong permission for vlevel-bin (#157814)
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Jan 12 2006 tiwai@suse.de
- updated caps plugin to 0.3.0
- fixed compile warnings with swh plugins
* Thu Oct 06 2005 tiwai@suse.de
- updated swh plugin to 0.4.14.
- fix some compile problems with the recent gcc.
* Thu Aug 04 2005 tiwai@suse.de
- updated caps plugin to 0.2.3.
- added AMB plugin 0.0.1.
* Mon Apr 11 2005 tiwai@suse.de
- fix build with gcc-4.0 again.
* Fri Apr 08 2005 tiwai@suse.de
- fixed build with gcc-4.0.
* Wed Feb 16 2005 tiwai@suse.de
- updated swh-plugins to (real) 0.4.13.
* Thu Feb 10 2005 tiwai@suse.de
- updated REV plugins to 0.3.1.
- added blepvco-0.1.0.
* Fri Jan 21 2005 tiwai@suse.de
- updated swh-plugins to 0.4.13.
- updated caps-plugins to 0.2.0.
* Wed Aug 18 2004 tiwai@suse.de
- updated swh-plugins to 0.4.7.
- updated TAP-plugins to 0.7.0.
- updated caps-plugins to 0.1.12.
- updated blop plugin to 0.2.8.
- added FIL-plugins 0.0.1.
- added pvoc-plugins 0.1.10.
* Mon Jun 21 2004 ro@suse.de
- remove some "const" statements where the pointer is modified
* Mon Jun 14 2004 mana@suse.de
- Updated MCP and VCO plugins
* Fri Mar 05 2004 tiwai@suse.de
- added TAP-plugins 0.4.2.
- added CAPS 0.1.10.
- added super-60 plugin.
* Thu Jan 22 2004 tiwai@suse.de
- fixed the build of swh-plugins with the latest automake.
- updated MCP and REV plugins to version 0.2.1.
- added VCO plugins 0.2.1.
- updated blop to version 0.2.7.
- updated preamp v2.
- added matched plugin.
- updated sooperlooper to 0.93.
- updated vocoder to 0.2.
- clean up the installation phase.
- fixed the type punning in swh and blop plugins.
* Mon Jan 12 2004 adrian@suse.de
- add %%defattr
* Fri Jan 09 2004 tiwai@suse.de
- updated swh plugins to version 0.4.3.
* Mon Aug 25 2003 tiwai@suse.de
- added vlevel plugin.
* Mon Aug 25 2003 tiwai@suse.de
- updated to LADSPA-SDK 1.12, CMT-1.15.
- added REV-plugins.
* Mon Aug 18 2003 tiwai@suse.de
- added RDF file for CMT.
* Wed Aug 06 2003 meissner@suse.de
- do not compile gverb-test.c on !i386, until the code
gets rid of hardcoded "rdtsc" assembler.
* Tue Aug 05 2003 tiwai@suse.de
- use fftw3 for swh plugins.
* Tue Jul 29 2003 tiwai@suse.de
- added pkgconfig to neededforbuild.
- fixed the build on x86-64.
* Fri Jun 06 2003 tiwai@suse.de
- updated swh-plugins to ver.0.4.2.
- added MCP-plugins-0.0.2.
- fixed the symlink of ladspa.h.txt.
* Thu Apr 03 2003 tiwai@suse.de
- updated swh-plugins to ver.0.3.7.
* Mon Mar 03 2003 tiwai@suse.de
- removed _init and _fini patches from swh plugin.
works with ams now (bug #24523).
* Mon Jan 20 2003 ro@suse.de
- fix multiline-string issue in code (pitchscale.c)
* Thu Jan 16 2003 tiwai@suse.de
- updated swh plugsin to version 0.3.6.
* Tue Nov 26 2002 tiwai@suse.de
- updated LADSPA SDK ver.1.1.
- updated CMT.
- updated to swh plugin ver.0.3.0.
- added unmatched and preamp plugins.
* Tue Sep 17 2002 ro@suse.de
- removed bogus self-provides
* Tue Sep 17 2002 arvin@suse.de
- fixed seg. fault in alienwah plugin on hammer
* Tue Sep 03 2002 mana@suse.de
- Added README_VCF for vcf filter plugins
* Mon Aug 12 2002 tiwai@suse.de
- added vcf plugin version 0.0.5.
* Wed Jul 24 2002 tiwai@suse.de
- added blop plugins ver.0.2.5.
- updated the swh documents.
* Mon Jul 22 2002 tiwai@suse.de
- updated swh-plugins to ver.0.2.8.
* Tue Jun 25 2002 tiwai@suse.de
- updated swh-plugins to ver.0.2.7.
fixed for gcc-3.1.
- updated alienwah plugin to ver.1.13.
* Tue May 07 2002 schwab@suse.de
- Link with $(CC) instead of ld.
- Fix invalid casts.
* Wed Apr 10 2002 tiwai@suse.de
- updated swh plugins to version 0.2.5.
- fixed build with gcc-3.1.
* Mon Jan 28 2002 tiwai@suse.de
- added sooperlooper plugin (ver.0.9).
- fixed installation of alienwah plugin.
* Tue Jan 15 2002 tiwai@suse.de
- updated swh plugins ver.0.2.3.
some plugins are added; many bug fixes.
- updated ladspa-swh.{tex,pdf}.
* Wed Jan 02 2002 tiwai@suse.de
- updated swh plugins ver.0.2.2.
* Mon Dec 10 2001 tiwai@suse.de
- added alienwah plugin (ver.1.11).
- updated version number.
* Fri Oct 19 2001 tiwai@suse.de
- updated to swh plugins ver.0.2.1.
* Fri Oct 05 2001 tiwai@suse.de
- added vocoder plugin (ver.0.1).
* Fri Aug 24 2001 tiwai@suse.de
- updated to swh plugins ver.0.2.0.
+ fixed a major bug that bit somtimes in instantiation.
+ human readable docs (pdf & TeX).
* Fri Aug 03 2001 tiwai@suse.de
- fixed compile on ia64.
* Mon Jul 23 2001 tiwai@suse.de
- updated swh plugins to 0.1.14.
* Mon Jul 09 2001 tiwai@suse.de
- updated swh plugins to 0.1.13.
* Thu Jun 07 2001 tiwai@suse.de
- fixed build.
* Thu Apr 05 2001 tiwai@suse.de
- Updated swh plugins to 0.1.11.
- Updated cmt libs.
* Wed Mar 07 2001 tiwai@suse.de
- Fixed compile on ia64 and axp.
- Replace mkdirhier with mkdir -p in CMT's makefile.
- Use RPM_OPT_FLAGS for CFLAGS in compile of swh plugins.
* Thu Feb 01 2001 tiwai@suse.de
- Updated swh plugins to 0.1.10.
* Tue Jan 30 2001 tiwai@suse.de
- Updated swh plugins to 0.1.9.
* Mon Jan 08 2001 tiwai@suse.de
- Linked dynamically with fftw lib.
* Fri Jan 05 2001 tiwai@suse.de
- Updated swh plugins to 0.1.8.
- Correct the address of swh.
* Wed Dec 13 2000 tiwai@suse.de
- Updated swh plugins to 0.1.7.
* Tue Nov 28 2000 tiwai@suse.de
- Linked statically with fftw.
* Tue Nov 21 2000 tiwai@suse.de
- Updated swh plugin 0.1.2.
* Fri Nov 17 2000 tiwai@suse.de
- Updated swh plugin 0.1.1.
* Fri Nov 17 2000 tiwai@suse.de
- Added swh plugins.
* Tue Nov 07 2000 tiwai@suse.de
- Updated to the latest source.
- Fixed autobuild on beta-i386.
- Remove compat requirement.
* Tue Sep 26 2000 tiwai@suse.de
- Changed to bzip2.
* Wed Aug 16 2000 uli@suse.de
- now links to standard libstdc++ instead of 2.9 from compat (which does
not exist on PPC)
* Tue Aug 01 2000 tiwai@suse.de
- Initial package - LADSPA SDK and CMT libraries ver.1.

25
swh-nostatic-lib.diff Normal file
View File

@@ -0,0 +1,25 @@
---
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