Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 2b471379494a2acc128492c7574ce12f > files > 45

xmms-1.2.10-35mdv2008.0.src.rpm

%define	name	xmms
%define	version 1.2.10
%define release	%mkrel 35
%define	fname	%{name}-%{version}

%define additional_effect_plugin_a sox-effect-0.0.1
%define additional_misc_plugin_a xmms-shell-0.99.3
%define major 1
%define libname %mklibname xmms %{major}

# Define arches where we build the Mesa3d capable plugin
%define mesa_arches %{ix86} ppc sparc x86_64

Name:		%{name}
Summary:	The Sound player with the WinAmp GUI
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Sound
URL:		http://www.xmms.org/
Source0:	http://www.xmms.org/files/1.2.x/%{fname}.tar.bz2
Source4:	%{name}-icons.tar.bz2
Source5:	xmms
# updated translations for 1.2.9; to remove or update for next version (pablo)
Source6:	xmms-pofiles.tar.bz2
Source10:	%{name}.16.png
Source11:	%{name}.32.png
Source12:	%{name}.48.png
Source50:	http://staff.xmms.org/zinx/xmms/%{additional_effect_plugin_a}.tar.bz2
Source51:	http://xmms-shell.sourceforge.net/%{additional_misc_plugin_a}.tar.bz2
Source100:	xmms-logo.xpm
Patch3:		xmms-1.2.4-latin1.patch
Patch4:		xmms-1.2-audio-patch
Patch7:		xmms-shell-0.99.3-fix-missing-ncurses.patch
Patch8:		xmms-1.2.7-sox-fix-bootstrap.patch
Patch9:		xmms-shell-0.99.3-fix-bootstrap.patch
Patch10:	xmms-fix-smallfiles.patch
Patch12:	xmms-fix-textbox.patch
Patch15:	xmms-1.2.9-do-not-override-our-flags.patch
Patch16:	xmms-1.2.4-sox-do-not-override-our-flags.patch
Patch18:	xmms-1.2.7-fix-http-title-mpg123.patch
Patch20:	xmms-shell-0.99.3-empty-playlist.patch
Patch22:	xmms-shell-0.99.3-g++-3.3-build.patch
Patch23:	xmms-shell-0.99.3-configure-fix.patch
Patch24:	xmms-1.2.9-libtool.patch
Patch25:	xmms-1.2.10-cvs-fix-alsa-unpause.patch
Patch26:	xmms-1.2.10-fix-alsa.patch
Patch27:	xmms-1.2.10-recode-id3.patch
Patch30:	xmms-1.2.10-gcc34.patch
Patch31:	xmms-1.2.10-gcc4.patch
Patch32:	xmms-1.2.10-sox_effect-gcc4.patch
# 3dse patch by Cornelis Frank <Frank.Cornelis@rug.ac.be>, web http://studwww.rug.ac.be/~fcorneli/xmms/, license GPL
Patch50:	 xmms-1.2.8-pre1-3dse.patch
# rediffed from this mail:
# http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html
Patch60:	xmms-1.2.9-pre1-AB-repeat.patch
Patch100:	xmms-1.2.8-pre1-rva-2.patch
#gw adds an option to the diskwriter plugin: "Don't strip file name extension",
#gw useful for module files named like mod.demosong1
Patch101:	http://ee.tut.fi/~heikki/foss/xmms/xmms-1.2.10-disk_writer-patch.diff
# (blino) support for KOI8/CP1251/CP866/UTF-8 encoding autodetection, from http://rusxmms.sourceforge.net/
# tarball from http://prdownloads.sourceforge.net/rusxmms/xmms-1.2.10-recode-csa28.1.tar.bz2
Patch102:	xmms-1.2.10-ds-recode.patch
Patch103:	xmms-1.2.10-fix-rus-typos.patch
Patch104:	xmms-1.2.10-fonts.patch
Patch105:	xmms-1.2.10-AM_LC_MESSAGES.patch
Patch106:	xmms-1.2.10-ipv6.patch
Patch107:	xmms-1.2.10-ipv6-address.patch
Patch108:	xmms-1.2.10-ipv6-merge.patch
Patch109:	xmms-1.2.10-crossfade-0.3.9.patch
Patch110:	xmms-1.2.10-fix-underquoted-calls.patch
# #29976, CVE-2007-0653,0654
Patch111:	90-bmp-loader-overflows.dpatch

