From d9680e58b80d7e243e3b63701f9095120bc3e405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 12 Mar 2024 12:25:23 +0100 Subject: [PATCH] fix deps --- manifest.toml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) 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"