forked from pool/ladspa
Accepting request 69461 from home:TheBlackCat:branches:multimedia:libs
Added 32bit compatibility libraries, Removed tests for obsolete openSUSE versions, Fixed self-obsoletes (fix for RPMLINT warning) OBS-URL: https://build.opensuse.org/request/show/69461 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ladspa?expand=0&rev=20
This commit is contained in:
parent
077553fb5c
commit
f002ee6829
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
ladspa
|
@ -21,7 +21,7 @@
|
||||
Name: ladspa-devel
|
||||
Summary: Include Files mandatory for Development
|
||||
Version: 1.13
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: LGPLv2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Source: ladspa_sdk_1.13.tar.bz2
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 1 17:35:27 UTC 2011 - toddrme2178@gmail.com
|
||||
|
||||
- Added 32bit compatibility libraries
|
||||
- Removed tests for obsolete openSUSE versions
|
||||
- Fixed self-obsoletes (fix for RPMLINT warning)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 11:50:49 UTC 2010 - davejplater@gmail.com
|
||||
|
||||
- Added obsoletes and provides for all conflicting packman plugins.
|
||||
- Changed group to more suitable one.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 08:24:43 UTC 2010 - davejplater@gmail.com
|
||||
|
||||
|
23
ladspa.spec
23
ladspa.spec
@ -31,19 +31,29 @@ BuildRequires: fdupes fftw3-devel flac-devel gcc-c++ ladspa-devel libsndfile-de
|
||||
%define caps_version 0.4.4
|
||||
%define pvoc_version 0.1.12
|
||||
%define sooperlooper_version 0.93
|
||||
%define swh_version 0.4.15
|
||||
%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
|
||||
%define vocoder_version 0.3
|
||||
Summary: The Linux Audio Developer's Simple Plug-In API
|
||||
Version: 1.13
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: LGPLv2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
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}
|
||||
Source1: ladspa_sdk_1.13.tar.bz2
|
||||
Source2: cmt_src_1.15.tar.bz2
|
||||
Source3: swh-plugins-%{swh_version}.tar.bz2
|
||||
@ -89,7 +99,7 @@ Patch17: swh-0.4.13-gcc4-fix.diff
|
||||
Patch18: sooperlooper-0.93-gcc4-fix.diff
|
||||
Patch20: swh-libblo.dif
|
||||
# swh-configure.patch changes for >= autoconf-2.65 in openSUSE 11.3
|
||||
%if %suse_version <= 1120
|
||||
%if 0%{?suse_version} <= 1120
|
||||
Patch21: swh-configure.patch
|
||||
%else
|
||||
Patch21: swh-configure-2.65.patch
|
||||
@ -206,9 +216,6 @@ make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC -ggdb" t
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user