Commit Graph

7 Commits

Author SHA1 Message Date
Masum Reza
2ec0c360fe
Merge pull request #287566 from ScatteredRay/djv-openexr
djv: Adding OpenEXR Support
2024-06-22 20:30:39 +05:30
Indy Ray
286a1ee6d8 djv: Adding OpenEXR Support
Just adding openexr.dev as an input, and patching FindOpenEXR.cmake to find the correct directory.
2024-06-20 13:07:51 -07:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Manuel Frischknecht
b00133a959 djv: fix build issue due to missing cstdint include
GCC 13 stopped transitively including a couple of headers (including
`cstdint`) in various scenarios, which breaks the build of the current
release version of `djv`. A fix for this issue has already been merged
in master as part of a PR from which Nixpkgs already pulls patches
from [1]. As this is the case, I just added the missing commit to
the list of patches in order to get the package building again.

[1]: be0dd90c25
2024-01-27 23:09:35 +00:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
Sergei Trofimovich
9b0e6f44a8 djv: fix build against gcc-11
Without the change build fails on hydra due to `gcc` version mix
between `opencolorio` and `djv`:

    [ 51%] Linking CXX executable ../../build/bin/Render2DStressTest
    ...-binutils-2.39/bin/ld: ...-opencolorio-1.1.1/lib/libOpenColorIO.so:
      undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29'

ZHF: https://github.com/NixOS/nixpkgs/issues/199919
2022-11-11 17:56:28 +00:00
Julian Stecklina
41d6e94bdf djv: init at 2.0.8-unstable-2021-07-31 2021-08-02 21:38:34 +02:00