rpms/guitarix/devel .cvsignore, 1.7, 1.8 guitarix.spec, 1.8, 1.9 sources, 1.7, 1.8

Orcan Ogetbil oget at fedoraproject.org
Sat May 15 13:45:06 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/guitarix/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24230

Modified Files:
	.cvsignore guitarix.spec sources 
Log Message:
* Sat May 15 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.08.0-1
- Update to 0.08.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/guitarix/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	25 Feb 2010 07:34:10 -0000	1.7
+++ .cvsignore	15 May 2010 13:45:05 -0000	1.8
@@ -1 +1 @@
-guitarix-0.06.0.tar.bz2
+guitarix-0.08.0.tar.bz2


Index: guitarix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/guitarix/devel/guitarix.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- guitarix.spec	25 Feb 2010 07:34:10 -0000	1.8
+++ guitarix.spec	15 May 2010 13:45:05 -0000	1.9
@@ -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}-%{ve
 
 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 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.
+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.
+
 
 %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 <oget[DOT]fedora[AT]gmail[DOT]com> - 0.08.0-1
+- Update to 0.08.0
+
 * Sat Feb 20 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.06.0-1
 - Update to 0.06.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/guitarix/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	25 Feb 2010 07:34:10 -0000	1.7
+++ sources	15 May 2010 13:45:05 -0000	1.8
@@ -1 +1 @@
-6095f13cde6919050e8b35fbfed28c2a  guitarix-0.06.0.tar.bz2
+ad257958d68535bce388741c7219fbf9  guitarix-0.08.0.tar.bz2



More information about the scm-commits mailing list