forked from pool/audacity
- rework previous fix without autoreconf in patching configure
directly OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=33
This commit is contained in:
parent
bfd9df6685
commit
8592ddcd40
@ -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*
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 <dominic@minorninth.com>
|
||||
Roger Dannenberg <rbd+@cs.cmu.edu>
|
||||
Jason Cohen <cohen3+@andrew.cmu.edu>
|
||||
Robert Leidle <rfl+@andrew.cmu.edu>
|
||||
Mark Tomlinson <marktoml@hotmail.com>
|
||||
Joshua Haberman <joshua@haberman.com>
|
||||
Nasca Octavian Paul <paulnasca@email.ro>
|
||||
Logan Lewis <proxima@proxc.com>
|
||||
Matt Brubeck <mbrubeck@hmc.edu>
|
||||
Mark Phillips <mitb@totaldeath.com>
|
||||
Tony Oetzmann <airon@epost.de>
|
||||
Harvey Lubin <agrapha@agrapha.com>
|
||||
Tom Woodhams <tom@imaginemedia.co.uk>
|
||||
|
||||
%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 \
|
||||
|
Loading…
Reference in New Issue
Block a user