1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

2174 Commits

Author SHA1 Message Date
benjamin.drung@gmail.com
d8562a197c lv2: Add empty check target to Makefile. 2013-11-19 02:44:02 +00:00
benjamin.drung@gmail.com
3063e8717e libsoxr: Add 'make check' target for integration into GNU Autotools. 2013-11-19 02:42:17 +00:00
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
48b001d3d0 portmixer: Drop --with-pa-include in favor of overwriting the pkg-config check. 2013-11-19 01:43:48 +00:00
benjamin.drung@gmail.com
e13d905f8c Update autotool files of portmixer. 2013-11-18 21:26:20 +00:00
benjamin.drung@gmail.com
b947c07ad8 Update portmixer test from portaudio v18 to v19 and fix the compilation. 2013-11-18 21:25:29 +00:00
benjamin.drung@gmail.com
c2a15f6df6 libvamp: Fix all target to not build disabled targets.
The all target should not try to build targets that are disabled by configure.
Otherwise make will try to build the programs (even if you disabled them) and
fail if libsndfile was not found.

We will need a working all target when we want to use automake for Audacity.
2013-11-18 14:35:39 +00:00
benjamin.drung@gmail.com
da736f9f44 libvamp: Fix linkage against dl for hostsdk library.
src/vamp-hostsdk/PluginLoader.cpp uses the dlopen function. On some platforms
you have to link against dl for this function. configure checks for dlopen
and adds -ldl to LIBS if you have to link against dl. We need to pass this
LIBS variable when linking the hostsdk library.
2013-11-18 14:26:44 +00:00
v.audacity
53e0aca508 Fix unused parameter bug reported by Ed Musgrove. 2013-11-16 03:37:46 +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
benjamin.drung@gmail.com
dbffdea8f6 Fix build failure of libnyquist by using static file paths in Makefile.am. 2013-11-14 10:29:31 +00:00
lllucius
6891aa434a Updates for expat 2.1.0 2013-11-14 08:22:53 +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
7f94f64cc6 Update autotools files for libnyquist. 2013-11-14 01:38:55 +00:00
benjamin.drung@gmail.com
760605b145 Add AM_PROG_CC_C_O check for subdir-objects option. 2013-11-14 01:38:28 +00:00
benjamin.drung@gmail.com
3efb2058ae Use subdir-objects automake option for libnyquist. 2013-11-14 01:35:16 +00:00
benjamin.drung@gmail.com
a8181985a8 Quote autoconf parameters. 2013-11-14 01:34:32 +00:00
benjamin.drung@gmail.com
714bb0343c Fix all autotools warnings from libsndfile.
(Older) autoreconf versions will fail if the autotools warnings are not
addressed.
2013-11-13 20:41:32 +00:00
benjamin.drung@gmail.com
75100a1478 Fix autotools warnings from libsamplerate.
(Older) autoreconf versions will fail if the autotools warnings are not
addressed.
2013-11-13 12:15:34 +00:00
benjamin.drung@gmail.com
7a5f6fbbf3 Unpack the waf scripts.
See http://lintian.debian.org/tags/source-contains-waf-binary.html for details.
2013-11-13 00:39:30 +00:00
benjamin.drung@gmail.com
e143ac9ca1 Make sure that libogg is built before libflac if the local liboog is used.
libflac needs to be linked against libogg. So we should built libogg before
libflac if we use the local libogg.
2013-11-12 23:58:43 +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
1bdb187244 Add distdir target to lv2 Makefile. 2013-11-12 02:21:00 +00:00
lllucius@gmail.com
1ccf941055 Update project for new lame.h location 2013-11-11 16:35:31 +00:00
lllucius
d0703a1de9 Adjust project files for new lame.h location
Remove old src/include/win32/mad.h and use current lib-src/mad/msvc++/mad.h instead
Remove unused src/include/BladeMP3EncDLL.h.
2013-11-11 16:23:56 +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
benjamin.drung@gmail.com
6dcffdc827 Restructure audacity icons location (in preparation for the automake usage). 2013-11-11 13:18:55 +00:00
lllucius
6c4d80f93a Fix running on Windows 95.
Creating the symbolic link will fail on 95, but it only matters
if we state is saved...which Audacity doesn't do (yet).
2013-11-11 01:12:30 +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
prlivesey
e7f836222f Fixed libFLAC/libogg related build issues.
Added the libogg include directory into the search path for libFLAC.
Added the new libFLAC source files.
2013-11-09 17:08:40 +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
lllucius
07dc22a5fc Add EXPERIMENTAL_FULL_WASAPI for playing around with all WASAPI devices. 2013-11-09 08:22:59 +00:00
lllucius
1417cb34e2 Fix building on Windows 2013-11-09 08:08:10 +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
ada79ccf45 Remove files that are removed on distclean. 2013-11-09 01:22:26 +00:00
benjamin.drung@gmail.com
ffd61debe8 Fix the handling of portmixer's configure parameter --with-pa-include. 2013-11-08 20:01:00 +00:00
lllucius@gmail.com
6e6793543f Add workaround for warnings with later gcc versions and cleanup src/Makefile.in 2013-11-08 15:02:19 +00:00
lllucius
f62166f36f Bug 679 - Incorrect keyboard preferences for "Snap To"
http://bugzilla.audacityteam.org/show_bug.cgi?id=679
2013-11-08 14:12:24 +00:00
benjamin.drung@gmail.com
bd368e2fe2 Regenerate autotools file for FileDialog by running autoreconf. 2013-11-08 10:58:33 +00:00
benjamin.drung@gmail.com
b7565a667a Simplify Makefile conditions. 2013-11-08 10:58:05 +00:00
benjamin.drung@gmail.com
ec44019744 FileDialog: Do not include (private) config.h in public header. 2013-11-08 10:51:32 +00:00
lllucius@gmail.com
d282aa07ec Reintroduce patch for building local libvorbis with local libogg. 2013-11-08 06:55:31 +00:00
lllucius@gmail.com
d146519cab Remove unnecessary config defines
They just cause warnings when the Audacity build starts.
2013-11-08 06:54:27 +00:00
benjamin.drung@gmail.com
12300af6b5 Update link target of libportmixer.a. 2013-11-08 03:07:16 +00:00
benjamin.drung@gmail.com
a0216505a0 Make all configure script executable. 2013-11-08 02:01:45 +00:00
benjamin.drung@gmail.com
aca38ba6f9 Regenerate autotools file for portmixer by running autoreconf. 2013-11-08 01:59:01 +00:00
benjamin.drung@gmail.com
0f9909b548 Use automake for portmixer. 2013-11-08 01:56:39 +00:00
benjamin.drung@gmail.com
6efbf53d90 Fix make dist target of libnyquist. 2013-11-08 01:05:56 +00:00
benjamin.drung@gmail.com
718c8d8554 Add autotools-fix-make-dist.patch to fix dist target of portsmf. 2013-11-08 00:11:20 +00:00