rpms/xmms/devel xmms.spec,1.12,1.13

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Dec 28 14:25:42 UTC 2005


Author: jwrdegoede

Update of /cvs/extras/rpms/xmms/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26257

Modified Files:
	xmms.spec 
Log Message:
* Wed Dec 28 2005 Hans de Goede <j.w.r.degoede at hhs.nl>  1:1.2.10-19
- Remove -lpthread from all LDFLAGS as this confuses the old libtool
  used by xmms on x86_64 (FE-bug #175493)
- Add missing modular Xorg BuildReqs, this (re)enables session managment
  support and the openGL plugins.



Index: xmms.spec
===================================================================
RCS file: /cvs/extras/rpms/xmms/devel/xmms.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xmms.spec	20 Dec 2005 14:47:55 -0000	1.12
+++ xmms.spec	28 Dec 2005 14:25:41 -0000	1.13
@@ -1,7 +1,7 @@
 Summary: The X MultiMedia System, a media player
 Name: xmms
 Version: 1.2.10
-Release: 18.1%{?dist}
+Release: 19%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Multimedia
@@ -28,6 +28,10 @@
 
 BuildRequires: gtk+-devel esound-devel arts-devel alsa-lib-devel
 BuildRequires: libvorbis-devel mikmod-devel
+BuildRequires: libSM-devel
+BuildRequires: libXxf86vm-devel
+BuildRequires: mesa-libGL-devel
+BuildRequires: zlib-devel
 Requires(pre): desktop-file-utils >= 0.9
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Obsoletes: x11amp0.7-1-1 x11amp xmms-esd xmms-gl xmms-mikmod xmms-gnome
@@ -80,7 +84,10 @@
   --enable-texthack \
   --enable-ipv6 \
   --with-pic
-
+for i in `find . -name Makefile`; do
+  cat $i | sed s/-lpthread//g > $i.tmp
+  mv $i.tmp $i
+done
 make
 
 gcc -fPIC $RPM_OPT_FLAGS -shared -Wl,-soname -Wl,librh_mp3.so -o librh_mp3.so \
@@ -147,6 +154,12 @@
 %{_datadir}/aclocal/xmms.m4
 
 %changelog
+* Wed Dec 28 2005 Hans de Goede <j.w.r.degoede at hhs.nl>  1:1.2.10-19
+- Remove -lpthread from all LDFLAGS as this confuses the old libtool
+  used by xmms on x86_64 (FE-bug #175493)
+- Add missing modular Xorg BuildReqs, this (re)enables session managment
+  support and the openGL plugins.
+
 * Tue Dec 20 2005 Matthias Saou <http://freshrpms.net/> 1:1.2.10-18.1
 - Update gcc4 patch to include fix for xmms.org bug #1730, fixes FC5 build.
 




More information about the scm-commits mailing list