Adding some notes on why ardour2 is not working, perhaps someone else can take this up, or else we just remove ardour2 when ardour3 is released.
svn path=/nixpkgs/trunk/; revision=33305
This commit is contained in:
parent
fc3ac31540
commit
efcc0c9b1e
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchsvn, scons, boost, pkgconfig, fftw, librdf_raptor
|
{ stdenv, fetchsvn, scons, boost, pkgconfig, fftw, librdf_raptor
|
||||||
, librdf_rasqal, jackaudio, flac, libsamplerate, alsaLib, libxml2
|
, librdf_rasqal, jackaudio, flac, libsamplerate, alsaLib, libxml2
|
||||||
, libxslt, libsndfile, libsigcxx, libusb, cairomm, glib, pango
|
, libxslt, libsndfile, libsigcxx, libusb, cairomm, glib, pango
|
||||||
, gtk, glibmm, gtkmm, libgnomecanvas, librdf, liblo, aubio
|
, gtk, glibmm, gtkmm, libgnomecanvas, liblo, aubio
|
||||||
, fftwSinglePrec, libmad, automake, autoconf, liblrdf, libtool }:
|
, fftwSinglePrec, libmad, automake, autoconf, libtool, liblrdf }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ardour-${version}";
|
name = "ardour-${version}";
|
||||||
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
|||||||
# but hash is changing ?
|
# but hash is changing ?
|
||||||
|
|
||||||
# TODO: see if this is also true when using a tag (~goibhniu)
|
# TODO: see if this is also true when using a tag (~goibhniu)
|
||||||
|
|
||||||
|
# This version does not run it exits with the following error:
|
||||||
|
# raptor_new_uri_for_rdf_concept called with Raptor V1 world object
|
||||||
|
# raptor_general.c:240:raptor_init: fatal error: raptor_init() failedAborted
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = "http://subversion.ardour.org/svn/ardour2/tags/${version}";
|
url = "http://subversion.ardour.org/svn/ardour2/tags/${version}";
|
||||||
sha256 = "0d4y8bv12kb0yd2srvxn5388sa4cl5d5rk381saj9f3jgpiciyky";
|
sha256 = "0d4y8bv12kb0yd2srvxn5388sa4cl5d5rk381saj9f3jgpiciyky";
|
||||||
@ -27,8 +31,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
scons boost pkgconfig fftw librdf_raptor librdf_rasqal jackaudio
|
scons boost pkgconfig fftw librdf_raptor librdf_rasqal jackaudio
|
||||||
flac libsamplerate alsaLib libxml2 libxslt libsndfile libsigcxx
|
flac libsamplerate alsaLib libxml2 libxslt libsndfile libsigcxx
|
||||||
libusb cairomm glib pango gtk glibmm gtkmm libgnomecanvas librdf
|
libusb cairomm glib pango gtk glibmm gtkmm libgnomecanvas liblrdf
|
||||||
liblo aubio fftwSinglePrec libmad autoconf automake liblrdf libtool
|
liblo aubio fftwSinglePrec libmad autoconf automake libtool
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
@ -42,6 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Multi-track hard disk recording software";
|
description = "Multi-track hard disk recording software";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Broken: use ardour3-svn instead
|
||||||
Also read "The importance of Paying Something" on their homepage, please!
|
Also read "The importance of Paying Something" on their homepage, please!
|
||||||
'';
|
'';
|
||||||
homepage = http://ardour.org/;
|
homepage = http://ardour.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user