]> git.pld-linux.org Git - packages/jalv.git/commitdiff
- updated to 1.2.0; introduces GTK+ 3 UI auto/th/jalv-1.2.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Nov 2012 07:33:18 +0000 (08:33 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Nov 2012 07:33:18 +0000 (08:33 +0100)
jalv.spec

index dec97d87e8047c637485b35f28349480ef7c4d02..b5ab037b809220e0040eb9c0b9abaa71a278629d 100644 (file)
--- a/jalv.spec
+++ b/jalv.spec
@@ -1,32 +1,34 @@
 Summary:       Simple but fully featured LV2 host for JACK
 Summary(pl.UTF-8):     Prosty, ale w pełni funkcjonalny host LV2 dla JACK-a
 Name:          jalv
-Version:       1.0.0
+Version:       1.2.0
 Release:       1
 License:       ISC
 Group:         Libraries
 Source0:       http://download.drobilla.net/%{name}-%{version}.tar.bz2
-# Source0-md5: f20f81dbb437f4e4ea10e00694f6cc4d
+# Source0-md5: babb0ffb0f5083d87b93def98880579d
 URL:           http://drobilla.net/software/jalv/
 BuildRequires: QtGui-devel >= 4.0.0
 BuildRequires: gtk+2-devel >= 2:2.18.0
+BuildRequires: gtk+3-devel >= 3.0.0
 BuildRequires: gtkmm-devel >= 2.20.0
 BuildRequires: jack-audio-connection-kit-devel >= 0.120.0
 BuildRequires: libstdc++-devel
 BuildRequires: lilv-devel >= 0.14.0
-BuildRequires: lv2-devel >= 1.0.0
+BuildRequires: lv2-devel >= 1.0.15
 BuildRequires: pkgconfig
 BuildRequires: python
-BuildRequires: serd-devel >= 0.4.5
+BuildRequires: serd-devel >= 0.5.0
 BuildRequires: sratom-devel >= 0.2.0
 BuildRequires: suil-devel >= 0.6.0
 Requires:      QtGui >= 4.0.0
 Requires:      gtk+2 >= 2:2.18.0
+Requires:      gtk+3 >= 3.0.0
 Requires:      gtkmm >= 2.20.0
 Requires:      jack-audio-connection-kit-libs >= 0.120.0
 Requires:      lilv >= 0.14.0
-Requires:      lv2 >= 1.0.0
-Requires:      serd >= 0.4.5
+Requires:      lv2 >= 1.0.15
+Requires:      serd >= 0.5.0
 Requires:      sratom >= 0.2.0
 Requires:      suil >= 0.6.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -72,6 +74,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING NEWS README
 %attr(755,root,root) %{_bindir}/jalv
 %attr(755,root,root) %{_bindir}/jalv.gtk
+%attr(755,root,root) %{_bindir}/jalv.gtk3
 %attr(755,root,root) %{_bindir}/jalv.gtkmm
 %attr(755,root,root) %{_bindir}/jalv.qt
 %{_mandir}/man1/jalv.1*
This page took 0.057318 seconds and 4 git commands to generate.