Author: qboosh                       Date: Sun May 28 18:50:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/xmms-input-adplug.spec
diff -u /dev/null SPECS/xmms-input-adplug.spec:1.1
--- /dev/null   Sun May 28 20:50:07 2006
+++ SPECS/xmms-input-adplug.spec        Sun May 28 20:50:02 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:       AdLib player plugin for XMMS
+Summary(pl):   Wtyczka odtwarzająca AdLib dla XMMS-a
+Name:          xmms-input-adplug
+Version:       1.2
+Release:       1
+License:       LGPL
+Group:         X11/Applications/Sound
+Source0:       http://dl.sourceforge.net/adplug/adplug-xmms-%{version}.tar.bz2
+# Source0-md5: 293808d1520d9d04c7909d4acb187943
+URL:           http://adplug.sourceforge.net/
+BuildRequires: adplug-devel >= 2.0
+BuildRequires: automake
+BuildRequires: libstdc++-devel
+BuildRequires: xmms-devel >= 0.9.5.1
+Requires:      adplug >= 2.0
+Requires:      xmms >= 0.9.5.1
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AdPlug/XMMS is an XMMS input plugin. XMMS is a cross-platform
+multimedia player. AdPlug/XMMS uses the AdPlug AdLib sound player
+library to play back a wide range of AdLib (OPL2) music file formats
+on top of an OPL2 emulator. No OPL2 chip is required for playback.
+
+%description -l pl
+AdPlug/XMMS to wtyczka wejściowa XMMS-a. XMMS to wieloplatformowy
+odtwarzacz multimediów. AdPlug/XMMS wykorzystuje bibliotekę
+odtwarzacza dźwięku AdLib AdPlug do odtwarzania wielu różnych formatów
+plików muzycznych AdLib (OPL2) przy użyciu emulatora OPL2. Układ OPL2
+nie jest wymagany do odtwarzania.
+
+%prep
+%setup -q -n adplug-xmms-%{version}
+
+%build
+cp -f /usr/share/automake/config.* .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{xmms_input_plugindir}/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{xmms_input_plugindir}/*.so
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/28 18:50:02  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to