[arch-commits] Commit in hugin/repos (8 files)

Stéphane Gaudreault stephane at nymeria.archlinux.org
Fri Mar 29 19:14:37 UTC 2013


    Date: Friday, March 29, 2013 @ 20:14:37
  Author: stephane
Revision: 181016

db-move: moved hugin from [staging] to [testing] (i686, x86_64)

Added:
  hugin/repos/testing-i686/
  hugin/repos/testing-i686/PKGBUILD
    (from rev 181010, hugin/repos/staging-i686/PKGBUILD)
  hugin/repos/testing-i686/install
    (from rev 181010, hugin/repos/staging-i686/install)
  hugin/repos/testing-x86_64/
  hugin/repos/testing-x86_64/PKGBUILD
    (from rev 181010, hugin/repos/staging-x86_64/PKGBUILD)
  hugin/repos/testing-x86_64/install
    (from rev 181010, hugin/repos/staging-x86_64/install)
Deleted:
  hugin/repos/staging-i686/
  hugin/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 testing-i686/install    |   13 +++++++++++++
 testing-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/install  |   13 +++++++++++++
 4 files changed, 100 insertions(+)

Copied: hugin/repos/testing-i686/PKGBUILD (from rev 181010, hugin/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-03-29 19:14:37 UTC (rev 181016)
@@ -0,0 +1,37 @@
+# $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=2012.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+         'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	export CXXFLAGS+=" -fpermissive" 
+	cmake . \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+		-DENABLE_LAPACK=yes \
+		-DBUILD_HSI=no
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/testing-i686/install (from rev 181010, hugin/repos/staging-i686/install)
===================================================================
--- testing-i686/install	                        (rev 0)
+++ testing-i686/install	2013-03-29 19:14:37 UTC (rev 181016)
@@ -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/testing-x86_64/PKGBUILD (from rev 181010, hugin/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-03-29 19:14:37 UTC (rev 181016)
@@ -0,0 +1,37 @@
+# $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=2012.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+         'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	export CXXFLAGS+=" -fpermissive" 
+	cmake . \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+		-DENABLE_LAPACK=yes \
+		-DBUILD_HSI=no
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/testing-x86_64/install (from rev 181010, hugin/repos/staging-x86_64/install)
===================================================================
--- testing-x86_64/install	                        (rev 0)
+++ testing-x86_64/install	2013-03-29 19:14:37 UTC (rev 181016)
@@ -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