1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 08:09:41 +02:00

2158 Commits

Author SHA1 Message Date
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
benjamin.drung@gmail.com
7fefc64aa8 Add autotools-fix-make-dist.patch to fix dist target of sbsms. 2013-11-07 23:32:19 +00:00
benjamin.drung@gmail.com
d08f0da2bd Remove temporary file stamp-h1. 2013-11-07 23:27:55 +00:00
benjamin.drung@gmail.com
1686b38f3c Replace tabs by spaces. 2013-11-07 23:23:32 +00:00
benjamin.drung@gmail.com
f61fc94040 Regenerate autotools file for Audacity and lib-widget-extra. 2013-11-07 21:03:03 +00:00
benjamin.drung@gmail.com
6619f23305 Use automake for libwidgetextra.
Replace the custom Makefile by automake. In addition drop the hacky
libwidgetextra-uninstalled.pc and configure the library like every other
optional library, but check if the library is not disabled.
2013-11-07 21:00:56 +00:00
benjamin.drung@gmail.com
0d30aad773 Remove hg artefacs from libvamp update. 2013-11-07 18:37:01 +00:00
benjamin.drung@gmail.com
4ac2ed8065 Remove files/directories that are removed on distclean. 2013-11-07 18:05:08 +00:00
benjamin.drung@gmail.com
c5aad36d14 Regenerate autotools file for soundtouch. 2013-11-07 17:58:34 +00:00
benjamin.drung@gmail.com
990fab57c5 Disable maintainer mode for soundtouch by adding AM_MAINTAINER_MODE([disable]). 2013-11-07 17:57:11 +00:00
windinthew
8615c3223c Consistency tweaks. 2013-11-07 09:46:59 +00:00
windinthew
3bb407aef9 Update by Bashishtha Singh. 2013-11-07 09:22:23 +00:00
benjamin.drung@gmail.com
6130d2f33e Regenerate autotools file for libflac. 2013-11-07 00:08:59 +00:00
benjamin.drung@gmail.com
00634b9b7d Disable maintainer mode for libflac.
The maintainer mode is enable by default if no AM_MAINTAINER_MODE is called
in configure.ac.
2013-11-07 00:07:46 +00:00
benjamin.drung@gmail.com
6ae83e1f8a Regenerate autotools file of FileDialog by running autoreconf. 2013-11-06 22:51:41 +00:00
benjamin.drung@gmail.com
5333ba8ab7 Also distribute FileDialog.vcproj file in FileDialog. 2013-11-06 22:46:27 +00:00
benjamin.drung@gmail.com
eed482dae4 Regenerate autotools file of FileDialog by running autoreconf. 2013-11-06 22:41:48 +00:00