Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 4 additions & 4 deletions pkgs/applications/audio/aeolus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ stdenv.mkDerivation rec {
echo -n "${cfg}" > $out/etc/aeolus.conf
'';

meta = with lib; {
meta = {
description = "Synthetized (not sampled) pipe organ emulator";
homepage = "http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with maintainers; [
license = lib.licenses.lgpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
nico202
orivej
];
Expand Down
8 changes: 4 additions & 4 deletions pkgs/applications/audio/aeolus/stops.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ stdenvNoCC.mkDerivation rec {
runHook postInstall
'';

meta = with lib; {
meta = {
description = "aeolus synthesizer instrument definitions";
homepage = "http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with maintainers; [
license = lib.licenses.lgpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
nico202
orivej
];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/audio/airwave/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ multiStdenv.mkDerivation {
wrapProgram $out/libexec/airwave-host-64.exe --set WINELOADER ${wine-xembed}/bin/wine64
'';

meta = with lib; {
meta = {
description = "WINE-based VST bridge for Linux VST hosts";
longDescription = ''
Airwave is a wine based VST bridge, that allows for the use of
Expand All @@ -105,9 +105,9 @@ multiStdenv.mkDerivation {
window.
'';
homepage = "https://github.com/phantom-code/airwave";
license = licenses.mit;
license = lib.licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ michalrus ];
maintainers = with lib.maintainers; [ michalrus ];
hydraPlatforms = [ ];
};
}
6 changes: 3 additions & 3 deletions pkgs/applications/audio/amarok/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ stdenv.mkDerivation (finalAttrs: {

enableParallelBuilding = true;

meta = with lib; {
meta = {
homepage = "https://amarok.kde.org";
description = "Powerful music player with an intuitive interface";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peterhoeg ];
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ peterhoeg ];
};
})
8 changes: 4 additions & 4 deletions pkgs/applications/audio/bambootracker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ stdenv.mkDerivation (finalAttrs: {
};
};

meta = with lib; {
meta = {
description = "Tracker for YM2608 (OPNA) which was used in NEC PC-8801/9801 series computers";
mainProgram = "BambooTracker";
homepage = "https://bambootracker.github.io/BambooTracker/";
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ OPNA2608 ];
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ OPNA2608 ];
};
})
6 changes: 3 additions & 3 deletions pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@ stdenv.mkDerivation rec {
done
'';

meta = with lib; {
meta = {
description = "Digital audio workstation";
longDescription = ''
Bitwig Studio is a multi-platform music-creation system for
production, performance and DJing, with a focus on flexible
editing tools and a super-fast workflow.
'';
homepage = "https://www.bitwig.com/";
license = licenses.unfree;
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
bfortz
michalrus
mrVanDalo
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/audio/bitwig-studio/bitwig-studio4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,17 @@ stdenv.mkDerivation rec {
done
'';

meta = with lib; {
meta = {
description = "Digital audio workstation";
longDescription = ''
Bitwig Studio is a multi-platform music-creation system for
production, performance and DJing, with a focus on flexible
editing tools and a super-fast workflow.
'';
homepage = "https://www.bitwig.com/";
license = licenses.unfree;
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
bfortz
michalrus
mrVanDalo
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/audio/bitwig-studio/bitwig-studio5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,17 @@ stdenv.mkDerivation rec {
done
'';

meta = with lib; {
meta = {
description = "Digital audio workstation";
longDescription = ''
Bitwig Studio is a multi-platform music-creation system for
production, performance and DJing, with a focus on flexible
editing tools and a super-fast workflow.
'';
homepage = "https://www.bitwig.com/";
license = licenses.unfree;
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
bfortz
michalrus
mrVanDalo
Expand Down
8 changes: 4 additions & 4 deletions pkgs/applications/audio/bucklespring/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
runHook postInstall
'';

meta = with lib; {
meta = {
description = "Nostalgia bucklespring keyboard sound";
mainProgram = "buckle";
longDescription = ''
Expand All @@ -68,8 +68,8 @@ stdenv.mkDerivation rec {
<code>users.users.alice.extraGroups = [ "input" ];</code>
'';
homepage = "https://github.com/zevv/bucklespring";
license = licenses.gpl2Only;
platforms = platforms.unix;
maintainers = [ maintainers.evils ];
license = lib.licenses.gpl2Only;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.evils ];
};
}
6 changes: 3 additions & 3 deletions pkgs/applications/audio/cdparanoia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ stdenv.mkDerivation rec {
# scan_devices.o: file not recognized: file format not recognized
enableParallelBuilding = false;

meta = with lib; {
meta = {
homepage = "https://xiph.org/paranoia";
description = "Tool and library for reading digital audio from CDs";
license = with licenses; [
license = with lib.licenses; [
gpl2Plus
lgpl21Plus
];
platforms = platforms.unix;
platforms = lib.platforms.unix;
mainProgram = "cdparanoia";
};
}
8 changes: 4 additions & 4 deletions pkgs/applications/audio/chuck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ stdenv.mkDerivation rec {
];
buildFlags = [ (if stdenv.hostPlatform.isDarwin then "mac" else "linux-alsa") ];

meta = with lib; {
meta = {
description = "Programming language for real-time sound synthesis and music creation";
homepage = "http://chuck.cs.princeton.edu";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ ftrvxmtrx ];
license = lib.licenses.gpl2;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ ftrvxmtrx ];
mainProgram = "chuck";
};
}
8 changes: 4 additions & 4 deletions pkgs/applications/audio/codecserver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ stdenv.mkDerivation rec {
--replace '=''${exec_prefix}//' '=/'
'';

meta = with lib; {
meta = {
homepage = "https://github.com/jketterl/codecserver";
description = "Modular audio codec server";
license = licenses.gpl3Only;
platforms = platforms.unix;
maintainers = teams.c3d2.members;
license = lib.licenses.gpl3Only;
platforms = lib.platforms.unix;
maintainers = lib.teams.c3d2.members;
mainProgram = "codecserver";
};
}
8 changes: 4 additions & 4 deletions pkgs/applications/audio/csound/csound-qt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ stdenv.mkDerivation rec {
"PYTHON_VERSION=3.${python3.sourceVersion.minor}"
];

meta = with lib; {
meta = {
description = "CsoundQt is a frontend for Csound with editor, integrated help, widgets and other features";
homepage = "https://csoundqt.github.io/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ hlolli ];
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ hlolli ];
};
}
8 changes: 4 additions & 4 deletions pkgs/applications/audio/csound/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ stdenv.mkDerivation rec {
ln -s $out/lib/CsoundLib64.framework $out/Library/Frameworks
'';

meta = with lib; {
meta = {
description = "Sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms";
homepage = "https://csound.com/";
license = licenses.lgpl21Plus;
maintainers = [ maintainers.marcweber ];
platforms = platforms.unix;
license = lib.licenses.lgpl21Plus;
maintainers = [ lib.maintainers.marcweber ];
platforms = lib.platforms.unix;
};
}
6 changes: 3 additions & 3 deletions pkgs/applications/audio/deadbeef/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,16 @@ clangStdenv.mkDerivation {
substituteInPlace plugins/adplug/Makefile.am --replace 'adplug_la_CXXFLAGS = ' 'adplug_la_CXXFLAGS = -std=c++11 '
'';

meta = with lib; {
meta = {
description = "Ultimate Music Player for GNU/Linux";
mainProgram = "deadbeef";
homepage = "http://deadbeef.sourceforge.net/";
downloadPage = "https://github.com/DeaDBeeF-Player/deadbeef";
license = licenses.gpl2;
license = lib.licenses.gpl2;
platforms = [
"x86_64-linux"
"i686-linux"
];
maintainers = [ maintainers.abbradar ];
maintainers = [ lib.maintainers.abbradar ];
};
}
8 changes: 4 additions & 4 deletions pkgs/applications/audio/deadbeef/plugins/headerbar-gtk3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ stdenv.mkDerivation rec {

preConfigure = "./autogen.sh";

meta = with lib; {
meta = {
description = "Plug-in that adds GTK 3 header bar to the DeaDBeeF music player";
homepage = "https://github.com/saivert/ddb_misc_headerbar_GTK3";
license = licenses.gpl2Plus;
maintainers = [ maintainers.jtojnar ];
platforms = platforms.linux;
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.jtojnar ];
platforms = lib.platforms.linux;
};
}
8 changes: 4 additions & 4 deletions pkgs/applications/audio/deadbeef/plugins/lyricbar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ stdenv.mkDerivation {

buildFlags = [ "gtk3" ];

meta = with lib; {
meta = {
description = "Plugin for DeaDBeeF audio player that fetches and shows the song’s lyrics";
homepage = "https://github.com/C0rn3j/deadbeef-lyricbar";
license = licenses.mit;
maintainers = [ maintainers.jtojnar ];
platforms = platforms.linux;
license = lib.licenses.mit;
maintainers = [ lib.maintainers.jtojnar ];
platforms = lib.platforms.linux;
};
}
8 changes: 4 additions & 4 deletions pkgs/applications/audio/deadbeef/plugins/mpris2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ stdenv.mkDerivation {
glib
];

meta = with lib; {
meta = {
description = "MPRISv2 plugin for the DeaDBeeF music player";
homepage = "https://github.com/DeaDBeeF-Player/deadbeef-mpris2-plugin/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.abbradar ];
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.abbradar ];
};
}
8 changes: 4 additions & 4 deletions pkgs/applications/audio/deadbeef/plugins/musical-spectrum.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ stdenv.mkDerivation rec {
runHook postInstall
'';

meta = with lib; {
meta = {
description = "Musical spectrum plugin for the DeaDBeeF music player";
homepage = "https://github.com/cboxdoerfer/ddb_musical_spectrum";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.ddelabru ];
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.ddelabru ];
};
}
8 changes: 4 additions & 4 deletions pkgs/applications/audio/deadbeef/plugins/playlist-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ stdenv.mkDerivation {
"gtk3"
];

meta = with lib; {
meta = {
description = "Removes duplicate and vanished files from the current playlist";
homepage = "https://github.com/kpcee/deadbeef-playlist-manager";
license = licenses.gpl2Plus;
maintainers = [ maintainers.cmm ];
platforms = platforms.linux;
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.cmm ];
platforms = lib.platforms.linux;
};
}
8 changes: 4 additions & 4 deletions pkgs/applications/audio/deadbeef/plugins/statusnotifier.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ stdenv.mkDerivation rec {
runHook postInstall
'';

meta = with lib; {
meta = {
description = "DeaDBeeF StatusNotifier Plugin";
homepage = "https://github.com/vovochka404/deadbeef-statusnotifier-plugin";
license = licenses.gpl3Plus;
maintainers = [ maintainers.kurnevsky ];
platforms = platforms.linux;
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.kurnevsky ];
platforms = lib.platforms.linux;
};
}
6 changes: 3 additions & 3 deletions pkgs/applications/audio/espeak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ stdenv.mkDerivation rec {
makeFlags="PREFIX=$out DATADIR=$out/share/espeak-data"
'';

meta = with lib; {
meta = {
description = "Compact open source software speech synthesizer";
mainProgram = "espeak";
homepage = "https://espeak.sourceforge.net/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
};
}
6 changes: 3 additions & 3 deletions pkgs/applications/audio/espeak/edit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ stdenv.mkDerivation rec {
cp src/espeakedit "$out/bin"
'';

meta = with lib; {
meta = {
description = "Phoneme editor for espeak";
mainProgram = "espeakedit";
homepage = "https://espeak.sourceforge.net/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
};
}
Loading
Loading