summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTjaart van der Walt2016-10-24 08:07:11 -0500
committerTjaart van der Walt2016-10-24 08:07:30 -0500
commitee1877802d2a75378798ef10e13eadd4568b60c9 (patch)
tree1db6545439186deb758136310c58521d63923114
parentd14597fabe24bf41b76283983b93869db5b2fb93 (diff)
downloadaur-ee1877802d2a75378798ef10e13eadd4568b60c9.tar.gz
add facedetect-git at optdep
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD5
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 831ce8011d02..e2d7074f0c22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
pkgbase = fgallery
pkgdesc = a modern, minimalist javascript photo gallery
pkgver = 1.8.2
- pkgrel = 1
+ pkgrel = 3
url = https://www.thregr.org/~wavexx/software/fgallery/
- arch = i686
- arch = x86_64
- license = GPL
+ arch = any
+ license = GPL2
depends = fbida
depends = imagemagick
depends = lcms
depends = perl>=5.14
depends = perl-json
depends = perl-image-exiftool
- depends = python-pyqt4
depends = zip
- optdepends = pngcrush
- optdepends = p7zip
+ optdepends = facedetect-git: to center thumbnails on subject face
+ optdepends = jpegoptim: to optimize JPEG files
+ optdepends = p7zip: for faster compression
+ optdepends = pngcrush: to optimize PNG files
+ optdepends = python-pyqt4: to use fcaption
source = https://github.com/wavexx/fgallery/archive/fgallery-1.8.2.tar.gz
sha256sums = 3c9f558b97db57d66ad26885d9fb0738a771d775a40648df6afa4d212dd35750
diff --git a/PKGBUILD b/PKGBUILD
index 4e5fff0e3b6f..202b7cb5fee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
pkgname=fgallery
pkgver=1.8.2
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc='a modern, minimalist javascript photo gallery'
url='https://www.thregr.org/~wavexx/software/fgallery/'
license=('GPL2')
depends=('fbida' 'imagemagick' 'lcms' 'perl>=5.14' 'perl-json' 'perl-image-exiftool' 'zip')
-optdepends=('pngcrush: to optimize PNG files'
+optdepends=('facedetect-git: to center thumbnails on subject face'
'jpegoptim: to optimize JPEG files'
'p7zip: for faster compression'
+ 'pngcrush: to optimize PNG files'
'python-pyqt4: to use fcaption')
source=("https://github.com/wavexx/fgallery/archive/fgallery-${pkgver}.tar.gz")
sha256sums=('3c9f558b97db57d66ad26885d9fb0738a771d775a40648df6afa4d212dd35750')