opentimelineio: rename from open-timeline-io
This commit is contained in:
parent
641d909c4a
commit
7d8b002104
@ -8,7 +8,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "open-timeline-io";
|
||||
pname = "opentimelineio";
|
||||
version = "0.17.0";
|
||||
|
||||
src = fetchFromGitHub {
|
@ -12,7 +12,7 @@
|
||||
qtnetworkauth,
|
||||
qqc2-desktop-style,
|
||||
libv4l,
|
||||
open-timeline-io,
|
||||
opentimelineio,
|
||||
frei0r,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
@ -44,7 +44,7 @@ mkKdeDerivation {
|
||||
ffmpeg-full
|
||||
libv4l
|
||||
mlt
|
||||
open-timeline-io
|
||||
opentimelineio
|
||||
];
|
||||
|
||||
qtWrapperArgs = [
|
||||
|
@ -1519,6 +1519,7 @@ mapAliases {
|
||||
openssl_3_0 = openssl_3; # Added 2022-06-27
|
||||
opensycl = lib.warnOnInstantiate "'opensycl' has been renamed to 'adaptivecpp'" adaptivecpp; # Added 2024-12-04
|
||||
opensyclWithRocm = lib.warnOnInstantiate "'opensyclWithRocm' has been renamed to 'adaptivecppWithRocm'" adaptivecppWithRocm; # Added 2024-12-04
|
||||
open-timeline-io = lib.warnOnInstantiate "'open-timeline-io' has been renamed to 'opentimelineio'" opentimelineio; # Added 2025-08-10
|
||||
opentofu-ls = lib.warnOnInstantiate "'opentofu-ls' has been renamed to 'tofu-ls'" tofu-ls; # Added 2025-06-10
|
||||
openvdb_11 = throw "'openvdb_11' has been removed in favor of the latest version'"; # Added 2025-05-03
|
||||
opera = throw "'opera' has been removed due to lack of maintenance in nixpkgs"; # Added 2025-05-19
|
||||
|
Loading…
x
Reference in New Issue
Block a user