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