[packages/elinks] add sixel support

atler atler at pld-linux.org
Tue Dec 26 19:42:09 CET 2023


commit e594467d9dca3ec2de3e1551dd12b1161e30f2a2
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Dec 26 19:38:51 2023 +0100

    add sixel support

 elinks.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/elinks.spec b/elinks.spec
index aefac06..b17887b 100644
--- a/elinks.spec
+++ b/elinks.spec
@@ -25,6 +25,7 @@
 # - display and UI
 %bcond_without	256		# 256 colors support
 %bcond_without	led		# LEDs
+%bcond_without	sixel		# image display support in SIXEL capable terminals
 %bcond_without	truecolor	# true color
 %bcond_with	x		# Use the X Window System
 # - misc
@@ -73,6 +74,7 @@ BuildRequires:	libdom-devel >= 0.4.1
 %endif
 %{?with_libevent:BuildRequires:	libevent-devel}
 %{?with_idn:BuildRequires:	libidn2-devel}
+%{?with_sixel:BuildRequires:	libsixel-devel}
 %{?with_smb:BuildRequires:	libsmbclient-devel}
 %{?with_lua:BuildRequires:	lua53-devel}
 %{?with_lzma:BuildRequires:	lzma-devel}
@@ -154,6 +156,7 @@ keepalive.
 	-Dhtml-highlight=true \
 	%{!?with_ipv6:-Dipv6=false} \
 	%{?with_leds:-Dleds=true} \
+	-Dlibsixel=%{__true_false sixel} \
 	-Dmarks=true \
 	-Dnntp=true \
 	-Dno-root=false \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/elinks.git/commitdiff/e594467d9dca3ec2de3e1551dd12b1161e30f2a2



More information about the pld-cvs-commit mailing list