File guitarix.spec of Package guitarix
#
# spec file for package guitarix
#
# Copyright (c) 2016 SUSE LINUX 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/
#
Name: guitarix
Version: 0.35.0
Release: 0
Summary: Simple Linux amplifier for jack
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Utilities
Url: http://guitarix.sourceforge.net/
Source: http://downloads.sourceforge.net/project/guitarix/guitarix/guitarix2-%{version}.tar.xz
Patch0: fpexception.patch
# PATCH-FIX-UPSTREAM marguerite@opensuse.org - fix call of overloaded 'abs(double)' is ambiguous
Patch1: guitarix-0.35.0-gcc6.patch
BuildRequires: boost-devel
BuildRequires: fdupes
BuildRequires: fftw3-devel
BuildRequires: gcc-c++
BuildRequires: gperf
BuildRequires: gtk2-devel
BuildRequires: gtkmm2-devel
BuildRequires: intltool
BuildRequires: ladspa-devel
BuildRequires: libavahi-gobject-devel
BuildRequires: libjack-devel
BuildRequires: liblrdf-devel
BuildRequires: libsigc++2-devel
BuildRequires: libsndfile-devel
BuildRequires: lv2-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(bluez)
BuildRequires: pkgconfig(eigen3)
BuildRequires: pkgconfig(lilv-0)
Requires: jack
Requires: meterbridge
Requires: vorbis-tools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
guitarix is a simple mono amplifier to jack with one input and two
outputs. Designed to get nice trash/metal/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.
%package -n libgxw0
Summary: Guitarix runtime libraries
Group: System/Libraries
# Earlier weird packaging of internal libraries
Obsoletes: %{name}-devel < %version-%release
Provides: %{name}-devel = %version-%release
%description -n libgxw0
guitarix is a simple mono amplifier to jack with one input and two
outputs.
%package -n ladspa-%{name}
Summary: Guitarix - ladspa plugins
Group: Productivity/Multimedia/Sound/Utilities
%description -n ladspa-%{name}
guitarix is a simple mono amplifier to jack with one input and two
outputs. Designed to get nice trash/metal/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).
%package -n lv2-%{name}
Summary: Guitarix - LV2 plugins
Group: Productivity/Multimedia/Sound/Utilities
%description -n lv2-%{name}
guitarix is a simple mono amplifier to jack with one input and two
outputs. Designed to get nice trash/metal/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 LV2 plugins.
%package -n bestplugins
Summary: Best Mega Pack 1+3
Group: Productivity/Multimedia/Sound/Utilities
%description -n bestplugins
Bestplugins Mega Pack 1+3 contains dozens of guitar sounds from famous bands.
%prep
%setup -q -n guitarix-%{version}
%patch0
%patch1 -p1
%build
#todo: add faust package to openSUSE
export LDFLAGS="-ldl"
./waf configure -v --faust --libdir=%{_libdir} --ladspadir=%{_libdir}/ladspa --prefix=%{_prefix} --cxxflags="%{optflags} -std=gnu++0x"
./waf build -v %{?_smp_mflags}
%install
./waf install --destdir=%{buildroot}
%suse_update_desktop_file -i %{name} AudioVideo Music
%find_lang %{name}
# No header files installed for this lib
rm -f "%{buildroot}/%{_libdir}/"*.so
%fdupes -s %{buildroot}/%{_datadir}/gx_head/
%fdupes -s %{buildroot}/%{_libdir}/lv2/
%post -n libgxw0 -p /sbin/ldconfig
%postun -n libgxw0 -p /sbin/ldconfig
%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/*
%{_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/gx_log_grey.png
%{_datadir}/pixmaps/gx_log_red.png
%{_datadir}/pixmaps/gx_log_yellow.png
%{_datadir}/pixmaps/gx_splash.png
%{_datadir}/pixmaps/insert_off.png
%{_datadir}/pixmaps/insert_on.png
%{_datadir}/pixmaps/jackd_off.png
%{_datadir}/pixmaps/jackd_on.png
%files -n libgxw0
%defattr(-,root,root)
%{_libdir}/libgxw*.so.0*
%files -n lv2-%{name}
%defattr(-,root,root)
%{_libdir}/lv2/
%files -n ladspa-%{name}
%defattr(-,root,root)
%dir %{_libdir}/ladspa
%{_libdir}/ladspa/*.so
%dir %{_datadir}/ladspa
%dir %{_datadir}/ladspa/rdf
%{_datadir}/ladspa/rdf/%{name}.rdf
%{_datadir}/ladspa/rdf/%{name}_amp.rdf
%files -n bestplugins
%defattr(-,root,root)
%dir %{_datadir}/gx_head/sounds/bands/
%changelog