gkv311 / sview

Stereoscopic media player
GNU General Public License v3.0
97 stars 35 forks source link

unmet dependencies "libgl1-mesa-glx" #131

Open freewee opened 2 months ago

freewee commented 2 months ago

Hi Kirill

When trying to install sView in Ubuntu 24.04,with repository, I have this error:

The following packages have unmet dependencies: sview : Depends: libgl1-mesa-glx (>= 7.7) but it is not installable E: Unable to fix problems, broken packages are in "keep as is" mode

Is it possible to correct it? Thank you

freewee commented 1 month ago

Hi I finally found how to install the missing dependency, and install sView with ppa. Thank you

gkv311 commented 1 month ago

Could you point out how you have fixed it (maybe something could be improved in sView scripts)?

freewee commented 1 month ago

Hi The libgl1-mesa-glx is available as .deb (https://pkgs.org/download/libgl1-mesa-glx) but is intended to Ubuntu 22.04. This package installs however in Mint 22 (24.04) where it was missing ... So after that no problem for sView! I am more often under Linux Mint, but I am in multi boot, I was curious to see how sView could install in Ubuntu 24.04.1: no problem because the libgl1-mesa-glx is present (as transitional dummy package), but I don't know if it is natively present... Edit: I don't see the package in a live Ubuntu 24.04.1 Thank you