diff --git a/.cvsignore b/.cvsignore index 30f3219..6a30f35 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -guitarix-0.06.0.tar.bz2 +guitarix-0.08.0.tar.bz2 diff --git a/guitarix.spec b/guitarix.spec index 6bab887..28a7e11 100644 --- a/guitarix.spec +++ b/guitarix.spec @@ -1,5 +1,5 @@ Name: guitarix -Version: 0.06.0 +Version: 0.08.0 Release: 1%{?dist} Summary: Mono amplifier to JACK Group: Applications/Multimedia @@ -10,10 +10,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: boost-devel BuildRequires: desktop-file-utils +BuildRequires: faust +BuildRequires: fftw-devel BuildRequires: gtk2-devel BuildRequires: jack-audio-connection-kit-devel BuildRequires: ladspa-devel +BuildRequires: libsigc++20-devel BuildRequires: libsndfile-devel +BuildRequires: zita-convolver-devel +BuildRequires: zita-resampler-devel Requires: jack_capture Requires: jconv @@ -22,30 +27,39 @@ Requires: qjackctl 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/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 -can use the feedback and feedforward sliders. +Guitarix is a simple mono amplifier to be used in a 'JACKified' environment, +i.e. a system using the JACK Audio Connection Kit, a professionally-capable +audio/MIDI server and master transport control. + +Guitarix provides one JACK input port and two JACK output ports. It is designed +to produce 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 is used when distortion is disabled. To modify +the sound 'pressure', you can use the feedback and feedforward sliders. + +Guitarix includes an experimental tuner and a JACK MIDI output port with 3 +channels. They are fed by a mix from a pitch tracker and a beat detector. You +can pitch the octave (2 octaves up or down), choose the MIDI channel, the MIDI +program, the velocity and the sensitiviy, which translates into how fast the +note will read after the beat detector emits a signal. Values for the beat +detector can be set for all channels. -guitarix includes an experimental tuner and a JACK midi output port with 3 -channels. They will be fed by a mix from a pitch tracker and a beat detector. -You can pitch the octave (2 up or down), choose the midi channel, the program, -the velocity and the sensitivity, which means how fast the note will read after -the beat detector emits a signal. Values can be set for the beat detector for -all channels. %prep %setup -q +# Fix build flags +sed -i 's|-O3 ||' wscript + %build -./waf -vvv configure --prefix=%{_prefix} --cxxflags="%{optflags} -std=c++0x" --ladspadir=%{_libdir}/ladspa -./waf -vvv build %{?_smp_mflags} +./waf -vv configure --prefix=%{_prefix} \ + --cxxflags="%{optflags} -std=c++0x" \ + --ladspadir=%{_libdir}/ladspa +./waf -vv build %{?_smp_mflags} %install rm -rf %{buildroot} -./waf -vvv install --destdir="%{buildroot}" +./waf -vv install --destdir="%{buildroot}" desktop-file-install \ --add-category="X-DigitalProcessing" \ @@ -68,6 +82,9 @@ rm -rf %{buildroot} %{_datadir}/applications/%{name}.desktop %changelog +* Sat May 15 2010 Orcan Ogetbil - 0.08.0-1 +- Update to 0.08.0 + * Sat Feb 20 2010 Orcan Ogetbil - 0.06.0-1 - Update to 0.06.0 diff --git a/sources b/sources index 39bd8a5..4cbdbb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6095f13cde6919050e8b35fbfed28c2a guitarix-0.06.0.tar.bz2 +ad257958d68535bce388741c7219fbf9 guitarix-0.08.0.tar.bz2