This commit is contained in:
parent
d93f38a56d
commit
96f83f45a9
@ -21,7 +21,7 @@
|
||||
Name: ladspa-devel
|
||||
Summary: Include Files mandatory for Development.
|
||||
Version: 1.12.code10.3
|
||||
Release: 101
|
||||
Release: 102
|
||||
License: GPL v2 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Source: ladspa_sdk_1.12.tar.bz2
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 12:59:00 CET 2007 - tiwai@suse.de
|
||||
|
||||
|
@ -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: 115
|
||||
Release: 116
|
||||
License: GPL v2 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReq: on
|
||||
@ -181,6 +181,9 @@ Authors:
|
||||
# )
|
||||
|
||||
%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
|
||||
# LADSPA SDK
|
||||
cd ladspa_sdk/src
|
||||
make CFLAGS="$RPM_OPT_FLAGS -fPIC" targets
|
||||
@ -386,6 +389,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user