open-music-kontrollers: init
This commit is contained in:
parent
679625bde2
commit
3de1c0516f
@ -1,23 +0,0 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, libuv, lv2 }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
pname = "eteroj.lv2";
|
|
||||||
version = "0.4.0";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "OpenMusicKontrollers";
|
|
||||||
repo = pname;
|
|
||||||
rev = version;
|
|
||||||
sha256 = "0lzdk7hlz3vqgshrfpj0izjad1fmsnzk2vxqrry70xgz8xglvnmn";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [ libuv lv2 ];
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "OSC injection/ejection from/to UDP/TCP/Serial for LV2";
|
|
||||||
homepage = "https://open-music-kontrollers.ch/lv2/eteroj";
|
|
||||||
license = licenses.artistic2;
|
|
||||||
maintainers = with maintainers; [ magnetophon ];
|
|
||||||
};
|
|
||||||
}
|
|
22
pkgs/applications/audio/lv2lint/default.nix
Normal file
22
pkgs/applications/audio/lv2lint/default.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{ stdenv, lib, fetchurl, pkg-config, meson, ninja, lv2, lilv, curl, libelf }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
pname = "lv2lint";
|
||||||
|
version = "0.14.0";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://git.open-music-kontrollers.ch/lv2/${pname}/snapshot/${pname}-${version}.tar.xz";
|
||||||
|
sha256 = "sha256-yPKM7RToLNBT+AXSjfxxpncESmv89/wcGCt//pnEGqI=";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pkg-config meson ninja ];
|
||||||
|
buildInputs = [ lv2 lilv curl libelf ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Check whether a given LV2 plugin is up to the specification";
|
||||||
|
homepage = "https://open-music-kontrollers.ch/lv2/${pname}:";
|
||||||
|
license = licenses.artistic2;
|
||||||
|
maintainers = [ maintainers.magnetophon ];
|
||||||
|
platforms = platforms.all;
|
||||||
|
};
|
||||||
|
}
|
10
pkgs/applications/audio/open-music-kontrollers/eteroj.nix
Normal file
10
pkgs/applications/audio/open-music-kontrollers/eteroj.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{ callPackage, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "eteroj";
|
||||||
|
version = "0.10.0";
|
||||||
|
|
||||||
|
sha256 = "18iv1sdwm0g6b53shsylj6bf3svmvvy5xadhfsgb4xg39qr07djz";
|
||||||
|
|
||||||
|
description = "OSC injection/ejection from/to UDP/TCP/Serial for LV2";
|
||||||
|
})
|
37
pkgs/applications/audio/open-music-kontrollers/generic.nix
Normal file
37
pkgs/applications/audio/open-music-kontrollers/generic.nix
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{ stdenv, lib, fetchurl, pkg-config, meson, ninja, libGLU, lv2, serd, sord, libX11, libXext, glew, lv2lint
|
||||||
|
, pname, version, sha256, description
|
||||||
|
, url ? "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-${version}.tar.xz"
|
||||||
|
, additionalBuildInputs ? []
|
||||||
|
, postPatch ? ""
|
||||||
|
, ...
|
||||||
|
}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
inherit pname;
|
||||||
|
|
||||||
|
inherit version;
|
||||||
|
|
||||||
|
inherit postPatch;
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = url;
|
||||||
|
sha256 = sha256;
|
||||||
|
};
|
||||||
|
nativeBuildInputs = [ pkg-config meson ninja ];
|
||||||
|
buildInputs = [
|
||||||
|
lv2
|
||||||
|
sord
|
||||||
|
libX11
|
||||||
|
libXext
|
||||||
|
glew
|
||||||
|
lv2lint
|
||||||
|
] ++ additionalBuildInputs;
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = description;
|
||||||
|
homepage = "https://open-music-kontrollers.ch/lv2/${pname}:";
|
||||||
|
license = licenses.artistic2;
|
||||||
|
maintainers = [ maintainers.magnetophon ];
|
||||||
|
platforms = platforms.all;
|
||||||
|
};
|
||||||
|
}
|
12
pkgs/applications/audio/open-music-kontrollers/jit.nix
Normal file
12
pkgs/applications/audio/open-music-kontrollers/jit.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ callPackage, lv2, fontconfig, libvterm-neovim, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "jit";
|
||||||
|
version = "unstable-2021-08-15";
|
||||||
|
url = "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-1f5d6935049fc0dd5a4dc257b84b36d2048f2d83.tar.xz";
|
||||||
|
sha256 = "sha256-XGICowVb0JgLJpn2h9GtViobYTdmo1LJ7/JFEyVsIqU=";
|
||||||
|
|
||||||
|
additionalBuildInputs = [ lv2 fontconfig libvterm-neovim ];
|
||||||
|
|
||||||
|
description = "A Just-in-Time C/Rust compiler embedded in an LV2 plugin";
|
||||||
|
})
|
17
pkgs/applications/audio/open-music-kontrollers/mephisto.nix
Normal file
17
pkgs/applications/audio/open-music-kontrollers/mephisto.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{ callPackage, faust, fontconfig, cmake, libvterm-neovim, libevdev, libglvnd, fira-code, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "mephisto";
|
||||||
|
version = "0.16.0";
|
||||||
|
|
||||||
|
sha256 = "0vgr3rsvdj4w0xpc5iqpvyqilk42wr9zs8bg26sfv3f2wi4hb6gx";
|
||||||
|
|
||||||
|
additionalBuildInputs = [ faust fontconfig cmake libvterm-neovim libevdev libglvnd fira-code ];
|
||||||
|
|
||||||
|
# see: https://github.com/OpenMusicKontrollers/mephisto.lv2/issues/6
|
||||||
|
postPatch = ''
|
||||||
|
sed -i 's/llvm-c-dsp/llvm-dsp-c/g' mephisto.c
|
||||||
|
'';
|
||||||
|
|
||||||
|
description = "A Just-in-time FAUST embedded in an LV2 plugin";
|
||||||
|
})
|
@ -0,0 +1,10 @@
|
|||||||
|
{ callPackage, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "midi_matrix";
|
||||||
|
version = "0.30.0";
|
||||||
|
|
||||||
|
sha256 = "1nwmfxdzk4pvbwcgi3d7v4flqc10bmi2fxhrhrpfa7cafqs40ib6";
|
||||||
|
|
||||||
|
description = "An LV2 MIDI channel matrix patcher";
|
||||||
|
})
|
13
pkgs/applications/audio/open-music-kontrollers/moony.nix
Normal file
13
pkgs/applications/audio/open-music-kontrollers/moony.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ callPackage, cairo, libvterm-neovim, robodoc, cmake, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "moony";
|
||||||
|
version = "0.40.0";
|
||||||
|
|
||||||
|
sha256 = "sha256-9a3gR3lV8xFFTDZD+fJPCALVztgmggzyIpsPZCOw/uY=";
|
||||||
|
|
||||||
|
additionalBuildInputs = [ cairo libvterm-neovim robodoc cmake ];
|
||||||
|
|
||||||
|
description = "Realtime Lua as programmable glue in LV2";
|
||||||
|
|
||||||
|
})
|
12
pkgs/applications/audio/open-music-kontrollers/orbit.nix
Normal file
12
pkgs/applications/audio/open-music-kontrollers/orbit.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ callPackage, zlib, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "orbit";
|
||||||
|
version = "unstable-2021-04-13";
|
||||||
|
url = "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-f4aa620fc8d77418856581a6a955192af15b3860.tar.xz";
|
||||||
|
sha256 = "0z8d8h2w8fb2zx84n697jvy32dc0vf60jyiyh4gm22prgr2dvgkc";
|
||||||
|
|
||||||
|
additionalBuildInputs = [ zlib ];
|
||||||
|
|
||||||
|
description = "An LV2 time event manipulation plugin bundle";
|
||||||
|
})
|
@ -0,0 +1,13 @@
|
|||||||
|
{ callPackage, libjack2, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "patchmatrix";
|
||||||
|
version = "0.26.0";
|
||||||
|
|
||||||
|
url = "https://git.open-music-kontrollers.ch/lad/${pname}/snapshot/${pname}-${version}.tar.xz";
|
||||||
|
sha256 = "sha256-cqPHCnrAhHB6a0xmPUYOAsZfLsqnGpXEuGR1W6i6W7I=";
|
||||||
|
|
||||||
|
additionalBuildInputs = [ libjack2 ];
|
||||||
|
|
||||||
|
description = "A JACK patchbay in flow matrix style";
|
||||||
|
})
|
11
pkgs/applications/audio/open-music-kontrollers/router.nix
Normal file
11
pkgs/applications/audio/open-music-kontrollers/router.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{ callPackage, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "router";
|
||||||
|
version = "unstable-2021-04-13";
|
||||||
|
|
||||||
|
url = "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-7d754dd64c540d40b828166401617715dc235ca3.tar.xz";
|
||||||
|
sha256 = "sha256-LjaW5Xdxfjzd6IJ2ptHzmHt7fhU1HQo7ubZ4USVqRE8=";
|
||||||
|
|
||||||
|
description = "An atom/audio/CV router LV2 plugin bundle";
|
||||||
|
})
|
12
pkgs/applications/audio/open-music-kontrollers/sherlock.nix
Normal file
12
pkgs/applications/audio/open-music-kontrollers/sherlock.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ callPackage, sratom, flex, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "sherlock";
|
||||||
|
version = "0.28.0";
|
||||||
|
|
||||||
|
sha256 = "07zj88s1593fpw2s0r3ix7cj2icfd9zyirsyhr2i8l6d30b6n6fb";
|
||||||
|
|
||||||
|
additionalBuildInputs = [ sratom flex ];
|
||||||
|
|
||||||
|
description = "Plugins for visualizing LV2 atom, MIDI and OSC events";
|
||||||
|
})
|
13
pkgs/applications/audio/open-music-kontrollers/synthpod.nix
Normal file
13
pkgs/applications/audio/open-music-kontrollers/synthpod.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ callPackage, lilv, libjack2, alsa-lib, zita-alsa-pcmi, libxcb, xcbutilxrm, sratom, gtk2, qt5, libvterm-neovim, robodoc, cmake,... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "synthpod";
|
||||||
|
version = "unstable-2021-10-22";
|
||||||
|
|
||||||
|
url = "https://git.open-music-kontrollers.ch/lv2/synthpod/snapshot/synthpod-6f284bdad882037a522c120af92b96d8abf2de60.tar.xz";
|
||||||
|
sha256 = "sha256-59WBlOKum5Pcmq2CfFfRHCNEa8uPCoBk0kSjFlIcypw=";
|
||||||
|
|
||||||
|
additionalBuildInputs = [ lilv libjack2 alsa-lib zita-alsa-pcmi libxcb xcbutilxrm sratom gtk2 qt5.qtbase qt5.wrapQtAppsHook libvterm-neovim robodoc cmake ];
|
||||||
|
|
||||||
|
description = "Lightweight Nonlinear LV2 Plugin Container";
|
||||||
|
})
|
10
pkgs/applications/audio/open-music-kontrollers/vm.nix
Normal file
10
pkgs/applications/audio/open-music-kontrollers/vm.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{ callPackage, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "vm";
|
||||||
|
version = "0.14.0";
|
||||||
|
|
||||||
|
sha256 = "013gq7jn556nkk1nq6zzh9nmp3fb36jd7ndzvyq3qryw7khzkagc";
|
||||||
|
|
||||||
|
description = "A programmable virtual machine LV2 plugin";
|
||||||
|
})
|
@ -1,45 +0,0 @@
|
|||||||
{ stdenv
|
|
||||||
, lib
|
|
||||||
, fetchFromGitHub
|
|
||||||
, libjack2
|
|
||||||
, lv2
|
|
||||||
, meson
|
|
||||||
, ninja
|
|
||||||
, pkg-config
|
|
||||||
, glew
|
|
||||||
, xorg
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
pname = "patchmatrix";
|
|
||||||
version = "0.26.0";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "OpenMusicKontrollers";
|
|
||||||
repo = pname;
|
|
||||||
rev = version;
|
|
||||||
hash = "sha256-rR3y5rGzmib//caPmhthvMelAdHRvV0lMRfvcj9kcCg=";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
|
||||||
meson
|
|
||||||
ninja
|
|
||||||
pkg-config
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [
|
|
||||||
glew
|
|
||||||
libjack2
|
|
||||||
lv2
|
|
||||||
xorg.libX11
|
|
||||||
xorg.libXext
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "A JACK patchbay in flow matrix style";
|
|
||||||
homepage = "https://github.com/OpenMusicKontrollers/patchmatrix";
|
|
||||||
license = licenses.artistic2;
|
|
||||||
maintainers = with maintainers; [ pennae ];
|
|
||||||
platforms = platforms.linux;
|
|
||||||
};
|
|
||||||
}
|
|
@ -308,6 +308,7 @@ mapAliases ({
|
|||||||
epoxy = libepoxy; # Added 2021-11-11
|
epoxy = libepoxy; # Added 2021-11-11
|
||||||
esniper = throw "esniper has been removed because upstream no longer maintains it (and it no longer works)"; # Added 2021-04-12
|
esniper = throw "esniper has been removed because upstream no longer maintains it (and it no longer works)"; # Added 2021-04-12
|
||||||
etcdctl = throw "'etcdctl' has been renamed to/replaced by 'etcd'"; # Converted to throw 2022-02-22
|
etcdctl = throw "'etcdctl' has been renamed to/replaced by 'etcd'"; # Converted to throw 2022-02-22
|
||||||
|
eteroj.lv2 = throw "'eteroj.lv2' has been renamed to/replaced by 'open-music-kontrollers.eteroj'"; # Added 2022-03-09
|
||||||
euca2tools = throw "euca2ools has been removed because it is unmaintained upstream and still uses python2"; # Added 2022-01-01
|
euca2tools = throw "euca2ools has been removed because it is unmaintained upstream and still uses python2"; # Added 2022-01-01
|
||||||
evilvte = throw "evilvte has been removed from nixpkgs for being unmaintained with security issues and dependant on an old version of vte which was removed"; # Added 2022-01-14
|
evilvte = throw "evilvte has been removed from nixpkgs for being unmaintained with security issues and dependant on an old version of vte which was removed"; # Added 2022-01-14
|
||||||
evolution_data_server = throw "'evolution_data_server' has been renamed to/replaced by 'evolution-data-server'"; # Converted to throw 2022-02-22
|
evolution_data_server = throw "'evolution_data_server' has been renamed to/replaced by 'evolution-data-server'"; # Converted to throw 2022-02-22
|
||||||
@ -854,6 +855,7 @@ mapAliases ({
|
|||||||
parity = openethereum; # Added 2020-08-01
|
parity = openethereum; # Added 2020-08-01
|
||||||
parity-ui = throw "parity-ui was removed because it was broken and unmaintained by upstream"; # Added 2022-01-10
|
parity-ui = throw "parity-ui was removed because it was broken and unmaintained by upstream"; # Added 2022-01-10
|
||||||
parquet-cpp = throw "'parquet-cpp' has been renamed to/replaced by 'arrow-cpp'"; # Converted to throw 2022-02-22
|
parquet-cpp = throw "'parquet-cpp' has been renamed to/replaced by 'arrow-cpp'"; # Converted to throw 2022-02-22
|
||||||
|
patchmatrix = throw "'patchmatrix' has been renamed to/replaced by 'open-music-kontrollers.patchmatrix'"; # Added 2022-03-09
|
||||||
pass-otp = throw "'pass-otp' has been renamed to/replaced by 'pass.withExtensions'"; # Converted to throw 2022-02-22
|
pass-otp = throw "'pass-otp' has been renamed to/replaced by 'pass.withExtensions'"; # Converted to throw 2022-02-22
|
||||||
pdfmod = throw "pdfmod has been removed"; # Added 2022-01-15
|
pdfmod = throw "pdfmod has been removed"; # Added 2022-01-15
|
||||||
pdfread = throw "pdfread has been remove because it is unmaintained for years and the sources are no longer available"; # Added 2021-07-22
|
pdfread = throw "pdfread has been remove because it is unmaintained for years and the sources are no longer available"; # Added 2021-07-22
|
||||||
|
@ -25503,8 +25503,6 @@ with pkgs;
|
|||||||
|
|
||||||
espeakedit = callPackage ../applications/audio/espeak/edit.nix { };
|
espeakedit = callPackage ../applications/audio/espeak/edit.nix { };
|
||||||
|
|
||||||
eteroj.lv2 = libsForQt5.callPackage ../applications/audio/eteroj.lv2 { };
|
|
||||||
|
|
||||||
etebase-server = with python3Packages; toPythonApplication etebase-server;
|
etebase-server = with python3Packages; toPythonApplication etebase-server;
|
||||||
|
|
||||||
etesync-dav = callPackage ../applications/misc/etesync-dav {};
|
etesync-dav = callPackage ../applications/misc/etesync-dav {};
|
||||||
@ -27377,6 +27375,8 @@ with pkgs;
|
|||||||
|
|
||||||
lv2bm = callPackage ../applications/audio/lv2bm { };
|
lv2bm = callPackage ../applications/audio/lv2bm { };
|
||||||
|
|
||||||
|
lv2lint = callPackage ../applications/audio/lv2lint/default.nix { };
|
||||||
|
|
||||||
lv2-cpp-tools = callPackage ../applications/audio/lv2-cpp-tools { };
|
lv2-cpp-tools = callPackage ../applications/audio/lv2-cpp-tools { };
|
||||||
|
|
||||||
lxi-tools = callPackage ../tools/networking/lxi-tools { };
|
lxi-tools = callPackage ../tools/networking/lxi-tools { };
|
||||||
@ -28187,6 +28187,20 @@ with pkgs;
|
|||||||
|
|
||||||
openjump = callPackage ../applications/misc/openjump { };
|
openjump = callPackage ../applications/misc/openjump { };
|
||||||
|
|
||||||
|
open-music-kontrollers = lib.recurseIntoAttrs {
|
||||||
|
eteroj = callPackage ../applications/audio/open-music-kontrollers/eteroj.nix { };
|
||||||
|
jit = callPackage ../applications/audio/open-music-kontrollers/jit.nix { };
|
||||||
|
mephisto = callPackage ../applications/audio/open-music-kontrollers/mephisto.nix { };
|
||||||
|
midi_matrix = callPackage ../applications/audio/open-music-kontrollers/midi_matrix.nix { };
|
||||||
|
moony = callPackage ../applications/audio/open-music-kontrollers/moony.nix { };
|
||||||
|
orbit = callPackage ../applications/audio/open-music-kontrollers/orbit.nix { };
|
||||||
|
patchmatrix = callPackage ../applications/audio/open-music-kontrollers/patchmatrix.nix { };
|
||||||
|
router = callPackage ../applications/audio/open-music-kontrollers/router.nix { };
|
||||||
|
sherlock = callPackage ../applications/audio/open-music-kontrollers/sherlock.nix { };
|
||||||
|
synthpod = callPackage ../applications/audio/open-music-kontrollers/synthpod.nix { };
|
||||||
|
vm = callPackage ../applications/audio/open-music-kontrollers/vm.nix { };
|
||||||
|
};
|
||||||
|
|
||||||
openorienteering-mapper = libsForQt5.callPackage ../applications/gis/openorienteering-mapper { };
|
openorienteering-mapper = libsForQt5.callPackage ../applications/gis/openorienteering-mapper { };
|
||||||
|
|
||||||
openscad = libsForQt5.callPackage ../applications/graphics/openscad {};
|
openscad = libsForQt5.callPackage ../applications/graphics/openscad {};
|
||||||
@ -28288,8 +28302,6 @@ with pkgs;
|
|||||||
|
|
||||||
capture = callPackage ../tools/misc/capture {};
|
capture = callPackage ../tools/misc/capture {};
|
||||||
|
|
||||||
patchmatrix = callPackage ../applications/audio/patchmatrix { };
|
|
||||||
|
|
||||||
pbrt = callPackage ../applications/graphics/pbrt { };
|
pbrt = callPackage ../applications/graphics/pbrt { };
|
||||||
|
|
||||||
pcloud = callPackage ../applications/networking/pcloud { };
|
pcloud = callPackage ../applications/networking/pcloud { };
|
||||||
|
Loading…
Reference in New Issue
Block a user