summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Vincent2022-11-23 08:55:27 +0000
committerGitHub2022-11-23 19:55:27 +1100
commita5f4b4bd4c9b806b52c53111bca126d8f341f4cd (patch)
treeb1599081082db2539861693757caee053aec22e0
parent1219758f39b71e30bbccbede874e21980601cd3c (diff)
downloadaur-a5f4b4bd4c9b806b52c53111bca126d8f341f4cd.tar.gz
Add photoprism optdepends (#136)
Closes https://github.com/thomaseizinger/pkgbuilds/issues/5
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b144750dd496..31506366f6c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,11 @@ groups=()
depends=(tensorflow115 icu)
makedepends=(go nodejs npm git)
checkdepends=()
-optdepends=()
+optdepends=("darktable: for RAW to JPEG conversion"
+ "rawtherapee: for RAW to JPEG conversion"
+ "libheif: for HEIC/HEIF image conversion"
+ "ffmpeg: for video transcoding and thumbnail extraction"
+ "exiftool: for extracting metadata")
provides=("photoprism")
conflicts=("photoprism")
replaces=()