97266c8
Name:           xmms
Paul F. Johnson c6fa5f2
Version:        1.2.11
0105ac7
Release:        15.20071117cvs%{?dist}
97266c8
Epoch:          1
97266c8
Summary:        The X MultiMedia System, a media player
97266c8
97266c8
Group:          Applications/Multimedia
Paul F. Johnson 99ac26b
License:        GPLv2+
0105ac7
URL:            http://legacy.xmms2.org/
97266c8
# http://www.xmms.org/download.php, to recreate the tarball:
0105ac7
# $ wget http://legacy.xmms2.org/xmms-1.2.11.tar.bz2
0105ac7
# $ tar jx --exclude "mpg123*" -f xmms-1.2.11.tar.bz2
0105ac7
# $ tar jcf xmms-1.2.11.patched.tar.bz2 xmms-1.2.11
Paul F. Johnson c6fa5f2
Source0:        %{name}-%{version}-20071117cvs.patched.tar.bz2
689534b
Source1:        xmms.sh
97266c8
Source2:        xmms.xpm
97266c8
Source3:        rh_mp3.c
8ae0dd7
Source4:        xmms.desktop
2c90c83
# http://cvs.xmms.org/cvsweb.cgi/xmms/General/joystick/joy.c.diff?r1=1.8&r2=1.9
97266c8
Patch1:         %{name}-1.2.6-audio.patch
97266c8
Patch2:         %{name}-1.2.6-lazy.patch
97266c8
Patch3:         %{name}-1.2.8-default-skin.patch
Paul F. Johnson c6fa5f2
Patch4:         %{name}-1.2.11-nomp3.patch
Paul F. Johnson c6fa5f2
Patch5:         %{name}-1.2.11-arts.patch
Paul F. Johnson c6fa5f2
Patch6:         %{name}-1.2.11-alsalib.patch
97266c8
Patch7:         %{name}-cd-mountpoint.patch
3434ff3
# Patch8 on top of patch4
Paul F. Johnson c6fa5f2
Patch8:         %{name}-1.2.11-multilib.patch
Paul F. Johnson 96375aa
Patch9:		%{name}-play.patch
97266c8
Patch11:        %{name}-1.2.10-gcc4.patch
d544d69
# From xmms-crossfade-0.3.14/patches/ adapted from 1.2.10 to 1.2.11
d544d69
Patch12:        %{name}-1.2.11-is_quitting.patch
Paul F. Johnson 61d0ec3
Patch14:	%{name}-1.2.10-configfile-safe-write.patch
Paul F. Johnson 61d0ec3
Patch15:	%{name}-1.2.10-reposition.patch
Paul F. Johnson 4d83f23
Patch16:	%{name}-1.2.11-dso.patch
0105ac7
Patch17:	xmms-1.2.10-ubuntu-CVE-2007-0653.patch
0105ac7
Patch18:	xmms-alsa-fix-loop.patch
97266c8
97266c8
BuildRequires:  gtk+-devel
97266c8
BuildRequires:  esound-devel
97266c8
BuildRequires:  arts-devel
97266c8
BuildRequires:  alsa-lib-devel
97266c8
BuildRequires:  libogg-devel
97266c8
BuildRequires:  libvorbis-devel
97266c8
BuildRequires:  mikmod-devel
97266c8
BuildRequires:  gettext-devel
97266c8
BuildRequires:  zlib-devel
97266c8
BuildRequires:  libGL-devel
97266c8
BuildRequires:  libXt-devel
97266c8
BuildRequires:  libSM-devel
97266c8
BuildRequires:  libXxf86vm-devel
8ae0dd7
BuildRequires:  desktop-file-utils
97266c8
Paul F. Johnson eddc16a
Requires:       unzip libcanberra-gtk2 gtk2 at-spi
8ae0dd7
Requires(post): desktop-file-utils
8ae0dd7
Requires(postun): desktop-file-utils
Elliot Lee 054a422
3caded0
# Skin packages can require this from xmms and all GUI compatible players
3caded0
Provides:       xmms-gui
3caded0
Elliot Lee 054a422
%description
97266c8
XMMS is a multimedia (Ogg Vorbis, CDs) player for the X Window System
97266c8
with an interface similar to Winamp's.  XMMS supports playlists and
Elliot Lee 054a422
streaming content and has a configurable interface.
Elliot Lee 054a422
97266c8
%package        libs
97266c8
Summary:        XMMS engine and core plugins
97266c8
Group:          System Environment/Libraries
14814d1
97266c8
%description    libs
97266c8
The X MultiMedia System player engine and core plugins.
Elliot Lee 054a422
1431b13
%package        esd
1431b13
Summary:        EsounD output plugin for XMMS
1431b13
Group:          System Environment/Libraries
1431b13
Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
1431b13
1431b13
%description    esd
1431b13
EsounD output plugin for the X MultiMedia System.
1431b13
97266c8
%package        devel
97266c8
Summary:        Files required for XMMS plug-in development
97266c8
Group:          Development/Libraries
97266c8
Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
97266c8
Requires:       gtk+-devel
Paul F. Johnson eddc16a
Requires:       pkgconfig 
97266c8
97266c8
%description    devel
14814d1
Files needed for building plug-ins for the X MultiMedia System.
14814d1
Elliot Lee 054a422
Elliot Lee 054a422
%prep
Paul F. Johnson c6fa5f2
%setup -q -n %{name}-%{version}-20071117cvs
Elliot Lee 054a422
# Set default output plugin to ALSA
Elliot Lee 054a422
%patch1 -p1 -b .audio
Elliot Lee 054a422
# Use RTLD_LAZY, not RTLD_NOW
Elliot Lee 054a422
%patch2 -p1 -b .lazy
Elliot Lee 054a422
# Change the default skin
Elliot Lee 054a422
%patch3 -p1 -b .default-skin
Elliot Lee 054a422
# Don't build MP3 support, support bits for MP3 placeholder
Elliot Lee 054a422
%patch4 -p1 -b .nomp3
Elliot Lee 054a422
# Link arts dynamically and detect its presence for choosing output plugin
Elliot Lee 054a422
%patch5 -p1 -b .arts
Elliot Lee 054a422
# Don't link *everything* against alsa-lib
Elliot Lee 054a422
%patch6 -p1 -b .alsalib
e608ee1
# Use something that's more likely to work as the default cdrom mountpoint
e608ee1
%patch7 -p0 -b .cd-mountpoint
3434ff3
# Avoid multilib devel conflicts
3434ff3
%patch8 -p1 -b .multidevel
d544d69
# Fix for crossfade >= 0.3.14 to work properly
ef8adbf
%patch12 -p1 -b .crossfade
689534b
# Randomize playlists better
Paul F. Johnson 61d0ec3
%patch14 -p1
Paul F. Johnson 61d0ec3
%patch15 -p1
Paul F. Johnson 96375aa
%patch9 -p1 -b .playonclick
Paul F. Johnson 4d83f23
%patch16 -p1 -b .dso
0105ac7
%patch17 -p1 -b .CVE-2007-0653
0105ac7
%patch18 -p1 -b .fix-loop
97266c8
# Avoid standard rpaths on lib64 archs, --disable-rpath doesn't do it
97266c8
sed -i -e 's|"/lib /usr/lib"|"/%{_lib} %{_libdir}"|' configure
Elliot Lee 054a422
97266c8
for f in AUTHORS ChangeLog README ; do
97266c8
    iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f ; mv $f.utf8 $f
