mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:47:15 +08:00
Add autopano-sift-c
This commit is contained in:
parent
cf01099d20
commit
a01a309731
29
autopano-sift-c/PKGBUILD
Normal file
29
autopano-sift-c/PKGBUILD
Normal file
@ -0,0 +1,29 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
|
||||
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
|
||||
}
|
@ -1,6 +1,8 @@
|
||||
# $Id$
|
||||
# Maintainer: tobias <tobias@archlinux.org>
|
||||
# Contributor: Tobias Kieslich <tobias@justdreams.de>
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=libpano13
|
||||
pkgver=2.9.18
|
||||
|
Loading…
Reference in New Issue
Block a user