Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0
guitarix
guitarix.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File guitarix.spec of Package guitarix
# # spec file for package guitarix # # Copyright (c) 2017 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.3 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 %if 0%{?suse_version} > 1325 BuildRequires: libboost_context-devel BuildRequires: libboost_filesystem-devel BuildRequires: libboost_iostreams-devel BuildRequires: libboost_locale-devel BuildRequires: libboost_program_options-devel BuildRequires: libboost_regex-devel BuildRequires: libboost_thread-devel BuildRequires: pkgconfig(python2) %else BuildRequires: boost-devel >= 1.56 %endif BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gperf BuildRequires: intltool BuildRequires: ladspa-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(avahi-gobject) BuildRequires: pkgconfig(bluez) BuildRequires: pkgconfig(eigen3) BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(fftw3f) BuildRequires: pkgconfig(fftw3l) BuildRequires: pkgconfig(gail) BuildRequires: pkgconfig(gdk-2.0) BuildRequires: pkgconfig(gdk-x11-2.0) BuildRequires: pkgconfig(gdkmm-2.4) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(gtk+-unix-print-2.0) BuildRequires: pkgconfig(gtk+-x11-2.0) BuildRequires: pkgconfig(gtkmm-2.4) BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(lilv-0) BuildRequires: pkgconfig(lrdf) BuildRequires: pkgconfig(lv2) BuildRequires: pkgconfig(sigc++-2.0) BuildRequires: pkgconfig(sndfile) 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 # Earlier weird packaging of internal libraries Group: System/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 %build #todo: add faust package to openSUSE export LDFLAGS="-ldl" %if 1 == 0 %define gcc_version 7 export CC=gcc-7 export CPP=cpp-7 export CXX=g++-7 %endif ./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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor