2014-03-16 10:32:56 +00:00
|
|
|
{ stdenv, fetchgit, alsaLib, aubio, boost, cairomm, curl, fftw
|
2014-07-31 10:47:17 +00:00
|
|
|
, fftwSinglePrec, flac, glibc, glibmm, gtk, gtkmm, jack2
|
2014-03-16 10:32:56 +00:00
|
|
|
, libgnomecanvas, libgnomecanvasmm, liblo, libmad, libogg, librdf
|
|
|
|
, librdf_raptor, librdf_rasqal, libsamplerate, libsigcxx, libsndfile
|
|
|
|
, libusb, libuuid, libxml2, libxslt, lilv, lv2, makeWrapper, pango
|
|
|
|
, perl, pkgconfig, python, serd, sord, sratom, suil }:
|
|
|
|
|
|
|
|
let
|
2014-12-07 14:01:47 +00:00
|
|
|
|
|
|
|
# Ardour git repo uses a mix of annotated and lightweight tags. Annotated
|
|
|
|
# tags are used for MAJOR.MINOR versioning, and lightweight tags are used
|
|
|
|
# in-between; MAJOR.MINOR.REV where REV is the number of commits since the
|
|
|
|
# last annotated tag. A slightly different version string format is needed
|
|
|
|
# for the 'revision' info that is built into the binary; it is the format of
|
|
|
|
# "git describe" when _not_ on an annotated tag(!): MAJOR.MINOR-REV-HASH.
|
|
|
|
|
|
|
|
# Version to build.
|
2014-11-21 22:23:01 +00:00
|
|
|
tag = "3.5.403";
|
2014-12-07 14:01:47 +00:00
|
|
|
|
|
|
|
# Version info that is built into the binary. Keep in sync with 'tag'. The
|
|
|
|
# last 8 digits is a (fake) commit id.
|
|
|
|
revision = "3.5-403-00000000";
|
|
|
|
|
2014-03-16 10:32:56 +00:00
|
|
|
in
|
2009-09-21 15:55:24 +00:00
|
|
|
|
2012-03-16 22:28:21 +00:00
|
|
|
stdenv.mkDerivation rec {
|
2014-03-16 10:32:56 +00:00
|
|
|
name = "ardour-${tag}";
|
2009-09-21 09:58:41 +00:00
|
|
|
|
2014-03-16 10:32:56 +00:00
|
|
|
src = fetchgit {
|
|
|
|
url = git://git.ardour.org/ardour/ardour.git;
|
|
|
|
rev = "refs/tags/${tag}";
|
2014-12-07 14:01:47 +00:00
|
|
|
sha256 = "0k1z8sbjf88dqn12kf9cykrqj38vkr879n2g6b4adk6cghn8wz3x";
|
2009-09-21 15:55:24 +00:00
|
|
|
};
|
2009-09-21 09:58:41 +00:00
|
|
|
|
2014-03-16 10:32:56 +00:00
|
|
|
buildInputs =
|
|
|
|
[ alsaLib aubio boost cairomm curl fftw fftwSinglePrec flac glibc
|
2014-07-31 10:47:17 +00:00
|
|
|
glibmm gtk gtkmm jack2 libgnomecanvas libgnomecanvasmm liblo
|
2014-03-16 10:32:56 +00:00
|
|
|
libmad libogg librdf librdf_raptor librdf_rasqal libsamplerate
|
|
|
|
libsigcxx libsndfile libusb libuuid libxml2 libxslt lilv lv2
|
|
|
|
makeWrapper pango perl pkgconfig python serd sord sratom suil
|
|
|
|
];
|
2012-03-16 22:28:21 +00:00
|
|
|
|
2014-03-16 10:32:56 +00:00
|
|
|
patchPhase = ''
|
2014-12-07 14:01:47 +00:00
|
|
|
printf '#include "libs/ardour/ardour/revision.h"\nnamespace ARDOUR { const char* revision = \"${revision}\"; }\n' > libs/ardour/revision.cc
|
2014-03-16 10:32:56 +00:00
|
|
|
sed 's|/usr/include/libintl.h|${glibc}/include/libintl.h|' -i wscript
|
|
|
|
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
|
2009-09-21 09:58:41 +00:00
|
|
|
'';
|
2013-03-02 20:17:30 +00:00
|
|
|
|
2014-03-16 10:32:56 +00:00
|
|
|
configurePhase = "python waf configure --optimize --prefix=$out";
|
|
|
|
|
|
|
|
buildPhase = "python waf";
|
|
|
|
|
|
|
|
# For the custom ardour clearlooks gtk-engine to work, it must be
|
|
|
|
# moved to a directory called "engines" and added to GTK_PATH
|
|
|
|
installPhase = ''
|
|
|
|
python waf install
|
|
|
|
mkdir -pv $out/gtk2/engines
|
|
|
|
cp build/libs/clearlooks-newer/libclearlooks.so $out/gtk2/engines/
|
|
|
|
wrapProgram $out/bin/ardour3 --prefix GTK_PATH : $out/gtk2
|
2014-07-29 16:27:38 +00:00
|
|
|
|
|
|
|
# Install desktop file
|
|
|
|
mkdir -p "$out/share/applications"
|
|
|
|
cat > "$out/share/applications/ardour.desktop" << EOF
|
|
|
|
[Desktop Entry]
|
|
|
|
Name=Ardour 3
|
|
|
|
GenericName=Digital Audio Workstation
|
|
|
|
Comment=Multitrack harddisk recorder
|
|
|
|
Exec=$out/bin/ardour3
|
|
|
|
Icon=$out/share/ardour3/icons/ardour_icon_256px.png
|
|
|
|
Terminal=false
|
|
|
|
Type=Application
|
|
|
|
X-MultipleArgs=false
|
|
|
|
Categories=GTK;Audio;AudioVideoEditing;AudioVideo;Video;
|
|
|
|
EOF
|
2014-03-16 10:32:56 +00:00
|
|
|
'';
|
2009-09-21 09:58:41 +00:00
|
|
|
|
2014-03-16 10:32:56 +00:00
|
|
|
meta = with stdenv.lib; {
|
2010-02-11 14:31:49 +00:00
|
|
|
description = "Multi-track hard disk recording software";
|
2009-09-21 09:58:41 +00:00
|
|
|
longDescription = ''
|
2010-02-11 14:31:49 +00:00
|
|
|
Also read "The importance of Paying Something" on their homepage, please!
|
2009-09-21 09:58:41 +00:00
|
|
|
'';
|
|
|
|
homepage = http://ardour.org/;
|
2014-03-16 10:32:56 +00:00
|
|
|
license = licenses.gpl2;
|
|
|
|
platforms = platforms.linux;
|
|
|
|
maintainers = [ maintainers.goibhniu ];
|
2009-09-21 09:58:41 +00:00
|
|
|
};
|
|
|
|
}
|