From e1a9092ed03ff5494d2b7d1e077e81a06d73caba Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Thu, 25 Feb 2010 07:35:46 +0000 Subject: [PATCH] - Update to 0.06.0 --- .cvsignore | 2 +- guitarix.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 178cb6e..30f3219 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -guitarix-0.05.8-1.tar.bz2 +guitarix-0.06.0.tar.bz2 diff --git a/guitarix.spec b/guitarix.spec index fd55906..6bab887 100644 --- a/guitarix.spec +++ b/guitarix.spec @@ -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 - 0.06.0-1 +- Update to 0.06.0 + * Sat Jan 30 2010 Orcan Ogetbil - 0.05.8-1 -- Update to 0.05-8 +- Update to 0.05.8 * Thu Dec 24 2009 Orcan Ogetbil - 0.05.5-1 - Update to 0.05.5 diff --git a/sources b/sources index 4a0b2c8..39bd8a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c5fc30b2ea8837d859f8b1e89d0611b guitarix-0.05.8-1.tar.bz2 +6095f13cde6919050e8b35fbfed28c2a guitarix-0.06.0.tar.bz2