Author: qboosh Date: Sun Nov 4 13:57:55 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.19
---- Files affected: SPECS: xmms-output-jack.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/xmms-output-jack.spec diff -u SPECS/xmms-output-jack.spec:1.14 SPECS/xmms-output-jack.spec:1.15 --- SPECS/xmms-output-jack.spec:1.14 Mon Feb 12 23:09:23 2007 +++ SPECS/xmms-output-jack.spec Sun Nov 4 14:57:50 2007 @@ -1,21 +1,24 @@ # $Revision$, $Date$ -%define _rnam xmms-jack +%define rname xmms-jack Summary: JACK output plugin for XMMS Summary(pl.UTF-8): Wtyczka wyjściowa dla XMMS-a odtwarzająca dźwięk przez JACK-a Name: xmms-output-jack -Version: 0.14 -Release: 2 -License: GPL v2 +Version: 0.19 +Release: 1 +License: GPL v2+ Group: X11/Applications/Sound -Source0: http://dl.sourceforge.net/xmms-jack/%{_rnam}-%{version}.tar.gz -# Source0-md5: 09448b687fd18aa68a8abc2a595075df +Source0: http://dl.sourceforge.net/xmms-jack/%{rname}-%{version}.tar.gz +# Source0-md5: 3e3ed2e3ca4a4ca558b43e1b8e3a83d5 URL: http://xmms-jack.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: jack-audio-connection-kit-devel +BuildRequires: libsamplerate-devel >= 0.0.15 BuildRequires: libtool +BuildRequires: pkgconfig BuildRequires: xmms-devel >= 1.2.7 -Requires: xmms +Requires: libsamplerate >= 0.0.15 +Requires: xmms >= 1.2.7 Provides: xmms-output-plugin BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -26,7 +29,11 @@ Ta wtyczka pozwala XMMS-owi odtwarzać muzykę poprzez JACK-a. %prep -%setup -q -n %{_rnam} +%setup -q -n %{rname} + +# kill precompiled objects +%{__make} clean +rm -r autom4te.cache %build %{__libtoolize} @@ -53,7 +60,7 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{xmms_output_plugindir}/*.so +%attr(755,root,root) %{xmms_output_plugindir}/libjackout.so %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -61,6 +68,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2007/11/04 13:57:50 qboosh +- updated to 0.19 + Revision 1.14 2007/02/12 22:09:23 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xmms-output-jack.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
