summaryrefslogtreecommitdiff
path: root/nonprism/kipi-plugins
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-27 16:44:58 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-27 16:47:21 -0300
commit4e12d310e41bf1bfacb70e38df68bd15291d5a07 (patch)
tree8f6e3ec56835f15486c1b5a98a7f23deff19271b /nonprism/kipi-plugins
parent8d1556317b87c71ef0adc4b03703fed8e1766ac5 (diff)
kipi-plugins-4.14.0-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'nonprism/kipi-plugins')
-rw-r--r--nonprism/kipi-plugins/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/nonprism/kipi-plugins/PKGBUILD b/nonprism/kipi-plugins/PKGBUILD
index 41ce72ae2..4b534dcc8 100644
--- a/nonprism/kipi-plugins/PKGBUILD
+++ b/nonprism/kipi-plugins/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 246007 2015-09-13 12:44:18Z arojas $
+# $Id: PKGBUILD 249719 2015-10-23 22:56:00Z arojas $
# Maintainer (Arch): Ronald van Haren <ronald@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Tobias Powalowski <tpowa@archlinux.org>
@@ -7,7 +7,7 @@
pkgbase=digikam
pkgname=kipi-plugins
-pkgver=4.13.0
+pkgver=4.14.0
pkgrel=1.parabola1.nonprism1
pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam, without nonfree jAlbum and SimpleViewer support and support for unsafe and dangerous for privacy protocols"
arch=('i686' 'x86_64')
@@ -17,15 +17,15 @@ replaces=("${pkgname}-libre" "${pkgname}-libre-nonprism")
conflicts=("${pkgname}-libre" "${pkgname}-libre-nonprism")
makedepends=('kdepimlibs4' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
'opencv' 'boost' 'libgpod' 'hugin' 'libgphoto2'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 'imagemagick' 'eigen'
- 'libbaloo4' 'libpgf' 'libusb-compat' 'libkface' 'libkgeomap')
+ 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 'imagemagick' 'eigen'
+ 'libbaloo4' 'libpgf' 'libusb-compat' 'libkface' 'libkgeomap' 'libmediawiki')
depends=('kdebase-runtime' 'kdepimlibs4' 'libkdcraw' 'libkipi' 'libksane' 'libkexiv2')
optdepends=('libkgeomap: Geolocalize tool'
'libmediawiki: MediaWiki Export plugin'
'libgpod: iPodExport plugin'
'opencv: Remove Red Eyes plugin'
'imagemagick: Video SlideShow plugin'
- 'qt-gstreamer: Video SlideShow plugin'
+ 'qt4-gstreamer: Video SlideShow plugin'
'hugin: panorama tools')
options=('staticlibs')
install=kipi-plugins.install
@@ -69,8 +69,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DBUILD_tests=OFF \
- -DDIGIKAMSC_COMPILE_LIBKVKONTAKTE=OFF \
- -DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=ON
+ -DDIGIKAMSC_COMPILE_LIBKVKONTAKTE=OFF
make
}