[arch-commits] Commit in digikam/repos (16 files)

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 19:45:39
  Author: andrea
Revision: 187093

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 187092, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/digikam-3.1.0-fixed-pngs.tar.gz
(from rev 187092, digikam/trunk/digikam-3.1.0-fixed-pngs.tar.gz)
  digikam/repos/extra-i686/digikam.install
(from rev 187092, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 187092, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 187092, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/digikam-3.1.0-fixed-pngs.tar.gz
(from rev 187092, digikam/trunk/digikam-3.1.0-fixed-pngs.tar.gz)
  digikam/repos/extra-x86_64/digikam.install
(from rev 187092, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 187092, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam-3.1.0-fixed-pngs.tar.gz
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam-3.1.0-fixed-pngs.tar.gz
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install

---+
 /PKGBUILD |  216 
 /digikam.install  |   24 
 /kipi-plugins.install |   24 
 extra-i686/PKGBUILD   |  104 -
 extra-i686/digikam.install|   12 --
 extra-i686/kipi-plugins.install   |   12 --
 extra-x86_64/PKGBUILD |  104 -
 extra-x86_64/digikam.install  |   12 --
 extra-x86_64/kipi-plugins.install |   12 --
 9 files changed, 264 insertions(+), 256 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-03 17:45:28 UTC (rev 187092)
+++ extra-i686/PKGBUILD 2013-06-03 17:45:39 UTC (rev 187093)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=Digital photo management application for KDE
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.digikam.org/;
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-digikam-3.1.0-fixed-pngs.tar.gz)
-noextract=(digikam-3.1.0-fixed-pngs.tar.gz)
-sha1sums=('666f1d937dc033ddb880aed8a32e7943113d973f'
-  'b0a1991e0df9b72c79562c719bc9d944a3b8bc78')
-
-prepare() {
-  mkdir build
-
-  cd  ${pkgname}-${pkgver}
-
-  # Fix invalid PNG images to work with libpng 1.6
-  # https://bugs.kde.org/show_bug.cgi?id=319350
-  tar xf ${srcdir}/digikam-3.1.0-fixed-pngs.tar.gz --strip-components=1
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF \
--DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
-  make
-}
-
-package_digikam() {
-  pkgdesc=Digital photo management application for KDE
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: more tools and plugins')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR=${pkgdir} install
-  cd ../../build/doc
-  make DESTDIR=${pkgdir} install
-  cd ../../build/po
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkface() {
-  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkgeomap() {
-  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
-  depends=('kdelibs' 'kdeedu-marble')
-
-  cd build/extra/libkgeomap
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkvkontakte() {
-  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
-  depends=('kdelibs' 'qjson')
-
-  cd build/extra/libkvkontakte
-  make DESTDIR=${pkgdir} install
-}
-
-package_libmediawiki() {
-  pkgdesc=A KDE C++ interface for MediaWiki based web service as 
wikipedia.org
-  depends=('kdelibs')
-
-  cd build/extra/libmediawiki
-  make DESTDIR=${pkgdir} install
-}
-
-package_kipi-plugins() {
-  pkgdesc=A collection of 

[arch-commits] Commit in digikam/repos (16 files)

2012-01-05 Thread Ronald van Haren
Date: Thursday, January 5, 2012 @ 15:00:07
  Author: ronald
Revision: 146190

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 146189, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/boost148.patch
(from rev 146189, digikam/trunk/boost148.patch)
  digikam/repos/extra-i686/digikam.install
(from rev 146189, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 146189, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-i686/libkipi140.patch
(from rev 146189, digikam/trunk/libkipi140.patch)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 146189, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/boost148.patch
(from rev 146189, digikam/trunk/boost148.patch)
  digikam/repos/extra-x86_64/digikam.install
(from rev 146189, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 146189, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/libkipi140.patch
(from rev 146189, digikam/trunk/libkipi140.patch)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install

---+
 extra-i686/PKGBUILD   |  202 ++--
 extra-i686/boost148.patch |   65 +++
 extra-i686/digikam.install|   24 ++--
 extra-i686/kipi-plugins.install   |   24 ++--
 extra-i686/libkipi140.patch   |   63 +++
 extra-x86_64/PKGBUILD |  202 ++--
 extra-x86_64/boost148.patch   |   65 +++
 extra-x86_64/digikam.install  |   24 ++--
 extra-x86_64/kipi-plugins.install |   24 ++--
 extra-x86_64/libkipi140.patch |   63 +++
 10 files changed, 514 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-05 19:59:03 UTC (rev 146189)
+++ extra-i686/PKGBUILD 2012-01-05 20:00:07 UTC (rev 146190)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino ron...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=2.3.0
-pkgrel=2
-pkgdesc=Digital photo management application for KDE
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.digikam.org/;
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
- 'cmake' 'automoc4' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('15b8b16d7cce6ac50fb958d30166214f2f2b83ee')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  # Use internal lensfun (FS#21816)
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DLENSFUN_LIBRARY= \
--DLENSFUN_INCLUDE_DIR=
-  make
-}
-
-package_digikam() {
-  pkgdesc=Digital photo management application for KDE
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap')
-  optdepends=('kipi-plugins: for more extras and plugins')
-  install=digikam.install
-
-  cd ${srcdir}/build/core
-  make DESTDIR=${pkgdir} install
-  cd ${srcdir}/build/doc
-  make DESTDIR=${pkgdir} install
-  cd ${srcdir}/build/po
-  make DESTDIR=${pkgdir} install
-
-  # these are in oxygen-icons
-  rm -rf ${pkgdir}/usr/share/icons
-
-}
-
-package_libkface() {
-  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
-  depends=('kdelibs' 'opencv')
-
-  cd ${srcdir}/build/extra/libkface
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkgeomap() {
-  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
-  depends=('kdelibs' 'kdeedu-marble' 'libkexiv2')
-
-  cd ${srcdir}/build/extra/libkgeomap
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkvkontakte() {
-  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
-  depends=('kdelibs')
-
-  cd ${srcdir}/build/extra/libkvkontakte
-  make DESTDIR=${pkgdir} install
-}
-
-package_libmediawiki() {
-  pkgdesc=A KDE C++ interface for MediaWiki based web service as 
wikipedia.org
-  depends=('kdelibs')
-
-  cd ${srcdir}/build/extra/libmediawiki
-  make DESTDIR=${pkgdir} install
-}
-
-package_kipi-plugins() {
-  pkgdesc=A collection of plugins extending the KDE graphics and image 
applications as digiKam
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi'