Skip to content

Commit

Permalink
art: add CTL scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdigits committed Aug 31, 2024
1 parent c55c04f commit 17d998a
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions pkgs/by-name/ar/art/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
, fetchFromBitbucket
, cmake
, pkg-config
, util-linux
, libselinux
, libsepol
, libthai
, libdatrie
, lerc
, libxkbcommon
, libepoxy
, xorg
, wrapGAppsHook3
, makeWrapper
, pixman
Expand All @@ -11,17 +20,22 @@
, libXau
, libXdmcp
, lcms2
, libraw
, libiptcdata
, fftw
, expat
, pcre
, pcre2
, libsigcxx
, lensfun
, librsvg
, libcanberra-gtk3
, exiv2
, exiftool
, mimalloc
, openexr_3
, ilmbase
, opencolorio
, color-transformation-language
}:

stdenv.mkDerivation rec {
Expand All @@ -42,28 +56,45 @@ stdenv.mkDerivation rec {
];

buildInputs = [
util-linux
libselinux
libsepol
libthai
libdatrie
lerc
libxkbcommon
libepoxy
xorg.libXtst
pixman
libpthreadstubs
gtkmm3
libXau
libXdmcp
lcms2
libraw
libiptcdata
fftw
expat
pcre
pcre2
libsigcxx
lensfun
librsvg
exiv2
exiftool
libcanberra-gtk3
mimalloc
openexr_3
ilmbase
opencolorio
color-transformation-language
];

cmakeFlags = [
"-DPROC_TARGET_NUMBER=2"
"-DCACHE_NAME_SUFFIX=\"\""
"-DENABLE_OCIO=True"
"-DENABLE_CTL=1"
"-DCTL_INCLUDE_DIR=${color-transformation-language}/include/CTL"
];

CMAKE_CXX_FLAGS = toString [
Expand Down

0 comments on commit 17d998a

Please sign in to comment.