1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

26 Commits

Author SHA1 Message Date
lllucius@gmail.com
1f4dda607e Stupid Lelend doesn't know how to commit anymore! One silly character! GRRRR! 2014-11-01 17:23:37 +00:00
lllucius@gmail.com
0a0416ac44 This'll teach me to do this during a datacenter consolidation
Forgot to run automake
2014-11-01 10:17:35 +00:00
lllucius@gmail.com
bdb3aa328b Provide an easy way to build mod-nyq-bench
mkdir build
cd build
../configure
make
make modules
./audacity
2014-11-01 09:28:05 +00: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
lllucius
1eeb4d979a The fabled realtime effects...
I've made it where you can enable and disable via experimentals:

EXPERIMENTAL_REALTIME_EFFECTS
EXPERIMENTAL_EFFECTS_RACK

You will notice that, as of now, the only effects currently set up for
realtime are VSTs.  Now that this is in, I will start converting the
rest.

As I start to convert the effects, the astute of you may notice that
they no longer directly access tracks or any "internal" Audacity
objects.  This isolates the effects from changes in Audacity and makes
it much easier to add new ones.

Anyway, all 3 platforms can now display VST effects in graphical mode.
Yes, that means Linux too.  There are quite a few VSTs for Linux if
you search for them.

The so-called "rack" definitely needs some discussion, work, and attention
from someone much better at graphics than me.  I'm not really sure it should
stay in as-is.  I'd originally planned for it to be simply a utility window
where you can store your (preconfigured) favorite effects.  It should probably
revert back to that idea.

You may notice that this DOES include the API work I did.  The realtime effects
were too tied to it and I didn't want to redo the whole thing.  As I mentioned
elsewhere, the API stuff may or may not be very future proof.

So, let the critter complaints commence.  I absolute KNOW there will be some.
(I know I'll be hearing from the Linux peeps pretty darn quickly.  ;-))
2014-10-26 03:24:10 +00:00
benjamin.drung@gmail.com
da47fe0373 Update generated autotool files
...by running autoreconf --no-recursive --install
2014-05-27 21:02:04 +00:00
lllucius@gmail.com
a6782da38d Addition of gstreamer importer support. Will only use system
libraries...no locals for this fella.

gstreamer-1.0 is required.
2014-05-16 17:36:27 +00:00
RichardAsh1981@gmail.com
ae5a2feaad re-generate automake file change 2014-02-24 16:37:12 +00:00
benjamin.drung@gmail.com
7647b1f452 Add AudacityLogo48x48.xpm to distributed files. 2013-11-20 03:32:52 +00:00
benjamin.drung@gmail.com
9d0e5e360d Regenerate autotools files by running autoreconf --no-recursive -i -f. 2013-11-20 03:03:34 +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
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
6e722649ed Remove the veryclean target. Use the distclean target and svn-clean instead. 2013-10-24 16:41:00 +00:00
RichardAsh1981@gmail.com
a2a7a7d941 provide an initial appdata file and associated rules 2013-10-24 15:43:42 +00:00
benjamin.drung@gmail.com
3b0c32bc17 Sort recursive make calls in Makefile.in. 2013-10-24 00:31:46 +00:00
benjamin.drung@gmail.com
5a7675651f Remove files on distclean with the Makefile of their directory. 2013-10-24 00:29:18 +00:00
benjamin.drung@gmail.com
e233f13c94 Make distclean target more failure proof.
Audacity tries to run clean/distclean on subdirectories speculatively
and ignores errors of the clean/distclean call in subdirectories.
clean/distclean should only be run for subdirectories if they contain
a Makefile.
2013-10-24 00:19:11 +00:00
RichardAsh1981@gmail.com
12c206f2b7 Apply Banjamin's patch to get the documentation installed in the correct directory when doing make install 2013-02-01 21:51:44 +00:00
richardash1981
641106f857 correct removal of generated desktop file 2012-12-18 21:29:19 +00:00
v.audacity
faecf3780e Cristian Morales Vega's audacity-2.0.2-docdir.patch 2012-09-05 00:53:53 +00:00
richardash1981
4ea008ea67 make the compressed man page depend upon the uncompressed one, this makes editing it easier. Also move the comment outside the makefile commands section, it makes the make output cleaner 2011-11-26 17:13:37 +00:00
lllucius
dcd9339bcc Add missing rawwaves and nyquist-plot.txt to install target. 2011-04-04 00:57:14 +00:00
mchinen
ad612d1ac7 add EQDefaultCurves.xml to linux install 2011-01-11 02:34:04 +00:00
richardash1981
fce76e9f46 Corrext handling of builds where the name of the Audacity binary is not "audacity", via the --program-prefix and --program-suffix options to configure.
Also make numerous other fixes to make uninstall which distros never seem to patch when they patch make install - we now uninstall all the files we install during make install.
2010-04-24 11:24:08 +00:00
richardash1981
e383514bd0 Add the other files neded for compliance with the freedesktop.org Icon Theme Specification 0.6, using patch supplied by Benjamin Drung. Previous file still installed for compatibility although the spec doesn't call for it. 2010-02-20 20:40:51 +00:00
ra
e74978ba77 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00