benjamin.drung@gmail.com
d56c78b8fa
Require lilv >= 0.16 (because lilv_world_get is introduced in this version).
2013-10-28 23:46:50 +00:00
benjamin.drung@gmail.com
0a6e14d765
The pkg-config file for lilv is called lilv-0 on Debian/Ubuntu.
2013-10-28 23:44:29 +00:00
benjamin.drung@gmail.com
a7886e55dc
Do not check for indirect dependencies serd, sord, sratom (lilv is enough).
2013-10-28 23:43:45 +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
52afa22aaf
Removing liblrdf, libraptor, redland, and slv2 in preparation for
...
conversion to lilv, serd, sord, and sratom.
2013-10-27 08:50:38 +00:00
lllucius@gmail.com
a0a5812b14
I'll get this darn thing right eventually!
2013-10-25 00:56:05 +00:00
benjamin.drung@gmail.com
bb7d691ffd
Remove trailing spaces and replace tabs by spaces in m4 macros.
2013-10-24 23:24:52 +00:00
benjamin.drung@gmail.com
e1eb176ec4
Make configure subdirectories in AC_CONFIG_SUBDIRS literal.
...
This fixes the autoreconf warnings and follows the upstream manual:
http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Subdirectories.html
2013-10-24 23:11:56 +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
2dea45f5b0
structure like other macros, document what the if false clause does
2013-01-13 20:20:52 +00:00
RichardAsh1981@gmail.com
7ef6c92762
always do sub-configure - that way madness lies. Try and make the help output both correct and consistent
2013-01-13 20:18:41 +00:00
RichardAsh1981@gmail.com
d0abe90304
document (for autoheader) the preprocessor definition for LAME compile-time linkage
2013-01-13 20:16:06 +00:00
windinthew
9f618282fe
Rob Sykes patch to support builds with a system lib
2013-01-11 06:18:23 +00:00
v.audacity
6d3b524935
Rob's changes suggested on -devel
2012-11-11 00:08:05 +00:00
v.audacity
17d33203c9
Rob's 3resamplers.patch
2012-11-04 19:03:22 +00:00
v.audacity
2cc54642b4
Rob's m4-patch
2012-11-03 23:16:54 +00:00
v.audacity
5460b5c668
This commit is partial effort toward more libsoxr integration, that implements Rob Sykes's latest patch. I have no idea whether the Linux-specific stuff from the patch (e.g., M4 file) is still correct in this.
...
For Resample.* and QualityPrefs.cpp, this commit has my restructuring for distinguishing constant-rate vs variable-rate resamplers more generally. I think it's complete and ready for const-rate, but I have more review and testing to do for the var-rate cases.
Variable-rate resampling is not implemented here, so Time Tracks are still broken, but this is a milestone in getting to a more general and correct structure.
Also I think this fixes AboutDialog issues Steve noticed.
2012-11-03 02:06:07 +00:00
v.audacity
a7df83f27d
Rob Sykes patch to make libsoxr build for Audacity
2012-10-13 00:15:12 +00:00
v.audacity
f0112b57df
Benjamin Drung's disable-dynamic-ffmpeg-v3.patch for bug 233
2012-08-29 21:31:11 +00:00
v.audacity
b4bb69cf8c
Benjamin Drung's patch 6 ( http://bugzilla.audacityteam.org/attachment.cgi?id=310 ) for http://bugzilla.audacityteam.org/show_bug.cgi?id=483
2012-08-20 03:48:09 +00:00
v.audacity
87610cea39
Benjamin Drung's disable-dynamic-lame.patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=233
2012-06-25 01:41:57 +00:00
v.audacity
10f6e2b01a
BenBenjamin Drung's ffmpeg-mimetypes.patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=483
2012-06-25 00:48:27 +00:00
clayton.otey
c64adba308
Associated with r11696 / patch for bug 485. Just forgot to add/delete these files associated with the patch.
2012-04-17 01:04:16 +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
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
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