[arch-commits] Commit in autopano-sift-c/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Sun Feb 5 11:46:35 UTC 2012
Date: Sunday, February 5, 2012 @ 06:46:34
Author: ibiru
Revision: 148677
db-move: moved autopano-sift-c from [testing] to [extra] (i686)
Added:
autopano-sift-c/repos/extra-i686/PKGBUILD
(from rev 148654, autopano-sift-c/repos/testing-i686/PKGBUILD)
Deleted:
autopano-sift-c/repos/extra-i686/PKGBUILD
autopano-sift-c/repos/testing-i686/
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++++---------------------------
1 file changed, 31 insertions(+), 27 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-02-05 11:46:33 UTC (rev 148676)
+++ extra-i686/PKGBUILD 2012-02-05 11:46:34 UTC (rev 148677)
@@ -1,27 +0,0 @@
-# $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=2
-pkgdesc="Identify key feature points within arbitrary images"
-arch=('i686' 'x86_64')
-url="http://hugin.sourceforge.net/"
-license=('GPL2')
-depends=('libxml2' 'libpano13>=2.9.17' '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 .
- make
- make DESTDIR=${pkgdir} install
-}
Copied: autopano-sift-c/repos/extra-i686/PKGBUILD (from rev 148654, autopano-sift-c/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 11:46:34 UTC (rev 148677)
@@ -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