[arch-commits] Commit in autopano-sift-c/repos (3 files)

Ionut Biru ibiru at archlinux.org
Mon Jan 30 18:44:37 UTC 2012


    Date: Monday, January 30, 2012 @ 13:44:37
  Author: ibiru
Revision: 148059

db-move: moved autopano-sift-c from [staging] to [testing] (x86_64)

Added:
  autopano-sift-c/repos/testing-x86_64/
  autopano-sift-c/repos/testing-x86_64/PKGBUILD
    (from rev 148047, autopano-sift-c/repos/staging-x86_64/PKGBUILD)
Deleted:
  autopano-sift-c/repos/staging-x86_64/

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: autopano-sift-c/repos/testing-x86_64/PKGBUILD (from rev 148047, autopano-sift-c/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-30 18:44:37 UTC (rev 148059)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+
+pkgname=autopano-sift-c
+pkgver=2.5.1
+pkgrel=3
+pkgdesc="Identify key feature points within arbitrary images"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/"
+license=('GPL2')
+depends=('libxml2' 'libpano13' 'gcc-libs')
+makedepends=('cmake')
+provides=('autopano-sift')
+conflicts=('autopano-sift')
+replaces=('autopano-sift')
+source=(http://downloads.sourceforge.net/sourceforge/hugin/autopano-sift-C-${pkgver}.tar.gz)
+md5sums=('b9bade07e8c4f2ea383c22a082c260e0')
+
+build() {
+  cd "${srcdir}/autopano-sift-C-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  sed -i 's/-lz/-lz -lm/' CMakeFiles/{autopano,generatekeys}.dir/link.txt
+  make
+}
+
+package() {
+  cd "${srcdir}/autopano-sift-C-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list