xterm has supported sixel graphics for a while now, though it has to be turned on manually in `./configure`. Following patch is trivial and adds a `sixel` USE flag to turn sixel graphics on. Reproducible: Always
Created attachment 565260 [details, diff] Add USE flag to enable sixel graphics in xterm
Comment on attachment 565260 [details, diff] Add USE flag to enable sixel graphics in xterm >--- xterm-337.ebuild 2019-02-07 13:09:41.630557437 -0500 >+++ xterm-337-r1.ebuild 2019-02-14 07:37:31.353133543 -0500 >@@ -12,7 +12,7 @@ > LICENSE="MIT" > SLOT="0" > KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" Nitpicking: You forgot to move the keywords to ~arch.
Created attachment 565264 [details, diff] Add USE flag to enable sixel graphics in xterm Previous patch was more of a proof of concept than anything, but there you go, this time properly keyworded.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5c7425fb06ba29caab2191b5a29a7a3d9c3fe0 commit 8b5c7425fb06ba29caab2191b5a29a7a3d9c3fe0 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2019-06-17 13:46:11 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2019-06-17 13:46:51 +0000 x11-terms/xterm: Bump to version 346 Added sixel USE flag. Thanks-to: Patrice Levesque <gentoo.wayne@ptaff.ca> Closes: https://bugs.gentoo.org/677978 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> x11-terms/xterm/Manifest | 1 + x11-terms/xterm/metadata.xml | 1 + x11-terms/xterm/xterm-346.ebuild | 99 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+)