Commit Graph

22 Commits

Author SHA1 Message Date
Leland Lucius
c42d188e7b Removed old build system
This was fun!!! Holler if I had too much fun. :-)
2020-05-24 13:18:47 -05:00
SteveDaulton
6828627e0f Fix libsoxr build on Windows 2018-03-20 20:52:59 +00:00
Steve Daulton
ccc29c6c76 Upgrade libsoxr to 0.1.3 2018-03-20 20:52:59 +00:00
Benjamin Drung
787f2afd10 Introduce end-of-line normalization
Ensures that all files that Git considers to be text will have
normalized (LF) line endings in the repository. When core.eol is set to
native (which is the default), Git will convert the line endings of
normalized files in your working directory back to your platform's
native line ending.

See also https://git-scm.com/docs/gitattributes
2016-05-17 01:05:05 +02:00
lllucius@gmail.com
c6ffa89d23 Add (restore?) the ability to build without trashing the source tree
You may now do:

mkdir build
cd build
../configure
./audacity

And all but one directory will remain unmolested...no more object files
in "src".

And if you look carefully, you'll see that the newly built "audacity" is
copied to the top of the build tree...no more having to use "src/audacity"
to run.

You can of course still do the configure from the top and get all of the
objects strewn about the tree.

I still haven't figured out how to keep the locale directory from getting
soiled.  I'm not really sure there's a way around it really.
2014-10-27 07:34:17 +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
lllucius
2860645fcf Re-adding our configure script for libsoxr 0.1.1 2013-11-05 04:26:03 +00:00
lllucius
f510d21218 Update libsoxr to 0.1.1 2013-11-05 04:24:24 +00:00
lllucius
b4ba110811 Reverting r12850...hopefully
Never removed one before, but I'm pretty sure it is correct.
2013-11-03 01:54:50 +00:00
lllucius
f290b3d644 Converted CRLF to LF. 2013-11-01 23:22:33 +00:00
richardash1981
97d967501a re-insert the cmake options lost in Vaughan's last update from upstream. This is a hacky script which I don't like - we should be calling cmake directly from the audacity configure scripts, so control is there 2012-12-19 21:40:16 +00:00
RichardAsh1981@gmail.com
71f08d18be convert configure script to have correct (Unix) line endings, and set the svn:eol-style propertyso that it stays that wa 2012-12-18 12:33:56 +00:00
v.audacity
61f5cdb82b upgrade to libsoxr 0.0.5 from current git 2012-12-18 05:48:55 +00:00
v.audacity
5e4cb4067f upgrade to libsoxr 0.0.4 from current git 2012-12-17 05:08:16 +00:00
windinthew
1f26f3fb9b make file executable 2012-10-21 06:47:09 +00:00
v.audacity
cda544a119 Upgrade to libsoxr 0.0.3. 2012-10-18 23:19:58 +00:00
windinthew
52e607f51e convert line endings to LF 2012-10-18 18:31:29 +00:00
v.audacity
67fa958263 Make libsoxr build for Audacity on Linux. 2012-10-17 00:27:48 +00:00
v.audacity
4362d3b361 Make libsoxr build for Audacity on Linux and Windows. 2012-10-15 01:27:30 +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
79faef4192 Convert default resampler from libresample to libsoxr. 2012-10-09 02:57:19 +00:00