mirror of
https://github.com/YunoHost-Apps/photoview_ynh.git
synced 2024-09-03 20:05:55 +02:00
fix deps
This commit is contained in:
parent
7b8f871d47
commit
d9680e58b8
1 changed files with 7 additions and 14 deletions
|
@ -84,6 +84,7 @@ ram.runtime = "200M"
|
||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
"exiftool",
|
"exiftool",
|
||||||
|
|
||||||
|
"libheif1",
|
||||||
"libatlas-base-dev",
|
"libatlas-base-dev",
|
||||||
"libblas-dev",
|
"libblas-dev",
|
||||||
"libdlib-dev",
|
"libdlib-dev",
|
||||||
|
@ -96,13 +97,12 @@ ram.runtime = "200M"
|
||||||
"mariadb-server",
|
"mariadb-server",
|
||||||
]
|
]
|
||||||
|
|
||||||
packages_from_raw_bash = """
|
[resources.apt.extras.strukturag_libde265]
|
||||||
if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then
|
repo = "deb https://ppa.launchpadcontent.net/strukturag/libde265/ubuntu jammy main"
|
||||||
echo "libdlib19";
|
key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xc6610628a707a7e5e391d27a9641080a705c2b92"
|
||||||
elif [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then
|
packages = [
|
||||||
echo "libdlib19.1";
|
"libde256-dev",
|
||||||
fi
|
]
|
||||||
"""
|
|
||||||
|
|
||||||
[resources.apt.extras.strukturag_libheif]
|
[resources.apt.extras.strukturag_libheif]
|
||||||
repo = "deb https://ppa.launchpadcontent.net/strukturag/libheif/ubuntu jammy main"
|
repo = "deb https://ppa.launchpadcontent.net/strukturag/libheif/ubuntu jammy main"
|
||||||
|
@ -113,13 +113,6 @@ ram.runtime = "200M"
|
||||||
"libx265-dev",
|
"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]
|
[resources.apt.extras.yarn]
|
||||||
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue