Author: kwizart
Update of /cvs/free/rpms/mixxx/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20826
Modified Files:
sources .cvsignore mixxx.spec
Log Message:
Update to 1.8.0.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mixxx/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 6 Sep 2010 20:41:51 -0000 1.4
+++ sources 13 Oct 2010 15:16:20 -0000 1.5
@@ -1 +1 @@
-a2121eb10f2521a44acd2d17ba6b481d mixxx-1.7.2-src.tar.gz
+5e896fbd77c1d44f1916e7ad4740c1ac mixxx-1.8.0.2-src.tar.gz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mixxx/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 6 Sep 2010 20:41:51 -0000 1.4
+++ .cvsignore 13 Oct 2010 15:16:20 -0000 1.5
@@ -1 +1 @@
-mixxx-1.7.2-src.tar.gz
+mixxx-1.8.0.2-src.tar.gz
Index: mixxx.spec
===================================================================
RCS file: /cvs/free/rpms/mixxx/devel/mixxx.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mixxx.spec 6 Sep 2010 20:41:51 -0000 1.5
+++ mixxx.spec 13 Oct 2010 15:16:20 -0000 1.6
@@ -1,5 +1,5 @@
Name: mixxx
-Version: 1.7.2
+Version: 1.8.0.2
Release: 1%{?dist}
Summary: Mixxx is open source software for DJ'ing
@@ -16,7 +16,7 @@
#Mandatory Requirements
BuildRequires: alsa-lib-devel >= 1.0.10
#BuildRequires: jack-audio-connection-kit-devel >= 0.61.0 #jack seems deprecated to
portaudio
-BuildRequires: qt4-devel
+BuildRequires: qt4-devel >= 4.3
BuildRequires: libGL-devel
BuildRequires: libGLU-devel
BuildRequires: libid3tag-devel
@@ -25,6 +25,7 @@
BuildRequires: libsndfile-devel
BuildRequires: libvorbis-devel
BuildRequires: portaudio-devel
+BuildRequires: portmidi-devel
#Optionals Requirements
#BuildRequires: ffmpeg-devel
@@ -35,6 +36,7 @@
%{?_with_djconsole:BuildRequires: libdjconsole-devel}
BuildRequires: ladspa-devel
%{?_with_libgpod:BuildRequires: libgpod-devel}
+BuildRequires: wavpack-devel
@@ -60,7 +62,9 @@
export CFLAGS=$RPM_OPT_FLAGS
export CXXFLAGS=$RPM_OPT_FLAGS
scons %{?_smp_mflags} \
- prefix=%{_prefix} ladspa=1 \
+ prefix=%{_prefix} \
+ qtdir=%{_qt4_prefix} \
+ ladspa=0 \
shoutcast=0 hifieq=1 script=0 optimize=0 \
%{?_with_bpm: experimentalbpm=1} \
%{?_with_djconsole: djconsole=1} \
@@ -115,6 +119,9 @@
%{_datadir}/pixmaps/mixxx-icon.png
%changelog
+* Wed Oct 13 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.8.0.2-1
+- Update to 1.8.0.2
+
* Mon Sep 06 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.7.2-1
- Update to 1.7.2
Show replies by date