rpms/mixxx/devel mixxx-1.9.0-norpath.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 mixxx.spec, 1.8, 1.9 sources, 1.6, 1.7

John Brier john2583 at rpmfusion.org
Mon May 9 22:13:48 CEST 2011


Author: john2583

Update of /cvs/free/rpms/mixxx/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13759

Modified Files:
	.cvsignore mixxx.spec sources 
Added Files:
	mixxx-1.9.0-norpath.patch 
Log Message:
* Mon May 9 2011 John Brier <johnbrier at gmail.com> - 1.9.0-2
- add BuildRequires phonon-backend-gstreamer since phonon-backend-vlc
  is broken in rpmfusion currently


mixxx-1.9.0-norpath.patch:
 depends.py |    2 --
 1 file changed, 2 deletions(-)

--- NEW FILE mixxx-1.9.0-norpath.patch ---
--- mixxx-1.9.0/build/depends.py	2011-02-15 22:00:20.000000000 -0500
+++ mixxx-1.9.0/build/depends.py.norpath	2011-04-12 22:25:43.275373232 -0400
@@ -190,8 +190,6 @@ class Qt(Dependence):
         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")
 
 
 class FidLib(Dependence):


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mixxx/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	21 Jan 2011 14:35:18 -0000	1.6
+++ .cvsignore	9 May 2011 20:13:46 -0000	1.7
@@ -1 +1 @@
-mixxx-1.8.2-src.tar.gz
+mixxx-1.9.0-src.tar.gz


Index: mixxx.spec
===================================================================
RCS file: /cvs/free/rpms/mixxx/devel/mixxx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mixxx.spec	21 Jan 2011 14:35:19 -0000	1.8
+++ mixxx.spec	9 May 2011 20:13:48 -0000	1.9
@@ -1,13 +1,13 @@
 Name:           mixxx
-Version:        1.8.2
-Release:        1%{?dist}
+Version:        1.9.0
+Release:        2%{?dist}
 Summary:        Mixxx is open source software for DJ'ing
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://www.mixxx.org
 Source0:        http://downloads.mixxx.org/mixxx-%{version}/mixxx-%{version}-src.tar.gz
-Patch0:         mixxx-1.8.2-norpath.patch
+Patch0:         mixxx-%{version}-norpath.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #Build tools
@@ -28,6 +28,8 @@
 BuildRequires:  libvorbis-devel
 BuildRequires:  portaudio-devel
 BuildRequires:  portmidi-devel
+BuildRequires:  taglib-devel
+BuildRequires:  flac-devel
 
 #Optionals Requirements
 #BuildRequires:  ffmpeg-devel
@@ -40,7 +42,9 @@
 %{?_with_libgpod:BuildRequires: libgpod-devel}
 BuildRequires: wavpack-devel
 
-
+# workaround to use phonon-backend-gstreamer instead of phonon-backend-vlc since phonon-backend-vlc
+# is broken in rpmfusion currently
+BuildRequires: phonon-backend-gstreamer
 
 %description
 Mixxx is open source software for DJ'ing. You can use MP3s,
@@ -56,7 +60,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n mixxx-1.9.0~release-1.9.x~bzr2720
 %patch0 -p1 -b .norpath
 
 
@@ -106,6 +110,14 @@
 %{_datadir}/pixmaps/mixxx-icon.png
 
 %changelog
+* Mon May 9 2011 John Brier <johnbrier at gmail.com> - 1.9.0-2
+- add BuildRequires phonon-backend-gstreamer since phonon-backend-vlc
+  is broken in rpmfusion currently
+
+* Tue Feb 22 2011 John Brier <johnbrier at gmail.com>- 1.9.0-1
+- Update to 1.9.0
+- Added BuildRequires to spec file for taglib-devel and flac-devel header files
+
 * Fri Jan 21 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.8.2-1
 - Update to 1.8.2
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mixxx/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	21 Jan 2011 14:35:19 -0000	1.6
+++ sources	9 May 2011 20:13:48 -0000	1.7
@@ -1 +1 @@
-f0297f4493d4d8e6ad59f72970bad7bc  mixxx-1.8.2-src.tar.gz
+ea78fc81922e6c7d85d6afffd2e526b1  mixxx-1.9.0-src.tar.gz



More information about the rpmfusion-commits mailing list