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