SPECS: audacity.spec - call configure in soundtouch - gcc4 patch -...
havner
havner at pld-linux.org
Wed Aug 30 19:03:02 CEST 2006
Author: havner Date: Wed Aug 30 17:03:02 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- call configure in soundtouch
- gcc4 patch
- rel 2
---- Files affected:
SPECS:
audacity.spec (1.53 -> 1.54)
---- Diffs:
================================================================
Index: SPECS/audacity.spec
diff -u SPECS/audacity.spec:1.53 SPECS/audacity.spec:1.54
--- SPECS/audacity.spec:1.53 Sat Dec 3 23:51:53 2005
+++ SPECS/audacity.spec Wed Aug 30 19:02:56 2006
@@ -4,7 +4,7 @@
Summary(ru): Ęđîńńďëŕňôîđěĺííűé çâóęîâîé đĺäŕęňîđ
Name: audacity
Version: 1.2.4b
-Release: 1
+Release: 2
License: GPL
Vendor: Dominic Mazzoni <dominic at minorninth.com>
Group: X11/Applications/Sound
@@ -16,6 +16,7 @@
Patch1: %{name}-not_require_lame-libs-devel.patch
Patch2: %{name}-opt.patch
Patch3: %{name}-types.patch
+Patch4: %{name}-gcc4.patch
URL: http://audacity.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
@@ -64,6 +65,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
%build
cp -f /usr/share/automake/config.sub .
@@ -78,6 +80,10 @@
--with-libsndfile=system \
--with-libflac=system \
--with-vorbis=system
+cd lib-src/soundtouch
+%{__autoconf}
+%configure
+cd ../..
%{__make} \
OPTFLAGS="%{rpmcflags}"
@@ -115,6 +121,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.54 2006/08/30 17:02:56 havner
+- call configure in soundtouch
+- gcc4 patch
+- rel 2
+
Revision 1.53 2005/12/03 22:51:53 dzeus
- up to 1.2.4b
- updated not_require_lame-libs-devel.patch, removed obsolete wx.patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/audacity.spec?r1=1.53&r2=1.54&f=u
More information about the pld-cvs-commit
mailing list