Open ghost opened 4 years ago
@likeadoc In the absence of libheif in Nerd Pack, I employ a user script that runs on First Array Start Only to d/l libheif and the dependency I found:
#!/bin/bash
cd /tmp
wget https://slack.conraid.net/repository/slackware64-current/libheif/libheif-1.12.0-x86_64-1cf.txz
wget https://slack.conraid.net/repository/slackware64-current/libde265/libde265-1.0.8-x86_64-1cf.txz
upgradepkg --install-new libheif-1.12.0-x86_64-1cf.txz
upgradepkg --install-new libde265-1.0.8-x86_64-1cf.txz
I THINK you could put the .txz files in /extra and they would get installed on each boot...but I'm not certain on that one.
Could you add libheif? https://github.com/strukturag/libheif
Thanks in advance:)