From b9c793c0fd641f27a74cb9720b3a02126ca84ad0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 16 Feb 2016 15:28:59 -0300 Subject: kipi-plugins-4.14.0-5.parabola1{,.nonprism1}: lensfun 0.3.2 rebuild, disable video slideshow since it doesn't build and never worked anyway --- libre/kipi-plugins/PKGBUILD | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'libre/kipi-plugins/PKGBUILD') diff --git a/libre/kipi-plugins/PKGBUILD b/libre/kipi-plugins/PKGBUILD index c50eb3a13..ac5fef5c7 100644 --- a/libre/kipi-plugins/PKGBUILD +++ b/libre/kipi-plugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 255801 2015-12-11 22:30:55Z arojas $ +# $Id: PKGBUILD 258885 2016-02-04 22:15:38Z arojas $ # Maintainer (Arch): Ronald van Haren # Contributor (Arch): Andrea Scarpino # Contributor (Arch): Tobias Powalowski @@ -8,7 +8,7 @@ pkgbase=digikam pkgname=kipi-plugins pkgver=4.14.0 -pkgrel=4.parabola1 +pkgrel=5.parabola1 pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam, without nonfree jAlbum and SimpleViewer support" arch=('i686' 'x86_64') license=('GPL') @@ -17,7 +17,7 @@ replaces=("${pkgname}-libre") conflicts=("${pkgname}-libre") makedepends=('kdepimlibs4' 'libkexiv2_4' 'libkdcraw4' 'libkipi4' 'libksane4' 'liblqr' 'opencv' 'boost' 'libgpod' 'libkvkontakte' 'hugin' 'libgphoto2' - 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt4-gstreamer' 'imagemagick' 'eigen' + 'cmake' 'automoc4' 'doxygen' 'lensfun' 'imagemagick' 'eigen' 'libbaloo4' 'libpgf' 'libusb-compat' 'libkface4' 'libkgeomap4' 'libmediawiki' 'clang') depends=('kdebase-runtime' 'kdepimlibs4' 'libkdcraw4' 'libkipi4' 'libksane4' 'libkexiv2_4') optdepends=('libkgeomap4: Geolocalize tool' @@ -26,12 +26,13 @@ optdepends=('libkgeomap4: Geolocalize tool' 'libgpod: iPodExport plugin' 'opencv: Remove Red Eyes plugin' 'imagemagick: Video SlideShow plugin' - 'qt4-gstreamer: Video SlideShow plugin' 'hugin: panorama tools') options=('staticlibs') install=kipi-plugins.install -source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2") -sha1sums=('08bbded5433e442dce8ac00eb301606ef0924e8c') +source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2" + lensfun-0.3.2.patch::"https://quickgit.kde.org/?p=digikam.git&a=commitdiff&h=0f15998&o=plain") +sha1sums=('08bbded5433e442dce8ac00eb301606ef0924e8c' + 'b2e262ea5060ad5ffd7d92d41a9badcea6e6c299') prepare() { cd ${srcdir}/${pkgbase}-${pkgver} @@ -43,6 +44,10 @@ prepare() { sed -i '\|flashexport|d \|jalbumexport|d ' extra/kipi-plugins/CMakeLists.txt + +# Fix build with lensfun 0.3.2 + cd core + patch -p1 -i "$srcdir"/lensfun-0.3.2.patch } build() { -- cgit v1.2.3-54-g00ecf