diff --git a/manifest.toml b/manifest.toml index ca15dae..8b8bf45 100644 --- a/manifest.toml +++ b/manifest.toml @@ -84,6 +84,7 @@ ram.runtime = "200M" "ffmpeg", "exiftool", + "libheif1", "libatlas-base-dev", "libblas-dev", "libdlib-dev", @@ -96,13 +97,12 @@ ram.runtime = "200M" "mariadb-server", ] - packages_from_raw_bash = """ - if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then - echo "libdlib19"; - elif [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then - echo "libdlib19.1"; - fi - """ + [resources.apt.extras.strukturag_libde265] + repo = "deb https://ppa.launchpadcontent.net/strukturag/libde265/ubuntu jammy main" + key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xc6610628a707a7e5e391d27a9641080a705c2b92" + packages = [ + "libde256-dev", + ] [resources.apt.extras.strukturag_libheif] repo = "deb https://ppa.launchpadcontent.net/strukturag/libheif/ubuntu jammy main" @@ -113,13 +113,6 @@ ram.runtime = "200M" "libx265-dev", ] - [resources.apt.extras.strukturag_libde265] - repo = "deb https://ppa.launchpadcontent.net/strukturag/libde265/ubuntu jammy main" - key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xc6610628a707a7e5e391d27a9641080a705c2b92" - packages = [ - "libde256-dev", - ] - [resources.apt.extras.yarn] repo = "deb https://dl.yarnpkg.com/debian/ stable main" key = "https://dl.yarnpkg.com/debian/pubkey.gpg"