]> git.pld-linux.org Git - packages/jalv.git/blob - jalv.spec
- proper Group, no ldconfig
[packages/jalv.git] / jalv.spec
1 Summary:        Simple but fully featured LV2 host for JACK
2 Summary(pl.UTF-8):      Prosty, ale w pełni funkcjonalny host LV2 dla JACK-a
3 Name:           jalv
4 Version:        1.4.4
5 Release:        1
6 License:        ISC
7 Group:          Applications/Sound
8 Source0:        http://download.drobilla.net/%{name}-%{version}.tar.bz2
9 # Source0-md5:  56aea296a43b2906cc930c1727b3835c
10 URL:            http://drobilla.net/software/jalv/
11 BuildRequires:  QtGui-devel >= 4.0.0
12 BuildRequires:  gtk+2-devel >= 2:2.18.0
13 BuildRequires:  gtk+3-devel >= 3.0.0
14 BuildRequires:  gtkmm-devel >= 2.20.0
15 BuildRequires:  jack-audio-connection-kit-devel >= 0.120.0
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  lilv-devel >= 0.15.1
18 BuildRequires:  lv2-devel >= 1.6.0
19 BuildRequires:  pkgconfig
20 BuildRequires:  python
21 BuildRequires:  serd-devel >= 0.14.0
22 BuildRequires:  sord-devel >= 0.12.0
23 BuildRequires:  sratom-devel >= 0.4.0
24 BuildRequires:  suil-devel >= 0.6.0
25 Requires:       QtGui >= 4.0.0
26 Requires:       gtk+2 >= 2:2.18.0
27 Requires:       gtk+3 >= 3.0.0
28 Requires:       gtkmm >= 2.20.0
29 Requires:       jack-audio-connection-kit-libs >= 0.120.0
30 Requires:       lilv >= 0.15.1
31 Requires:       lv2 >= 1.6.0
32 Requires:       serd >= 0.14.0
33 Requires:       sord >= 0.12.0
34 Requires:       sratom >= 0.4.0
35 Requires:       suil >= 0.6.0
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Jalv is a simple but fully featured LV2 host for JACK. It runs LV2
40 plugins and exposes their ports as JACK ports, essentially making any
41 LV2 plugin function as a JACK application.
42
43 %description -l pl.UTF-8
44 Jalv to prosty, ale w pełni funkcjonalny host LV2 dla JACK-a.
45 Uruchamia wtyczki LV2 i udostępnia ich porty jako porty JACK-a, w
46 szczególności pozwalając dowolnej wtyczce LV2 działać jako aplikacja
47 JACK-a.
48
49 %prep
50 %setup -q
51
52 %build
53 CC="%{__cc}" \
54 CFLAGS="%{rpmcflags}" \
55 ./waf configure \
56         --prefix=%{_prefix} \
57         --libdir=%{_libdir} \
58         --strict
59
60 ./waf -v
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 ./waf install \
66         --destdir=$RPM_BUILD_ROOT
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc AUTHORS COPYING NEWS README
74 %attr(755,root,root) %{_bindir}/jalv
75 %attr(755,root,root) %{_bindir}/jalv.gtk
76 %attr(755,root,root) %{_bindir}/jalv.gtk3
77 %attr(755,root,root) %{_bindir}/jalv.gtkmm
78 %attr(755,root,root) %{_bindir}/jalv.qt
79 %{_mandir}/man1/jalv.1*
80 %{_mandir}/man1/jalv.gtk.1*
81 %{_mandir}/man1/jalv.gtkmm.1*
82 %{_mandir}/man1/jalv.qt.1*
This page took 0.070817 seconds and 3 git commands to generate.