Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d5058cf61 | ||
|
|
a6df80dded | ||
|
|
30b4311e48 | ||
|
|
a376eba16e | ||
|
|
5001b5a65b | ||
|
|
eb794bc967 | ||
|
|
19862bed27 | ||
|
|
9288828826 | ||
|
|
22ea943fd9 | ||
|
|
b335525d29 | ||
|
|
03e25acbad | ||
|
|
80e06a5314 | ||
|
|
356842b7f4 | ||
|
|
5afa77b993 |
8 changed files with 48 additions and 72 deletions
|
|
@ -1 +0,0 @@
|
|||
xmms-sid-0.7.4.tar.bz2
|
||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
xmms-sid-0.8.0beta17.tar.bz2.asc
|
||||
xmms-sid-0.8.0beta17.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xmms-sid
|
||||
# $Id$
|
||||
NAME := xmms-sid
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Rootx && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
3
sources
3
sources
|
|
@ -1 +1,2 @@
|
|||
02bff37834fe8dd713e87511bb2213a4 xmms-sid-0.7.4.tar.bz2
|
||||
b64945084cf71c790dc0381beae726d7 xmms-sid-0.8.0beta17.tar.bz2.asc
|
||||
c948bdac2fb0c85da030d67b583385d5 xmms-sid-0.8.0beta17.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- xmms-sid-0.7.4/src/Makefile.in.cflags 2003-05-02 18:53:22.000000000 +0300
|
||||
+++ xmms-sid-0.7.4/src/Makefile.in 2003-05-02 18:52:36.000000000 +0300
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
# Generals
|
||||
|
||||
-CFLAGS = -O2 -W -Wall -I$(top_builddir) -I$(top_srcdir) -I$(includedir) -D_REENTRANT @GTK_CFLAGS@ @SIDPLAY_CFLAGS@ -lstdc++
|
||||
+CFLAGS = @CFLAGS@ -O2 -W -Wall -I$(top_builddir) -I$(top_srcdir) -I$(includedir) -D_REENTRANT @GTK_CFLAGS@ @SIDPLAY_CFLAGS@ -lstdc++
|
||||
CXXFLAGS = $(CFLAGS)
|
||||
LIBS = -lsidplay
|
||||
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
diff -Nur xmms-sid-0.7.4-orig/src/xmms-sid.cc xmms-sid-0.7.4/src/xmms-sid.cc
|
||||
--- xmms-sid-0.7.4-orig/src/xmms-sid.cc 2002-09-02 23:55:29.000000000 +0200
|
||||
+++ xmms-sid-0.7.4/src/xmms-sid.cc 2004-11-10 04:13:37.000000000 +0100
|
||||
@@ -196,7 +196,7 @@
|
||||
int fxlen, tn;
|
||||
struct sidTuneInfo sidInf;
|
||||
char *name;
|
||||
- enum AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
|
||||
+ AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
|
||||
gint chn = xs_emuConf.channels;
|
||||
|
||||
tune->getInfo(sidInf);
|
||||
7
xmms-sid-0.8.0beta15.tar.bz2.asc
Normal file
7
xmms-sid-0.8.0beta15.tar.bz2.asc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.2 (GNU/Linux)
|
||||
|
||||
iD8DBQBDck1LEKYophN0wRIRAjXnAJ9WdajeoUtO5tAcv6I16l1qjIgkfwCbBduT
|
||||
CdJIcO3ufwi7La6G8V7knmw=
|
||||
=vv+g
|
||||
-----END PGP SIGNATURE-----
|
||||
|
|
@ -2,68 +2,79 @@
|
|||
|
||||
Summary: SIDPlay input plugin for X MultiMedia System (XMMS)
|
||||
Name: xmms-sid
|
||||
Version: 0.7.4
|
||||
Release: 4
|
||||
Epoch: 0
|
||||
Version: 0.8.0
|
||||
Release: 0.4.beta17%{?dist}
|
||||
URL: http://www.tnsp.org/xmms-sid.php
|
||||
License: GPL
|
||||
License: GPLv2+
|
||||
Group: Applications/Multimedia
|
||||
Source0: http://www.tnsp.org/xs-files/%{name}-%{version}.tar.bz2
|
||||
Patch0: xmms-sid-0.7.4-cflags.patch
|
||||
Patch1: xmms-sid-0.7.4-gcc34.patch
|
||||
Source0: http://www.tnsp.org/xs-files/%{name}-0.8.0beta17.tar.bz2
|
||||
Source1: http://www.tnsp.org/xs-files/%{name}-0.8.0beta17.tar.bz2.asc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
Requires: xmms >= 0:1.2.7
|
||||
BuildRequires: xmms-devel >= 0:1.2, libsidplay-devel >= 0:1.36.57
|
||||
BuildRequires: gtk+-devel >= 0:1.2.2, glib-devel >= 0:1.2.2
|
||||
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 excellent libsidplay SID-chip/6502 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 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
|
||||
%patch0 -p1 -b .cflags
|
||||
%patch1 -p1 -b .gcc34
|
||||
%setup -q -n %{name}-0.8.0beta17
|
||||
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%build
|
||||
%configure --libdir=%{xmms_inputdir}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
rm -f %{buildroot}/%{xmms_inputdir}/*.la
|
||||
%find_lang %{name}
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO README.*
|
||||
%doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO
|
||||
%{xmms_inputdir}/*.so
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Tue Aug 21 2007 Michael Schwendt <mschwendt[AT]users.sf.net>
|
||||
- rebuilt
|
||||
|
||||
* Thu Aug 2 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 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[AT]users.sf.net>
|
||||
- rebuilt
|
||||
|
||||
* Sat Apr 8 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.8.0-0.2.beta15
|
||||
- remove explicit dep on "xmms" and rely on soname dep
|
||||
|
||||
* Sat Feb 18 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 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[AT]users.sf.net>
|
||||
- rebuilt
|
||||
|
||||
* Wed Nov 10 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 0:0.7.4-4
|
||||
- Fix src/xmms-sid.cc for GCC 3.4/FC3.
|
||||
|
||||
|
|
@ -74,5 +85,5 @@ rm -rf %{buildroot}
|
|||
* 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>
|
||||
* Mon Mar 24 2003 Panu Matilainen <pmatilai@welho.com>
|
||||
- Initial Fedora packaging.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue