Ardour3: update to the release of Ardour 3.0

A tarball is only available to subscribers or people who pay
to download it on the site. This project is GPL licensed but
users are strongly encouraged to support it financially
This commit is contained in:
Cillian de Róiste 2013-03-16 16:33:16 +01:00
parent 924be9b524
commit 2b07e1bf4c

View File

@ -1,4 +1,4 @@
{ stdenv, fetchsvn, alsaLib, aubio, boost, cairomm, curl, fftw { stdenv, fetchgit, alsaLib, aubio, boost, cairomm, curl, fftw
, fftwSinglePrec, flac, glibc, glibmm, gtk, gtkmm, jackaudio , fftwSinglePrec, flac, glibc, glibmm, gtk, gtkmm, jackaudio
, libgnomecanvas, libgnomecanvasmm, liblo, libmad, libogg, librdf , libgnomecanvas, libgnomecanvasmm, liblo, libmad, libogg, librdf
, librdf_raptor, librdf_rasqal, libsamplerate, libsigcxx, libsndfile , librdf_raptor, librdf_rasqal, libsamplerate, libsigcxx, libsndfile
@ -6,17 +6,17 @@
, perl, pkgconfig, python, serd, sord, sratom, suil }: , perl, pkgconfig, python, serd, sord, sratom, suil }:
let let
# Ardour 3 RC2 # Ardour 3.0 tag
rev = "14092"; rev = "79db9422";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ardour3-svn-${rev}"; name = "ardour3";
src = fetchsvn { src = fetchgit {
url = http://subversion.ardour.org/svn/ardour2/branches/3.0; url = git://git.ardour.org/ardour/ardour.git;
inherit rev; inherit rev;
sha256 = "1zyy74z3xcsdhrzw4g6y1qm1ai2fl3bgabscl0wn7m1kkscr9nzg"; sha256 = "cdbe4ca6d4b639fcd66a3d1cf9c2816b4755655c9d81bdd2417263f413aa7096";
}; };
buildInputs = buildInputs =