BuildRequires:	ORBit-devel
BuildRequires:	automake1.4
BuildRequires:	automake1.7
BuildRequires:	db1-devel
BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	libgtk+-devel
BuildRequires:	libtool
BuildRequires:	libsm-devel
BuildRequires:	libxml-devel
BuildRequires:	oggvorbis-devel
BuildRequires:	readline-devel
Requires:	%{libname} = %{version}-%{release}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Requires:	soundwrapper

%description
XMMS is a sound player written from scratch. Since it uses the WinAmp GUI, it
can use WinAmp skins, and play mp3s, mods, s3ms, and other formats. It now has
support for input, output, and general plugins, and has also been GPLd.

This package also provides an effect plugin based on Sox and a shell for xmms
in order to command the running xmms from any script/commandline.


%package -n	%{libname}
Summary:	Library associated with xmms, needed for xmms and its plugins
Group:		System/Libraries

%description -n	%{libname}
This library is mandatory for xmms and for all its plugins to run.

%package -n	%{libname}-devel
Summary:	Development package with static libs and headers
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libxmms-devel = %{version}-%{release} 
Provides:	%{name}-devel = %{version}-%{release} 
Provides:	%{name}%{major}-devel = %{version}-%{release} 

%description -n	%{libname}-devel
Static libraries and header files required for compiling xmms plugins.

%package	esd
Summary:	ESound output backend
Group:		Sound
BuildRequires:	esound-devel
Requires:	%{name} = %{version}-%{release}
Requires:	esound >= 0.2.14

%description	esd
Output plugin for xmms for use with the esound package

%package	alsa
Summary:	ALSA output backend
Group:		Sound
BuildRequires:	alsa-lib-devel
Requires:	%{name} = %{version}-%{release}

%description	alsa
Output plugin for xmms for use with the ALSA drivers

%package	diskwriter
Summary:	DiskWriter output backend
Group:		Sound
Requires:	%{name} = %{version}-%{release}

%description	diskwriter
Output plugin for xmms in order to output *.wav files instead of playing
sound on the soundcard.


%package	mikmod
Summary:	Sound player with the WinAmp GUI, Mikmod output backend
Group:		Sound
BuildRequires:	libmikmod-devel
Requires:	%{name} = %{version}-%{release}
Requires:	libmikmod >= 3.1.6

%description	mikmod
Input plugin for XMMS to play MODs (.MOD,.XM,.S3M, etc)

%package	mesa
Summary:	Visualization plugins that use the Mesa3d library
Group:		Sound
Requires:	%{name} = %{version}-%{release}
BuildRequires:	mesagl-devel

%description	mesa
3D Visualization plugins for XMMS that use the Mesa3d library.

%prep

%setup -q -n %{fname} -a 50 -a 51
%patch3 -p0
%patch4 -p0
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p0
%patch12 -p0
%patch15 -p1
%patch16 -p0
%patch18 -p0
%patch20 -p0
%patch22 -p0
%patch23 -p0 -b .no-system-xmms-devel
%patch24 -p1 -b .libtool
#%patch25 -p0 -b .alsa-unpause
%patch26 -p0 -b .alsa
%patch27 -p0 -b .recode
%patch30 -p0 -b .gcc34
%patch31 -p0 -b .gcc4
%patch32 -p0 -b .gcc4
%ifnarch sparc ppc
%patch50 -p1 -b .3dse
%endif

# rediffed from this mail:
# http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html
%patch60 -p1 -b .ab

%patch100 -p1 -b .rva
%patch101 -p0 -b .diskwriter
%patch102 -p1 -b .rusxmms
%patch103 -p0 -b .ruspo
%patch104 -p1 -b .fonts
%patch105 -p0 -b .ac_lc_messages
%patch106 -p0 -b .ipv6
%patch107 -p0 -b .ipv6addr
%patch108 -p0 -b .ipv6merge
%patch109 -p1 -b .crossfade
%patch110 -p1 -b .underquoted
%patch111 -p1 -b .CVE-2007-0653.0654
# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" acinclude.m4

