Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677978 - x11-terms/xterm - add USE=sixel
Summary: x11-terms/xterm - add USE=sixel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Johannes Huber (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-02-14 12:42 UTC by Patrice Levesque
Modified: 2019-06-17 13:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Add USE flag to enable sixel graphics in xterm (xterm-sixel.patch,753 bytes, patch)
2019-02-14 12:44 UTC, Patrice Levesque
Details | Diff
Add USE flag to enable sixel graphics in xterm (xterm-sixel-2.patch,1.02 KB, patch)
2019-02-14 13:08 UTC, Patrice Levesque
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrice Levesque 2019-02-14 12:42:15 UTC
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
Comment 1 Patrice Levesque 2019-02-14 12:44:24 UTC
Created attachment 565260 [details, diff]
Add USE flag to enable sixel graphics in xterm
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-02-14 12:54:11 UTC
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.
Comment 3 Patrice Levesque 2019-02-14 13:08:07 UTC
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.
Comment 4 Larry the Git Cow gentoo-dev 2019-06-17 13:46:57 UTC
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(+)