* Wed Aug 04 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.11.0-1
- Update to 0.11.0
This commit is contained in:
parent
219a10e3ef
commit
6ac3f7ee04
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
guitarix-0.10.0.tar.bz2
|
guitarix-0.10.0.tar.bz2
|
||||||
|
guitarix-0.11.0.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: guitarix
|
Name: guitarix
|
||||||
Version: 0.10.0
|
Version: 0.11.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mono amplifier to JACK
|
Summary: Mono amplifier to JACK
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -19,7 +19,7 @@ BuildRequires: ladspa-devel
|
|||||||
BuildRequires: libsigc++20-devel
|
BuildRequires: libsigc++20-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
BuildRequires: zita-convolver-devel
|
BuildRequires: zita-convolver-devel
|
||||||
BuildRequires: zita-resampler-devel
|
BuildRequires: zita-resampler-devel >= 0.1.1-3
|
||||||
|
|
||||||
Requires: jack_capture
|
Requires: jack_capture
|
||||||
Requires: jconv
|
Requires: jconv
|
||||||
@ -74,12 +74,7 @@ sed -i 's|-O3 ||' wscript
|
|||||||
--cxxflags="-std=c++0x -fomit-frame-pointer -ftree-loop-linear \
|
--cxxflags="-std=c++0x -fomit-frame-pointer -ftree-loop-linear \
|
||||||
-ffinite-math-only -fno-math-errno -fno-signed-zeros -fstrength-reduce \
|
-ffinite-math-only -fno-math-errno -fno-signed-zeros -fstrength-reduce \
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
-mmmx -mfpmath=sse \
|
|
||||||
%ifarch %ix86
|
|
||||||
-msse \
|
-msse \
|
||||||
%else
|
|
||||||
-msse2 \
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
%{optflags}" \
|
%{optflags}" \
|
||||||
--ladspadir=%{_libdir}/ladspa
|
--ladspadir=%{_libdir}/ladspa
|
||||||
@ -113,6 +108,9 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/ladspa/*.so
|
%{_libdir}/ladspa/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 04 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.11.0-1
|
||||||
|
- Update to 0.11.0
|
||||||
|
|
||||||
* Tue Jul 27 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.10.0-3
|
* Tue Jul 27 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.10.0-3
|
||||||
- Rebuild against new boost on F-14
|
- Rebuild against new boost on F-14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user