[packages/jalv] - updated to 1.6.2

qboosh qboosh at pld-linux.org
Fri Jul 26 16:07:44 CEST 2019


commit bef6106d55c1bc472f98ce30705d6a8dc5c68ee9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Jul 26 16:09:40 2019 +0200

    - updated to 1.6.2

 jalv.spec | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)
---
diff --git a/jalv.spec b/jalv.spec
index a954291..ba9caa9 100644
--- a/jalv.spec
+++ b/jalv.spec
@@ -1,12 +1,12 @@
 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.6.0
+Version:	1.6.2
 Release:	1
 License:	ISC
 Group:		Applications/Sound
 Source0:	http://download.drobilla.net/%{name}-%{version}.tar.bz2
-# Source0-md5:	8390c3313c6a27f06919120de2de9348
+# Source0-md5:	2ebd2a1f11c9795568eb487b2a09b4b4
 URL:		http://drobilla.net/software/jalv/
 BuildRequires:	Qt5Widgets-devel >= 5.1.0
 BuildRequires:	QtGui-devel >= 4.0.0
@@ -14,17 +14,17 @@ 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 >= 6:4.3
+BuildRequires:	libstdc++-devel >= 6:4.7
 BuildRequires:	lilv-devel >= 0.24.0
-BuildRequires:	lv2-devel >= 1.14.0
+BuildRequires:	lv2-devel >= 1.16.0
 BuildRequires:	pkgconfig
 BuildRequires:	python
 BuildRequires:	qt4-build >= 4.0.0
 BuildRequires:	qt5-build >= 5.1.0
-BuildRequires:	serd-devel >= 0.14.0
-BuildRequires:	sord-devel >= 0.12.0
-BuildRequires:	sratom-devel >= 0.4.0
-BuildRequires:	suil-devel >= 0.6.0
+BuildRequires:	serd-devel >= 0.24.0
+BuildRequires:	sord-devel >= 0.14.0
+BuildRequires:	sratom-devel >= 0.6.0
+BuildRequires:	suil-devel >= 0.10.0
 Requires:	Qt5Gui >= 5.1.0
 Requires:	QtGui >= 4.0.0
 Requires:	gtk+2 >= 2:2.18.0
@@ -32,11 +32,11 @@ Requires:	gtk+3 >= 3.0.0
 Requires:	gtkmm >= 2.20.0
 Requires:	jack-audio-connection-kit-libs >= 0.120.0
 Requires:	lilv >= 0.24.0
-Requires:	lv2 >= 1.14.0
-Requires:	serd >= 0.14.0
-Requires:	sord >= 0.12.0
-Requires:	sratom >= 0.4.0
-Requires:	suil >= 0.6.0
+Requires:	lv2 >= 1.16.0
+Requires:	serd >= 0.24.0
+Requires:	sord >= 0.14.0
+Requires:	sratom >= 0.6.0
+Requires:	suil >= 0.10.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -54,11 +54,11 @@ JACK-a.
 %setup -q
 
 %build
-# recent libsigc++/gtkmm requires C++11; don't use waf --strict as it adds -ansi which disables C++11
+# recent libsigc++/gtkmm requires C++11
 CC="%{__cc}" \
 CXX="%{__cxx}" \
 CFLAGS="%{rpmcflags}" \
-CXXFLAGS="%{rpmcxxflags} -std=c++0x" \
+CXXFLAGS="%{rpmcxxflags} -std=c++11" \
 MOC=%{_bindir}/moc-qt4 \
 ./waf configure \
 	--prefix=%{_prefix} \
@@ -77,13 +77,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING NEWS README
+%doc AUTHORS COPYING NEWS README.md
 %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.qt4
 %attr(755,root,root) %{_bindir}/jalv.qt5
+%attr(755,root,root) %{_libdir}/jack/jalv.so
 %{_mandir}/man1/jalv.1*
 %{_mandir}/man1/jalv.gtk.1*
 %{_mandir}/man1/jalv.gtkmm.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jalv.git/commitdiff/bef6106d55c1bc472f98ce30705d6a8dc5c68ee9



More information about the pld-cvs-commit mailing list