RAWTranslator: switch to libraw as backend when available
tested with .cr2 and .dng single pictures. Change-Id: I9a4802300fd2afe14c085ca18faa8a1e20c52bfd Reviewed-on: https://review.haiku-os.org/c/haiku/+/4452 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
@@ -622,6 +622,23 @@ if [ IsPackageAvailable libdvdnav_devel ] {
|
||||
}
|
||||
|
||||
|
||||
# libraw
|
||||
if [ IsPackageAvailable libraw_devel ] {
|
||||
ExtractBuildFeatureArchives libraw :
|
||||
file: base libraw
|
||||
runtime: lib
|
||||
file: devel libraw_devel
|
||||
depends: base
|
||||
libraries: $(developLibDir)/libraw.so.19
|
||||
headers: $(developHeadersDir)
|
||||
;
|
||||
|
||||
EnableBuildFeatures libraw ;
|
||||
} else {
|
||||
unavailableBuildFeatures += libraw ;
|
||||
}
|
||||
|
||||
|
||||
# libwebp
|
||||
if [ IsPackageAvailable libwebp_devel ] {
|
||||
if $(HAIKU_PACKAGING_ARCH) = x86 && $(TARGET_PACKAGING_ARCH) = x86_gcc2 {
|
||||
|
||||
Reference in New Issue
Block a user