imagemagick: add djvu support
This commit is contained in:
parent
1c10f5e395
commit
87d8ba0ae6
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, pkgconfig, libtool
|
{ lib, stdenv, fetchFromGitHub, pkgconfig, libtool
|
||||||
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
|
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg, djvulibre
|
||||||
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, libheif
|
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, libheif
|
||||||
, ApplicationServices
|
, ApplicationServices
|
||||||
}:
|
}:
|
||||||
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ zlib fontconfig freetype ghostscript
|
[ zlib fontconfig freetype ghostscript
|
||||||
libpng libtiff libxml2 libheif
|
libpng libtiff libxml2 libheif djvulibre
|
||||||
]
|
]
|
||||||
++ lib.optionals (!stdenv.hostPlatform.isMinGW)
|
++ lib.optionals (!stdenv.hostPlatform.isMinGW)
|
||||||
[ openexr librsvg openjpeg ]
|
[ openexr librsvg openjpeg ]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkgconfig, libtool
|
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkgconfig, libtool
|
||||||
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
|
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg, djvulibre
|
||||||
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, fftw, libheif, libde265
|
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, fftw, libheif, libde265
|
||||||
, ApplicationServices
|
, ApplicationServices
|
||||||
}:
|
}:
|
||||||
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ zlib fontconfig freetype ghostscript
|
[ zlib fontconfig freetype ghostscript
|
||||||
libpng libtiff libxml2 libheif libde265
|
libpng libtiff libxml2 libheif libde265 djvulibre
|
||||||
]
|
]
|
||||||
++ lib.optionals (!stdenv.hostPlatform.isMinGW)
|
++ lib.optionals (!stdenv.hostPlatform.isMinGW)
|
||||||
[ openexr librsvg openjpeg ]
|
[ openexr librsvg openjpeg ]
|
||||||
|
@ -17703,6 +17703,7 @@ in
|
|||||||
freetype = null;
|
freetype = null;
|
||||||
ghostscript = null;
|
ghostscript = null;
|
||||||
libjpeg = null;
|
libjpeg = null;
|
||||||
|
djvulibre = null;
|
||||||
lcms2 = null;
|
lcms2 = null;
|
||||||
openexr = null;
|
openexr = null;
|
||||||
libpng = null;
|
libpng = null;
|
||||||
@ -17732,6 +17733,7 @@ in
|
|||||||
freetype = null;
|
freetype = null;
|
||||||
ghostscript = null;
|
ghostscript = null;
|
||||||
libjpeg = null;
|
libjpeg = null;
|
||||||
|
djvulibre = null;
|
||||||
lcms2 = null;
|
lcms2 = null;
|
||||||
openexr = null;
|
openexr = null;
|
||||||
libpng = null;
|
libpng = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user