export WANT_AUTOCONF_2_5="1"
rm -f configure
libtoolize --copy --force; aclocal-1.7; autoconf --force; automake-1.7 --add-missing --copy

pushd %{additional_effect_plugin_a}
  # (blino) @PTHREAD_LIBS@ has never worked here, it was magically ignored by old libtool
  #         pthread libraries are already present in the gtk linking options
  perl -pi -e 's/\s*\@PTHREAD_LIBS\@//' src/Makefile.*
popd

%build

%configure2_5x \
%ifarch %ix86
    --enable-simd \
%endif
%ifarch sparc sparcv8 sparcv9 sparc64
    --disable-oss \
%endif
    --disable-rpath 

%make EGREP=egrep

# (pablo) the po files are in oncorrect format; this is needed to compile them
export OLD_PO_FILE_INPUT=1

# (pablo) withouth the --escape parameter xgettext fails as there are
# non-ascii chars in the msgid entries
export XGETTEXT="/usr/bin/xgettext --escape"

# (oe) from now on and down use this common compiler flag
export CFLAGS="%{optflags} `glib-config --cflags` `gtk-config --cflags`"

# (gc) I want to grab the xmms-config built in .., for bootstrapping nicely
export PATH=.:$PATH

pushd %{additional_effect_plugin_a}
    rm -f configure
    libtoolize --copy --force; aclocal-1.4; autoconf; automake-1.4 --add-missing --copy
    %configure2_5x
    %make
popd

pushd %{additional_misc_plugin_a}
    rm -f configure
    libtoolize --copy --force; aclocal-1.7; autoconf --force; automake-1.7 --add-missing --copy
    %configure2_5x
    %make
popd

%install
rm -rf %{buildroot}

install -d %{buildroot}/%{_libdir}/xmms/Effect
install -d %{buildroot}/%{_libdir}/xmms/General
install -d %{buildroot}/%{_libdir}/xmms/Input
install -d %{buildroot}/%{_libdir}/xmms/Output
install -d %{buildroot}/%{_libdir}/xmms/Visualization
install -d %{buildroot}/%{_datadir}/xmms/Skins
install -d %{buildroot}/%{_docdir}

%makeinstall_std EGREP=egrep

%multiarch_binaries %{buildroot}%{_bindir}/xmms-config

pushd %{additional_effect_plugin_a}
    %makeinstall libdir=%{buildroot}/%{_libdir}/xmms/Effect
popd

pushd %{additional_misc_plugin_a}
    %makeinstall PREFIX=%{buildroot}/%{_prefix}
popd

install -m644 %{SOURCE100} %{buildroot}/%{_datadir}/xmms/xmms.xpm

# compatibility symlink
[ -r %{buildroot}/%{_libdir}/libxmms.so.1 ] && \
    ln -s libxmms.so.1 %{buildroot}/%{_libdir}/libxmms.so.0


install -d %{buildroot}/%{_datadir}/mime-info
cat > %{buildroot}/%{_datadir}/mime-info/xmms.keys << EOF
audio/x-mp3:
	open=xmms %f
	view=xmms %f
EOF
chmod 644 %{buildroot}/%{_datadir}/mime-info/xmms.keys

install -d %{buildroot}/%{_datadir}/pixmaps
if [ ! -r %{buildroot}/%{_datadir}/pixmaps/xmms_logo.xpm ]; then
    cp %{SOURCE100} %{buildroot}/%{_datadir}/pixmaps/xmms.xpm
fi

# LMDK menu
install -d %{buildroot}/%{_menudir}
install -m644 %{SOURCE5} %{buildroot}/%{_menudir}
#xdg menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Xmms
Comment=Multimedia Player
Exec=soundwrapper xmms %U
Icon=%{name}
Terminal=false
Type=Application
MimeType=audio/x-mp3;audio/x-ogg;application/x-ogg;audio/x-mpegurl;audio/x-wav;audio/x-scpls;audio/mpegurl;audio/mp3;audio/mpeg;audio/x-mpeg;
StartupNotify=true
Categories=Audio;Player;X-MandrivaLinux-Multimedia-Audio;AudioVideo;
EOF

