]> git.pld-linux.org Git - packages/jalv.git/blame - jalv.spec
- updated to 1.4.6
[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
d10b3284 4Version: 1.4.6
36ded31d
JB
5Release: 1
6License: ISC
052e369b 7Group: Applications/Sound
36ded31d 8Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2
d10b3284 9# Source0-md5: 8c11c58c4b0e69fb6b21041bcac275f7
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
d10b3284
JB
17BuildRequires: lilv-devel >= 0.19.2
18BuildRequires: lv2-devel >= 1.8.1
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
d10b3284
JB
30Requires: lilv >= 0.19.2
31Requires: lv2 >= 1.8.1
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}" \
d10b3284 55MOC=%{_bindir}/moc-qt4 \
36ded31d
JB
56./waf configure \
57 --prefix=%{_prefix} \
58 --libdir=%{_libdir} \
59 --strict
60
61./waf -v
62
63%install
64rm -rf $RPM_BUILD_ROOT
65
66./waf install \
67 --destdir=$RPM_BUILD_ROOT
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
36ded31d
JB
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.057196 seconds and 4 git commands to generate.