File guitarix.spec of Package guitarix
#
# spec file for package guitarix
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Summary: Simple Linux amplifier for jack
Name: guitarix
Version: 0.18.0
Release: 1
License: GPLv2+
Group: Productivity/Multimedia/Sound/Utilities
Url: http://guitarix.sourceforge.net/
Source: guitarix2-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
BuildRequires: gtk2-devel
BuildRequires: ladspa-devel
BuildRequires: libjack-devel
BuildRequires: libsndfile-devel
BuildRequires: update-desktop-files
BuildRequires: libsigc++2-devel
BuildRequires: fftw3-devel
BuildRequires: gtkmm2-devel
BuildRequires: boost-devel
BuildRequires: intltool
Requires: jack
Requires: meterbridge
Requires: vorbis-tools
%description
guitarix is a simple mono amplifier to jack with one input and two
output's. Designed to get nice trash/metall/rock/guitar sounds.
Available are the controls for bass, treble, gain, balance,
distortion, freeverb, impulse response (pre state), crybaby(wah),
feedback/feedforward-filter and echo. A fixed resonator will use,
when distortion is disabled.
guitarix is licensed under GPL.
%package -n ladspa-guitarix
License: GPLv2+
Group: Productivity/Multimedia/Sound/Utilities
Summary: Guitarix - ladspa plugins
%description -n ladspa-guitarix
guitarix is a simple mono amplifier to jack with one input and two
output's. Designed to get nice trash/metall/rock/guitar sounds.
Available are the controls for bass, treble, gain, balance,
distortion, freeverb, impulse response (pre state), crybaby(wah),
feedback/feedforward-filter and echo. A fixed resonator will use,
when distortion is disabled.
This package contains the LADSPA plugins (UniqID 4061 - 4068).
%prep
%setup -q -n guitarix2-%{version}
%build
#todo: add faust package to openSUSE
./waf configure --faust --ladspadir=%{_libdir}/ladspa --prefix=%{_prefix} --cxxflags="$RPM_OPT_FLAGS -std=gnu++0x"
./waf build %{?jobs: -j%jobs}
%install
./waf install --destdir="$RPM_BUILD_ROOT"
%suse_update_desktop_file -i %{name} AudioVideo Music
%find_lang %{name}
%clean
[ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%doc changelog COPYING README
%dir %{_datadir}/gx_head
%dir %{_datadir}/gx_head/builder
%dir %{_datadir}/gx_head/skins
%dir %{_datadir}/gx_head/sounds/
%{_bindir}/%{name}
%{_datadir}/gx_head/builder/*.glade
%{_datadir}/gx_head/skins/*
%{_datadir}/gx_head/sounds/greathall.wav
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/gx_head*.png
%{_datadir}/pixmaps/gx_bypass.png
%{_datadir}/pixmaps/gx_off.png
%{_datadir}/pixmaps/gx_on.png
%{_datadir}/pixmaps/jackd_off.png
%{_datadir}/pixmaps/jackd_on.png
%files -n ladspa-guitarix
%defattr(-,root,root)
%dir %{_libdir}/ladspa
%{_libdir}/ladspa/*.so
%dir %{_datadir}/ladspa
%dir %{_datadir}/ladspa/rdf
%{_datadir}/ladspa/rdf/%{name}.rdf
%changelog