Author: john2583
Update of /cvs/free/rpms/mixxx/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14616/F-15
Modified Files:
.cvsignore mixxx.spec sources
Added Files:
mixxx-1.9.2-norpath.patch
Removed Files:
mixxx-1.8.2-norpath.patch mixxx-1.9.0-norpath.patch
Log Message:
update F-15 branch to mixxx 1.9.2-1
mixxx-1.9.2-norpath.patch:
depends.py | 2 --
1 file changed, 2 deletions(-)
--- NEW FILE mixxx-1.9.2-norpath.patch ---
--- mixxx-1.9.2/build/depends.py 2011-11-01 20:01:21.000000000 -0400
+++ mixxx-1.9.2/build/depends.py.norpath 2011-11-08 11:32:58.261269786 -0500
@@ -179,8 +179,6 @@
compiling_on_104 = False
if build.platform_is_osx:
compiling_on_104 =
(os.popen('sw_vers').readlines()[1].find('10.4') >= 0)
- if not build.platform_is_windows and not (using_104_sdk or compiling_on_104):
- build.env.Append(LINKFLAGS = "-Wl,-rpath,$QTDIR/lib")
#QtSQLite DLL
if build.platform_is_windows:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mixxx/F-15/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 9 May 2011 20:13:46 -0000 1.7
+++ .cvsignore 8 Nov 2011 20:43:02 -0000 1.8
@@ -1 +1 @@
-mixxx-1.9.0-src.tar.gz
+mixxx-1.9.2-src.tar.gz
Index: mixxx.spec
===================================================================
RCS file: /cvs/free/rpms/mixxx/F-15/mixxx.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mixxx.spec 9 May 2011 20:13:48 -0000 1.9
+++ mixxx.spec 8 Nov 2011 20:43:04 -0000 1.10
@@ -1,6 +1,6 @@
Name: mixxx
-Version: 1.9.0
-Release: 2%{?dist}
+Version: 1.9.2
+Release: 1%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
@@ -52,15 +52,9 @@
can be controlled through the GUI and with external
controllers including MIDI devices, and more.
-Non-default rpmbuild options:
---with bpm: Enable bpm support
---with djconsole: Enable djconsole support
---with libgpod: Enable libgpod support
-
-
%prep
-%setup -q -n mixxx-1.9.0~release-1.9.x~bzr2720
+%setup -q
%patch0 -p1 -b .norpath
@@ -71,11 +65,7 @@
prefix=%{_prefix} \
qtdir=%{_qt4_prefix} \
ladspa=0 \
- shoutcast=0 hifieq=1 script=0 optimize=0 \
- %{?_with_bpm: experimentalbpm=1} \
- %{?_with_djconsole: djconsole=1} \
- %{?_with_libgpod: ipod=1} \
-
+ shoutcast=1 hifieq=1 script=0 optimize=0 \
%install
@@ -110,6 +100,14 @@
%{_datadir}/pixmaps/mixxx-icon.png
%changelog
+* Mon Nov 8 2011 John Brier <johnbrier(a)gmail.com> - 1.9.2-1
+- Update to 1.9.2
+- build with shoutcast support
+- remove -n option to setup since upstream source extracts
+ into a directory of name-version format
+- remove old experimental build options that are no longer
+ relevant
+
* Mon May 9 2011 John Brier <johnbrier(a)gmail.com> - 1.9.0-2
- add BuildRequires phonon-backend-gstreamer since phonon-backend-vlc
is broken in rpmfusion currently
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mixxx/F-15/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 9 May 2011 20:13:48 -0000 1.7
+++ sources 8 Nov 2011 20:43:04 -0000 1.8
@@ -1 +1 @@
-ea78fc81922e6c7d85d6afffd2e526b1 mixxx-1.9.0-src.tar.gz
+f84095951f66b12af5cf45d19200ff82 mixxx-1.9.2-src.tar.gz
--- mixxx-1.8.2-norpath.patch DELETED ---
--- mixxx-1.9.0-norpath.patch DELETED ---
Show replies by date