summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122023-11-01 17:05:47 +0100
committerwillemw122023-11-01 17:05:47 +0100
commit36ed5735a411cb34fa49a046e83773583c675e3e (patch)
tree1e42447e4c4242dff340f219cddfde17417ca07f
parent2d4691ec8164689114a826b0d4a314072a0d1fdb (diff)
downloadaur-36ed5735a411cb34fa49a046e83773583c675e3e.tar.gz
23.74
Add libheif, liborigin, ffmpeg, xorg-xmessage.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 15 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aa173ef2497..2684adf75825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,10 +11,14 @@ pkgbase = fotoxx
depends = libchamplain
depends = perl-image-exiftool
depends = xdg-utils
+ depends = xorg-xmessage
optdepends = darktable: organize and develop raw images
- optdepends = dvd+rw-tools: for burning CDs,DVDs or Blue-rays
- optdepends = ghostscript: handle .pdf, .ps or .eps files
+ optdepends = dvd+rw-tools: for burning CDs, DVDs and Blue-rays
+ optdepends = ffmpeg: for video files
+ optdepends = ghostscript: for .pdf, .ps and .eps files
optdepends = hugin: for panorama photos
+ optdepends = libheif: for .heic, .avif and .webp files
+ optdepends = liborigin: for .jp2 files
optdepends = rawtherapee: for raw image processing
optdepends = vlc: for viewing video
source = https://www.kornelix.net/downloads/downloads/fotoxx-23.72-source.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b0d2a8a8397f..487227e8b838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,23 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=fotoxx
-pkgver=23.72
+pkgver=23.74
pkgrel=1
epoch=2
pkgdesc='Image editing and collection management program'
url=https://www.kornelix.net/fotoxx/fotoxx.html
arch=(x86_64)
license=(GPL3)
-depends=(dcraw gtk3 libchamplain perl-image-exiftool xdg-utils)
+depends=(dcraw gtk3 libchamplain perl-image-exiftool xdg-utils xorg-xmessage)
optdepends=('darktable: organize and develop raw images'
- 'dvd+rw-tools: for burning CDs,DVDs or Blue-rays'
- 'ghostscript: handle .pdf, .ps or .eps files'
- 'hugin: for panorama photos'
+ 'dvd+rw-tools: for burning CDs, DVDs and Blue-rays'
+ 'ffmpeg: for video files'
+ 'ghostscript: for .pdf, .ps and .eps files'
+ 'hugin: for panorama photos'
+ 'libheif: for .heic, .avif and .webp files'
+ 'liborigin: for .jp2 files'
'rawtherapee: for raw image processing'
- 'vlc: for viewing video')
+ 'vlc: for viewing video')
source=("https://www.kornelix.net/downloads/downloads/$pkgname-$pkgver-source.tar.gz")
sha256sums=('838d0800294dad263001403a6823f78f7f5ab389acd6ac71ea4beb8e998ed843')