]> git.pld-linux.org Git - packages/guitarix.git/blob - guitarix.spec
- up to 0.41.0
[packages/guitarix.git] / guitarix.spec
1 Summary:        Linux Rock Guitar Amplifier for Jack Audio Connektion Kit
2 Name:           guitarix
3 Version:        0.41.0
4 Release:        1
5 License:        GPL v2+, GPL v3+ (abgate plugin)
6 Group:          Applications/Multimedia
7 Source0:        http://downloads.sourceforge.net/guitarix/%{name}2-%{version}.tar.xz
8 # Source0-md5:  4fd6babdf42881d8b99837647049661f
9 URL:            https://guitarix.org/
10 BuildRequires:  avahi-gobject-devel
11 BuildRequires:  bluez-libs-devel
12 BuildRequires:  boost-devel >= 1.38
13 BuildRequires:  eigen3
14 BuildRequires:  faust
15 BuildRequires:  fftw3-devel >= 3.1.2
16 BuildRequires:  gettext-tools
17 BuildRequires:  glib2-devel
18 BuildRequires:  glibmm-devel >= 2.24.0
19 BuildRequires:  gperf
20 BuildRequires:  gtk+2-devel >= 1:2.12.0
21 BuildRequires:  gtkmm-devel >= 2.12.0
22 BuildRequires:  intltool
23 BuildRequires:  jack-audio-connection-kit-devel > 0.109.1
24 BuildRequires:  ladspa-devel
25 BuildRequires:  liblrdf-devel
26 BuildRequires:  libsndfile-devel >= 1.0.17
27 BuildRequires:  lilv-devel
28 BuildRequires:  zita-convolver-devel >= 4.0.0
29 BuildRequires:  zita-resampler-devel
30 Requires:       ladspa
31 Requires:       fonts-TTF-Roboto
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %define         _noautoprovfiles        %{_libdir}/(ladspa|lv2)
35
36 %description
37 Guitarix is a simple Linux Rock Guitar Amplifier for jack (Jack Audio
38 Connektion Kit) with one input and two outputs. Designed to get nice
39 thrash/metal/rock/blues guitar sounds. There are controls for bass,
40 middle, treble, gain (in/out), compressor, preamp, tube's, drive,
41 overdrive, oversample, anti-aliase, fuzz, balance, distortion,
42 freeverb, impulse response, vibrato, chorus, delay, crybaby(wah),
43 ampselector, tonestack, and echo. For 'pressure' in the sound you can
44 use the feedback and feedforward sliders.
45
46
47 %prep
48 %setup -q
49
50 %build
51 CC="%{__cc}" \
52 CXX="%{__cxx}" \
53 CFLAGS="%{rpmcflags}" \
54 CXXFLAGS="%{rpmcxxflags}" \
55 LDFLAGS="%{rpmldflags}" \
56 ./waf configure \
57         --cxxflags-release="-DNDEBUG" \
58         --prefix=%{_prefix} \
59         --libdir=%{_libdir} \
60         --ladspadir=%{_libdir}/ladspa \
61         --mod-lv2 \
62         --ladspa \
63         --new-ladspa
64
65 ./waf build
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 ./waf install \
71         --destdir=$RPM_BUILD_ROOT
72
73 rm -f $RPM_BUILD_ROOT%{_libdir}/*.so
74
75 %find_lang %{name}
76
77 %post -p /sbin/ldconfig
78 %postun -p /sbin/ldconfig
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files -f %{name}.lang
84 %defattr(644,root,root,755)
85 %doc changelog README*
86 %attr(755,root,root) %{_bindir}/guitarix
87 %attr(755,root,root) %{_libdir}/libgxw.so.0.*
88 %attr(755,root,root) %ghost %{_libdir}/libgxw.so.0
89 %attr(755,root,root) %{_libdir}/libgxwmm.so.0.*
90 %attr(755,root,root) %ghost %{_libdir}/libgxwmm.so.0
91 %attr(755,root,root) %{_libdir}/ladspa/*.so
92 %{_datadir}/ladspa/rdf/*.rdf
93 %dir %{_libdir}/lv2/gx*
94 %attr(755,root,root) %{_libdir}/lv2/gx*/*.so
95 %{_libdir}/lv2/gx*/*.ttl
96 %{_libdir}/lv2/gx*/modgui
97 %{_desktopdir}/guitarix.desktop
98 %{_datadir}/gx_head
99 %{_pixmapsdir}/*.png
This page took 0.074274 seconds and 4 git commands to generate.