rpms/mixxx/F-19 mixxx-1.11.0-installpath.patch, NONE, 1.1 mixxx.spec, 1.15, 1.16
by Steven Boswell
Author: ulatekh
Update of /cvs/free/rpms/mixxx/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7412/F-19
Modified Files:
mixxx.spec
Added Files:
mixxx-1.11.0-installpath.patch
Log Message:
Fixed 1.11.0 to build on 64-bit machines.
mixxx-1.11.0-installpath.patch:
build/mixxx.py | 10 +++++++++-
src/SConscript | 9 ++++++---
2 files changed, 15 insertions(+), 4 deletions(-)
--- NEW FILE mixxx-1.11.0-installpath.patch ---
--- mixxx/build/mixxx.py 2012-09-05 05:35:20 +0000
+++ mixxx/build/mixxx.py 2013-05-26 16:19:35 +0000
@@ -219,7 +219,7 @@
if os.environ.has_key('CC'):
self.env['CC'] = os.environ['CC']
if os.environ.has_key('CFLAGS'):
- self.env['CFLAGS'] += SCons.Util.CLVar(os.environ['CFLAGS'])
+ self.env['CCFLAGS'] += SCons.Util.CLVar(os.environ['CFLAGS'])
if os.environ.has_key('CXX'):
self.env['CXX'] = os.environ['CXX']
if os.environ.has_key('CXXFLAGS'):
@@ -227,6 +227,14 @@
if os.environ.has_key('LDFLAGS'):
self.env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])
+ # Allow installation directories to be specified.
+ if os.environ.has_key('LIBDIR'):
+ self.env['LIBDIR'] = os.environ['LIBDIR']
+ if os.environ.has_key('BINDIR'):
+ self.env['BINDIR'] = os.environ['BINDIR']
+ if os.environ.has_key('SHAREDIR'):
+ self.env['SHAREDIR'] = os.environ['SHAREDIR']
+
# Initialize this as a list, fixes a bug where first CPPDEFINE would get
# mangled
self.env['CPPDEFINES'] = []
--- mixxx/src/SConscript 2013-04-27 04:04:25 +0000
+++ mixxx/src/SConscript 2013-05-26 16:56:32 +0000
@@ -247,9 +247,12 @@
#the compiled-in strings using /usr as the prefix. That's why we have install_root and flags['prefix'].
install_root = ARGUMENTS.get('install_root', flags['prefix'])
print "Install root: " + install_root
- unix_share_path = os.path.join(install_root, 'share')
- unix_bin_path = os.path.join(install_root, 'bin')
- unix_lib_path = os.path.join(install_root, 'lib')
+ unix_share_path = env.get('SHAREDIR',
+ default=os.path.join(install_root, 'share'))
+ unix_bin_path = env.get('BINDIR',
+ default=os.path.join(install_root, 'bin'))
+ unix_lib_path = env.get('LIBDIR',
+ default=os.path.join(install_root, 'lib'))
binary = env.Install(unix_bin_path, binary_files)
resource = env.Install(os.path.join(unix_share_path, 'mixxx'), resource_files)
Index: mixxx.spec
===================================================================
RCS file: /cvs/free/rpms/mixxx/F-19/mixxx.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mixxx.spec 23 May 2013 01:34:20 -0000 1.15
+++ mixxx.spec 26 May 2013 22:47:41 -0000 1.16
@@ -1,6 +1,6 @@
Name: mixxx
Version: 1.11.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
@@ -8,6 +8,7 @@
URL: http://www.mixxx.org
Source0: http://downloads.mixxx.org/mixxx-%{version}/%{name}-%{version}-src.tar.gz
Patch0: %{name}-%{version}-20130517bzr.patch
+Patch1: %{name}-%{version}-installpath.patch
# Updated manual...build it yourself with:
# 1) bzr checkout lp:~mixxxdevelopers/mixxx/manual-1.11.x
# 2) cd manual-1.11.x; make html; make latexpdf; make latexpdf
@@ -61,6 +62,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%setup -T -D -a 1
# Fix file permissions. (Already fixed upstream.)
@@ -77,7 +79,7 @@
%build
export CFLAGS=$RPM_OPT_FLAGS
-export CXXFLAGS=$RPM_OPT_FLAGS
+export LIBDIR=$RPM_BUILD_ROOT/%{_libdir}
scons %{?_smp_mflags} \
prefix=%{_prefix} \
qtdir=%{_qt4_prefix} \
@@ -90,7 +92,7 @@
rm -rf $RPM_BUILD_ROOT
export CFLAGS=$RPM_OPT_FLAGS
-export CXXFLAGS=$RPM_OPT_FLAGS
+export LIBDIR=$RPM_BUILD_ROOT/%{_libdir}
scons %{?_smp_mflags} \
install_root=$RPM_BUILD_ROOT%{_prefix} \
qtdir=%{_qt4_prefix} \
11 years, 6 months
rpms/xmms2-freeworld/F-19 xmms2-freeworld.spec,1.13,1.14
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xmms2-freeworld/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6909
Modified Files:
xmms2-freeworld.spec
Log Message:
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8-8
- Rebuilt for x264/FFmpeg
Index: xmms2-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xmms2-freeworld/F-19/xmms2-freeworld.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xmms2-freeworld.spec 30 Jan 2013 16:57:05 -0000 1.13
+++ xmms2-freeworld.spec 26 May 2013 21:56:12 -0000 1.14
@@ -3,7 +3,7 @@
Name: xmms2-freeworld
Summary: Plugins for XMMS2 that cannot be included in Fedora
Version: 0.8
-Release: 7%{?dist}
+Release: 8%{?dist}
License: LGPLv2+ and GPL+ and BSD
Group: Applications/Multimedia
# Fedora's xmms2 has to use a sanitized tarball, we don't.
@@ -208,6 +208,9 @@
%{_libdir}/xmms2/libxmms_mp4.so
%changelog
+* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8-8
+- Rebuilt for x264/FFmpeg
+
* Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8-7
- Rebuilt for ffmpeg
11 years, 6 months
rpms/xmms2-freeworld/devel xmms2-freeworld.spec,1.13,1.14
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xmms2-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6767
Modified Files:
xmms2-freeworld.spec
Log Message:
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8-8
- Rebuilt for x264/FFmpeg
Index: xmms2-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xmms2-freeworld/devel/xmms2-freeworld.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xmms2-freeworld.spec 30 Jan 2013 16:57:05 -0000 1.13
+++ xmms2-freeworld.spec 26 May 2013 21:55:57 -0000 1.14
@@ -3,7 +3,7 @@
Name: xmms2-freeworld
Summary: Plugins for XMMS2 that cannot be included in Fedora
Version: 0.8
-Release: 7%{?dist}
+Release: 8%{?dist}
License: LGPLv2+ and GPL+ and BSD
Group: Applications/Multimedia
# Fedora's xmms2 has to use a sanitized tarball, we don't.
@@ -208,6 +208,9 @@
%{_libdir}/xmms2/libxmms_mp4.so
%changelog
+* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8-8
+- Rebuilt for x264/FFmpeg
+
* Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8-7
- Rebuilt for ffmpeg
11 years, 6 months
rpms/xine-lib-extras-freeworld/F-19 xine-lib-extras-freeworld.spec, 1.49, 1.50
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xine-lib-extras-freeworld/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6625
Modified Files:
xine-lib-extras-freeworld.spec
Log Message:
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.21-6
- Rebuilt for x264/FFmpeg
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/F-19/xine-lib-extras-freeworld.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- xine-lib-extras-freeworld.spec 30 Jan 2013 16:56:49 -0000 1.49
+++ xine-lib-extras-freeworld.spec 26 May 2013 21:55:42 -0000 1.50
@@ -4,7 +4,7 @@
Name: xine-lib-extras-freeworld
Summary: Extra codecs for the Xine multimedia library
Version: 1.1.21
-Release: 5%{?dist}
+Release: 6%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -176,6 +176,9 @@
%changelog
+* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.21-6
+- Rebuilt for x264/FFmpeg
+
* Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.21-5
- Rebuilt for ffmpeg
11 years, 6 months
rpms/xine-lib-extras-freeworld/devel xine-lib-extras-freeworld.spec, 1.49, 1.50
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xine-lib-extras-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6483
Modified Files:
xine-lib-extras-freeworld.spec
Log Message:
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.21-6
- Rebuilt for x264/FFmpeg
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/devel/xine-lib-extras-freeworld.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- xine-lib-extras-freeworld.spec 30 Jan 2013 16:56:49 -0000 1.49
+++ xine-lib-extras-freeworld.spec 26 May 2013 21:55:24 -0000 1.50
@@ -4,7 +4,7 @@
Name: xine-lib-extras-freeworld
Summary: Extra codecs for the Xine multimedia library
Version: 1.1.21
-Release: 5%{?dist}
+Release: 6%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -176,6 +176,9 @@
%changelog
+* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.21-6
+- Rebuilt for x264/FFmpeg
+
* Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.21-5
- Rebuilt for ffmpeg
11 years, 6 months
rpms/xbmc/F-19 xbmc.spec,1.61,1.62
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xbmc/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6341
Modified Files:
xbmc.spec
Log Message:
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 12.2-2
- Rebuilt for x264/FFmpeg
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-19/xbmc.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- xbmc.spec 10 May 2013 05:59:46 -0000 1.61
+++ xbmc.spec 26 May 2013 21:55:05 -0000 1.62
@@ -5,7 +5,7 @@
Name: xbmc
Version: 12.2
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -327,6 +327,9 @@
#%%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 12.2-2
+- Rebuilt for x264/FFmpeg
+
* Mon May 06 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.2-1
- Update to Frodo 12.2
- Rebase hdhomerun and dvdread patches onto 12.2
11 years, 6 months
rpms/xbmc/devel xbmc.spec,1.61,1.62
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6199
Modified Files:
xbmc.spec
Log Message:
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 12.2-2
- Rebuilt for x264/FFmpeg
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- xbmc.spec 7 May 2013 02:05:24 -0000 1.61
+++ xbmc.spec 26 May 2013 21:54:47 -0000 1.62
@@ -5,7 +5,7 @@
Name: xbmc
Version: 12.2
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -327,6 +327,9 @@
#%%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 12.2-2
+- Rebuilt for x264/FFmpeg
+
* Mon May 06 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.2-1
- Update to Frodo 12.2
- Rebase hdhomerun and dvdread patches onto 12.2
11 years, 6 months
rpms/wxsvg/F-19 wxsvg.spec,1.24,1.25
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/wxsvg/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6053
Modified Files:
wxsvg.spec
Log Message:
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.15-2
- Rebuilt for x264/FFmpeg
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-19/wxsvg.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- wxsvg.spec 11 May 2013 17:19:25 -0000 1.24
+++ wxsvg.spec 26 May 2013 21:54:28 -0000 1.25
@@ -1,6 +1,6 @@
Name: wxsvg
Version: 1.1.15
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -67,6 +67,9 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.15-2
+- Rebuilt for x264/FFmpeg
+
* Sat May 11 2013 Sérgio Basto <sergio(a)serjux.com> - 1.1.15-1
- Update to 1.1.15
11 years, 6 months
rpms/wxsvg/devel wxsvg.spec,1.25,1.26
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/wxsvg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5911
Modified Files:
wxsvg.spec
Log Message:
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.15-2
- Rebuilt for x264/FFmpeg
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- wxsvg.spec 11 May 2013 17:15:01 -0000 1.25
+++ wxsvg.spec 26 May 2013 21:54:14 -0000 1.26
@@ -1,6 +1,6 @@
Name: wxsvg
Version: 1.1.15
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -67,6 +67,9 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.15-2
+- Rebuilt for x264/FFmpeg
+
* Sat May 11 2013 Sérgio Basto <sergio(a)serjux.com> - 1.1.15-1
- Update to 1.1.15
11 years, 6 months
rpms/vdrsync/F-19 vdrsync.spec,1.8,1.9
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdrsync/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5761
Modified Files:
vdrsync.spec
Log Message:
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.3-17.PRE1.050322
- Rebuilt for x264/FFmpeg
Index: vdrsync.spec
===================================================================
RCS file: /cvs/free/rpms/vdrsync/F-19/vdrsync.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vdrsync.spec 3 Mar 2013 21:48:46 -0000 1.8
+++ vdrsync.spec 26 May 2013 21:53:59 -0000 1.9
@@ -1,6 +1,6 @@
Name: vdrsync
Version: 0.1.3
-Release: 16.PRE1.050322%{?dist}
+Release: 17.PRE1.050322%{?dist}
Summary: Recording demultiplexer for VDR
Group: Applications/Multimedia
@@ -70,6 +70,9 @@
%changelog
+* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.3-17.PRE1.050322
+- Rebuilt for x264/FFmpeg
+
* Sun Mar 03 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.3-16.PRE1.050322
- Mass rebuilt for Fedora 19 Features
11 years, 6 months