Compare commits

..

19 commits

Author SHA1 Message Date
Fedora Release Engineering
70ed38f665 dist-git conversion 2010-07-29 15:59:19 +00:00
Jesse Keating
e65018ef15 kill with fire 2009-07-30 01:59:10 +00:00
Jesse Keating
e5e2dd635b - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:15:54 +00:00
c070aa2670 Solve the x86_64-redhat-linux-gnu configure target error 2009-03-03 22:50:15 +00:00
Jesse Keating
2f945303f8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 10:16:20 +00:00
10fb1d4ccc - Fix license tag. 2008-08-12 01:24:39 +00:00
Jesse Keating
26683dbea6 - Autorebuild for GCC 4.3 2008-02-19 07:21:38 +00:00
Joost Soeterbroek
ee2d074983 - rebuild for Fedora Extras 6 2006-08-30 20:12:59 +00:00
Ville Skyttä
5edb5d008f http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild 2006-08-27 21:17:57 +00:00
Joost Soeterbroek
59a66269b3 - bumped release to stay in sync with FC-4 2006-04-13 16:43:34 +00:00
Joost Soeterbroek
00a17a1f3c - changed Requires xmms -> xmms-libs 2006-04-08 07:03:11 +00:00
Joost Soeterbroek
515cfc1214 x86_64 fixes 2006-03-05 10:00:28 +00:00
Joost Soeterbroek
2de28e8b37 added {%dist} after release and added libtool --finish 2006-03-04 14:38:30 +00:00
Joost Soeterbroek
579a0a4620 Rebuild for Fedora Extras 5 2006-03-01 17:07:38 +00:00
Jeremy Katz
97e0eb78b7 - rebuild on all arches 2005-05-22 23:53:12 +00:00
154a99e333 mass release bump for packages not rebuilt after FC-3-split 2005-04-06 22:13:53 +00:00
Matthias Saou
7e20868228 Mass letter "x"," y" and "z" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs
2005-03-05 20:07:09 +00:00
26cd93fe8b Bump release, strip off fedora.us prefix and dist tag. 2004-12-10 22:03:13 +00:00
gafton
fe12b8d5cf Fix braindead typo from the original import 2004-11-24 05:09:28 +00:00
5 changed files with 1 additions and 40989 deletions

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphan clean up

View file

@ -1 +0,0 @@
1328b75ef91d73690b3b43d74401754a xmms-cdread-0.14a.tar.gz

View file

@ -1,22 +0,0 @@
--- xmms-cdread-0.14a/playlist.c~ 2001-06-03 12:58:51.000000000 -0400
+++ xmms-cdread-0.14a/playlist.c 2003-10-18 22:04:11.000000000 -0400
@@ -161,7 +161,7 @@
pthread_mutex_unlock(&playlist_mutex);
playlistwin_update_list();
- if (regen_shuffle) playlist_generate_shuffle_list();
+ /*if (regen_shuffle) playlist_generate_shuffle_list();*/
if (set_info_text) mainwin_set_info_text();
if (restart_playing)
{
--- xmms-cdread-0.14a/playlist.h~ 1999-10-11 05:42:53.000000000 -0400
+++ xmms-cdread-0.14a/playlist.h 2003-10-18 22:04:49.000000000 -0400
@@ -54,7 +54,7 @@
gboolean playlist_load(gchar * filename);
guint playlist_load_ins(gchar * filename, glong pos);
GList *get_playlist(void);
-void playlist_generate_shuffle_list(void);
+/*void playlist_generate_shuffle_list(void);*/
void playlist_start_get_info_thread(void);
void playlist_stop_get_info_thread();
void playlist_start_get_info_scan(void);

File diff suppressed because it is too large Load diff

View file

@ -1,97 +0,0 @@
%define xmmsdep %(rpm -q --qf "%%{epoch}:%%{version}" xmms-devel)
%define xmmsinputdir %(xmms-config --input-plugin-dir)
Summary: Digital audio CD input plugin for XMMS
Name: xmms-cdread
Version: 0.14
Release: 12%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.xmms.org/
Source: ftp://ftp.stack.nl/pub/users/willem/xmms-cdread-0.14a.tar.gz
Patch1: xmms-cdread-shuffle.patch
Patch2: xmms-cdread-x86_64.patch
Requires: xmms-libs
BuildRequires: gtk+-devel glib-devel xmms-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
XMMS is a multimedia (Ogg Vorbis, CDs) player for the X Window System
with an interface similar to Winamp's. XMMS supports playlists and
streaming content and has a configurable interface.
This is the input plugin needed to play audio CDs digitally, i.e. without a
connecting cable between the CD drive and sound card.
%prep
%setup -q -n %{name}-%{version}a
%patch1 -p1
%patch2 -p1
%build
%configure --libdir=%{xmmsinputdir}
perl -pi -e 's/^(CFLAGS.*)-O2(.*)/$1\$\(RPM_OPT_FLAGS\)$2/' Makefile
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README TODO
%{xmmsinputdir}/libcdread.so
%exclude %{xmmsinputdir}/libcdread.la
%changelog
* Wed Aug 30 2006 Joost Soeterbroek <fedora@soeterbroek.com> - 0.14-12
- rebuild for Fedora Extras 6
* Thu Apr 13 2006 Joost Soeterbroek <fedora@soeterbroek.com> - 0.14-11
- bumped release to stay in sync with FC-4
* Sat Apr 8 2006 Joost Soeterbroek <fedora@soeterbroek.com> - 0.14-10
- changed Requires xmms -> xmms-libs
* Sun Mar 5 2006 Joost Soeterbroek <fedora@soeterbroek.com> - 0.14-9
- x86_64 fixes
* Sat Mar 4 2006 Joost Soeterbroek <fedora@soeterbroek.com> - 0.14-8
- added libtool --finish
- added dist after release
* Wed Mar 1 2006 Joost Soeterbroek <fedora@soeterbroek.com> - 0.14-7
- rebuild for Fedora Extras 5
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.14-6.a
- rebuild on all arches
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* Mon Nov 24 2003 Michael Schwendt <mschwendt[AT]users.sf.net> 0:0.14-0.fdr.4.a
- Add XMMS 1.2.8 compat.patch from Mandrake Contrib,
removes calls to private playlist_generate_shuffle_list().
* Sun Nov 23 2003 Michael Schwendt <mschwendt[AT]users.sf.net> 0:0.14-0.fdr.3.a
- Set versioned XMMS dependency at built-time.
* Thu Aug 07 2003 Michel Alexandre Salim <salimma[AT]users.sourceforge.net> 0.fdr.2.a
- Patch from Michael Schwendt (see below)
- Fixed source URL
- RPM_OPT_FLAGS fix
* Tue May 13 2003 Michel Alexandre Salim <salimma[AT]users.sourceforge.net> 0.fdr.1.a
- Fixed summary
- Packaged docs
- Using $RPM_BUILD_ROOT
- Unnecessary deps on automake/autoconf removed
- make with SMP flags
- uses xmms-config
- ldconfig calls removed
* Mon May 12 2003 Michel Alexandre Salim <salimma[AT]users.sourceforge.net> 0.fdr.0.a
- Adapted from xmms-mp3 by Dams <anvil[AT]livna.org>