From e6def459964686f78c9f74689502bbc2ff24c05d Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Feb 10 2008 22:28:35 +0000 Subject: - rebuilt for GCC 4.3 as requested by Fedora Release Engineering - subst _libdir in ladspa plugin loader --- diff --git a/audacity-1.3.2-testing.patch b/audacity-1.3.2-testing.patch deleted file mode 100644 index 49e75ee..0000000 --- a/audacity-1.3.2-testing.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nur audacity-src-1.3.2-beta-orig/src/effects/LoadEffects.cpp audacity-src-1.3.2-beta/src/effects/LoadEffects.cpp ---- audacity-src-1.3.2-beta-orig/src/effects/LoadEffects.cpp 2006-10-29 01:05:27.000000000 +0200 -+++ audacity-src-1.3.2-beta/src/effects/LoadEffects.cpp 2008-02-10 22:14:38.000000000 +0100 -@@ -132,6 +132,7 @@ - //#endif - - #ifdef USE_LADSPA -+#error Testing only! - LoadLadspaPlugins(); - #endif - diff --git a/audacity.spec b/audacity.spec index a7e41ed..b529160 100644 --- a/audacity.spec +++ b/audacity.spec @@ -1,6 +1,6 @@ Name: audacity Version: 1.3.2 -Release: 18%{?dist}.2 +Release: 19%{?dist} Summary: A multitrack audio editor Group: Applications/Multimedia @@ -19,7 +19,6 @@ Patch6: audacity-1.3.2-FLAC.patch Patch7: audacity-1.3.2-expat2.patch Patch8: audacity-1.3.2-gcc43.patch Patch9: audacity-1.3.2-libdir.patch -Patch10: audacity-1.3.2-testing.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel BuildRequires: desktop-file-utils @@ -63,7 +62,6 @@ Linux/*BSD, MacOS, and Windows. %patch6 -p1 -b .FLAC %patch7 -p1 -b .expat2 %patch8 -p1 -b .gcc43 -%patch10 -p1 -b .testing-only # Substitute hardcoded library paths. %patch9 -p1 @@ -90,7 +88,6 @@ sed -i -e 's!wx-config!wx-2.6-config!g' configure %build %configure --with-help --with-libsndfile=system --without-libresample --with-libsamplerate=system --with-libflac=system --with-ladspa --with-vorbis=system --with-id3tag=system --with-expat=system %{?_with_mp3:--with-libmad=system} -grep LADSPA src/configunix.h make @@ -152,7 +149,8 @@ umask 022 %changelog -* Sun Feb 10 2008 Michael Schwendt - 1.3.2-18.2 +* Sun Feb 10 2008 Michael Schwendt - 1.3.2-19 +- rebuilt for GCC 4.3 as requested by Fedora Release Engineering - subst _libdir in ladspa plugin loader * Thu Jan 3 2008 Michael Schwendt - 1.3.2-18