commit
f15a00e2a0
@ -12,17 +12,14 @@
|
|||||||
, fftw
|
, fftw
|
||||||
, fftwSinglePrec
|
, fftwSinglePrec
|
||||||
, flac
|
, flac
|
||||||
, fluidsynth
|
|
||||||
, glibc
|
, glibc
|
||||||
, glibmm
|
, glibmm
|
||||||
, graphviz
|
, graphviz
|
||||||
, gtkmm2
|
, gtkmm2
|
||||||
, hidapi
|
|
||||||
, itstool
|
, itstool
|
||||||
, libarchive
|
, libarchive
|
||||||
, libjack2
|
, libjack2
|
||||||
, liblo
|
, liblo
|
||||||
, libltc
|
|
||||||
, libogg
|
, libogg
|
||||||
, libpulseaudio
|
, libpulseaudio
|
||||||
, librdf_raptor
|
, librdf_raptor
|
||||||
@ -42,11 +39,11 @@
|
|||||||
, perl
|
, perl
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python3
|
, python3
|
||||||
, qm-dsp
|
|
||||||
, readline
|
, readline
|
||||||
, rubberband
|
, rubberband
|
||||||
, serd
|
, serd
|
||||||
, sord
|
, sord
|
||||||
|
, soundtouch
|
||||||
, sratom
|
, sratom
|
||||||
, suil
|
, suil
|
||||||
, taglib
|
, taglib
|
||||||
@ -55,13 +52,13 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ardour";
|
pname = "ardour";
|
||||||
version = "6.2";
|
version = "6.3";
|
||||||
|
|
||||||
# don't fetch releases from the GitHub mirror, they are broken
|
# don't fetch releases from the GitHub mirror, they are broken
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://git.ardour.org/ardour/ardour.git";
|
url = "git://git.ardour.org/ardour/ardour.git";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "17jxbqavricy01x4ymq6d302djsqfnv84m7dm4fd8cpka0dqjp1y";
|
sha256 = "050p1adgyirr790a3xp878pq3axqwzcmrk3drgm9z6v753h0xhcd";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -91,15 +88,12 @@ stdenv.mkDerivation rec {
|
|||||||
fftw
|
fftw
|
||||||
fftwSinglePrec
|
fftwSinglePrec
|
||||||
flac
|
flac
|
||||||
fluidsynth
|
|
||||||
glibmm
|
glibmm
|
||||||
gtkmm2
|
gtkmm2
|
||||||
hidapi
|
|
||||||
itstool
|
itstool
|
||||||
libarchive
|
libarchive
|
||||||
libjack2
|
libjack2
|
||||||
liblo
|
liblo
|
||||||
libltc
|
|
||||||
libogg
|
libogg
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
librdf_raptor
|
librdf_raptor
|
||||||
@ -118,11 +112,11 @@ stdenv.mkDerivation rec {
|
|||||||
pango
|
pango
|
||||||
perl
|
perl
|
||||||
python3
|
python3
|
||||||
qm-dsp
|
|
||||||
readline
|
readline
|
||||||
rubberband
|
rubberband
|
||||||
serd
|
serd
|
||||||
sord
|
sord
|
||||||
|
soundtouch
|
||||||
sratom
|
sratom
|
||||||
suil
|
suil
|
||||||
taglib
|
taglib
|
||||||
@ -136,11 +130,11 @@ stdenv.mkDerivation rec {
|
|||||||
"--no-phone-home"
|
"--no-phone-home"
|
||||||
"--optimize"
|
"--optimize"
|
||||||
"--ptformat"
|
"--ptformat"
|
||||||
"--qm-dsp-include=${qm-dsp}/include/qm-dsp"
|
|
||||||
"--run-tests"
|
"--run-tests"
|
||||||
"--test"
|
"--test"
|
||||||
"--use-external-libs"
|
|
||||||
];
|
];
|
||||||
|
# removed because it fixes https://tracker.ardour.org/view.php?id=8161 and https://tracker.ardour.org/view.php?id=8437
|
||||||
|
# "--use-external-libs"
|
||||||
|
|
||||||
# Ardour's wscript requires git revision and date to be available.
|
# Ardour's wscript requires git revision and date to be available.
|
||||||
# Since they are not, let's generate the file manually.
|
# Since they are not, let's generate the file manually.
|
||||||
|
Loading…
Reference in New Issue
Block a user