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

8 Commits

Author SHA1 Message Date
yam
57fb87e96d Update lilv, lv2, serd, sord, sratom, and add suil. 2015-04-07 23:19:22 -05:00
lllucius@gmail.com
49ce8fd212 2nd attempt to Add the ability to build without trashing the source tree
In r13510 I had neglected to build with all local libraries and some of
them needed attention.

So, I also took the opportunity to work out the locale directory and
how to keep it unmolested as well.  As a result, all locales are rebuilt
as expected, but into the "build" directory.

As a bonus you may now test Audacity from the "build" directory and have
Nyquist plugins and message catalogs available (so you can test other 
languages again without havint to install).

So, again:

mkdir buildme
cd buildme
../configure
make
./audacity
2014-10-27 23:13:03 +00:00
benjamin.drung@gmail.com
a19b6f25ae Use Automake for Audacity. 2013-11-20 02:51:42 +00:00
lllucius@gmail.com
c311ab5214 Make sure LV2 isn't used from local source if system was requested 2013-10-30 06:44:01 +00:00
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