forked from pool/ladspa
Accepting request 104875 from home:coolo:branches:openSUSE:Factory
- remove old %suse_update_config OBS-URL: https://build.opensuse.org/request/show/104875 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ladspa?expand=0&rev=26
This commit is contained in:
parent
e203012dc2
commit
e1d9be9365
@ -15,15 +15,13 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: ladspa-devel
|
Name: ladspa-devel
|
||||||
Summary: Include Files mandatory for Development
|
Summary: Include Files mandatory for Development
|
||||||
Version: 1.13
|
|
||||||
Release: 6
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Version: 1.13
|
||||||
|
Release: 0
|
||||||
Source: ladspa_sdk_1.13.tar.bz2
|
Source: ladspa_sdk_1.13.tar.bz2
|
||||||
Url: http://www.ladspa.org/
|
Url: http://www.ladspa.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -33,12 +31,6 @@ Provides: ladspa-devel > 1.12.code10.3.1
|
|||||||
%description
|
%description
|
||||||
This package contains include files to develop LADSPA plugins.
|
This package contains include files to develop LADSPA plugins.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Richard Furse <richard@muse.demon.co.uk>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n ladspa_sdk
|
%setup -n ladspa_sdk
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 14 07:51:10 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- remove old %suse_update_config
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 9 14:20:40 UTC 2012 - reddwarf@opensuse.org
|
Thu Feb 9 14:20:40 UTC 2012 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
70
ladspa.spec
70
ladspa.spec
@ -15,12 +15,17 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: ladspa
|
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: libtool
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: xorg-x11-util-devel
|
||||||
%define AMB_version 0.6.1
|
%define AMB_version 0.6.1
|
||||||
%define FIL_version 0.3.0
|
%define FIL_version 0.3.0
|
||||||
%define MCP_version 0.4.0
|
%define MCP_version 0.4.0
|
||||||
@ -38,10 +43,10 @@ BuildRequires: libtool
|
|||||||
%define vlevel_version 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
|
Summary: The Linux Audio Developer's Simple Plug-In API
|
||||||
Version: 1.13
|
|
||||||
Release: 9
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
|
Version: 1.13
|
||||||
|
Release: 0
|
||||||
AutoReq: on
|
AutoReq: on
|
||||||
Autoprov: off
|
Autoprov: off
|
||||||
Provides: ladspa > 1.12.code10.3.1
|
Provides: ladspa > 1.12.code10.3.1
|
||||||
@ -120,14 +125,6 @@ ability to write simple plug-in audio processors in C/C++ and link them
|
|||||||
dynamically. The package contains the LADSPA SDK, the CMT plug-in
|
dynamically. The package contains the LADSPA SDK, the CMT plug-in
|
||||||
libraries (including Freeverb), and the swh plug-ins.
|
libraries (including Freeverb), and the swh plug-ins.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Richard Furse <richard@muse.demon.co.uk>
|
|
||||||
Jezar at Dreampoint <dreampoint.co.uk>
|
|
||||||
Steve Harris <steve@plugin.org.uk>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#
|
#
|
||||||
# More URLs
|
# More URLs
|
||||||
@ -154,7 +151,6 @@ Authors:
|
|||||||
%patch20 -p1
|
%patch20 -p1
|
||||||
touch config.rpath
|
touch config.rpath
|
||||||
./autogen.sh --prefix=%{_prefix}
|
./autogen.sh --prefix=%{_prefix}
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
|
||||||
%if 0%{?suse_version} <= 1210
|
%if 0%{?suse_version} <= 1210
|
||||||
%patch21 -p 1
|
%patch21 -p 1
|
||||||
%endif
|
%endif
|
||||||
@ -174,7 +170,6 @@ touch config.rpath
|
|||||||
%patch6
|
%patch6
|
||||||
%patch27
|
%patch27
|
||||||
%patch28
|
%patch28
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
|
||||||
)
|
)
|
||||||
(cd vcf-%{vcf_version}
|
(cd vcf-%{vcf_version}
|
||||||
%patch7
|
%patch7
|
||||||
@ -211,98 +206,99 @@ touch config.rpath
|
|||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
# LADSPA SDK
|
# LADSPA SDK
|
||||||
cd ladspa_sdk/src
|
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 ../..
|
cd ../..
|
||||||
# CMT
|
# CMT
|
||||||
cd cmt/src
|
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 ../..
|
cd ../..
|
||||||
# SWH plugins
|
# SWH plugins
|
||||||
cd swh-plugins-%{swh_version}
|
cd swh-plugins-%{swh_version}
|
||||||
|
autoreconf --install --force
|
||||||
#./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}
|
#./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -DPIC -fno-strict-aliasing" \
|
CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -DPIC -fno-strict-aliasing" \
|
||||||
./configure --prefix=%{_prefix}
|
./configure --prefix=%{_prefix}
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -DPIC -fno-strict-aliasing"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -DPIC -fno-strict-aliasing"
|
||||||
cd ..
|
cd ..
|
||||||
# Vocoder
|
# Vocoder
|
||||||
cd vocoder-%{vocoder_version}
|
cd vocoder-%{vocoder_version}
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
||||||
cd ..
|
cd ..
|
||||||
# Alien Wah
|
# Alien Wah
|
||||||
cd alienwah-%{alienwah_version}
|
cd alienwah-%{alienwah_version}
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
||||||
cd ..
|
cd ..
|
||||||
# Sooperlooper
|
# Sooperlooper
|
||||||
cd sooperlooper-%{sooperlooper_version}
|
cd sooperlooper-%{sooperlooper_version}
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
||||||
cd ..
|
cd ..
|
||||||
# Blop
|
# Blop
|
||||||
cd blop-%{blop_version}
|
cd blop-%{blop_version}
|
||||||
autoreconf --install --force
|
autoreconf --install --force
|
||||||
./configure --prefix=%{_prefix} \
|
./configure --prefix=%{_prefix} \
|
||||||
--with-ladspa-plugin-dir=%{_libdir}/ladspa
|
--with-ladspa-plugin-dir=%{_libdir}/ladspa
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -DNO_DEBUG -DPIC -fPIC -ggdb"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -DNO_DEBUG -DPIC -fPIC -ggdb"
|
||||||
cd ..
|
cd ..
|
||||||
# VCF
|
# VCF
|
||||||
cd vcf-%{vcf_version}
|
cd vcf-%{vcf_version}
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
||||||
cd ..
|
cd ..
|
||||||
# unmatched
|
# unmatched
|
||||||
cd unmatched
|
cd unmatched
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
||||||
cd ..
|
cd ..
|
||||||
# matched
|
# matched
|
||||||
cd matched
|
cd matched
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
||||||
cd ..
|
cd ..
|
||||||
# preamp
|
# preamp
|
||||||
cd preamp
|
cd preamp
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -fno-strict-aliasing" \
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -fno-strict-aliasing" \
|
||||||
CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -fno-strict-aliasing"
|
CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -fno-strict-aliasing"
|
||||||
cd ..
|
cd ..
|
||||||
# MCP plugins
|
# MCP plugins
|
||||||
cd MCP-plugins-%{MCP_version}
|
cd MCP-plugins-%{MCP_version}
|
||||||
make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
||||||
cd ..
|
cd ..
|
||||||
# REV plugins
|
# REV plugins
|
||||||
cd REV-plugins-%{REV_version}
|
cd REV-plugins-%{REV_version}
|
||||||
make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
||||||
cd ..
|
cd ..
|
||||||
# VCO plugins
|
# VCO plugins
|
||||||
cd VCO-plugins-%{VCO_version}
|
cd VCO-plugins-%{VCO_version}
|
||||||
make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
||||||
cd ..
|
cd ..
|
||||||
# vlevel
|
# vlevel
|
||||||
cd vlevel-%{vlevel_version}
|
cd vlevel-%{vlevel_version}
|
||||||
make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
|
||||||
cd ..
|
cd ..
|
||||||
# tap-plugins
|
# tap-plugins
|
||||||
cd tap-plugins-%{tap_version}
|
cd tap-plugins-%{tap_version}
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -c"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -c"
|
||||||
cd ..
|
cd ..
|
||||||
# super-60
|
# super-60
|
||||||
cd super-60
|
cd super-60
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
||||||
cd ..
|
cd ..
|
||||||
# caps
|
# caps
|
||||||
cd caps-%{caps_version}
|
cd caps-%{caps_version}
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
||||||
cd ..
|
cd ..
|
||||||
# FIL plugins
|
# FIL plugins
|
||||||
cd FIL-plugins-%{FIL_version}
|
cd FIL-plugins-%{FIL_version}
|
||||||
make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
||||||
cd ..
|
cd ..
|
||||||
# AMB plugins
|
# AMB plugins
|
||||||
cd AMB-plugins-%{AMB_version}
|
cd AMB-plugins-%{AMB_version}
|
||||||
make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
||||||
cd ..
|
cd ..
|
||||||
# pvoc plugins
|
# pvoc plugins
|
||||||
cd pvoc-%{pvoc_version}
|
cd pvoc-%{pvoc_version}
|
||||||
make %{?jobs:-j%jobs} OPTS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
make %{?_smp_mflags} OPTS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
||||||
cd ..
|
cd ..
|
||||||
# blepvco
|
# blepvco
|
||||||
cd blepvco-%{blepvco_version}
|
cd blepvco-%{blepvco_version}
|
||||||
make %{?jobs:-j%jobs} CPPFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
make %{?_smp_mflags} CPPFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user