forked from mirrors/nixpkgs
Updating the development ardour3 revision, also renaming so that ardour2 and ardour3 can peacefully co-exist
svn path=/nixpkgs/trunk/; revision=28020
This commit is contained in:
parent
5231ba050f
commit
5e6506c4d0
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@ librdf_raptor, librdf_rasqal, libsamplerate, libsigcxx, libsndfile,
|
||||||
libusb, libuuid, libxml2, libxslt, pango, perl, pkgconfig, python }:
|
libusb, libuuid, libxml2, libxslt, pango, perl, pkgconfig, python }:
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "9484";
|
rev = "9942";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ardour-3.0-${rev}";
|
name = "ardour3-svn-${rev}";
|
||||||
|
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = http://subversion.ardour.org/svn/ardour2/branches/3.0;
|
url = http://subversion.ardour.org/svn/ardour2/branches/3.0;
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "13j490kw66sslxibfab8hmm2k6gapvsriqa4av02y438dr1k4skf";
|
sha256 = "5f463e5a67bcb1ee6b4d24c25307419ea14ce52130819054b775e377c31a0664";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ alsaLib aubio boost cairomm curl fftw fftwSinglePrec
|
buildInputs = [ alsaLib aubio boost cairomm curl fftw fftwSinglePrec
|
||||||
|
|
Loading…
Add table
Reference in a new issue