# Icons
install -d %{buildroot}/%{_miconsdir}
install -d %{buildroot}/%{_liconsdir}
install -m 644 %{SOURCE10} %{buildroot}/%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE11} %{buildroot}/%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE12} %{buildroot}/%{_liconsdir}/%{name}.png

# replaced with zh_??
rm -rf %{buildroot}/%{_datadir}/locale/zh_??.*
#====
# updated po files for version 1.2.9 (pablo)
tar jxvf %{SOURCE6}
for i in po/*.po
do
    mkdir -p %{buildroot}/usr/share/locale/`basename $i .po`/LC_MESSAGES
    msgfmt -o %{buildroot}/usr/share/locale/`basename $i .po`/LC_MESSAGES/xmms.mo $i
done
#====

# RTL is not supported in gtk1
rm -rf %{buildroot}/%{_datadir}/locale/{ar,fa,he}
# complex scripts are not supported in gtk1
rm -rf %{buildroot}/%{_datadir}/locale/{bn,hi,ta}

# nuke unpackaged files
%ifnarch %{mesa_arches}
rm -f %{buildroot}%{_libdir}/xmms/Visualization/libogl_spectrum*
%endif	

%find_lang %{name}

rm -f %{buildroot}/%{_mandir}/*/gnomexmms.*
rm -rf %{buildroot}/%{_datadir}/pixmaps
rm -f %{buildroot}/%{_datadir}/mime-info/xmms.keys

rm -f %{buildroot}%{_libdir}/xmms/*/*.*a

%post
%update_menus
%update_desktop_database

%postun
%clean_menus
%clean_desktop_database

%post -n %{libname} -p /sbin/ldconfig

%postun -n %{libname} -p /sbin/ldconfig

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README FAQ README.MDK
%{_bindir}/xmms
%{_bindir}/wmxmms
%{_bindir}/xmms-shell
%dir %{_libdir}/xmms
%dir %{_libdir}/xmms/Input
%{_libdir}/xmms/Input/libcdaudio*
%{_libdir}/xmms/Input/libmpg123*
%{_libdir}/xmms/Input/libwav*
%{_libdir}/xmms/Input/libtonegen*
%{_libdir}/xmms/Input/libvorbis*
%dir %{_libdir}/xmms/Output
%ifnarch sparc sparcv8 sparcv9 sparc64
%{_libdir}/xmms/Output/libOSS*
%endif
%dir %{_libdir}/xmms/General
%{_libdir}/xmms/General/*
%dir %{_libdir}/xmms/Effect
%{_libdir}/xmms/Effect/*
%dir %{_libdir}/xmms/Visualization
%{_libdir}/xmms/Visualization/libbscope*
%{_libdir}/xmms/Visualization/libsanalyzer*
%dir %{_datadir}/xmms
%dir %{_datadir}/xmms/Skins
%{_datadir}/xmms/wmxmms.xpm
%{_datadir}/xmms/xmms.xpm
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%_datadir/applications/mandriva*
%{_menudir}/*
%{_mandir}/*/xmms.*
%{_mandir}/*/wmxmms.*
%{_mandir}/*/xmms-shell.*

