[arch-commits] Commit in hugin/repos (6 files)
Felix Yan
fyan at archlinux.org
Tue Sep 29 07:40:30 UTC 2015
Date: Tuesday, September 29, 2015 @ 09:40:30
Author: fyan
Revision: 247883
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
hugin/repos/staging-i686/
hugin/repos/staging-i686/PKGBUILD
(from rev 247882, hugin/trunk/PKGBUILD)
hugin/repos/staging-i686/install
(from rev 247882, hugin/trunk/install)
hugin/repos/staging-x86_64/
hugin/repos/staging-x86_64/PKGBUILD
(from rev 247882, hugin/trunk/PKGBUILD)
hugin/repos/staging-x86_64/install
(from rev 247882, hugin/trunk/install)
-------------------------+
staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
staging-i686/install | 13 +++++++++++++
staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
staging-x86_64/install | 13 +++++++++++++
4 files changed, 98 insertions(+)
Copied: hugin/repos/staging-i686/PKGBUILD (from rev 247882, hugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-09-29 07:40:30 UTC (rev 247883)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Dominik Ryba <domryba at post.pl>
+
+pkgname=hugin
+pkgver=2015.0.0
+pkgrel=3
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
+ 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2")
+sha1sums=('be7153a0791f2147153e93e8711912ef23b60b61')
+
+install=install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+ cmake . \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_LAPACK=yes \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: hugin/repos/staging-i686/install (from rev 247882, hugin/trunk/install)
===================================================================
--- staging-i686/install (rev 0)
+++ staging-i686/install 2015-09-29 07:40:30 UTC (rev 247883)
@@ -0,0 +1,13 @@
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+}
+
+post_install() {
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}
Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 247882, hugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-29 07:40:30 UTC (rev 247883)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Dominik Ryba <domryba at post.pl>
+
+pkgname=hugin
+pkgver=2015.0.0
+pkgrel=3
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
+ 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2")
+sha1sums=('be7153a0791f2147153e93e8711912ef23b60b61')
+
+install=install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+ cmake . \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_LAPACK=yes \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: hugin/repos/staging-x86_64/install (from rev 247882, hugin/trunk/install)
===================================================================
--- staging-x86_64/install (rev 0)
+++ staging-x86_64/install 2015-09-29 07:40:30 UTC (rev 247883)
@@ -0,0 +1,13 @@
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+}
+
+post_install() {
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}
More information about the arch-commits
mailing list