From 2f1514af4552e7b6d93a56b94715971a085bcc65 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 13 May 2011 18:46:04 +0200 Subject: [PATCH] gthumb: improved to use libopenraw instead of dcraw if libopenraw is available --- gnome2/gthumb/gthumb.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnome2/gthumb/gthumb.conf b/gnome2/gthumb/gthumb.conf index feb2c7940..e410a9e81 100644 --- a/gnome2/gthumb/gthumb.conf +++ b/gnome2/gthumb/gthumb.conf @@ -13,3 +13,8 @@ # --- SDE-COPYRIGHT-NOTE-END --- hook_add preconf 9 "autoreconf -vf -I $( pkgprefix -r datadir gconf )/aclocal" + +# use libopenraw instead of dcraw +if pkginstalled -f libopenraw; then + var_append extraconfopt ' ' "--enable-libopenraw" +fi