]> git.pld-linux.org Git - packages/audacity.git/commitdiff
- call configure in soundtouch auto/th/audacity-1_2_4b-2
authorhavner <havner@pld-linux.org>
Wed, 30 Aug 2006 17:02:56 +0000 (17:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gcc4 patch
- rel 2

Changed files:
    audacity.spec -> 1.54

audacity.spec

index 7bbba5c8f50d2ee90a8e3e36f4ea04dcffd6bd8a..6ee4206eec4efef02542675146687080be87ddfe 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    Audacity - narz
 Summary(ru):   Êðîññïëàòôîðìåííûé çâóêîâîé ðåäàêòîð
 Name:          audacity
 Version:       1.2.4b
-Release:       1
+Release:       2
 License:       GPL
 Vendor:                Dominic Mazzoni <dominic@minorninth.com>
 Group:         X11/Applications/Sound
@@ -15,6 +15,7 @@ Patch0:               %{name}-system-expat.patch
 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
@@ -63,6 +64,7 @@ Audacity - 
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -77,6 +79,10 @@ export WX_CONFIG="`which wx-gtk2-ansi-config`"
        --with-libsndfile=system \
        --with-libflac=system \
        --with-vorbis=system
+cd lib-src/soundtouch
+%{__autoconf}
+%configure
+cd ../..
 
 %{__make} \
        OPTFLAGS="%{rpmcflags}"
This page took 0.041573 seconds and 4 git commands to generate.