97266c8
done
14814d1
Elliot Lee 054a422
%build
8b5e9d8
%configure \
14814d1
    --disable-dependency-tracking \
14814d1
    --enable-kanji \
14814d1
    --enable-texthack \
14814d1
    --enable-ipv6 \
3d14feb
    --with-pic \
3d14feb
    --disable-static
Paul F. Johnson 4d83f23
# causes problems with dso linking
Paul F. Johnson 4d83f23
#find . -name Makefile | xargs sed -i -e s/-lpthread//g # old libtool, x86_64
Paul F. Johnson e219b39
make
Paul F. Johnson e219b39
# smp_flags removed due to build issues
14814d1
97266c8
%{__cc} $RPM_OPT_FLAGS -fPIC -shared -Wl,-soname -Wl,librh_mp3.so \
97266c8
    -o librh_mp3.so -I. $(gtk-config --cflags gtk) %{SOURCE3}
Elliot Lee 054a422
Elliot Lee 054a422
14814d1
%install
Paul F. Johnson e219b39
make install DESTDIR=%{buildroot}
Paul F. Johnson e219b39
install -pm 755 librh_mp3.so %{buildroot}%{_libdir}/xmms/Input
Paul F. Johnson e219b39
install -dm 755 %{buildroot}%{_datadir}/xmms/Skins
Paul F. Johnson e219b39
find %{buildroot} -name "*.la" | xargs rm -f
Elliot Lee 054a422
97266c8
# On FC5 x86_64, some get created even though we pass --disable-static
Paul F. Johnson e219b39
rm -f %{buildroot}%{_libdir}/xmms/*/*.a
Elliot Lee 054a422
689534b
# https://bugzilla.redhat.com/213172
689534b
for bin in xmms wmxmms ; do
Paul F. Johnson e219b39
    install -Dpm 755 %{buildroot}%{_bindir}/$bin \
Paul F. Johnson e219b39
        %{buildroot}%{_libexecdir}/$bin
689534b
    sed -e "s|/usr/libexec/xmms|%{_libexecdir}/$bin|" %{SOURCE1} > \
Paul F. Johnson e219b39
        %{buildroot}%{_bindir}/$bin
Paul F. Johnson e219b39
    chmod 755 %{buildroot}%{_bindir}/$bin
689534b
done
689534b
8ae0dd7
# Desktop menu entry
8ae0dd7
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE4}
8ae0dd7
# Desktop menu icon
97266c8
install -Dpm 644 %{SOURCE2} \
Paul F. Johnson e219b39
    %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/xmms.xpm
Elliot Lee 054a422
Paul F. Johnson 6fefdcd
install -Dpm 644 xmms.pc %{buildroot}%{_libdir}/pkgconfig/xmms.pc
3434ff3
97266c8
%find_lang %{name}
bd51d32
Elliot Lee 054a422
Elliot Lee 054a422
%post
8ae0dd7
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
Elliot Lee 054a422
97266c8
%post libs -p /sbin/ldconfig
97266c8
Elliot Lee 054a422
%postun
3efe4e5
if [ $1 -eq 0 ]; then
8ae0dd7
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
8ae0dd7
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
8ae0dd7
    update-desktop-database &>/dev/null || :
3efe4e5
fi
Elliot Lee 054a422
97266c8
%postun libs -p /sbin/ldconfig
97266c8
3efe4e5
%posttrans
8ae0dd7
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
8ae0dd7
update-desktop-database &>/dev/null || :
3efe4e5
14814d1
Elliot Lee 054a422
%files -f %{name}.lang
14814d1
%doc AUTHORS ChangeLog COPYING FAQ NEWS TODO README
Elliot Lee 054a422
%{_bindir}/xmms
Elliot Lee 054a422
%{_bindir}/wmxmms
689534b
%{_libexecdir}/xmms
689534b
%{_libexecdir}/wmxmms
8ae0dd7
%{_datadir}/applications/xmms.desktop
97266c8
%{_datadir}/icons/hicolor/*x*/apps/xmms.xpm
6d784ec
%{_datadir}/xmms/
97266c8
%{_mandir}/man1/*xmms.1*
97266c8
97266c8
%files libs
3434ff3
%doc COPYING
97266c8
%{_libdir}/libxmms.so.*
1431b13
%dir %{_libdir}/xmms/
1431b13
%{_libdir}/xmms/Effect/
1431b13
%{_libdir}/xmms/General/
1431b13
%{_libdir}/xmms/Input/
1431b13
%dir %{_libdir}/xmms/Output/
1431b13
%{_libdir}/xmms/Output/libALSA.so
1431b13
%{_libdir}/xmms/Output/libOSS.so
1431b13
%{_libdir}/xmms/Output/libdisk_writer.so
1431b13
%{_libdir}/xmms/Visualization/
1431b13
1431b13
%files esd
1431b13
%defattr(-,root,root,-)
1431b13
%{_libdir}/xmms/Output/libesdout.so
Elliot Lee 054a422
Elliot Lee 054a422
%files devel
97266c8
%defattr(-,root,root,-)
Elliot Lee 054a422
%{_bindir}/xmms-config
8b5e9d8
%{_includedir}/xmms/
97266c8
%{_libdir}/libxmms.so
8b5e9d8
%{_datadir}/aclocal/xmms.m4
Paul F. Johnson 6fefdcd
%{_libdir}/pkgconfig/xmms.pc
Elliot Lee 054a422
14814d1
Elliot Lee 054a422
%changelog
0105ac7
* Fri Jul 15 2011 Tom Callaway <spot@fedoraproject.org> - 1:1.2.11-15.20071117cvs
0105ac7
- fix alsa plugin loop code to, well, stop looping when the track is done
0105ac7
- fix desktop file to enqueue and play files
0105ac7
- add patch from Ubuntu for CVE-2007-0653
0105ac7
0105ac7
* Thu Jul 14 2011 Tom Callaway <spot@fedoraproject.org> - 1:1.2.11-14.20071117cvs
0105ac7
- fix url (bz 672011)
0105ac7
0105ac7
* Thu Jul 14 2011 Tom Callaway <spot@fedoraproject.org> - 1:1.2.11-13.20071117cvs
0105ac7
- minor spec cleanup and rebuild
0105ac7
0a0f56a
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.11-12.20071117cvs
0a0f56a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0a0f56a
Paul F. Johnson 4d83f23
* Sat Feb 20 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1:1.2.11-11.20071117cvs
Paul F. Johnson 4d83f23
- DSO linking fix
Paul F. Johnson 4d83f23
8ae0dd7
* Wed Dec  9 2009 Matthias Saou <http://freshrpms.net/> 1:1.2.11-10.20071117cvs
8ae0dd7
- Include xmms.desktop, taken from redhat-audio-player.desktop which is no
8ae0dd7
  longer provided by any package (it was about time).
8ae0dd7
- Update scriplets to what I understand is best from ScriptletSnippets page.
8ae0dd7
  
3efe4e5
* Wed Sep 23 2009 Rex Dieter <rdieter@fedoraproject.org> 1:1.2.11-9.20071117cvs
3efe4e5
- optimize desktop/icon scriptlets
3efe4e5
d544d69
* Mon Sep 14 2009 Matthias Saou <http://freshrpms.net/> 1:1.2.11-8.20071117cvs
d544d69
- Update crossfade patch to the latest version (#518176).
d544d69
Paul F. Johnson 96375aa
* Wed Sep 02 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1:1.2.11-7.20071117cvs
Paul F. Johnson 96375aa
- Fix play on click bug (BZ434692)
Paul F. Johnson 96375aa
a4e8d13
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.11-6.20071117cvs
a4e8d13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a4e8d13
3caded0
* Sun Apr 12 2009 Matthias Saou <http://freshrpms.net/> 1:1.2.11-5.20071117cvs
3caded0
- Add "xmms-gui" provides, to be required from xmms-skins package (#470135).
3caded0
0f8588f
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.11-4.20071117cvs
0f8588f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0f8588f
Paul F. Johnson eddc16a
* Sat Nov 29 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.11-20071117cvs-3
Paul F. Johnson eddc16a
- Fix multilib patch
Paul F. Johnson eddc16a
Paul F. Johnson eddc16a
* Thu Sep 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.11-20071117cvs-2
Paul F. Johnson eddc16a
- Additional requires
Paul F. Johnson eddc16a
Paul F. Johnson 99ac26b
* Wed Sep 10 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.11-20071117cvs-1.1
Paul F. Johnson 99ac26b
- Reverted license to gplv2+ (oopsy!)
Paul F. Johnson 99ac26b
Paul F. Johnson c6fa5f2
* Tue Sep 02 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.11-20071117cvs-1
Paul F. Johnson c6fa5f2
- Bump to 1.2.11 devel branch
Paul F. Johnson c6fa5f2
- Alter license
Paul F. Johnson c6fa5f2
- Removed unused patches
Paul F. Johnson c6fa5f2
- Fixed old patches to work with new version
9d2d7f9
b9574f3
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.2.10-38
b9574f3
- Autorebuild for GCC 4.3
b9574f3
071d2d6
* Mon Feb 18 2008 Jesse Keating <jkeating@redhat.com> - 1.2.10-37
071d2d6
- Rebuild for new mikmod
071d2d6
Paul F. Johnson 6fefdcd
* Fri Apr 13 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1:1.2.10-36
Paul F. Johnson 6fefdcd
- add back in the .pc file
Paul F. Johnson 6fefdcd
Paul F. Johnson e219b39
* Sun Apr 01 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1:1.2.10-35
Paul F. Johnson e219b39
- added CVE fix for buffer problem
Paul F. Johnson e219b39
Paul F. Johnson e219b39
* Sat Mar 10 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1:1.2.10-34
Paul F. Johnson e219b39
- built from cvs tarball (amended to remove mp3)
Paul F. Johnson e219b39
Paul F. Johnson 8277020
* Fri Jan 19 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1:1.2.10-32
Paul F. Johnson 8277020
- removed R xmms in libs
Paul F. Johnson 8277020
Paul F. Johnson 61d0ec3
* Thu Jan 18 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1:1.2.10-31
Paul F. Johnson 61d0ec3
- fixes for repositioning on mode change and .xmms file
Paul F. Johnson 7d0d449
Paul F. Johnson 5b033d3
* Mon Jan  1 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1:1.2.10-30
Paul F. Johnson 5b033d3
- new package owner
Paul F. Johnson 5b033d3
- added R to libs package
Paul F. Johnson 5b033d3
- rebuild
Paul F. Johnson 5b033d3
689534b
* Mon Nov  6 2006 Ville Skyttä <ville.skytta at iki.fi> - 1:1.2.10-29
689534b
- Work around incompatibilities with the Composite X extension (#213172).
689534b
- Apply upstream playlist randomization improvements (#188603).
689534b
dc5405b
* Mon Aug 28 2006 Ville Skyttä <ville.skytta at iki.fi> - 1:1.2.10-28
dc5405b
- Rebuild.
dc5405b
1431b13
* Wed Jun 21 2006 Ville Skyttä <ville.skytta at iki.fi> - 1:1.2.10-27
1431b13
- Split EsounD output plugin into -esd subpackage, don't filter dependencies.
1431b13
- Make menu entry symlink relative.
1431b13
- Re-enable parallel make.
1431b13
ef1fb11
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 1:1.2.10-26
ef1fb11
- don't use parallel make to try to stop the build hang
ef1fb11
3434ff3
* Thu May 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 1:1.2.10-25
3434ff3
- Avoid multilib conflicts in -devel, introducing xmms.pc.
3434ff3
- Include license text in -libs.
3434ff3
2c90c83
* Tue May 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 1:1.2.10-24
2c90c83
- Apply upstream fix for joystick plugin crashes.
2c90c83
97266c8
* Thu Apr  6 2006 Ville Skyttä <ville.skytta at iki.fi> - 1:1.2.10-23
97266c8
- Split library and plugins to xmms-libs (#184606).
97266c8
- ALSA is ubiquitous, don't filter dependencies to it.
97266c8
- Avoid standard rpaths on lib64 archs.
97266c8
- Tighten versioned -devel dependency to -libs.
97266c8
- Drop no longer needed Obsoletes.
97266c8
- Install icon to %%{_datadir}/icons.
97266c8
- Convert docs to UTF-8.
97266c8
- Specfile rewrite/cleanup.
97266c8
- Drop bogus Source0 URL.
97266c8
- Don't use %%exclude.
97266c8
bd51d32
* Thu Mar  2 2006 Matthias Saou <http://freshrpms.net/> 1:1.2.10-22
bd51d32
- Remove /usr/lib64/xmms/General/libsong_change.a (fix for FC5 x86_64...).
bd51d32
3d14feb
* Mon Feb 13 2006 Matthias Saou <http://freshrpms.net/> 1:1.2.10-21
3d14feb
- Remove gtk libs from xmms-config output, as they are only really needed for
3d14feb
  static linking, which we no longer support (#182267).
3d14feb
- Disable static in %%configure instead of excluding the built file.
3d14feb
- Add conditional modular X build requirements.
3d14feb
14814d1
* Mon Feb 13 2006 Matthias Saou <http://freshrpms.net/> 1:1.2.10-20
14814d1
- Spec file cleanup.
ef8adbf
- Include crossfade 0.3.9 patch.
14814d1
- Remove very old x11amp obsoletes.
14814d1
- Exclude static libraries, update devel summary and description for it.
14814d1
- List all plugins directories in order to be aware of breakage if the
14814d1
  libtool problem ever happens again.
14814d1
- Fix post/postun scriplets.
14814d1
- Remove xmms_logo.xpm and xmms_mini.xpm, they should be unused.
ef8adbf
- Add libXt-devel to fullfill the "checking for X..." configure check.
ef8adbf
- Add gettext-devel to make more configure checks happy.
14814d1
7696e0b
* Wed Dec 28 2005 Hans de Goede <j.w.r.degoede@hhs.nl>  1:1.2.10-19
7696e0b
- Remove -lpthread from all LDFLAGS as this confuses the old libtool
7696e0b
  used by xmms on x86_64 (FE-bug #175493)
7696e0b
- Add missing modular Xorg BuildReqs, this (re)enables session managment
7696e0b
  support and the openGL plugins.
7696e0b
db167ff
* Tue Dec 20 2005 Matthias Saou <http://freshrpms.net/> 1:1.2.10-18.1
db167ff
- Update gcc4 patch to include fix for xmms.org bug #1730, fixes FC5 build.
db167ff
150c68d
* Sat May 28 2005 Matthias Saou <http://freshrpms.net/> 1:1.2.10-18
150c68d
- Build with explicit --with-pic to fix compilation of flac plugin on
150c68d
  x86_64.
150c68d
2ffdf16
* Thu May  5 2005 Matthias Saou <http://freshrpms.net/> 1:1.2.10-17
2ffdf16
- Don't have scriplets fail if update-desktop-database returns an error.
2ffdf16
e608ee1
* Sat Apr 30 2005 Ville Skyttä <ville.skytta at iki.fi> - 1:1.2.10-16
e608ee1
- Use /media/cdrecorder as the default CDROM mountpoint for the CD audio
e608ee1
  plugin, it's more likely to work nowadays than /mnt/cdrom.
e608ee1
- Drop no longer needed skins tarball.
e608ee1
- Build with dependency tracking disabled.
e608ee1
6d784ec
* Fri Apr 15 2005 Matthias Saou <http://freshrpms.net/> 1:1.2.10-15
6d784ec
- Change main icon from xpm to png (smaller, more consistent).
6d784ec
- Split off the aRts plugin.
6d784ec
- Split off the skins at last, as noarch (#65614).
6d784ec
- Remove generic INSTALL instructions.
6d784ec
- Remove autoconf and automake build reqs, as they're no longer called.
6d784ec
- Remove unneeded glib2-devel build req.
6d784ec
Seth Vidal 1361df8
* Wed Apr  6 2005 Seth Vidal <skvidal at phy.duke.edu> 1:1.2.10-14
Seth Vidal 1361df8
- put back conflict
Seth Vidal 1361df8
Seth Vidal 3801ce1
* Wed Apr  6 2005 Seth Vidal <skvidal at phy.duke.edu> 1:1.2.10-13
Seth Vidal 3801ce1
- clean up spec file a bit.
Seth Vidal 3801ce1
- remove everything except for the last 2 yrs of changelog entries.
Seth Vidal d966248
- make things match Fedora Extras Packaging Guidelines more
Seth Vidal 3801ce1
Seth Vidal 645ad8e
* Wed Apr  6 2005 Seth Vidal <skvidal at phy.duke.edu> 1:1.2.10-12
Seth Vidal 645ad8e
- Apply patch from David Hill RH bz: 152138
Seth Vidal 645ad8e
Seth Vidal 645ad8e
* Thu Mar 24 2005 David Hill <djh[at]ii.net> 1:1.2.10-12
Seth Vidal 645ad8e
- Add gcc4 patch
Seth Vidal 645ad8e
Elliot Lee 054a422
* Wed Jan 05 2005 Colin Walters <walters@redhat.com> 1:1.2.10-11
Elliot Lee 054a422
- Change BR on mikmod to mikmod-devel (138057)
Elliot Lee 054a422
Elliot Lee 054a422
* Tue Nov 23 2004 Colin Walters <walters@redhat.com> 1:1.2.10-10
Elliot Lee 054a422
- Add xmms-alsa-backport.patch (bug 140565, John Haxby)
Elliot Lee 054a422
Elliot Lee 054a422
* Wed Oct 13 2004 Colin Walters <walters@redhat.com> 1:1.2.10-9
Elliot Lee 054a422
- Correct update-desktop-database correction for postun
Elliot Lee 054a422
Elliot Lee 054a422
* Wed Oct 13 2004 Colin Walters <walters@redhat.com> 1:1.2.10-8
Elliot Lee 054a422
- Call update-desktop-database on correct directory
Elliot Lee 054a422
Elliot Lee 054a422
* Mon Oct 04 2004 Colin Walters <walters@redhat.com> 1:1.2.10-7
Elliot Lee 054a422
- PreReq desktop-file-utils 0.9
Elliot Lee 054a422
- Run update-desktop-database
Elliot Lee 054a422
Elliot Lee 054a422
* Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com> 1:1.2.10-6
Elliot Lee 054a422
- Fixed another underquoted m4 definition.
Elliot Lee 054a422
Elliot Lee 054a422
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 1:1.2.10-5
Elliot Lee 054a422
- Fixed warnings in shipped m4 file.
Elliot Lee 054a422
Elliot Lee 054a422
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
Elliot Lee 054a422
- rebuilt
Elliot Lee 054a422
Elliot Lee 054a422
* Mon May 31 2004 Warren Togami <wtogami@redhat.com> 1:1.2.10-3.p
Elliot Lee 054a422
- #124701 -devel req gtk+-devel
Elliot Lee 054a422
Elliot Lee 054a422
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 1:1.2.10-2.p
Elliot Lee 054a422
- update to 1.2.10
Elliot Lee 054a422
- fix buildreqs (#114857)
Elliot Lee 054a422
- switch default output plugin to ALSA
Elliot Lee 054a422
Elliot Lee 054a422
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
Elliot Lee 054a422
- rebuilt
Elliot Lee 054a422
Elliot Lee 054a422
* Mon Feb 23 2004 Than Ngo <than@redhat.com> 1:1.2.9-5.p
Elliot Lee 054a422
- enable arts plugin, it should work with arts-1.2.0-1.5 or newer.
Elliot Lee 054a422
Elliot Lee 054a422
* Sat Feb 14 2004 Than Ngo <than@redhat.com> 1:1.2.9-4.p
Elliot Lee 054a422
- disable xmms-1.2.8-arts.patch
Elliot Lee 054a422
Elliot Lee 054a422
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
Elliot Lee 054a422
- rebuilt
Elliot Lee 054a422
Elliot Lee 054a422
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 1:1.2.9-2.p
Elliot Lee 054a422
- enable ipv6 (#105774)
Elliot Lee 054a422
Elliot Lee 054a422
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 1:1.2.9-1.p
Elliot Lee 054a422
- update to 1.2.9
Elliot Lee 054a422
Elliot Lee 054a422
* Fri Dec 12 2003 Bill Nottingham <notting@redhat.com> 1:1.2.8-4.p
Elliot Lee 054a422
- rebuild, pick up alsa plugin
Elliot Lee 054a422
Elliot Lee 054a422
* Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 1:1.2.8-3.p
Elliot Lee 054a422
- fix dependency blacklisting (corollary of #100917)
Elliot Lee 054a422
Elliot Lee 054a422
* Mon Oct 13 2003 Than Ngo <than@redhat.com> 1:1.2.8-2.p
Elliot Lee 054a422
- workaround to fix arts crash
Elliot Lee 054a422
Elliot Lee 054a422
* Mon Sep  8 2003 Bill Nottingham <notting@redhat.com> 1:1.2.8-1.p
Elliot Lee 054a422
- update to 1.2.8
Elliot Lee 054a422
- clean out now-upstream stuff (Welsh po file, other patches)
Elliot Lee 054a422
- switch to Håvard's arts plugin, tweak it's default buffer size
Elliot Lee 054a422
- don't explicitly require trademarked skin name (#84554)
Elliot Lee 054a422
Elliot Lee 054a422
* Mon Jun 30 2003 Bill Nottingham <notting@redhat.com> 1:1.2.7-23.p
Elliot Lee 054a422
- add welsh po file (#98244)
Elliot Lee 054a422
Elliot Lee 054a422
* Sun Jun  8 2003 Tim Powers <timp@redhat.com> 1:1.2.7-22.1.p
Elliot Lee 054a422
- built for RHEL
Elliot Lee 054a422
Elliot Lee 054a422
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
Elliot Lee 054a422
- rebuilt
Elliot Lee 054a422
Elliot Lee 054a422
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
Elliot Lee 054a422
- add explicit epoch's where needed.