ingen: unstable-2017-07-22 unstable-2019-12-09
This commit is contained in:
parent
7450bb75c0
commit
a6ecbc4443
@ -1,23 +1,24 @@
|
|||||||
{ stdenv, fetchgit, boost, ganv, glibmm, gtkmm2, libjack2, lilv
|
{ stdenv, fetchgit, boost, ganv, glibmm, gtkmm2, libjack2, lilv
|
||||||
, lv2Unstable, makeWrapper, pkgconfig, python, raul, rdflib, serd, sord, sratom
|
, lv2, makeWrapper, pkgconfig, python, raul, rdflib, serd, sord, sratom
|
||||||
, wafHook
|
, wafHook
|
||||||
, suil
|
, suil
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ingen-unstable-${rev}";
|
pname = "ingen";
|
||||||
rev = "2017-07-22";
|
version = "unstable-2019-12-09";
|
||||||
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.drobilla.net/cgit.cgi/ingen.git";
|
url = "https://gitlab.com/drobilla/ingen.git";
|
||||||
rev = "cc4a4db33f4d126a07a4a498e053c5fb9a883be3";
|
rev = "e32f32a360f2bf8f017ea347b6d1e568c0beaf68";
|
||||||
sha256 = "1gmwmml486r9zq4w65v91mfaz36af9zzyjkmi74m8qmh67ffqn3w";
|
sha256 = "0wjn2i3j7jb0bmxymg079xpk4iplb91q0xqqnvnpvyldrr7gawlb";
|
||||||
deepClone = true;
|
deepClone = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wafHook ];
|
nativeBuildInputs = [ pkgconfig wafHook ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
boost ganv glibmm gtkmm2 libjack2 lilv lv2Unstable makeWrapper
|
boost ganv glibmm gtkmm2 libjack2 lilv lv2 makeWrapper
|
||||||
python raul serd sord sratom suil
|
python raul serd sord sratom suil
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -38,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A modular audio processing system using JACK and LV2 or LADSPA plugins";
|
description = "A modular audio processing system using JACK and LV2 or LADSPA plugins";
|
||||||
homepage = http://drobilla.net/software/ingen;
|
homepage = http://drobilla.net/software/ingen;
|
||||||
license = licenses.gpl3;
|
license = licenses.agpl3Plus;
|
||||||
maintainers = [ maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
{ stdenv, fetchgit, gtk2, libsndfile, pkgconfig, python, wafHook }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
pname = "lv2-unstable";
|
|
||||||
version = "2017-07-08";
|
|
||||||
|
|
||||||
src = fetchgit {
|
|
||||||
url = "http://lv2plug.in/git/cgit.cgi/lv2.git";
|
|
||||||
rev = "39c7c726cd52b2863fcea356cafe1bcab2ba7f37";
|
|
||||||
sha256 = "1gp2rd99dfmpibvpixrqn115mrhybzf3if3h8bssf6siyi13f29r";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wafHook ];
|
|
||||||
buildInputs = [ gtk2 libsndfile python ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
homepage = http://lv2plug.in;
|
|
||||||
description = "A plugin standard for audio systems";
|
|
||||||
license = licenses.mit;
|
|
||||||
maintainers = [ maintainers.goibhniu ];
|
|
||||||
platforms = platforms.linux;
|
|
||||||
};
|
|
||||||
}
|
|
@ -14017,7 +14017,6 @@ in
|
|||||||
lilv = callPackage ../development/libraries/audio/lilv { };
|
lilv = callPackage ../development/libraries/audio/lilv { };
|
||||||
|
|
||||||
lv2 = callPackage ../development/libraries/audio/lv2 { };
|
lv2 = callPackage ../development/libraries/audio/lv2 { };
|
||||||
lv2Unstable = callPackage ../development/libraries/audio/lv2/unstable.nix { };
|
|
||||||
|
|
||||||
lvtk = callPackage ../development/libraries/audio/lvtk { };
|
lvtk = callPackage ../development/libraries/audio/lvtk { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user