1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 09:08:44 +02:00

57 Commits

Author SHA1 Message Date
windinthew
9851b53a8f Clarifying sbsms version in SVN. 2014-06-18 13:32:34 +00:00
benjamin.drung@gmail.com
cc7cf018c3 twolame: Terminate AM_TESTS_ENVIRONMENT by a semicolon.
The automake manual says: "the contents of a non-empty AM_TESTS_ENVIRONMENT
must be terminated by a semicolon." Without the semicolon, the perl command
will indefinitely wait for input from stdin.
2013-11-20 00:02:36 +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
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
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
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
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
lllucius@gmail.com
d282aa07ec Reintroduce patch for building local libvorbis with local libogg. 2013-11-08 06:55:31 +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
990fab57c5 Disable maintainer mode for soundtouch by adding AM_MAINTAINER_MODE([disable]). 2013-11-07 17:57:11 +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
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
lllucius
f510d21218 Update libsoxr to 0.1.1 2013-11-05 04:24:24 +00:00
benjamin.drung@gmail.com
fba04b209b Add and apply autotools.patch to fix all autotools warnings for soundtouch. 2013-11-01 20:54:01 +00:00
benjamin.drung@gmail.com
67a3301cbc Disable automatic re-run of autotools for libogg. 2013-11-01 20:38:06 +00:00
benjamin.drung@gmail.com
648639ccad Add and apply autotools.patch to fix all autotools warnings for libogg. 2013-11-01 20:34:02 +00:00
benjamin.drung@gmail.com
22e7fbbd06 Add and apply autotools.patch to fix all autotools warnings for portsmf. 2013-11-01 10:12:14 +00:00
lllucius
bb63fa0d07 Update portmidi to SVN r227. 2013-10-31 07:33:41 +00:00
lllucius
a30f9e913b Update portsmf to SVN r227. 2013-10-31 07:23:14 +00:00
lllucius
6fef6dd8b4 Update libvamp to 2.5. 2013-10-31 06:33:59 +00:00
lllucius
c8aa505879 Just a note about the livl patch having been committed upstream 2013-10-31 06:03: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
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
benjamin.drung@gmail.com
ed0e3f66b5 Add and apply autotools.patch to fix all autotools warnings for libvorbis. 2013-10-25 11:35:39 +00:00
lllucius
fe318f3b94 Update taglib to 1.9.1. 2013-10-24 19:21:10 +00:00
lllucius
3a33e2f717 Update libvorbis to 1.3.3. 2013-10-24 18:24:47 +00:00
lllucius
78309687be Update libogg to 1.3.1. 2013-10-24 17:28:18 +00:00
lllucius
5264db6300 Add Audacity changes for new libflac 1.3.0. 2013-10-24 16:25:59 +00:00
lllucius
8fb66c92a1 Update libflac to 1.3.0. 2013-10-24 16:08:56 +00:00
lllucius
f740766f37 Update soundtouch to 1.7.1. 2013-10-24 06:36:42 +00:00
lllucius
3effa9693f Update twolame to 0.3.13. 2013-10-24 04:32:13 +00:00
lllucius
0dd0028870 Forgot to update for the new portaudio level. 2013-09-24 15:23:07 +00:00
richardash1981
1351caba69 managed patch for libsndfile to support Album and Track tags in WAV files, created by Joel Bouchat <bouchat@hotmail.com>. This patch is on it's way upstream from the author 2013-08-18 20:43:36 +00:00
RichardAsh1981@gmail.com
41be5788cb remove the obsolete and probably undistributable rtaudio source, not usable since 2007 2013-07-09 19:12:40 +00:00
RichardAsh1981@gmail.com
b48e6883c6 remove other traces of iAVC now that AVCeffect is gone 2013-06-28 18:58:37 +00:00
lllucius
548983fd02 Fix WASAPI state reporting and add WASAPI loopback support. 2013-02-27 02:17:21 +00:00
lllucius
123ec235c9 Update portaudio to upstream r1885 2013-02-27 01:33:15 +00:00
RichardAsh1981@gmail.com
5b61992f93 update the patch list file with new upstream versions, and make the libresample comment accurate 2013-01-14 20:35:42 +00:00
windinthew
781b8d440a libsxor version appears to be 0.0.5 as at r12071 2013-01-11 07:06:13 +00:00
v.audacity
cda544a119 Upgrade to libsoxr 0.0.3. 2012-10-18 23:19:58 +00:00
v.audacity
038c7c0c68 Make libsoxr build for Audacity on Linux and Windows. 2012-10-15 01:30:19 +00:00
v.audacity
6adf60e0d4 Rob Sykes mods to make libsoxr build for Audacity on Linux 2012-10-15 00:33:09 +00:00
v.audacity
2416f94980 Upgrade to libsoxr 0.0.2. 2012-10-12 23:54:03 +00:00
v.audacity
d91642da17 Convert default resampler from libresample to libsoxr. 2012-10-09 22:21:14 +00:00
mchinen
9a621647be Fix Bug 504 (P2) - PPC Macs crash importing MP3 files with "guess_file_type" error
in id3.c: psf->fileoffset is a sf_count_t, which is int64_t, which is
larger than size_t on a G4 PPC.
Since psf_binheader_readf expects that argument to be the smaller
size_t, it ends up seeking over and over to the zero position since
the larger bits of the variable are all zeros.
Patch simply casts to size_t.

Patch sent upstream as well.
2012-05-24 01:04:14 +00:00
mchinen
cf8c3ee799 Fix a crash when importing mp3s with duplicate tags via libsndfile. This patch is from Erik de Castro Lopo, already upstream. Also made appropriate entry in audacity-patches.txt 2012-02-05 09:05:49 +00:00