Ardour3: update to RC2
This commit is contained in:
parent
611df1d062
commit
def9a6c06b
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchsvn, alsaLib, aubio, boost, cairomm, curl, fftw
|
{ stdenv, fetchsvn, alsaLib, aubio, boost, cairomm, curl, fftw
|
||||||
, fftwSinglePrec, flac, glib, 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
|
||||||
, libusb, libuuid, libxml2, libxslt, lilv, lv2, makeWrapper, pango
|
, libusb, libuuid, libxml2, libxslt, lilv, lv2, makeWrapper, pango
|
||||||
, perl, pkgconfig, python, serd, sord, sratom, suil }:
|
, perl, pkgconfig, python, serd, sord, sratom, suil }:
|
||||||
|
|
||||||
let
|
let
|
||||||
# Ardour 3 Beta 5
|
# Ardour 3 RC2
|
||||||
rev = "13072";
|
rev = "14092";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -16,12 +16,12 @@ stdenv.mkDerivation {
|
|||||||
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 = "17k990kdb5q17z6jcz5b60imvvfbjw9zfxzy9fk0vg8gd6yq7736";
|
sha256 = "1zyy74z3xcsdhrzw4g6y1qm1ai2fl3bgabscl0wn7m1kkscr9nzg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ alsaLib aubio boost cairomm curl fftw fftwSinglePrec
|
[ alsaLib aubio boost cairomm curl fftw fftwSinglePrec
|
||||||
flac glib glibmm gtk gtkmm jackaudio libgnomecanvas
|
flac glibc glibmm gtk gtkmm jackaudio libgnomecanvas
|
||||||
libgnomecanvasmm liblo libmad libogg librdf librdf_raptor
|
libgnomecanvasmm liblo libmad libogg librdf librdf_raptor
|
||||||
librdf_rasqal libsamplerate libsigcxx libsndfile libusb libuuid
|
librdf_rasqal libsamplerate libsigcxx libsndfile libusb libuuid
|
||||||
libxml2 libxslt lilv lv2 pango perl pkgconfig python serd sord
|
libxml2 libxslt lilv lv2 pango perl pkgconfig python serd sord
|
||||||
@ -32,6 +32,7 @@ stdenv.mkDerivation {
|
|||||||
printf '#include "ardour/svn_revision.h"\nnamespace ARDOUR { const char* svn_revision = \"${rev}\"; }\n' > libs/ardour/svn_revision.cc
|
printf '#include "ardour/svn_revision.h"\nnamespace ARDOUR { const char* svn_revision = \"${rev}\"; }\n' > libs/ardour/svn_revision.cc
|
||||||
sed -e 's|^#!/usr/bin/perl.*$|#!${perl}/bin/perl|g' -i tools/fmt-bindings
|
sed -e 's|^#!/usr/bin/perl.*$|#!${perl}/bin/perl|g' -i tools/fmt-bindings
|
||||||
sed -e 's|^#!/usr/bin/env.*$|#!${perl}/bin/perl|g' -i tools/*.pl
|
sed -e 's|^#!/usr/bin/env.*$|#!${perl}/bin/perl|g' -i tools/*.pl
|
||||||
|
sed 's|/usr/include/libintl.h|${glibc}/include/libintl.h|' -i wscript
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configurePhase = "python waf configure --prefix=$out";
|
configurePhase = "python waf configure --prefix=$out";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user