[arch-commits] Commit in (4 files)
Tobias Kieslich
tobias at archlinux.org
Sat Nov 1 19:33:00 UTC 2008
Date: Saturday, November 1, 2008 @ 15:32:57
Author: tobias
Revision: 18110
Added autopano-sift-c as a replcement for the slower and dependency heavy
autopano-sift, which pulled in mono and gnome stuff. autopano-sift-c is under
development unlike autopano-sift and it is actually supported from within hugin
out of the box.
Added:
autopano-sift-c/
autopano-sift-c/repos/
autopano-sift-c/trunk/
autopano-sift-c/trunk/PKGBUILD
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Added: autopano-sift-c/trunk/PKGBUILD
===================================================================
--- autopano-sift-c/trunk/PKGBUILD (rev 0)
+++ autopano-sift-c/trunk/PKGBUILD 2008-11-01 19:32:57 UTC (rev 18110)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=autopano-sift-c
+pkgver=2.5.0
+pkgrel=2
+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=('d4e6bfab53fe227a36eec4c94c0bbfe6')
+
+build() {
+ cd ${srcdir}/autopano-sift-C-${pkgver}
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ make || return 1
+ make DESTDIR=${pkgdir} install || return 1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list