- Update to 0.06.0

This commit is contained in:
Orcan Ogetbil 2010-02-25 07:35:46 +00:00
parent 9968df3afb
commit e1a9092ed0
3 changed files with 11 additions and 8 deletions

View File

@ -1 +1 @@
guitarix-0.05.8-1.tar.bz2
guitarix-0.06.0.tar.bz2

View File

@ -1,11 +1,11 @@
Name: guitarix
Version: 0.05.8
Version: 0.06.0
Release: 1%{?dist}
Summary: Mono amplifier to JACK
Group: Applications/Multimedia
License: GPLv2+
URL: http://guitarix.sourceforge.net/
Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{name}-%{version}-1.tar.bz2
Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: boost-devel
@ -23,7 +23,7 @@ Requires: vorbis-tools
%description
guitarix is a simple mono amplifier to JACK (Jack Audio Connection Kit) with
one input and two outputs. It is designed to get nice trash/metall/rock/blues
one input and two outputs. It is designed to get nice trash/metal/rock/blues
guitar sounds. Controls for bass, treble, gain, compressor, preamp, balance,
distortion, freeverb, crybaby(wah) and echo are available. A fixed resonator
will be used when distortion is disabled. For the 'pressure' in the sound you
@ -37,10 +37,10 @@ the beat detector emits a signal. Values can be set for the beat detector for
all channels.
%prep
%setup -q -n %{name}-%{version}-1
%setup -q
%build
./waf -vvv configure --prefix=%{_prefix} --cxxflags="%{optflags}" --ladspadir=%{_libdir}/ladspa
./waf -vvv configure --prefix=%{_prefix} --cxxflags="%{optflags} -std=c++0x" --ladspadir=%{_libdir}/ladspa
./waf -vvv build %{?_smp_mflags}
%install
@ -68,8 +68,11 @@ rm -rf %{buildroot}
%{_datadir}/applications/%{name}.desktop
%changelog
* Sat Feb 20 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.06.0-1
- Update to 0.06.0
* Sat Jan 30 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.05.8-1
- Update to 0.05-8
- Update to 0.05.8
* Thu Dec 24 2009 Orcan Ogetbil <orcan@desitter> - 0.05.5-1
- Update to 0.05.5

View File

@ -1 +1 @@
7c5fc30b2ea8837d859f8b1e89d0611b guitarix-0.05.8-1.tar.bz2
6095f13cde6919050e8b35fbfed28c2a guitarix-0.06.0.tar.bz2