Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ed15673d1 | ||
|
|
446a7f0ccf | ||
|
|
7d323fb468 | ||
|
|
bcaf163562 | ||
|
|
d0656780ec | ||
|
|
108a7941a1 | ||
|
|
58fd052bd5 | ||
|
|
1efa24b339 | ||
|
|
416553a011 | ||
|
|
7fd03e2d9f | ||
|
|
0fb4f437fd | ||
|
|
c8cdc313a9 | ||
|
|
6b3c93c0e7 | ||
|
|
4f9af367d0 | ||
|
|
38b82c9c06 | ||
|
|
eb1b026eb3 | ||
|
|
a4266236e8 | ||
|
|
3052a77009 | ||
|
|
c93cc6c93f | ||
|
|
4cc8ca0520 | ||
|
|
163fd2c3f3 |
4 changed files with 1 additions and 107 deletions
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphan Cleanup
|
||||
2
sources
2
sources
|
|
@ -1,2 +0,0 @@
|
|||
5399850d08166106a1ef7d142efa45d2 xmms-sid-0.8.0beta19.tar.bz2.asc
|
||||
1f580736787f9c4d7cbc8166d96363ba xmms-sid-0.8.0beta19.tar.bz2
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.2 (GNU/Linux)
|
||||
|
||||
iD8DBQBDck1LEKYophN0wRIRAjXnAJ9WdajeoUtO5tAcv6I16l1qjIgkfwCbBduT
|
||||
CdJIcO3ufwi7La6G8V7knmw=
|
||||
=vv+g
|
||||
-----END PGP SIGNATURE-----
|
||||
|
|
@ -1,98 +0,0 @@
|
|||
%define xmms_inputdir %(xmms-config --input-plugin-dir)
|
||||
|
||||
%define sourceversion 0.8.0beta19
|
||||
|
||||
Summary: SID music input plugin for X MultiMedia System (XMMS)
|
||||
Name: xmms-sid
|
||||
Version: 0.8.0
|
||||
Release: 0.6.beta19%{?dist}
|
||||
URL: http://www.tnsp.org/xmms-sid.php
|
||||
License: GPLv2+
|
||||
Group: Applications/Multimedia
|
||||
Source0: http://www.tnsp.org/xs-files/%{name}-%{sourceversion}.tar.bz2
|
||||
Source1: http://www.tnsp.org/xs-files/%{name}-%{sourceversion}.tar.bz2.asc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: xmms-devel libsidplay-devel
|
||||
BuildRequires: glib-devel gtk+-devel
|
||||
|
||||
%description
|
||||
XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides
|
||||
support for playing the so-called "SID tunes". For the actual playing,
|
||||
XMMS-SID uses the libsidplay emulator engine.
|
||||
|
||||
If you are not familiar with the term "SID tune" or "SID" concept at
|
||||
all, a short (yes it is! ;-) explanation follows:
|
||||
|
||||
SID is the MOS-6581 (and MOS-8580) sound chip that was used in many of the
|
||||
old 8-bit home computers manufactured by Commodore Inc. in 1980's. Best
|
||||
known of those was the Commodore 64 home computer (aka C64 or CBM64, also
|
||||
known as VIC-64 in some countries).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{sourceversion}
|
||||
|
||||
|
||||
%build
|
||||
%configure --libdir=%{xmms_inputdir}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
rm -f %{buildroot}/%{xmms_inputdir}/*.la
|
||||
rm -f %{buildroot}%{_datadir}/%{name}/Kummatti_City.sid
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO
|
||||
%{xmms_inputdir}/*.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 3 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0.8.0-0.6.beta19
|
||||
- update to beta19
|
||||
|
||||
* Fri Feb 08 2008 Michael Schwendt <mschwendt@fedoraproject.org>
|
||||
- rebuilt for GCC 4.3 as requested by Fedora Release Engineering
|
||||
|
||||
* Tue Aug 21 2007 Michael Schwendt <mschwendt@fedoraproject.org>
|
||||
- rebuilt
|
||||
|
||||
* Thu Aug 2 2007 Michael Schwendt <mschwendt@fedoraproject.org> - 0.8.0-0.3.beta17
|
||||
- Upgrade to 0.8.0beta17, add translation message object files.
|
||||
- Clarify licence (GPLv2+).
|
||||
|
||||
* Mon Aug 28 2006 Michael Schwendt <mschwendt@fedoraproject.org>
|
||||
- rebuilt
|
||||
|
||||
* Sat Apr 8 2006 Michael Schwendt <mschwendt@fedoraproject.org> - 0.8.0-0.2.beta15
|
||||
- remove explicit dep on "xmms" and rely on soname dep
|
||||
|
||||
* Sat Feb 18 2006 Michael Schwendt <mschwendt@fedoraproject.org> - 0.8.0-0.1.beta15
|
||||
- upgrade to 0.8.0beta15 which upstream has declared as stable
|
||||
|
||||
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.7.4-6
|
||||
- rebuild on all arches
|
||||
|
||||
* Fri Apr 7 2005 Michael Schwendt <mschwendt@fedoraproject.org>
|
||||
- rebuilt
|
||||
|
||||
* Wed Nov 10 2004 Michael Schwendt <mschwendt@fedoraproject.org> 0:0.7.4-4
|
||||
- Fix src/xmms-sid.cc for GCC 3.4/FC3.
|
||||
|
||||
* Fri May 02 2003 Panu Matilainen <pmatilai@welho.com> 0:0.7.4-0.fdr.3
|
||||
- patch to make it honor rpm optflags
|
||||
- use bz2 source instead of gz
|
||||
|
||||
* Mon Apr 28 2003 Panu Matilainen <pmatilai@welho.com> 0:0.7.4-0.fdr.2
|
||||
- add missing Epoch's
|
||||
|
||||
* Mon Mar 24 2003 Panu Matilainen <pmatilai@welho.com>
|
||||
- Initial Fedora packaging.
|
||||
Loading…
Add table
Add a link
Reference in a new issue