rpms/mixxx/devel mixxx.spec,1.2,1.3
NicolasChauvet
kwizart at rpmfusion.org
Sat Oct 17 00:50:17 CEST 2009
Author: kwizart
Update of /cvs/free/rpms/mixxx/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11887
Modified Files:
mixxx.spec
Log Message:
- Update to 1.7.0
Index: mixxx.spec
===================================================================
RCS file: /cvs/free/rpms/mixxx/devel/mixxx.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mixxx.spec 29 Mar 2009 13:40:25 -0000 1.2
+++ mixxx.spec 16 Oct 2009 22:50:17 -0000 1.3
@@ -1,6 +1,6 @@
Name: mixxx
-Version: 1.6.1
-Release: 2%{?dist}
+Version: 1.7.0
+Release: 1%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
@@ -32,7 +32,7 @@
#BuildRequires: lua-devel, tolua++-devel
%{?_with_bpm:BuildRequires: fftw-devel}
%{?_with_djconsole:BuildRequires: libdjconsole-devel}
-%{?_with_ladspa:BuildRequires: ladspa-devel}
+BuildRequires: ladspa-devel
%{?_with_libgpod:BuildRequires: libgpod-devel}
@@ -46,33 +46,23 @@
Non-default rpmbuild options:
--with bpm: Enable bpm support
--with djconsole: Enable djconsole support
---with ladspa: Enable ladspa support (EXPERIMENTAL)
--with libgpod: Enable libgpod support
%prep
%setup -q
-#removal of internal dependencies
-rm -rf lib/{portaudio-v18,portaudio-v18mac}
-#libsamplerate, older version, better than having compat-libsamplerate for now
-#Fix ladspa in any cases
-sed -i -e 's|/usr/lib/ladspa/|%{_libdir}/ladspa/|' src/ladspaloader.cpp
-
-#Fix perm for sources
-find lib src -type f -name \* -exec chmod 644 {} \;
%build
export CFLAGS=$RPM_OPT_FLAGS
export CXXFLAGS=$RPM_OPT_FLAGS
scons %{?_smp_mflags} \
- prefix=%{_prefix} \
+ prefix=%{_prefix} ladspa=1 \
shoutcast=0 hifieq=1 script=0 optimize=0 \
%{?_with_bpm: experimentalbpm=1} \
%{?_with_djconsole: djconsole=1} \
- %{?_with_ladspa: ladspa=1} \
%{?_with_libgpod: ipod=1} \
@@ -128,6 +118,9 @@
%{_datadir}/pixmaps/mixxx-icon.png
%changelog
+* Sat Oct 17 2009 kwizart < kwizart at gmail.com > - 1.7.0-1
+- Update to 1.7.0
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.6.1-2
- rebuild for new F11 features
More information about the rpmfusion-commits
mailing list