SPECS: audacity.spec - added system-libs patch (use system libresa...
qboosh
qboosh at pld-linux.org
Fri Dec 29 21:47:09 CET 2006
Author: qboosh Date: Fri Dec 29 20:47:09 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added system-libs patch (use system libresample,soundtouch,twolame)
- added opt patch (optflags in internal libnyquist,portmixer)
- noted some problems noticed
---- Files affected:
SPECS:
audacity.spec (1.61 -> 1.62)
---- Diffs:
================================================================
Index: SPECS/audacity.spec
diff -u SPECS/audacity.spec:1.61 SPECS/audacity.spec:1.62
--- SPECS/audacity.spec:1.61 Fri Dec 29 04:49:59 2006
+++ SPECS/audacity.spec Fri Dec 29 21:47:02 2006
@@ -1,7 +1,8 @@
# $Revision$, $Date$
# TODO:
-# use system soundtouch, nyquist
-# don't use local libresample
+# it constantly tries to open /usr/bin/Portable Settings/*
+# internal portaudio crashes when only OSS is available on startup
+# use system nyquist?
# Installed (but unpackaged) file(s) found:
# /usr/share/doc/audacity/LICENSE.txt
# /usr/share/doc/audacity/README.txt
@@ -21,21 +22,25 @@
Patch0: %{name}-not_require_lame-libs-devel.patch
Patch1: %{name}-wx28.patch
Patch2: %{name}-flac.patch
+Patch3: %{name}-system-libs.patch
+Patch4: %{name}-opt.patch
URL: http://audacity.sourceforge.net/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.50
BuildRequires: automake
-BuildRequires: expat-devel
+BuildRequires: expat-devel >= 1.95
BuildRequires: fftw-devel >= 2.1.4
BuildRequires: flac-devel >= 1.1.3
BuildRequires: gettext-devel
BuildRequires: libid3tag-devel >= 0.15.0b-2
BuildRequires: libjpeg-devel
BuildRequires: libmad-devel >= 0.14.2b-4
-BuildRequires: libsamplerate-devel
-BuildRequires: libsndfile-devel
+BuildRequires: libresample-devel >= 0.1.3
+BuildRequires: libsamplerate-devel >= 0.1.2
+BuildRequires: libsndfile-devel >= 1.0.0
BuildRequires: libstdc++-devel
BuildRequires: libvorbis-devel >= 1:1.0
BuildRequires: pkgconfig
+BuildRequires: soundtouch-devel >= 1.3.0
BuildRequires: speex-devel
BuildRequires: which
BuildRequires: wxGTK2-unicode-devel >= 2.8.0
@@ -71,8 +76,13 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
+%patch4 -p1
%build
+cd lib-src/portmixer
+%{__autoconf}
+cd ../..
%{__aclocal}
%{__autoconf}
@@ -128,6 +138,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.62 2006/12/29 20:47:02 qboosh
+- added system-libs patch (use system libresample,soundtouch,twolame)
+- added opt patch (optflags in internal libnyquist,portmixer)
+- noted some problems noticed
+
Revision 1.61 2006/12/29 03:49:59 qboosh
- fixed not_require_lame-libs-devel patch
- added flac patch for flac 1.1.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/audacity.spec?r1=1.61&r2=1.62&f=u
More information about the pld-cvs-commit
mailing list