Skip to content

community/viu: build with sixel support

Hoang Nguyen requested to merge folliehiyuki/aports:viu-sixel into master

Not everyone uses Kitty terminal so ...

I added libsixel-libs subpackage to minimize the dependencies size the users have to pull when installing viu.

sixel-sys crate vendors libsixel source code so the build doesn't need libsixel-dev, but it still links to the shared object in runtime.

Merge request reports