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