SevenTV / chatterino7

Chat client for https://twitch.tv
MIT License
359 stars 70 forks source link

Nightly release cannot be installed on Ubuntu #253

Closed crazysmc closed 11 months ago

crazysmc commented 11 months ago

Checklist

Describe your issue

Installation of the Ubuntu DEB file Chatterino-ubuntu-22.04-x86_64.deb fails as it depends on libavif which does not exist in the default repositories. There are similarly named packages available:

$ apt search libavif
Sorting... Done
Full Text Search... Done
libavif-bin/jammy 0.9.3-3 amd64
  Library for handling .avif files (utilities)

libavif-dev/jammy 0.9.3-3 amd64
  Library for handling .avif files (development files)

libavif-gdk-pixbuf/jammy 0.9.3-3 amd64
  Library for handling .avif files (GDK pixbuf plugin)

libavif13/jammy 0.9.3-3 amd64
  Library for handling .avif files

libavifile-0.7-bin/jammy 1:0.7.48~20090503.ds-21 amd64
  toolkit for libavifile

libavifile-0.7-common/jammy,jammy 1:0.7.48~20090503.ds-21 all
  toolkit for libavifile

libavifile-0.7-dev/jammy 1:0.7.48~20090503.ds-21 amd64
  development header files for libavifile

libavifile-0.7c2/jammy 1:0.7.48~20090503.ds-21 amd64
  shared libraries for AVI read/writing

However none of which is just named libavif.

Screenshots

No response

OS and Chatterino Version

Chatterino 7.4.6 nightly-build on Ubuntu 22.04.3 LTS

Nerixyz commented 11 months ago

Could you try the nightly release once it's built?

crazysmc commented 11 months ago

That was the right fix for me and the installation works again, thank you!