%files -n %{libname}
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libxmms.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%doc COPYING ChangeLog 
%{_libdir}/lib*.so
%{_libdir}/lib*.a
%attr(644,root,root) %{_libdir}/lib*.la
%{_includedir}/*
%{_datadir}/aclocal/xmms.m4
%{_bindir}/xmms-config
%multiarch %{multiarch_bindir}/xmms-config

%files esd
%defattr(-, root, root)
%doc COPYING
%{_libdir}/xmms/Output/libesdout*

%files alsa
%defattr(-, root, root)
%doc COPYING
%{_libdir}/xmms/Output/libALSA.so

%files diskwriter
%defattr(-, root, root)
%doc COPYING
%{_libdir}/xmms/Output/libdisk_writer*


%files mikmod
%defattr(-, root, root)
%doc Input/mikmod/COPYING
%{_libdir}/xmms/Input/libmikmod*

%ifarch %{mesa_arches}
%files mesa
%defattr(-,root,root)
%doc COPYING
%{_libdir}/xmms/Visualization/libogl_spectrum*
%endif




%changelog
* Wed Aug 08 2007 Olivier Blin <oblin@mandriva.com> 1.2.10-35mdv2008.0
+ Revision: 60096
- fix integer overflow/underflow vulns (#29976, CVE-2007-0653,0654)
- fix build of sox-effects with recent libtool


* Mon Jan 15 2007 Olivier Blin <oblin@mandriva.com> 1.2.10-34mdv2007.0
+ Revision: 109303
- require soundwrapper (spuk)
- bunzip2 patches
- Import xmms

* Mon Sep 04 2006 Nicolas Lécureuil <neoclust@mandriva.org> 1.2.10-33mdv2007.0
- fix xdg menu

* Tue Aug 01 2006 Götz Waschk <waschk@mandriva.org> 1.2.10-32mdv2007.0
- fix xdg menu

* Wed Jun 28 2006 Götz Waschk <waschk@mandriva.org> 1.2.10-31mdv2007.0
- add xdg menu

* Mon Jun 19 2006 Stefan van der Eijk <stefan@eijk.nu> 1.2.10-30
- fix build on sparc

* Sun Jun 18 2006 Götz Waschk <waschk@mandriva.org> 1.2.10-29mdv2007.0
- fix buildrequires

* Mon Mar 13 2006 Götz Waschk <waschk@mandriva.org> 1.2.10-28mdk
- link with system libtool to fix libxmms on x86_64

* Mon Jan 30 2006 Per Øyvind Karlsen <pkarlsen@mandriva.com> 1.2.10-27mdk
- gah, fix filelist accordingly too..

* Mon Jan 30 2006 Per Øyvind Karlsen <pkarlsen@mandriva.com> 1.2.10-26mdk
- disable oss plugin on sparc as it won't build

* Wed Jan 25 2006 Per Øyvind Karlsen <pkarlsen@mandriva.com> 1.2.10-25mdk
- fix underquoted calls (P110)

* Tue Jan 03 2006 Oden Eriksson <oeriksson@mandriva.com> 1.2.10-24mdk
- revert the menu entry fix

* Mon Jan 02 2006 Oden Eriksson <oeriksson@mandriva.com> 1.2.10-23mdk
- fix the menu entry (thanks blino)

* Wed Nov 30 2005 Götz Waschk <waschk@mandriva.org> 1.2.10-22mdk
- add fix from xmms-crossfade

* Wed Nov 09 2005 Oden Eriksson <oeriksson@mandriva.com> 1.2.10-21mdk
- added some lib64 fixes and %%mkrel, but it still freezes 
  when started from the kde menu (x86_64)...

* Wed Aug 17 2005 Pascal Terjan <pterjan@mandriva.org> 1.2.10-20mdk
- Rewrite P106 (and update P107) to no longer have v4 or v6 specific code
  We can now remove --enable-ipv6 :)

* Sat Aug 13 2005 Pascal Terjan <pterjan@mandriva.org> 1.2.10-19mdk
- Fix UDP socket binding when ipv6 is supported but can't be used (P106)
- Add support for ipv6 addresses (from xmms-devel, P107)
- Add fallback on other IP and merge v4/v6 code (from xmms-devel, P108)

* Mon Aug 08 2005 Pascal Terjan <pterjan@mandriva.org> 1.2.10-18mdk
- Update P102

* Sun Aug 07 2005 Pascal Terjan <pterjan@mandriva.org> 1.2.10-17mdk
- Enable ipv6
- Change AC_LC_MESSAGES to gt_LC_MESSAGES to build with new gettext (P105)
- Fix building with gcc4 (P31, P32)

* Tue Mar 15 2005 Olivier Blin <oblin@mandrakesoft.com> 1.2.10-16mdk
- Patch27: fix crash in xmms_charset_recode_id3 (Shlomi Fish, #14278)

* Mon Jan 31 2005 Olivier Blin <blino@mandrake.org> 1.2.10-15mdk
- multiarch support

* Thu Jan 20 2005 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.2.10-14mdk
- rebuild for new readline
- fix summary-ended-with-dot
- cosmetics

* Thu Jan 13 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.2.10-13mdk
- patch 26: more ALSA fixes

* Sat Jan 01 2005 Olivier Blin <blino@mandrake.org> 1.2.10-12mdk
- Patch25: fix alsa unpause (from xmms cvs)
  see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=140565
  (reported by Michael Collard)

* Sat Oct 02 2004 Pablo Saratxaga <pablo@mandrakesoft.com> 1.2.10-11mdk
- updated translations
- added ",*" at the end of fontsets in patch104, so it works for
  encodings without fonts named "helvetica" (eg: japanese, etc)

* Fri Aug 13 2004 Olivier Blin <blino@mandrake.org> 1.2.10-10mdk
- Patch104 from from Roman Shiryaev:
  o don't use -adobe-helvetica (it doesn't contain russian glyphs) but -*-helvetica
  o use xfonts and fontsets by default to use correct charset
   (by default latin iso8859-1 was used instead of charset from LC_* variables)

* Wed Aug 11 2004 Olivier Blin <blino@mandrake.org> 1.2.10-9mdk
- fix russian typos in po

* Tue Aug 10 2004 Olivier Blin <blino@mandrake.org> 1.2.10-8mdk
- Patch102: support for KOI8/CP1251/CP866/UTF-8 encoding autodetection
  (from http://rusxmms.sourceforge.net/)

* Fri Jul 30 2004 Olivier Blin <blino@mandrake.org> 1.2.10-7mdk
- merge amd64 fixes from Gwenole

* Sat Jul 17 2004 Christiaan Welvaart <cjw@daneel.dyndns.org> 1.2.10-6mdk
- Patch23: remove xmms-shell configure dependency on xmms-devel

* Tue Jul 13 2004 Michael Scherer <misc@mandrake.org> 1.2.10-5mdk 
- patch 30, make libxmms usable with gcc34 and c++

* Sun Jul 11 2004 Götz Waschk <waschk@linux-mandrake.com> 1.2.10-4mdk
- rebuild for new alsa

* Mon Jun 07 2004 Michael Scherer <misc@mandrake.org> 1.2.10-3mdk 
- rebuild for new gcc

* Wed Jun 02 2004 Götz Waschk <waschk@linux-mandrake.com> 1.2.10-2mdk
- fix buildrequires
- fix sox plugin and xmms-shell build
- rebuild for new alsa

* Wed Apr 14 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.2.9-4.2mdk
- disable mmx optimizations on amd64, don't leave undefined bits in

* Thu Apr 08 2004 Frederic Lepied <flepied@mandrakesoft.com> 1.2.10-1mdk
- removed patch102 (upstream)
- updated patch101
- New release 1.2.10

* Tue Mar 30 2004 Pablo Saratxaga <pablo@mandrakesoft.com> 1.2.9-5mdk
- updated translations

* Mon Mar 22 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.2.9-4.1mdk
- libtool fixes

* Fri Mar 12 2004 Pablo Saratxaga <pablo@mandrakesoft.com> 1.2.9-4mdk
- updated translations
- corrected encoding of spec file

* Tue Feb 24 2004 Guillaume Cottenceau <gc@mandrakesoft.com> 1.2.9-3mdk
- Levi Ramsey <levi@cygnetnet.net>:
  - Patch102: fix (or at least work around) bug in xmmsctrl that causes
    some plugins (song change, xmms-imms, volnorm, et al) to generate
    GLib memory errors

* Sat Jan 31 2004 Christiaan Welvaart <cjw@daneel.dyndns.org> 1.2.9-2mdk
- --enable-simd is only valid for x86 targets

* Thu Jan 29 2004 Götz Waschk <waschk@linux-mandrake.com> 1.2.9-1mdk
- fix additional plugins build
- rediff patch 15
- new version, hopefully fixing the alsa problems

* Sat Jan 17 2004 Götz Waschk <waschk@linux-mandrake.com> 1.2.9-0.pre1.1mdk
- rediff patch 60
- 1.2.9-pre1