summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry-Joseph Audéoud2022-01-12 15:46:56 +0100
committerHenry-Joseph Audéoud2022-01-12 15:54:28 +0100
commit67dd1208735e5c8b2becf5cf931e4802c7d442ce (patch)
tree0e7de72a94454784b8f80a7272ee4fcab61016a0
parentde96abdbe0b7b83cfd44bdfa30bb8c1491465b32 (diff)
downloadaur-67dd1208735e5c8b2becf5cf931e4802c7d442ce.tar.gz
upgpkg: piwigo 12.2.0-2
Update optional dependencies: - `exiftool` does not exist, drop that dependency. Arch Linux's distro php package is compiled with exif support, one should only activate it in php.ini. - `pdftoppm` is not a package name => `poppler` instead. - `jpegtran` is for a plugin, not for the main application.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beed3b71c37d..9f592eecfac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = piwigo
pkgdesc = Photo gallery software for the web
pkgver = 12.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://piwigo.org/
arch = any
license = GPL
@@ -13,10 +13,8 @@ pkgbase = piwigo
optdepends = php-apache: Apache Web Server (one web server is required)
optdepends = nginx: nginx Web Server (one web server is required)
optdepends = php-fpm: FastCGI, required with nginx Web Server
- optdepends = exiftool: Write Metadata plugin or any other plugin dealing with EXIF/IPTC metadata
optdepends = ffmpeg: VideoJS plugin to create video poster
- optdepends = jpegtran: RotateImage plugin to rotate images with no compression
- optdepends = pdftoppm: generate poster from PDF files (instead of ImageMagick)
+ optdepends = poppler: generate poster from PDF files
options = emptydirs
backup = etc/webapps/piwigo/apache.conf
backup = etc/php/php-fpm.d/piwigo.conf
diff --git a/PKGBUILD b/PKGBUILD
index f7c557e8628b..822de40dd6b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=piwigo
pkgver=12.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Photo gallery software for the web'
arch=(any)
url="https://piwigo.org/"
@@ -14,10 +14,8 @@ optdepends=('php-gd: graphic library (one graphic library is required)'
'php-apache: Apache Web Server (one web server is required)'
'nginx: nginx Web Server (one web server is required)'
'php-fpm: FastCGI, required with nginx Web Server'
- 'exiftool: Write Metadata plugin or any other plugin dealing with EXIF/IPTC metadata'
'ffmpeg: VideoJS plugin to create video poster'
- 'jpegtran: RotateImage plugin to rotate images with no compression'
- 'pdftoppm: generate poster from PDF files (instead of ImageMagick)')
+ 'poppler: generate poster from PDF files')
makedepends=("unzip")
backup=('etc/webapps/piwigo/apache.conf'
'etc/php/php-fpm.d/piwigo.conf')