# HG changeset patch # User Matti Hamalainen # Date 1054734422 0 # Node ID c342e85147542a5b9e4553b522f051a8bb6a4db9 # Parent 364fe4a69c2b95b72cfd5d012b067fe43ed8e2b3 And more... diff -r 364fe4a69c2b -r c342e8514754 THANKS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/THANKS Wed Jun 04 13:47:02 2003 +0000 @@ -0,0 +1,19 @@ +xmms-sid - SIDPlay input plugin for X MultiMedia System (XMMS) +============================================================== +ccr/TNSP sends his most sincere thanks and greetings to following +people, who have directly or indirectly involved in development +of XMMS-SID plugin: + +Willem Monsuwe and Michael Schwendt + XMMS-SID would not exist without these guys! + + +All the users of XMMS-SID who have contacted me: + Thanks for support, bug-reports and ideas! + + You're a great bunch of people! :) + + +All my beloved beta- and alpha-testers + Keep up the good work. :) + diff -r 364fe4a69c2b -r c342e8514754 xmms-sid.spec.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xmms-sid.spec.in Wed Jun 04 13:47:02 2003 +0000 @@ -0,0 +1,63 @@ +%define name @PACKAGE@ +%define version @VERSION@ +%define release 1 +%define serial 1 + +Summary: XMMS-SID - SIDPlay plugin for XMMS +Name: %{name} +Version: %{version} +Release: %{release} +Serial: %{serial} +Copyright: GPL +Group: Applications/Multimedia +Vendor: Matti "ccr/TNSP" Hamalainen +Url: http://www.tnsp.org/xmms-sid.php +Source: %{name}-%{version}.tar.gz +BuildRoot: %{_tmpdir}/%{name}-%{version}-root +Requires: gtk+ >= 1.2.8, glib >= 1.2.8, xmms >= 1.2.0 +Requires: libsidplay.so.1 + +%description +Input plugin for XMMS to play SID-tunes (C64 music files). +Requires libsidplay v1.x, but optionally supports also +libsidplay 2.x. Includes good configurability (configurable +emulation of filters and other SID emulation parameters, +fileinfo settings...), STIL-database support, song-length +detection mechanism (several options), etc. + +%prep +%setup -q + +%build +export CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"; + +./configure \ + --prefix=%{_prefix} \ + --sysconfdir=%{_sysconfdir} --bindir=%{_bindir} \ + --libdir=%{_libdir} --datadir=%{_datadir} \ + --includedir=%{_includedir} \ + --enable-subsongsel + +gmake + + +%install +[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +gmake PREFIX=$RPM_BUILD_ROOT%{_prefix} \ + prefix=$RPM_BUILD_ROOT/%{_prefix} \ + sysconfdir=$RPM_BUILD_ROOT/%{_sysconfdir} \ + bindir=$RPM_BUILD_ROOT/%{_bindir} \ + libdir=$RPM_BUILD_ROOT/%{_libdir} \ + datadir=$RPM_BUILD_ROOT/%{_datadir} \ + includedir=$RPM_BUILD_ROOT/%{_includedir} install + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%clean +[ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; + +%files +%defattr(-, root, root) +%doc AUTHORS COPYING ChangeLog INSTALL NEWS README* THANKS TODO BUGS +%{_libdir}/xmms/Input/*