SPECS: xmms-input-sapplug.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sun Oct 29 22:42:39 CET 2006


Author: qboosh                       Date: Sun Oct 29 21:42:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xmms-input-sapplug.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xmms-input-sapplug.spec
diff -u /dev/null SPECS/xmms-input-sapplug.spec:1.1
--- /dev/null	Sun Oct 29 22:42:39 2006
+++ SPECS/xmms-input-sapplug.spec	Sun Oct 29 22:42:33 2006
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	SAP music input plugin for XMMS
+Summary(pl):	Wtyczka wejściowa dla XMMS-a odtwarzająca muzykę w formacie SAP
+Name:		xmms-input-sapplug
+Version:	0.31
+Release:	1
+License:	GPL
+Group:		X11/Applications/Sound
+Source0:	http://asma.atari.org/bin/sapplug-xmms-%{version}.tar.gz
+# Source0-md5:	f9a098f9f4a24ffc52c1f976e6857651
+URL:		http://asma.atari.org/
+BuildRequires:	libsap-devel
+BuildRequires:	rpmbuild(macros) >= 1.125
+BuildRequires:	xmms-devel >= 1.2.7
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This plugin allows XMMS to play SAP (Atari XL/XE) music files.
+
+%description -l pl
+Ta wtyczka pozwala XMMS-owi odtwarzać pliki muzyczne w formacie SAP
+(Atari XL/XE).
+
+%prep
+%setup -q -n sapplug-xmms-%{version}
+
+rm -f saplib/*
+ln -sf /usr/include/libsap.h saplib/sapLib.h
+
+%build
+%{__make} plugin \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -fPIC -Wall -ffast-math `xmms-config --cflags`" \
+	SAPLIB="-lsap"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{xmms_input_plugindir}
+
+install libsap.so $RPM_BUILD_ROOT%{xmms_input_plugindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/{CHANGES,CREDITS,README,TODO}
+%attr(755,root,root) %{xmms_input_plugindir}/libsap.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/10/29 21:42:33  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list