Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912161 - gui-libs/vte missing sixel support
Summary: gui-libs/vte missing sixel support
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-12 06:41 UTC by Rony Cage
Modified: 2023-10-26 16:28 UTC (History)
1 user (show)

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


Attachments
emerge --info (enviroment,7.71 KB, text/plain)
2023-08-12 06:41 UTC, Rony Cage
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rony Cage 2023-08-12 06:41:07 UTC
Created attachment 867671 [details]
emerge --info

Hello, I use x11-terms/blackbox from Loatchi overlay and it says that VTE is built without Sixel. 

I can't find a use flag in gui-libs/vte which can enable this experimental feature.
Comment 1 Matt Turner gentoo-dev 2023-08-28 15:25:14 UTC
Looks like this is the upstream meson option:

option(
  'sixel',
  type: 'boolean',
  value: false,
  description: 'Enable SIXEL support',
)

So we'd just need to add a USE flag for this. Feel free to attach a git am'able patch or make a pull request on Github.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-29 06:46:59 UTC
It got yanked from 0.72.2: https://gitlab.gnome.org/GNOME/vte/-/commit/59d1403c455801dbbb64dadb55478bb0e5e96966.
Comment 3 Pacho Ramos gentoo-dev 2023-10-26 16:03:16 UTC
I would close this then until upstream fixes its support :/
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-10-26 16:28:33 UTC
Agreed.