after I spoke with ardour developers, it was clear that they don't want any form of ardour3 packages whatsoever.
the previous ardour3 package was deleted from the 'latest' PPA and won't be available anymore.
To the curious ones, the whole chat log is available here:
http://kxstudio.sourceforge.net/Paste/U7nUm
Not everything is lost though. KXStudio helps you to compile ardour3 by providing all the libs required.
The whole thing can be installed with:
- Code: Select all
sudo apt-get install autotools-dev gettext intltool libboost-dev libcurl4-gnutls-dev
sudo apt-get install libfftw3-dev libraptor1-dev liblrdf0-dev libsigc++-2.0-dev
sudo apt-get install libusb-dev libusb-1.0-0-dev uuid-dev libxml2-dev librasqal3-dev
sudo apt-get install libcairomm-1.0-dev libglade2-dev libglademm-2.4-dev libglib2.0-dev
sudo apt-get install libgnomecanvas2-dev libgnomecanvasmm-2.6-dev libgtkmm-2.4-dev
sudo apt-get install libpango1.0-dev ladspa-sdk libasound2-dev libaubio-dev libjack-dev
sudo apt-get install liblo-dev libsamplerate0-dev liblilv-dev libsuil-dev
sudo apt-get install libsndfile1-dev libsoundtouch-dev lv2-dev vamp-plugin-sdk
sudo apt-get install libcppunit-dev subversion
You get the ardour3 svn code with:
- Code: Select all
svn co http://subversion.ardour.org/svn/ardour2/branches/3.0
Ardour3 info about development:
http://www.ardour.org/development
