dmacias72 / unRAID-NerdPack

GNU General Public License v2.0
77 stars 33 forks source link

[PACKAGE REQUEST] libheif #19

Open ghost opened 4 years ago

ghost commented 4 years ago

Could you add libheif? https://github.com/strukturag/libheif

Thanks in advance:)

techie2000 commented 3 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.