[packages/gegl] - added lensfun bcond

qboosh qboosh at pld-linux.org
Wed Sep 11 21:17:07 CEST 2024


commit 09436528077be7e95d9e928c2bd4ddecf43d292d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Sep 11 21:09:33 2024 +0200

    - added lensfun bcond

 gegl.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gegl.spec b/gegl.spec
index 9385ec5..83187dc 100644
--- a/gegl.spec
+++ b/gegl.spec
@@ -1,7 +1,8 @@
 #
 # Conditional build:
 %bcond_without	doc		# apidocs
-%bcond_without	lua		# without lua support
+%bcond_without	lensfun		# lensfun support
+%bcond_without	lua		# Lua support
 %bcond_without	static_libs	# static library
 %bcond_without	introspection	# API introspection
 %bcond_without	vala		# Vala API
@@ -53,7 +54,7 @@ BuildRequires:	graphviz
 BuildRequires:	jasper-devel >= 1.900.1
 BuildRequires:	json-glib-devel >= 1.2.6
 BuildRequires:	lcms2-devel >= 2.8
-BuildRequires:	lensfun-devel >= 0.2.5
+%{?with_lensfun:BuildRequires:	lensfun-devel >= 0.2.5}
 BuildRequires:	libjpeg-devel >= 1.0.0
 BuildRequires:	libnsgif-devel
 BuildRequires:	libpng-devel >= 2:1.6.0
@@ -196,6 +197,7 @@ API języka Vala dla biblioteki gegl.
 	%{!?with_doc:-Dgi-docgen=disabled} \
 	%{?with_doc:-Dgtk-doc=true} \
 	%{!?with_introspection:-Dintrospection=false} \
+	%{!?with_lensfun:-Dlensfun=disabled} \
 	%{!?with_lua:-Dlua=disabled} \
 	-Dworkshop=true
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gegl.git/commitdiff/09436528077be7e95d9e928c2bd4ddecf43d292d



More information about the pld-cvs-commit mailing list