1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-07 23:32:53 +02:00

41 Commits

Author SHA1 Message Date
benjamin.drung@gmail.com
20f5c717b8 Set PORTAUDIO_CFLAGS and PORTAUDIO_LIBS for portmixer when using the local portaudio. 2013-11-19 01:48:14 +00:00
benjamin.drung@gmail.com
0e38b3c395 Fix check for expat (stupid me). 2013-11-15 23:38:43 +00:00
benjamin.drung@gmail.com
6d2cef480f Make sure that we have expat enabled one way or another. 2013-11-14 11:08:43 +00:00
lllucius
d7abc466db Add expat 2.1.0 for Windows, Mac, and for local Linux builds (use system expat otherwise) 2013-11-14 06:56:26 +00:00
benjamin.drung@gmail.com
cec6a0bf58 Correctly quote AC_MSG_ERROR message.
configure will crash instead of showing the error message if the text contains
a comma and is not quoted.
2013-11-12 23:03:14 +00:00
benjamin.drung@gmail.com
f0b2b26e0b Move LAME header file from src/include to lib-src/lame/lame.
The LAME header file is part of the upstream LAME project and does
not belong in the src/ tree of Audacity.
2013-11-11 13:48:56 +00:00
lllucius@gmail.com
488c387b18 Adds system expat library to link
Adds system zlib library to link when using local libid3tag
Fixes portmixer build when using local portaudio
2013-11-09 21:10:32 +00:00
benjamin.drung@gmail.com
5b51a60778 libflac needs libogg too.
So we need to pass --with-ogg-includes and --with-ogg-libraries to the
configure script of libflac, because it does not use pkg-config.
2013-11-09 12:40:16 +00:00
benjamin.drung@gmail.com
8c2d95559b Use pkg-config override facility to specify libogg location to libvorbis.
1) Revert "Reintroduce patch for building local libvorbis with local libogg." (r12914)

2) Remove acinclude.m4 and regenerate autotool files to use a newer
pkg-config checking macro to get the override facility.

3) Override pkg-config check for libogg by specifying OGG_CFLAGS and OGG_LIBS.
2013-11-09 01:28:56 +00:00
benjamin.drung@gmail.com
f61fc94040 Regenerate autotools file for Audacity and lib-widget-extra. 2013-11-07 21:03:03 +00:00
lllucius
496aa450df Remove local copy of expat
Hasn't been used since 2008.  The wxexpat library is used instead.
2013-11-06 08:41:57 +00:00
benjamin.drung@gmail.com
efdacabb50 Regenerate configure scripts. 2013-11-06 00:45:45 +00:00
benjamin.drung@gmail.com
ade56afd17 Regenerate configure scripts. 2013-11-05 23:24:36 +00:00
benjamin.drung@gmail.com
b9f7e7d0dc Regenerate configure scripts. 2013-11-05 22:38:50 +00:00
benjamin.drung@gmail.com
b7ced85206 Update configure script. 2013-11-05 19:06:26 +00:00
lllucius@gmail.com
d39b46f2ec Updates for libvamp 2.5 2013-10-31 07:18:52 +00:00
lllucius@gmail.com
c311ab5214 Make sure LV2 isn't used from local source if system was requested 2013-10-30 06:44:01 +00:00
lllucius
3532ecd7b2 Reworked LV2 plug-ing support.
This enables all platforms to use LV2 plugins in non-GUI mode.  There is
still some work to do, like subgroup handling and better scalepoint
handling.
2013-10-27 11:13:20 +00:00
lllucius@gmail.com
a0a5812b14 I'll get this darn thing right eventually! 2013-10-25 00:56:05 +00:00
lllucius@gmail.com
95d7c66b19 Don't want to run the oggtest program during configure step. 2013-10-24 22:33:12 +00:00
lllucius
044319b373 Fix Mac build for new libvorbis. 2013-10-24 19:06:10 +00:00
lllucius
3a33e2f717 Update libvorbis to 1.3.3. 2013-10-24 18:24:47 +00:00
lllucius
5264db6300 Add Audacity changes for new libflac 1.3.0. 2013-10-24 16:25:59 +00:00
lllucius
9bae0eaa71 Add Audacity changes for new soundtouch 2013-10-24 06:41:17 +00:00
RichardAsh1981@gmail.com
f28ee91081 remove various old cruft which will not be re-used, and sort out the three-way choice between resampling algorithms in the order 1. libsoxr, 2. libsamplerate, 3. libresample under all cases. Re-generate configure with all the changes in. 2013-01-13 22:31:50 +00:00
windinthew
7de1a13772 updated configure file after r12164 2013-01-13 14:49:03 +00:00
v.audacity
6d3b524935 Rob's changes suggested on -devel 2012-11-11 00:08:05 +00:00
v.audacity
3b8208c726 Gale's svn.diff patch for resample libs 2012-11-10 00:07:33 +00:00
windinthew
7b0e0e605a Updated to allow building of libsoxr 2012-10-17 04:58:34 +00:00
windinthew
54dfaadb17 Updated configure to make available --disable-dynamic-loading ( http://bugzilla.audacityteam.org/show_bug.cgi?id=233 ) 2012-08-31 22:04:23 +00:00
windinthew
c85406d2d3 updated for patch 6, bug 483 "Add supported mime type in audacity.desktop" 2012-08-20 21:05:26 +00:00
clayton.otey
87fb427603 TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485. 2012-04-16 18:26:48 +00:00
clayton.otey
71dedc3d35 Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze. 2011-07-06 09:49:59 +00:00
clayton.otey
df9865f26a Added an sse enabled mixed-radix-fft implementation and a menu/view/{narrow,broaden} spectrum item which adjusts the spectrogram window size 2011-07-02 18:42:38 +00:00
lllucius
62457acd2b Benjamin's quote fix in configure.in. (Amazing the bug
never caused any issues...good catch.)
2011-04-02 02:13:17 +00:00
lllucius
f50be91900 Bug #176 - Support newer versions of FFmpeg.
Also includes Benjamin's ffmpeg-configure-v2.patch.
2011-04-02 02:10:50 +00:00
lllucius
15eef6421e Applying 2 of Benjamin's patches to add an autogen script and to
enable support for using the system portaudio library.  The latter
also corrects a long standing bug that prevented using config.status
to regenerate src/Makefile.

As a result of the above, I've taken Benjamin's *_LOCAL_CONFIGURE_ARGS
idea and propagated its usage to the other place where ac_configure_args
was being set directly.

Removed old stuff from lib-src/Makefile.in and made the library locations
for portaudio and portmixer like the rest (a symlink in lib-src).

Reworked portmixer's configure.ac to properly detect host apis.
2011-03-30 16:14:51 +00:00
lllucius
51ba874c1e Fixes from Benjamin that correct several "configure" problems under Ubuntu Natty and Debian Unstable
Also fixes test in maketarball.sh that determines whether a reconfig is needed.
2011-03-29 03:10:10 +00:00
richardash1981
fce76e9f46 Corrext handling of builds where the name of the Audacity binary is not "audacity", via the --program-prefix and --program-suffix options to configure.
Also make numerous other fixes to make uninstall which distros never seem to patch when they patch make install - we now uninstall all the files we install during make install.
2010-04-24 11:24:08 +00:00
richardash1981
1b87171291 Don't configure taglib, or ship it in the tarballs as we don't use or need it 2010-03-06 16:41:45 +00:00
ra
e74978ba77 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00