mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
wrong guess, adapt dependencies
This commit is contained in:
parent
023b6e59fd
commit
1b989c7fcb
2 changed files with 16 additions and 2 deletions
|
@ -33,4 +33,3 @@ PHOTOPRISM_FFMPEG_BIN="/usr/bin/ffmpeg"
|
||||||
PHOTOPRISM_EXIFTOOL_BIN="/usr/bin/exiftool"
|
PHOTOPRISM_EXIFTOOL_BIN="/usr/bin/exiftool"
|
||||||
|
|
||||||
PHOTOPRISM_UPLOAD_NSFW="true"
|
PHOTOPRISM_UPLOAD_NSFW="true"
|
||||||
PHOTOPRISM_DISABLE_VIPS="true"
|
|
||||||
|
|
|
@ -95,6 +95,22 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
|
"exiftool",
|
||||||
|
"darktable",
|
||||||
|
"rawtherapee",
|
||||||
|
"libheif",
|
||||||
|
"imagemagick",
|
||||||
|
"libvips",
|
||||||
|
"libjxl",
|
||||||
|
"libjxl-tools",
|
||||||
|
"ffmpeg",
|
||||||
|
"libavcodec-extra",
|
||||||
|
"libde265",
|
||||||
|
"libaom",
|
||||||
|
"libvpx",
|
||||||
|
"libwebm",
|
||||||
|
"sqlite3",
|
||||||
|
"tzdata"
|
||||||
"libc6-dev",
|
"libc6-dev",
|
||||||
"libssl-dev",
|
"libssl-dev",
|
||||||
"libxft-dev",
|
"libxft-dev",
|
||||||
|
@ -110,7 +126,6 @@ ram.runtime = "50M"
|
||||||
"libfontconfig1",
|
"libfontconfig1",
|
||||||
"libfontconfig1-dev",
|
"libfontconfig1-dev",
|
||||||
"libzmq3-dev",
|
"libzmq3-dev",
|
||||||
"ffmpeg",
|
|
||||||
"libimage-exiftool-perl",
|
"libimage-exiftool-perl",
|
||||||
"mariadb-server",
|
"mariadb-server",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue