SPECS: jack-audio-connection-kit.spec - updated to 0.102.20, updat...
qboosh
qboosh at pld-linux.org
Tue Oct 10 00:56:16 CEST 2006
Author: qboosh Date: Mon Oct 9 22:56:16 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.102.20, updated optimized-cflags patch, added readline patch
- added -driver-freebob package (BR: libfreebob-devel)
---- Files affected:
SPECS:
jack-audio-connection-kit.spec (1.63 -> 1.64)
---- Diffs:
================================================================
Index: SPECS/jack-audio-connection-kit.spec
diff -u SPECS/jack-audio-connection-kit.spec:1.63 SPECS/jack-audio-connection-kit.spec:1.64
--- SPECS/jack-audio-connection-kit.spec:1.63 Sat Aug 26 11:01:55 2006
+++ SPECS/jack-audio-connection-kit.spec Tue Oct 10 00:56:10 2006
@@ -8,20 +8,22 @@
Summary: The JACK Audio Connection Kit
Summary(pl): JACK - zestaw do połączeń audio
Name: jack-audio-connection-kit
-Version: 0.101.1
-Release: 2
+Version: 0.102.20
+Release: 1
License: LGPL v2.1+ (libjack), GPL v2+ (the rest)
Group: Daemons
Source0: http://dl.sourceforge.net/jackit/%{name}-%{version}.tar.gz
-# Source0-md5: bb25f7c1da5d488b70edcf39ff5a39b2
+# Source0-md5: d6881555a8b4c923b4ec706832f0d776
Patch0: %{name}-optimized-cflags.patch
Patch1: %{name}-gcc4.patch
+Patch2: %{name}-readline.patch
URL: http://jackit.sourceforge.net/
BuildRequires: alsa-lib-devel >= 0.9.0
BuildRequires: autoconf >= 2.50
BuildRequires: automake
BuildRequires: doxygen
%{?with_cap:BuildRequires: libcap-devel}
+BuildRequires: libfreebob-devel >= 1.0.0
BuildRequires: libsndfile-devel >= 1.0.0
BuildRequires: libtool
BuildRequires: pkgconfig
@@ -102,6 +104,19 @@
%description static -l pl
Statyczna biblioteka JACK.
+%package driver-freebob
+Summary: FreeBoB sound driver for JACK
+Summary(pl): Sterownik dźwięku FreeBoB dla JACK-a
+License: GPL
+Group: Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description driver-freebob
+FreeBoB (BeBoB platform) sound driver for JACK.
+
+%description driver-freebob -l pl
+Sterownik dźwięku FreeBoB (do platformy BeBoB) dla JACK-a.
+
%package example-clients
Summary: Example clients that use JACK
Summary(pl): Przykładowe programy kliencie używające JACK-a
@@ -135,6 +150,7 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
%{__libtoolize}
@@ -230,6 +246,10 @@
%{_libdir}/libjack.a
%endif
+%files driver-freebob
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/jack/jack_freebob.so
+
%files example-clients
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/jack_bufsize
@@ -239,6 +259,8 @@
%attr(755,root,root) %{_bindir}/jack_impulse_grabber
%attr(755,root,root) %{_bindir}/jack_lsp
%attr(755,root,root) %{_bindir}/jack_metro
+%attr(755,root,root) %{_bindir}/jack_midiseq
+%attr(755,root,root) %{_bindir}/jack_midisine
%attr(755,root,root) %{_bindir}/jack_monitor_client
%attr(755,root,root) %{_bindir}/jack_showtime
%attr(755,root,root) %{_bindir}/jack_simple_client
@@ -256,6 +278,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.64 2006/10/09 22:56:10 qboosh
+- updated to 0.102.20, updated optimized-cflags patch, added readline patch
+- added -driver-freebob package (BR: libfreebob-devel)
+
Revision 1.63 2006/08/26 09:01:55 qboosh
- added verifyscript to check if /dev/shm is mounted
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/jack-audio-connection-kit.spec?r1=1.63&r2=1.64&f=u
More information about the pld-cvs-commit
mailing list