SPECS: xmms-output-pulse.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Aug 26 23:12:30 CEST 2006


Author: qboosh                       Date: Sat Aug 26 21:12:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xmms-output-pulse.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xmms-output-pulse.spec
diff -u /dev/null SPECS/xmms-output-pulse.spec:1.1
--- /dev/null	Sat Aug 26 23:12:30 2006
+++ SPECS/xmms-output-pulse.spec	Sat Aug 26 23:12:25 2006
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	PulseAudio output plugin for XMMS
+Summary(pl):	Wtyczka wyjściowa PulseAudio dla XMMS-a
+Name:		xmms-output-pulse
+Version:	0.9.3
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications/Sound
+Source0:	http://0pointer.de/lennart/projects/xmms-pulse/xmms-pulse-%{version}.tar.gz
+# Source0-md5:	9fe94d5af0d4e5b9663d29afa52c3706
+URL:		http://0pointer.de/lennart/projects/xmms-pulse/
+BuildRequires:	pkgconfig
+BuildRequires:	pulseaudio-devel >= 0.9.2
+BuildRequires:	rpmbuild(macros) >= 1.125
+BuildRequires:	xmms-devel >= 1.2.0
+Requires:	xmms >= 1.2.0
+Obsoletes:	libao-polyp
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XMMS output plugin for the PulseAudio sound server.
+
+%description -l pl
+Wtyczka wyjściowa XMMS-a dla serwera dźwięku PulseAudio.
+
+%prep
+%setup -q -n xmms-pulse-%{version}
+
+%build
+%configure \
+	--disable-lynx \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{xmms_output_plugindir}/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{xmms_output_plugindir}/libxmms-pulse.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/08/26 21:12:25  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list