From 8592ddcd40ba32062900cd18b978bb7591e5390a9cef26cc1931ad875d40eae2 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 15 Mar 2010 16:33:29 +0000 Subject: [PATCH] - rework previous fix without autoreconf in patching configure directly OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=33 --- audacity-nomac.patch | 13 +++++++++++++ audacity.changes | 6 ++++++ audacity.spec | 21 --------------------- 3 files changed, 19 insertions(+), 21 deletions(-) diff --git a/audacity-nomac.patch b/audacity-nomac.patch index 85d8a7f..b8b5432 100644 --- a/audacity-nomac.patch +++ b/audacity-nomac.patch @@ -13,3 +13,16 @@ Index: audacity-src-1.3.11-beta/lib-src/portmixer/configure.ac AC_EGREP_HEADER([PaOSS_GetStreamInputDevice], [pa_unix_oss.h], , [have_support=no]) if [[ $have_support = "no" ]] ; then AC_MSG_WARN("Missing support in pa_unix_oss.h"); +Index: audacity-src-1.3.11-beta/lib-src/portmixer/configure +=================================================================== +--- audacity-src-1.3.11-beta.orig/lib-src/portmixer/configure 2010-01-18 22:34:54.000000000 +0100 ++++ audacity-src-1.3.11-beta/lib-src/portmixer/configure 2010-03-15 17:16:42.000000000 +0100 +@@ -3542,8 +3542,6 @@ _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "PaMacCore_GetStreamInputDevice" >/dev/null 2>&1; then + : +-else +- have_support=no + fi + rm -f conftest* + diff --git a/audacity.changes b/audacity.changes index 564117c..478a7b9 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 15 16:31:02 UTC 2010 - coolo@novell.com + +- rework previous fix without autoreconf in patching configure + directly + ------------------------------------------------------------------- Mon Mar 15 11:43:14 UTC 2010 - dimstar@opensuse.org diff --git a/audacity.spec b/audacity.spec index 1575d1e..051d7c6 100644 --- a/audacity.spec +++ b/audacity.spec @@ -62,24 +62,6 @@ imports many sound file formats, including WAV, AIFF, AU, IRCAM, MP, and Ogg Vorbis. With Audacity, you can edit wave data larger than the physical memory size of your computer. - - -Authors: --------- - Dominic Mazzoni - Roger Dannenberg - Jason Cohen - Robert Leidle - Mark Tomlinson - Joshua Haberman - Nasca Octavian Paul - Logan Lewis - Matt Brubeck - Mark Phillips - Tony Oetzmann - Harvey Lubin - Tom Woodhams - %prep %setup -q -n %{name}-src-%{version}-beta %patch0 @@ -90,9 +72,6 @@ Authors: %build #%{?suse_update_config:%{suse_update_config -f . lib-src/*/.}} #export AUTOMAKE="automake --foreign" -pushd lib-src/portmixer -autoreconf -popd %configure \ --enable-unicode \ --with-libvorbis=system \