mirror of
https://github.com/YunoHost-Apps/photoview_ynh.git
synced 2024-09-03 20:05:55 +02:00
Use ppas for libheif
This commit is contained in:
parent
ba2ac2c212
commit
274407ef22
1 changed files with 23 additions and 17 deletions
|
@ -87,29 +87,19 @@ ram.runtime = "200M"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
# "cmake",
|
|
||||||
# "ninja",
|
|
||||||
|
|
||||||
"curl",
|
"curl",
|
||||||
"gpg",
|
"gpg",
|
||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
"exiftool",
|
"exiftool",
|
||||||
"libheif1",
|
|
||||||
"ca-certificates",
|
|
||||||
"golang",
|
|
||||||
"libdlib-dev",
|
|
||||||
"libblas-dev",
|
|
||||||
"libatlas-base-dev",
|
"libatlas-base-dev",
|
||||||
"liblapack-dev",
|
"libblas-dev",
|
||||||
|
"libdlib-dev",
|
||||||
|
"libdlib19",
|
||||||
"libjpeg-dev",
|
"libjpeg-dev",
|
||||||
"libheif-dev",
|
"libjpeg-turbo8-dev",
|
||||||
"build-essential",
|
"liblapack-dev",
|
||||||
"pkg-config",
|
|
||||||
"autoconf",
|
|
||||||
"automake",
|
|
||||||
"libx265-dev",
|
|
||||||
"libde265-dev",
|
|
||||||
"libaom-dev",
|
|
||||||
# "darktable",
|
# "darktable",
|
||||||
"mariadb-server",
|
"mariadb-server",
|
||||||
]
|
]
|
||||||
|
@ -122,6 +112,22 @@ ram.runtime = "200M"
|
||||||
fi
|
fi
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
[resources.apt.extras.strukturag_libheif]
|
||||||
|
repo = "deb https://ppa.launchpadcontent.net/strukturag/libheif/ubuntu jammy main"
|
||||||
|
key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xc6610628a707a7e5e391d27a9641080a705c2b92"
|
||||||
|
packages = [
|
||||||
|
"libheif-dev",
|
||||||
|
"libaom-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