diff --git a/.cvsignore b/.cvsignore index e69de29..008e2b3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +guitarix-0.04.5-1.tar.bz2 diff --git a/guitarix.spec b/guitarix.spec new file mode 100644 index 0000000..4b1f17d --- /dev/null +++ b/guitarix.spec @@ -0,0 +1,82 @@ +Name: guitarix +Version: 0.04.5 +Release: 1%{?dist} +Summary: Mono amplifier to JACK +Group: Applications/Multimedia +License: GPL+ +URL: http://guitarix.sourceforge.net/ +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-1.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: desktop-file-utils +BuildRequires: gtk2-devel +BuildRequires: jack-audio-connection-kit-devel +BuildRequires: ladspa-devel +BuildRequires: libsndfile-devel + +Requires: jack_capture +Requires: jconv +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 +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 sensitiviy, 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 -n %{name}-%{version}-1 + +# Fix encoding +iconv -f iso-8859-1 -t utf-8 changelog -o changelog.utf +touch -r changelog changelog.utf +mv -f changelog.utf changelog + + +%build +make %{?_smp_mflags} \ + LADSPAPATH=%{_libdir}/ladspa \ + CXXFLAGS="%{optflags}" + + +%install +rm -rf %{buildroot} +make install LADSPAPATH=%{_libdir}/ladspa DESTDIR=%{buildroot} + +desktop-file-install \ + --dir=%{buildroot}%{_datadir}/applications \ + %{buildroot}/%{_datadir}/applications/%{name}.desktop + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc changelog COPYING README +%{_bindir}/%{name} +%{_datadir}/%{name}/ +%{_libdir}/ladspa/*.so +%{_datadir}/ladspa/rdf/%{name}.rdf +%{_datadir}/pixmaps/* +%{_datadir}/applications/%{name}.desktop + +%changelog +* Tue May 26 2009 Orcan Ogetbil - 0.04.5-1 +- Update to 0.04.5 + +* Thu May 21 2009 Orcan Ogetbil - 0.04.4-1 +- Update to 0.04.4 +- Drop upstreamed patches + +* Sat May 09 2009 Orcan Ogetbil - 0.04.3-1 +- Initial build diff --git a/import.log b/import.log new file mode 100644 index 0000000..ae181ef --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +guitarix-0_04_5-1_fc10:HEAD:guitarix-0.04.5-1.fc10.src.rpm:1243575578 diff --git a/sources b/sources index e69de29..394d079 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d0c8d81c352675a5caaa88cb0bdebc9d guitarix-0.04.5-1.tar.bz2