opus-tools: rename from opusTools (#489667)

This commit is contained in:
Nick Cao
2026-02-13 01:18:52 +00:00
committed by GitHub
9 changed files with 15 additions and 14 deletions
@@ -12,7 +12,7 @@
pulseaudio,
nodejs,
yt-dlp,
opusTools,
opus-tools,
gst_all_1,
enableSonos ? true,
qtwayland,
@@ -23,7 +23,7 @@ let
sox
flac
lame
opusTools
opus-tools
gst_all_1.gstreamer
nodejs
ffmpeg
+2 -2
View File
@@ -15,7 +15,7 @@
flacSupport ? true,
flac,
opusSupport ? false,
opusTools,
opus-tools,
wavpackSupport ? false,
wavpack,
#, musepackSupport ? false, TODO: mpcenc
@@ -29,7 +29,7 @@ let
lib.optional mp3Support lame
++ lib.optional oggSupport vorbis-tools
++ lib.optional flacSupport flac
++ lib.optional opusSupport opusTools
++ lib.optional opusSupport opus-tools
++ lib.optional wavpackSupport wavpack
++ lib.optional monkeysAudioSupport monkeys-audio
++ [ cdparanoia ];
+2 -2
View File
@@ -7,7 +7,7 @@
findutils,
flac,
lame,
opusTools,
opus-tools,
procps,
sox,
}:
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
findutils
sox
procps
opusTools
opus-tools
lame
flac
]
+2 -2
View File
@@ -4,7 +4,7 @@
lib,
flac,
lame,
opusTools,
opus-tools,
vorbis-tools,
ffmpeg,
}:
@@ -40,7 +40,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
flac
lame
# Optional deps depending on encoding types
opusTools
opus-tools
vorbis-tools
ffmpeg
]
+2 -2
View File
@@ -7,7 +7,7 @@
pkg-config,
shntool,
flac,
opusTools,
opus-tools,
vorbis-tools,
mp3gain,
lame,
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
bin_path = lib.makeBinPath [
shntool
flac
opusTools
opus-tools
vorbis-tools
mp3gain
lame
+2 -2
View File
@@ -5,7 +5,7 @@
mp3Support ? true,
lame,
opusSupport ? true,
opusTools,
opus-tools,
faacSupport ? false,
faac,
flacSupport ? true,
@@ -53,7 +53,7 @@ python3Packages.buildPythonApplication {
zeroconf
]
++ lib.optional mp3Support lame
++ lib.optional opusSupport opusTools
++ lib.optional opusSupport opus-tools
++ lib.optional faacSupport faac
++ lib.optional flacSupport flac
++ lib.optional soxSupport sox
+2 -2
View File
@@ -7,7 +7,7 @@
libvorbis,
replaceVars,
lame,
opusTools,
opus-tools,
}:
mkKdeDerivation {
pname = "audiocd-kio";
@@ -15,7 +15,7 @@ mkKdeDerivation {
patches = [
(replaceVars ./encoder-paths.patch {
lame = lib.getExe lame;
opusenc = "${opusTools}/bin/opusenc";
opusenc = "${opus-tools}/bin/opusenc";
})
];
+1
View File
@@ -1467,6 +1467,7 @@ mapAliases {
opentofu-ls = warnAlias "'opentofu-ls' has been renamed to 'tofu-ls'" tofu-ls; # Added 2025-06-10
opentracing-cpp = throw "'opentracingc-cpp' has been removed as it was archived upstream in 2024"; # Added 2025-10-19
opera = throw "'opera' has been removed due to lack of maintenance in nixpkgs"; # Added 2025-05-19
opusTools = warnAlias "'opusTools' has been renamed to 'opus-tools'" opus-tools; # Added 2026-02-12
orogene = throw "'orogene' uses a wasm-specific fork of async-tar that is vulnerable to CVE-2025-62518, which is not supported by its upstream"; # Added 2025-10-24
ortp = throw "'ortp' has been moved to 'linphonePackages.ortp'"; # Added 2025-09-20
OSCAR = throw "'OSCAR' has been renamed to/replaced by 'oscar'"; # Converted to throw 2025-10-27