[arch-commits] Commit in libkface/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Sep 8 18:26:42 UTC 2016
Date: Thursday, September 8, 2016 @ 18:26:41
Author: arojas
Revision: 276005
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libkface/repos/extra-i686/PKGBUILD
(from rev 276004, libkface/trunk/PKGBUILD)
libkface/repos/extra-x86_64/PKGBUILD
(from rev 276004, libkface/trunk/PKGBUILD)
Deleted:
libkface/repos/extra-i686/PKGBUILD
libkface/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 84 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 42 ------------------------
extra-x86_64/PKGBUILD | 42 ------------------------
3 files changed, 84 insertions(+), 84 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-09-08 18:26:15 UTC (rev 276004)
+++ extra-i686/PKGBUILD 2016-09-08 18:26:41 UTC (rev 276005)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkface
-pkgver=16.08.0
-pkgrel=1
-pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures"
-url="https://www.kde.org/applications/graphics/"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base opencv)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
- libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/")
-sha1sums=('17854254737481d0ab8a58f1492c420751f5028e'
- '35f1b3aa533b384a7a8da460209d843b7c49fa30')
-
-prepare() {
- mkdir -p build
-
-# Fix build with opencv 3.1 https://bugs.kde.org/show_bug.cgi?id=358910
- cd $pkgname-$pkgver
- patch -p1 -i ../libkface-opencv3.1.patch
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DENABLE_OPENCV3=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: libkface/repos/extra-i686/PKGBUILD (from rev 276004, libkface/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-08 18:26:41 UTC (rev 276005)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkface
+pkgver=16.08.1
+pkgrel=1
+pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures"
+url="https://www.kde.org/applications/graphics/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base opencv)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+ libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/")
+sha1sums=('c72e0d4446e4fa7b23c2b065e4785b13aa629376'
+ '35f1b3aa533b384a7a8da460209d843b7c49fa30')
+
+prepare() {
+ mkdir -p build
+
+# Fix build with opencv 3.1 https://bugs.kde.org/show_bug.cgi?id=358910
+ cd $pkgname-$pkgver
+ patch -p1 -i ../libkface-opencv3.1.patch
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DENABLE_OPENCV3=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-09-08 18:26:15 UTC (rev 276004)
+++ extra-x86_64/PKGBUILD 2016-09-08 18:26:41 UTC (rev 276005)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkface
-pkgver=16.08.0
-pkgrel=1
-pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures"
-url="https://www.kde.org/applications/graphics/"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base opencv)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
- libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/")
-sha1sums=('17854254737481d0ab8a58f1492c420751f5028e'
- '35f1b3aa533b384a7a8da460209d843b7c49fa30')
-
-prepare() {
- mkdir -p build
-
-# Fix build with opencv 3.1 https://bugs.kde.org/show_bug.cgi?id=358910
- cd $pkgname-$pkgver
- patch -p1 -i ../libkface-opencv3.1.patch
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DENABLE_OPENCV3=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: libkface/repos/extra-x86_64/PKGBUILD (from rev 276004, libkface/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-09-08 18:26:41 UTC (rev 276005)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkface
+pkgver=16.08.1
+pkgrel=1
+pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures"
+url="https://www.kde.org/applications/graphics/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base opencv)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+ libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/")
+sha1sums=('c72e0d4446e4fa7b23c2b065e4785b13aa629376'
+ '35f1b3aa533b384a7a8da460209d843b7c49fa30')
+
+prepare() {
+ mkdir -p build
+
+# Fix build with opencv 3.1 https://bugs.kde.org/show_bug.cgi?id=358910
+ cd $pkgname-$pkgver
+ patch -p1 -i ../libkface-opencv3.1.patch
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DENABLE_OPENCV3=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list