nixpkgs/pkgs/applications/audio
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
..
a2jmidid Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
aacgain application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
abcde treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
adlplug adlplug,opnplug: Add maintainer, refactor 2021-06-12 16:02:17 +02:00
aeolus Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
aether-lv2 aether-lv2: init at 1.2.1 2021-11-07 22:39:08 +01:00
airwave treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
aj-snapshot treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
amarok amarok: use ffmpeg instead of ffmpeg_3 (#120657) 2021-04-27 13:35:04 +02:00
AMB-plugins treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
ams treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
ams-lv2 treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
apple-music-electron treewide: make AppRun substitutions constistent 2021-04-17 12:48:13 +02:00
ardour ardour: Enable video support by default 2021-11-24 15:49:09 +10:00
ario ario: mpd_clientlib -> libmpdclient 2021-02-12 08:29:51 -03:00
artyFX artyFX: Replace commit with equivalent from master 2021-01-26 15:19:01 +01:00
ashuffle ashuffle: 3.12.3 -> 3.12.5 2021-12-06 01:45:34 +00:00
asunder treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
aucatctl treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
audacious audacious: 4.0.5 -> 4.1 2021-11-25 18:54:23 +10:00
audacity audacity: pin ffmpeg to 4.x 2022-02-04 22:10:58 -08:00
audio-recorder treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
aumix aumix: fix build against fno-common toolchains 2022-01-16 17:46:27 +00:00
autotalent treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
axoloti axoloti.libusb: cleanup, format (#131684) 2021-07-28 09:51:34 +02:00
bambootracker treewide: remove darwin-only manual wrapQtApp invocations 2021-09-28 10:29:46 -04:00
baudline treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
bchoppr bchoppr: 1.10.8 -> 1.10.10 2021-09-14 01:59:47 +00:00
beast
bespokesynth bespokesynth: 1.0 -> 1.1.0. Fixing issues with file loading (#144708) 2022-01-18 19:30:50 +01:00
bitmeter treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
bitwig-studio treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
bjumblr bjumblr: 1.6.6 -> 1.6.8 2021-09-14 02:33:25 +00:00
blanket blanket: init at 0.5.0 2021-09-29 10:36:44 +02:00
boops boops: 1.6.4 -> 1.8.2 2021-09-05 10:17:03 +02:00
bristol Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
bschaffl bschaffl: 1.4.6 -> 1.4.8 2021-09-14 02:58:31 +00:00
bsequencer bsequencer: 1.8.8 -> 1.8.10 2021-09-14 03:03:42 +00:00
bshapr bshapr: 0.12 -> 0.13 2021-06-06 23:32:33 +00:00
bslizr bslizr: 1.2.14 -> 1.2.16 2021-06-07 01:01:27 -04:00
bucklespring bucklespring: 1.5.0 -> 1.5.1 2022-01-06 11:55:38 +08:00
cadence cadence: switch to fetchFromGitHub 2021-11-02 14:27:14 +01:00
calf treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
callaudiod Merge pull request #159089 from r-ryantm/auto-update/callaudiod 2022-02-12 21:06:49 -08:00
cantata cantata: 2.4.2 -> 2.5.0 2022-03-03 02:09:51 +00:00
caps treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
cardinal treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
carla carla: 2.4.1 -> 2.4.2 2022-02-20 08:57:55 +00:00
caudec caudec: update homepage and fix source URL 2022-01-07 16:45:52 +07:00
cava Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
cd-discid Drop maintainership for some packages 2021-04-18 09:00:18 +02:00
cdparanoia cdparanoiaIII: disable parallel building 2021-10-22 10:43:14 +01:00
cheesecutter cheesecutter: unstable-2020-04-03 -> unstable-2021-02-27 2021-03-18 17:41:31 +02:00
ChowCentaur ChowCentaur: init at 1.4.0 2022-01-30 00:09:12 +01:00
ChowKick epoxy: rename to libepoxy 2021-11-11 05:55:32 +01:00
CHOWTapeModel Chowtapemodel: unstable-2020-12-12 -> 2.10.0 2021-12-26 21:48:21 +01:00
chuck chuck: 1.4.0.1 -> 1.4.1.0 2021-06-28 15:00:30 +02:00
cider cider: init at 1.3.1308 2022-03-19 15:59:00 +11:00
clementine Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
clerk clerk: mpc_cli -> mpc-cli 2022-01-24 23:24:06 -03:00
cmt treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
cmus Change all alsaOss references to alsa-oss 2021-06-10 01:12:49 -03:00
cmusfm cmusfm: 2020-07-23 -> 2021-05-19 2021-05-20 12:13:37 -07:00
cozy cozy: 1.1.2 -> 1.2.0 2022-01-31 09:57:43 -08:00
crip application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
csa csa: expand platforms to unix 2021-03-08 21:48:52 +07:00
csound csound: 6.16.2 -> 6.17.0 2022-03-06 11:34:58 +01:00
curseradio treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
cyanrip cyanrip: 0.8.0 -> 0.8.1 2022-01-30 15:41:49 +10:00
deadbeef treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
denemo denemo: 2.4.0 -> 2.5.0 2021-03-09 15:43:33 -08:00
dfasma dfasma: update homepage 2022-02-06 15:10:22 +01:00
diopser Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
dirt application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
distrho Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
dr14_tmeter dr14_tmeter: use ffmpeg 4 2021-06-01 17:27:48 +02:00
dragonfly-reverb dragonfly-reverb: 3.2.1 -> 3.2.5 (#118939) 2021-05-09 00:33:14 -04:00
drumgizmo Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
drumkv1 drumkv1: 0.9.18 -> 0.9.23 2021-08-08 22:29:06 +00:00
dsf2flac treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
easyeffects easyeffects: 6.2.3 -> 6.2.4 2022-03-08 06:47:07 +00:00
easytag gnome: rename from gnome3 2021-05-08 09:47:42 +02:00
ebumeter ebumeter: init at 0.4.2 2021-02-23 04:15:30 +00:00
ecasound ecasound: fix build against upcoming ncurses-6.3 2021-11-05 23:34:36 +00:00
eflite Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
ekho treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
ensemble-chorus Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
eq10q treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
espeak pkgs/applications: rename name to pname&version part 1 (#144949) 2021-11-07 21:29:51 +01:00
espeak-ng speechd: Fix espeak-mbrola voice check 2022-01-09 02:17:11 +01:00
exaile exaile: init at 4.1.1 (#120761) 2021-09-08 06:07:28 -04:00
faust faust: 2.30.5 -> 2.37.3 2021-10-30 19:02:24 +00:00
faustPhysicalModeling faustPhysicalModeling: 2.33.1 -> 2.37.3 2021-10-30 19:58:26 +00:00
faustStk faust-stk: init at 2.20.2 2021-06-05 23:50:45 +02:00
fdkaac fdk-aac-encoder: 1.0.1 → 1.0.2 (#120356) 2021-04-24 03:05:07 +02:00
FIL-plugins treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
flac flac: fix out of bound reads due to heap buffer overflow 2021-05-08 17:55:24 +00:00
flac123 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
flacon flacon: 6.1.0 -> 7.0.1 2021-04-25 22:55:25 +00:00
fluidsynth fluidsynth: fix cross 2021-11-01 09:45:18 +00:00
fmit treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
fmsynth treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
fomp fomp: update homepage 2022-02-06 15:10:41 +01:00
foo-yc20 treewide: replace '-git' packages with 'unstable-' in version (#145396) 2021-11-10 16:21:47 -05:00
freac freac: 1.1.5 -> 1.1.6 2022-02-18 08:28:12 +00:00
freewheeling freewheeling: build with fluidsynth (#157085) 2022-01-30 02:22:10 +00:00
freqtweak treewide: quote urls according to rfc 0045 (#145260) 2021-11-10 11:37:56 +01:00
friture friture: 0.48 -> 0.49 (#164475) 2022-03-21 22:01:47 +01:00
ft2-clone ft2-clone: 1.51 -> 1.52 2022-02-28 06:00:06 +00:00
furnace furnace: 0.5.6 -> 0.5.8 2022-03-16 14:47:04 +01:00
fverb treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
game-music-emu game-music-emu: turn off ubsan on darwin 2021-11-27 18:25:47 -08:00
gbsplay gbsplay: 2016-12-17 -> 0.0.94 2021-06-13 14:37:18 +02:00
geonkick geonkick: 2.8.1 -> 2.9.0 2022-02-23 17:05:49 +00:00
giada giada: 0.16.4 -> unstable-2021-09-24 2021-10-21 19:22:31 +03:00
gigedit gigedit: use old pangomm version 2021-11-19 21:51:12 +03:00
gjay gjay: mpd_clientlib -> libmpdclient 2021-02-12 08:31:12 -03:00
gmpc gmpc: mpd_clientlib -> libmpdclient 2021-02-12 08:31:57 -03:00
gmu gmu: pull pending upstream inclusion fix for ncurses-6.3 2021-11-07 09:51:15 +00:00
gnaural gnaural: reinit at 20110606 2021-06-03 14:14:27 +02:00
gnome-podcasts gnome-podcasts: fix build with meson 0.61 2022-03-23 19:10:59 +08:00
goattracker treewide: switch all desktop file generators to new API 2022-02-25 13:40:38 -08:00
google-play-music-desktop-player Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
gpodder gPodder: 3.10.17 -> 3.10.21 2022-03-09 15:09:11 +01:00
gradio gradio: don't manually enableParallelBuilding 2021-05-12 11:57:35 +00:00
grandorgue Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
greg treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gspeech
gtkpod gnome: rename from gnome3 2021-05-08 09:47:42 +02:00
guitarix guitarix: move from Python 2 to Python 3 2021-10-09 11:02:43 +02:00
gwc Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
gxmatcheq-lv2 treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
gxplugins-lv2 Gxplugins-Lv2: 0.8 -> 0.9 2021-05-24 22:45:52 +02:00
helio-workstation helio-workstation: 3.6 -> 3.8 2021-12-11 11:59:12 +03:00
helm helm: fix #79177 on linux (#137146) 2021-10-01 15:32:12 -04:00
helvum helvum: use rustPlatform.bindgenHook 2022-02-22 19:41:24 +01:00
hivelytracker hivelytracker: init at unstable-2020-02-10 2021-01-19 18:17:31 +01:00
hqplayer-desktop hqplayer-desktop: 4.12.2-36 -> 4.13.1-38 2021-08-16 13:39:16 -07:00
hushboard hushboard: init at unstable-2021-03-17 2021-10-11 17:10:56 +01:00
hybridreverb2 hybridreverb2: update homepage 2022-02-06 15:10:53 +01:00
hydrogen hydrogen: 1.1.0 -> 1.1.1 2021-12-07 04:19:46 +00:00
iannix treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
id3v2 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
in-formant in-formant: init at 2021-06-30 2021-10-14 17:18:05 +03:00
indicator-sound-switcher indicator-sound-switcher: 2.3.6 -> 2.3.7 2022-02-10 07:10:49 +00:00
industrializer Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
infamousPlugins treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
ingen ingen: use python3 2021-04-03 17:06:10 +02:00
ir.lv2 treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
jaaa Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
jack-capture treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
jack-oscrolloscope treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
jack-rack application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
jackmeter application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
jackmix Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
jalv jalv: use python3 2021-04-03 17:06:10 +02:00
jamesdsp treewide: switch all desktop file generators to new API 2022-02-25 13:40:38 -08:00
jamin treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
jamulus jamulus: 3.8.1 -> 3.8.2 2022-02-25 19:52:29 -08:00
japa japa: 0.9.2 -> 0.9.4 2022-02-12 00:35:11 +00:00
jconvolver jconvolver: init at 1.1.0 (#143520) 2021-11-06 18:17:46 +00:00
jellycli jellycli: init at 0.9.1 2022-03-11 20:02:22 +01:00
jmusicbot jmusicbot: fix starting on java 17 2022-02-16 22:19:59 +01:00
kapitonov-plugins-pack treewide: quote urls according to rfc 0045 (#145260) 2021-11-10 11:37:56 +01:00
keyfinder Merge master into staging-next 2021-02-08 12:19:33 +00:00
keyfinder-cli keyfinder-cli: 2015-09-13 -> 1.1.1 2021-02-02 17:26:35 +01:00
kid3 kid3: 3.9.0 -> 3.9.1 2022-02-12 05:08:14 +00:00
klick treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
klystrack treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
kmetronome Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
ladspa-plugins ladspa-plugins: switch to fetchFromGitHub 2021-11-02 19:49:29 +01:00
ladspa-sdk treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
lash Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
libopenmpt libopenmpt: fix build on gcc-12 2021-11-13 09:07:52 +00:00
librespot librespot: mark as broken on darwin 2022-01-24 13:59:15 -05:00
lingot Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
linuxsampler Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
littlegptracker littlegptracker: fix unstableGitUpdater call 2021-02-09 22:29:00 +01:00
lmms maintainers: update personal details 2021-12-31 21:48:55 +03:00
lollypop lollypop: 1.4.23 -> 1.4.26 2021-12-31 19:10:10 +02:00
losslessaudiochecker losslessaudiochecker: init at 2.0.5 2021-11-27 15:34:05 +01:00
lsp-plugins lsp-plugins: 1.1.30 -> 1.1.31 2021-12-25 20:39:54 +00:00
ltc-tools treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
luppp treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
lv2-cpp-tools treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
lv2bm treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
lv2lint open-music-kontrollers: init 2022-03-19 11:12:08 +01:00
lyrebird treewide: switch all desktop file generators to new API 2022-02-25 13:40:38 -08:00
m4acut m4acut: Init at 0.1.2 (#110660) 2021-01-26 01:37:32 +01:00
magnetophonDSP treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
mamba Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
mbrola mbrola: fix cross compilation 2022-01-10 10:13:24 +08:00
mda-lv2 mda_lv2: 1.2.4 -> 1.2.6 2021-02-11 07:08:16 +01:00
mellowplayer mellowplayer: 3.6.7 -> 3.6.8 (#110071) 2021-01-21 10:33:50 -08:00
melmatcheq.lv2 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
meterbridge treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
meters_lv2 metersLv2: refactor 2022-01-10 00:29:49 +01:00
mhwaveedit Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
mi2ly mi2ly: fix build and refactor 2021-12-21 13:14:43 +01:00
mid2key treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
midas treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
midi-visualizer MIDIVisualizer: 6.4 -> 6.5 2021-11-02 10:50:44 +00:00
midisheetmusic treewide: remove gnidorah 2021-04-30 01:48:19 +02:00
mikmod application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
milkytracker milkytracker: workaround for rtmidi support 2022-01-16 18:25:23 +01:00
mimic mimic: reorder attributes 2021-10-15 22:13:35 +02:00
miniaudicle miniaudicle: specify use of qscintilla-qt4 2022-01-05 19:02:00 -05:00
mixxx mixxx: 2.3.1 -> 2.3.2 2022-02-13 09:56:42 -08:00
MMA Change all alsaUtils references to alsa-utils 2021-06-10 01:37:32 -03:00
mmtc mmtc: 0.2.13 -> 0.2.14 2021-11-08 14:22:15 -05:00
moc Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
mod-arpeggiator-lv2 mod-arpeggiator-lv2: init at unstable-2021-11-09 2021-12-12 08:43:07 +01:00
mod-distortion treewide: replace '-git' packages with 'unstable-' in version (#145396) 2021-11-10 16:21:47 -05:00
molot-lite molot-lite: 1.0.0 -> 1.1.0 2021-12-08 22:05:48 +01:00
monkeys-audio treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mooSpace treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
mopidy Merge pull request #159320 from tylerjl/update/mopidy-youtube-3-5 2022-03-24 21:18:16 +01:00
mousai mousai: 0.4.2 -> 0.6.6 2021-10-14 09:11:26 -07:00
mp3blaster mp3blaster: pull pending upstream inclusion fix for ncurses-6.3 2021-11-16 08:41:14 +00:00
mp3gain application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
mp3info application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
mp3splt treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
mp3val treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
mpc Merge remote-tracking branch 'origin/master' into staging-next 2022-01-25 15:53:19 +01:00
mpc123 treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
mpdevil mpdevil: 1.4.0 -> 1.4.1 2021-11-14 05:10:22 +00:00
mpg123 mpg123: 1.29.2 -> 1.29.3 2021-12-11 04:20:00 +00:00
mpg321 Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
munt mt32emu-qt: init at 1.9.0 2022-02-01 17:45:56 -03:00
mup treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
muse Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
musescore treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
musikcube musikcube: 0.96.9 -> 0.96.10 2021-12-29 02:40:55 -06:00
musly musly: use ffmpeg instead of libav 2021-02-02 17:26:35 +01:00
muso Merge remote-tracking branch 'origin/master' into staging-next 2021-05-18 08:57:16 -07:00
mympd mympd: 8.0.3 -> 8.0.4 2021-08-22 07:29:58 +00:00
myxer myxer: 1.2.0 -> 1.2.1 2021-04-22 16:45:49 +02:00
ncmpc ncmpc: 0.45 -> 0.46 2021-12-09 10:10:41 +00:00
ncmpcpp ncmpcpp: enableParallelBuilding 2021-04-28 13:33:23 -07:00
ncpamixer ncpamixer: cleanup, add SuperSandro2000 as maintainer 2021-02-12 14:09:55 +01:00
ncspot ncspot: 0.9.3 -> 0.9.5 2022-01-24 17:09:41 +01:00
netease-cloud-music-gtk treewide: switch all desktop file generators to new API 2022-02-25 13:40:38 -08:00
netease-music-tui netease-music-tui: 0.1.3 -> 0.1.4 2021-12-07 17:03:32 +00:00
new-session-manager new-session-manager: 1.5.1 -> 1.5.3 2022-02-23 19:45:54 +01:00
ninjas2 treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
noise-repellent treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
noisetorch maintainers: rename legendofmiracles to lom 2021-12-01 17:19:48 -06:00
non non: 2018-02-15 -> unstable-2021-01-28 2021-12-09 00:16:03 +01:00
nootka pkgs/applications: rename name to pname&version part 1 (#144949) 2021-11-07 21:29:51 +01:00
normalize treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nova-filters treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
nuclear treewide: make AppRun substitutions constistent 2021-04-17 12:48:13 +02:00
ocenaudio ocenaudio: 3.11.5 -> 3.11.7 2022-03-22 09:23:53 -04:00
open-music-kontrollers Update pkgs/applications/audio/open-music-kontrollers/synthpod.nix 2022-03-20 19:55:01 +01:00
opus-tools application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
opusfile opusfile: fix windows compilation 2021-04-29 20:47:57 -04:00
opustags opustags: 1.5.1 -> 1.6.0 2021-01-10 11:00:00 +01:00
orca-c orca-c: patch dependency resolution on darwin (#160612) 2022-02-18 18:26:07 +01:00
osmid Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
oxefmsynth oxefmsynth: fix 2021-09-30 20:18:34 -04:00
padthv1 padthv1: 0.9.18 -> 0.9.23 2021-12-08 16:58:22 +00:00
pamix Update pkgs/applications/audio/pamix/default.nix 2021-12-11 08:30:29 +00:00
pamixer pamixer: unstable-2021-03-29 -> 1.5 2021-10-04 13:22:52 -03:00
paprefs paprefs: 1.1 -> 1.2 (#153162) 2022-01-04 04:06:02 +03:00
parlatype parlatype: remove libreoffice build option 2022-01-22 20:28:17 +01:00
patchage Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
paulstretch treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
pavucontrol pavucontrol: 4.0 -> 5.0, format 2021-10-19 08:42:00 -06:00
pd-plugins treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
petrifoo Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
pianobar pianobar: use ffmpeg4 2021-05-02 12:04:54 +02:00
pianobooster Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
pianoteq pianoteq.{stage-trial,standard-trial}: 7.3.0 -> 7.4.1 2021-07-06 22:03:44 +01:00
picard picard: 2.6.4 -> 2.7.3 2022-01-14 05:15:58 +03:00
picoloop Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
pithos pithos: 1.5.0 -> 1.5.1 2022-01-19 08:16:32 +00:00
playbar2 qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
plexamp plexamp: 4.0.3 -> 4.1.0 2022-03-21 00:11:09 +00:00
plugin-torture treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
plujain-ramp treewide: fix versions starting with 'v' 2022-02-28 13:05:18 +01:00
pmidi Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
pocket-casts pocket-casts: set electron version on top-level 2021-10-26 19:58:57 -06:00
polyphone Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
ponymix treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
praat praat: 6.2.07 -> 6.2.09 2022-02-24 18:07:07 +00:00
pragha pragha: 1.3.4 -> 1.3.99.1 2021-02-23 08:42:12 +00:00
projectm projectm: 3.1.11 -> 3.1.12 2021-03-12 11:28:25 +00:00
psst psst: init at unstable-2022-01-25 2022-03-09 18:51:12 +01:00
pt2-clone pt2-clone: 1.42 -> 1.43 2022-03-19 04:39:59 +00:00
ptcollab ptcollab: 0.6.0.2 -> 0.6.1.0 2022-02-06 22:07:07 +01:00
puddletag puddletag: 2.0.1 -> 2.1.1 2022-03-11 11:33:40 +08:00
pulseaudio-ctl pulseaudio-ctl: 1.69 -> 1.70 2021-12-09 19:53:35 -08:00
pulseaudio-dlna pulseaudio-dlna: ensure pactl is available 2021-11-26 13:32:29 +01:00
pulseaudio-modules-bt treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
pulseeffects-legacy pulseeffects-legacy: init at 4.8.4 2021-02-10 06:49:22 +07:00
puredata Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
pyradio pyradio: 0.8.9.15 -> 0.8.9.16 2022-03-21 16:49:11 +00:00
qjackctl qjackctl: 0.9.5 -> 0.9.6 2022-01-20 23:29:34 +00:00
qmidiarp treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
qmidinet qmidinet: 0.9.1 -> 0.9.4 2021-09-14 11:09:15 +00:00
qmidiroute Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
qmmp qmmp: remove meta.repositories 2022-03-25 05:40:29 +02:00
qpwgraph qpwgraph: 0.2.0 -> 0.2.2 2022-03-07 13:13:11 +00:00
qsampler treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
qsynth qsynth: 0.9.1 -> 0.9.4 2021-09-14 12:36:12 +00:00
qtractor qtractor: 0.9.24 -> 0.9.25 2022-01-20 23:54:47 +00:00
qtscrobbler treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
quadrafuzz quadrafuzz: init at 0.1.1 2021-05-23 21:43:09 +02:00
quodlibet pythonPackages: deprecate pytest_xdist alias 2021-07-21 13:32:52 +02:00
r128gain gitUpdater: init 2022-02-21 13:01:49 -03:00
radiotray-ng radiotray-ng: 0.2.7 -> 0.2.8 2021-08-23 02:06:14 +00:00
rakarrack Change all alsaUtils references to alsa-utils 2021-06-10 01:37:32 -03:00
real_time_config_quick_scan treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
reaper Update reaper to 6.47 2022-02-12 18:05:44 -05:00
redoflacs treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
redux redux: init at 1.2.2 2022-02-05 12:39:31 +02:00
renoise Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
rhvoice rhvoice: does not depend on python at runtime 2022-01-16 18:39:54 +00:00
rhythmbox rhythmbox: add support for more features (depend on more libraries) 2021-07-14 09:14:20 +02:00
rkrlv2 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rofi-mpd
rofi-pulse-select rofi-pulse-select: init at 0.2.0 2021-12-19 18:50:46 +01:00
roomeqwizard roomeqwizard: 5.20.4 -> 5.20.5 2022-03-10 20:00:38 +00:00
rosegarden rosegarden: format, cleanup 2021-07-27 15:21:33 +02:00
rubyripper rubyripper: 0.6.2 -> 0.8.0rc3 2022-02-28 15:54:39 -05:00
rymcast Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
samplv1 samplv1: 0.9.20 -> 0.9.23 2021-08-27 23:10:53 +00:00
sayonara sayonara: 1.6.0-beta7 -> 1.7.0-stable3 2021-09-14 05:57:09 +00:00
sc68 sc68: unstable-2020-05-18 -> unstable-2021-08-23 2021-09-30 08:12:42 +01:00
schismtracker schismtracker: 20211116 -> 20220125 2022-01-27 01:22:34 +00:00
scream scream: 3.8 -> 3.9 2022-01-20 12:35:50 +00:00
seq24 Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
seq66 Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
setbfree Treewide: fix some permanent redirects on homepages 2022-01-03 16:53:12 +01:00
sfizz sfizz: 1.1.1 -> 1.2.0 2022-01-19 15:51:13 +00:00
sfxr treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
sfxr-qt sfxr-qt: 1.3.0 -> 1.4.0 2022-01-13 15:44:00 +01:00
shntool treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
shortwave shortwave: mark as broken 2022-01-02 00:36:50 +01:00
sidplayfp sidplayfp: 2.2.2 -> 2.2.3 2022-02-03 10:36:18 -08:00
sisco.lv2 treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
snapcast snapcast: 0.25.0 -> 0.26.0 2022-01-03 20:52:27 +01:00
snd snd: 22.0 -> 22.1 2022-02-10 11:29:36 -08:00
sndpeek Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
sonata gnome: rename from gnome3 2021-05-08 09:47:42 +02:00
songrec songrec: 0.2.1 -> 0.3.0 2022-02-04 19:23:14 -08:00
sonic-lineup Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
sonic-pi sonic-pi: 3.2.2 -> 3.3.1 2022-03-13 01:33:15 +01:00
sonic-visualiser Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
sony-headphones-client treewide: switch all desktop file generators to new API 2022-02-25 13:40:38 -08:00
sooperlooper Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
sorcer sorcer: does not use python 2022-01-16 18:39:59 +00:00
sound-juicer sound-juicer: fix build with meson 0.61 2022-03-24 16:11:38 +08:00
soundconverter soundconverter: init at 4.0.3 2022-03-07 12:00:28 +01:00
soundkonverter treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
soundscape-renderer ssr: refactor 2022-03-06 17:04:44 +01:00
soundtracker soundtracker: Fix on Darwin 2021-06-20 16:52:51 +02:00
soundwireserver soundwireserver: init at 3.0 2021-11-20 21:21:01 +01:00
spectmorph Treewide: fix some permanent redirects on homepages 2022-01-03 16:53:12 +01:00
spectrojack treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
speech-denoiser treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
spek treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
split2flac split2flac: use python3Packages.mutagen 2022-01-16 18:39:58 +00:00
spot spot: 0.3.0 -> 0.3.1 2022-01-28 07:15:32 +11:00
spotify treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
spotify-cli-linux treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
spotify-qt spotify-qt: 3.7 -> 3.8 2022-01-20 08:57:37 +00:00
spotify-tui spotify-tui: 0.24.0 -> 0.25.0 2021-08-24 12:28:04 +02:00
spotifyd spotifyd: 0.3.2 -> 0.3.3 2021-12-14 13:25:24 +10:00
spotifywm treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sptlrx sptlrx: 0.1.0 -> 0.2.0 2022-02-27 18:15:41 +00:00
squeezelite squeezelite: 1.9.6.1196 -> 1.9.9.1401 2022-03-13 21:08:52 +08:00
squishyball squishyball: port to ncurses-6.3 2022-01-25 23:19:24 +00:00
ssrc treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
stochas Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
stone-phaser treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
strawberry strawberry: 1.0.1 -> 1.0.2 2022-02-25 17:08:59 +08:00
streamripper treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
string-machine treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sublime-music sublime-music: 0.11.14 -> 0.11.16 2021-11-11 00:33:28 -07:00
sunvox sunvox: 2.0c -> 2.0e (#163000) 2022-03-18 19:36:58 +01:00
surge surge: 1.8.1 -> 1.9.0 2021-05-23 21:43:47 -07:00
surge-XT Surge-XT: unstable-2021-11-07 -> unstable-2021-12-11 2021-12-12 11:12:07 +01:00
svox treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
swh-lv2 swh-lv2: switch to fetchFromGitHub 2021-11-02 19:49:29 +01:00
synthv1 synthv1: 0.9.15 -> 0.9.23 2021-08-19 19:33:25 +00:00
tageditor treewide: remove unnecessary enableParallelBuilding when using cmake 2021-07-20 10:32:58 +07:00
tagutil tagutil: prePatch -> postPatch 2021-11-08 11:44:11 +01:00
talentedhack treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
tambura treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tamgamp.lv2 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tap-plugins treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
tauon tauon: 7.1.2 -> 7.1.3 2022-02-28 18:41:37 +00:00
tenacity epoxy: rename to libepoxy 2021-11-11 05:55:32 +01:00
termusic termusic: init at 0.6.10 2022-02-18 16:17:18 +00:00
tetraproc jack2Full: deprecate alias 2021-04-03 18:13:59 +02:00
timemachine treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
tonelib-gfx tonelib-gfx: 4.7.0 -> 4.7.5 2022-03-22 10:35:42 +07:00
tonelib-jam tonelib-jam: 4.7.0 -> 4.7.5 2022-03-22 10:41:09 +07:00
tonelib-zoom tonelib-zoom: fix meta.platforms 2021-11-06 01:14:47 +07:00
tony application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
transcode application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
transcribe transcribe: 9.00 -> 9.10 2021-12-19 13:24:40 +08:00
traverso Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
tree-from-tags treewide: add final newline 2021-01-22 07:18:04 +10:00
tunefish Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
uade123 uade123: Add maintainer, 2.13 -> unstable-2021-05-21 2021-06-17 21:04:07 +02:00
uhhyou.lv2 uhhyou.lv2: unstable-2020-07-31 -> unstable-2021-02-08 2021-06-05 00:09:00 +02:00
vcv-rack Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
vgmstream vgmstream: add update script 2022-02-23 15:53:35 +10:00
vimpc vimpc: pull pending upstream inclusion fix for ncurses-6.3 2021-11-19 09:25:36 +00:00
virtual-ans Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
vkeybd Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
vmpk vmpk: 0.8.5 -> 0.8.6 2022-02-26 01:52:13 +00:00
vocal vocal: fix build with vala 0.56 2022-03-19 17:16:33 +08:00
vocproc treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
vorbis-tools vorbis-tools: 1.4.0 -> 1.4.2 2021-01-27 18:03:52 +01:00
waon treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
wavegain wavegain: pull upstream fix for -fno-common toolchains 2021-12-19 09:51:33 +00:00
whipper treewide: remove python39Packages.ruamel_yaml aliases 2021-11-03 11:10:50 +01:00
wolf-shaper treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
x42-avldrums x42-avldrums: 0.4.1 -> 0.4.2 2021-10-28 07:02:13 +00:00
x42-gmsynth treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
x42-plugins x42-plugins: 20211016 -> 20220107 2022-01-19 10:57:54 +00:00
xmp application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
xsynth-dssi Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
xtuner treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
yams yams: init at 0.7.3 2021-01-27 12:07:15 +03:00
yasr treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
ympd ympd: mpd_clientlib -> libmpdclient 2021-02-12 08:34:16 -03:00
yoshimi yoshimi: unstable-2020-05-10 -> 2.1.2.2 2022-02-24 21:21:07 +01:00
ytmdesktop ytmdesktop: init at 1.13.0 2021-05-21 07:42:53 +02:00
zam-plugins zam-plugins: 3.13 -> 3.14 2021-10-30 01:57:42 +00:00
zita-ajbridge application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
zita-at1 application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
zita-njbridge zita-njbridge: 0.4.4 -> 0.4.8 2021-08-14 05:47:23 +00:00
zrythm zrythm: 1.0.0-alpha.26.0.13 -> 1.0.0-alpha.28.1.3 2022-01-29 18:16:01 +01:00
zynaddsubfx zynaddsubfx: fix aarch64-linux build 2021-11-20 16:57:28 -05:00