Skip to content

Commit e73f48d

Browse files
authored
openexr: change default version from 2 to 3 (#367406)
2 parents 15072f3 + fa470f9 commit e73f48d

27 files changed

Lines changed: 62 additions & 66 deletions

File tree

doc/release-notes/rl-2505.section.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
NEWS can been viewed from Emacs by typing `C-h n`, or by clicking `Help->Emacs News` from the menu bar.
2626
It can also be browsed [online](https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30).
2727

28+
- The default openexr version has been updated to 3.2.4.
29+
2830
- The default PHP version has been updated to 8.4.
2931

3032
- The default Erlang OTP version has been updated to 27.

pkgs/applications/graphics/gimp/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
libheif,
4646
libxslt,
4747
libgudev,
48-
openexr_3,
48+
openexr,
4949
desktopToDarwinBundle,
5050
AppKit,
5151
Cocoa,
@@ -126,7 +126,7 @@ stdenv.mkDerivation (finalAttrs: {
126126
poppler
127127
poppler_data
128128
libtiff
129-
openexr_3
129+
openexr
130130
libmng
131131
librsvg
132132
libwmf

pkgs/applications/graphics/krita/generic.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
libkdcraw,
3131
lcms2,
3232
gsl,
33-
openexr_3,
33+
openexr,
3434
giflib,
3535
libjxl,
3636
mlt,
@@ -105,7 +105,7 @@ mkDerivation rec {
105105
fribidi
106106
lcms2
107107
gsl
108-
openexr_3
108+
openexr
109109
lager
110110
libaom
111111
libheif

pkgs/applications/kde/kio-extras.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
syntax-highlighting,
2525
libmtp,
2626
libssh,
27-
openexr_3,
27+
openexr,
2828
libtirpc,
2929
phonon,
3030
qtsvg,
@@ -71,7 +71,7 @@ mkDerivation {
7171
syntax-highlighting
7272
libmtp
7373
libssh
74-
openexr_3
74+
openexr
7575
libtirpc
7676
phonon
7777
qtsvg

pkgs/applications/video/olive-editor/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
cmake,
1313
wrapQtAppsHook,
1414
openimageio,
15-
openexr_3,
15+
openexr,
1616
portaudio,
1717
imath,
1818
qtwayland,
@@ -78,7 +78,7 @@ stdenv.mkDerivation {
7878
opencolorio
7979
openimageio'
8080
imath
81-
openexr_3
81+
openexr
8282
portaudio
8383
qtwayland
8484
qtmultimedia

pkgs/by-name/an/ansel/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
libxml2,
1616
cmake,
1717
exiftool,
18-
openexr_3,
18+
openexr,
1919
glib,
2020
python3Packages,
2121
perlPackages,
@@ -147,7 +147,7 @@ stdenv.mkDerivation {
147147
libxkbcommon
148148
libxslt
149149
libXtst
150-
openexr_3
150+
openexr
151151
openjpeg
152152
osm-gps-map
153153
pcre

pkgs/by-name/ar/art/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
exiv2,
3333
exiftool,
3434
mimalloc,
35-
openexr_3,
35+
openexr,
3636
ilmbase,
3737
opencolorio,
3838
color-transformation-language,
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
8383
exiftool
8484
libcanberra-gtk3
8585
mimalloc
86-
openexr_3
86+
openexr
8787
ilmbase
8888
opencolorio
8989
color-transformation-language

pkgs/by-name/co/color-transformation-language/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
fetchFromGitHub,
55
cmake,
66
ilmbase,
7-
openexr_3,
7+
openexr,
88
libtiff,
99
aces-container,
1010
}:
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
2323
nativeBuildInputs = [
2424
cmake
2525
ilmbase
26-
openexr_3
26+
openexr
2727
libtiff
2828
aces-container
2929
];

pkgs/by-name/da/darktable/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
libxslt,
5656
lua,
5757
util-linux,
58-
openexr_3,
58+
openexr,
5959
openjpeg,
6060
osm-gps-map,
6161
pcre2,
@@ -140,7 +140,7 @@ stdenv.mkDerivation rec {
140140
libwebp
141141
libxslt
142142
lua
143-
openexr_3
143+
openexr
144144
openjpeg
145145
osm-gps-map
146146
pcre2

pkgs/by-name/il/ilmbase/package.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
lib,
44
buildPackages,
55
cmake,
6-
openexr,
6+
# explicitely depending on openexr_2 because ilmbase doesn't exist for v3
7+
openexr_2,
78
}:
89

910
stdenv.mkDerivation {
1011
pname = "ilmbase";
11-
version = lib.getVersion openexr;
12+
version = lib.getVersion openexr_2;
1213

1314
# the project no longer provides separate tarballs. We may even want to merge
1415
# the ilmbase package into openexr in the future.
15-
inherit (openexr) src patches;
16+
inherit (openexr_2) src patches;
1617

1718
outputs = [
1819
"out"
@@ -37,5 +38,6 @@ stdenv.mkDerivation {
3738
homepage = "https://www.openexr.com/";
3839
license = licenses.bsd3;
3940
platforms = platforms.all;
41+
insecure = true;
4042
};
4143
}

0 commit comments

Comments
 (0)