mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: darktable: Build with system LibRaw.
* gnu/packages/photo.scm (darktable)[arguments]<#:configure-flags>: Pass "-DDONT_USE_INTERNAL_LIBRAW=On". [inputs]: Add libraw. Change-Id: I468c3fa16011afdb10a1667cca83ed71bb026d1f
This commit is contained in:
@@ -548,7 +548,8 @@ photographic equipment.")
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "-DBINARY_PACKAGE_BUILD=On"
|
||||
"-DBUILD_TESTING=On")
|
||||
"-DBUILD_TESTING=On"
|
||||
"-DDONT_USE_INTERNAL_LIBRAW=On")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'libOpenCL-path
|
||||
@@ -603,6 +604,7 @@ photographic equipment.")
|
||||
libjxl ;optional, for JPEG-XL support
|
||||
libomp
|
||||
libpng
|
||||
libraw
|
||||
(librsvg-for-system)
|
||||
libsecret ;optional, for storing passwords
|
||||
libsoup-minimal-2 ;optional, for osm-gps-map
|
||||
|
||||
Reference in New Issue
Block a user