rpms/xmms2-freeworld/devel xmms2-0.8DrO_o-no-O0.patch, NONE, 1.1 xmms2-0.8DrO_o-use-libdir.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xmms2-freeworld.spec, 1.6, 1.7 xmms2-0.7DrNo-moresaneversioning.patch, 1.1, NONE xmms2-0.7DrNo-no-O0.patch, 1.1, NONE xmms2-0.7DrNo-use-libdir.patch, 1.1, NONE xmms2-ffmpeg.patch, 1.1, NONE

Orcan Ogetbil oget at rpmfusion.org
Tue Dec 6 04:19:55 CET 2011


Author: oget

Update of /cvs/free/rpms/xmms2-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10015

Modified Files:
	.cvsignore sources xmms2-freeworld.spec 
Added Files:
	xmms2-0.8DrO_o-no-O0.patch xmms2-0.8DrO_o-use-libdir.patch 
Removed Files:
	xmms2-0.7DrNo-moresaneversioning.patch 
	xmms2-0.7DrNo-no-O0.patch xmms2-0.7DrNo-use-libdir.patch 
	xmms2-ffmpeg.patch 
Log Message:
* Mon Dec 05 2011 John Doe <anonymous at american.us> 0.8-1
- Update to 0.8


xmms2-0.8DrO_o-no-O0.patch:
 wscript |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE xmms2-0.8DrO_o-no-O0.patch ---
diff -up xmms2-0.8DrO_o/wscript.noO0 xmms2-0.8DrO_o/wscript
--- xmms2-0.8DrO_o/wscript.noO0	2011-10-20 15:26:08.000000000 -0400
+++ xmms2-0.8DrO_o/wscript	2011-12-05 15:19:15.962065486 -0500
@@ -295,8 +295,8 @@ def configure(conf):
         conf.msg("uncommited changed", changed and "yes" or "no")
         conf.env.VERSION = "%s (git commit: %s%s)" % (BASEVERSION, nam, dirty)
 
-    conf.env.append_unique('CFLAGS', ['-g', '-O0'])
-    conf.env.append_unique('CXXFLAGS', ['-g', '-O0'])
+    ##  conf.env.append_unique('CFLAGS', ['-g', '-O0'])
+    ## conf.env.append_unique('CXXFLAGS', ['-g', '-O0'])
 
     if conf.options.with_profiling:
         conf.env.with_profiling = True

xmms2-0.8DrO_o-use-libdir.patch:
 tool.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xmms2-0.8DrO_o-use-libdir.patch ---
diff -up xmms2-0.8DrO_o/waftools/tool.py.plugins-use-libdir xmms2-0.8DrO_o/waftools/tool.py
--- xmms2-0.8DrO_o/waftools/tool.py.plugins-use-libdir	2011-10-20 15:26:08.000000000 -0400
+++ xmms2-0.8DrO_o/waftools/tool.py	2011-12-05 14:56:47.867995794 -0500
@@ -6,5 +6,5 @@ def add_install_flag(bld, obj):
 
     if env['explicit_install_name']:
         libname = obj.env["cshlib_PATTERN"] % obj.target
-        insname = os.path.join(obj.env["PREFIX"], 'lib', libname)
+        insname = os.path.join(obj.env["LIBDIR"], libname)
         obj.env.append_unique("LINKFLAGS", ["-install_name", insname])


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xmms2-freeworld/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	1 Jul 2010 23:49:09 -0000	1.4
+++ .cvsignore	6 Dec 2011 03:19:52 -0000	1.5
@@ -1 +1 @@
-xmms2-0.7DrNo.tar.bz2
+xmms2-0.8DrO_o.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmms2-freeworld/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	1 Jul 2010 23:49:09 -0000	1.4
+++ sources	6 Dec 2011 03:19:52 -0000	1.5
@@ -1 +1 @@
-60e50b591078acb6a85cd83de0f2b077  xmms2-0.7DrNo.tar.bz2
+84d5c05a70bfd31ed392a4e3f701eaa3  xmms2-0.8DrO_o.tar.bz2


Index: xmms2-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xmms2-freeworld/devel/xmms2-freeworld.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xmms2-freeworld.spec	6 Oct 2011 04:33:03 -0000	1.6
+++ xmms2-freeworld.spec	6 Dec 2011 03:19:52 -0000	1.7
@@ -1,22 +1,17 @@
-%define codename DrNo
+%define codename DrO_o
 
 Name:			xmms2-freeworld
 Summary:		Plugins for XMMS2 that cannot be included in Fedora
-Version:		0.7
-Release:		3%{?dist}
+Version:		0.8
+Release:		1%{?dist}
 License:		LGPLv2+ and GPL+ and BSD
 Group:			Applications/Multimedia
 # Fedora's xmms2 has to use a sanitized tarball, we don't.
 Source0:		http://downloads.sourceforge.net/xmms2/xmms2-%{version}%{codename}.tar.bz2
 # Use libdir properly for Fedora multilib
-Patch1:			xmms2-0.7DrNo-use-libdir.patch
-
+Patch0:			xmms2-0.8DrO_o-use-libdir.patch
 # Don't add extra CFLAGS, we're smart enough, thanks.
-Patch4:			xmms2-0.7DrNo-no-O0.patch
-# More sane versioning
-Patch5:			xmms2-0.7DrNo-moresaneversioning.patch
-# Compatibility with newer ffmpeg
-Patch6:			xmms2-ffmpeg.patch
+Patch1:			xmms2-0.8DrO_o-no-O0.patch
 
 URL:			http://wiki.xmms2.xmms.se/
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -96,26 +91,15 @@
 %prep
 %setup -q -n xmms2-%{version}%{codename}
 
-%patch1 -p1 -b .plugins-use-libdir
+%patch0 -p1 -b .plugins-use-libdir
+%patch1 -p1 -b .noO0
 
-%patch4 -p1 -b .noO0
-%patch5 -p1 -b .versionsanity
-%patch6 -p1 -b .ffmpeg
-
-# Clean up paths in wafadmin
-WAFADMIN_FILES=`find wafadmin/ -type f`
-for i in $WAFADMIN_FILES; do
-	 sed -i 's|/usr/lib|%{_libdir}|g' $i
-done
 
 %build
 export CFLAGS="%{optflags}"
 ./waf configure --prefix=%{_prefix} \
 		--libdir=%{_libdir} \
 		--with-pkgconfigdir=%{_libdir}/pkgconfig \
-		--without-optionals=avahi \
-		--without-optionals=cli \
-		--without-optionals=dns_sd \
 		--without-optionals=et \
 		--without-optionals=launcher \
 		--without-optionals=medialib-updater \
@@ -218,6 +202,9 @@
 %{_libdir}/xmms2/libxmms_mp4.so
 
 %changelog
+* Mon Dec 05 2011 John Doe <anonymous at american.us> 0.8-1
+- Update to 0.8
+
 * Wed Oct 05 2011 John Doe <anonymous at american.us> 0.7-3
 - Patch for new ffmpeg thanks to rathann!
 


--- xmms2-0.7DrNo-moresaneversioning.patch DELETED ---


--- xmms2-0.7DrNo-no-O0.patch DELETED ---


--- xmms2-0.7DrNo-use-libdir.patch DELETED ---


--- xmms2-ffmpeg.patch DELETED ---



More information about the rpmfusion-commits mailing list