[arch-commits] Commit in hugin/repos (14 files)
Andrea Scarpino
andrea at archlinux.org
Mon Aug 6 23:07:38 UTC 2012
Date: Monday, August 6, 2012 @ 19:07:38
Author: andrea
Revision: 164837
db-move: moved hugin from [testing] to [extra] (i686, x86_64)
Added:
hugin/repos/extra-i686/PKGBUILD
(from rev 164826, hugin/repos/testing-i686/PKGBUILD)
hugin/repos/extra-i686/gcc47.patch
(from rev 164826, hugin/repos/testing-i686/gcc47.patch)
hugin/repos/extra-i686/hugin.install
(from rev 164826, hugin/repos/testing-i686/hugin.install)
hugin/repos/extra-x86_64/PKGBUILD
(from rev 164826, hugin/repos/testing-x86_64/PKGBUILD)
hugin/repos/extra-x86_64/gcc47.patch
(from rev 164826, hugin/repos/testing-x86_64/gcc47.patch)
hugin/repos/extra-x86_64/hugin.install
(from rev 164826, hugin/repos/testing-x86_64/hugin.install)
Deleted:
hugin/repos/extra-i686/PKGBUILD
hugin/repos/extra-i686/gcc47.patch
hugin/repos/extra-i686/hugin.install
hugin/repos/extra-x86_64/PKGBUILD
hugin/repos/extra-x86_64/gcc47.patch
hugin/repos/extra-x86_64/hugin.install
hugin/repos/testing-i686/
hugin/repos/testing-x86_64/
----------------------------+
extra-i686/PKGBUILD | 78 +++++++++++++++++++++----------------------
extra-i686/gcc47.patch | 22 ++++++------
extra-i686/hugin.install | 30 ++++++++--------
extra-x86_64/PKGBUILD | 78 +++++++++++++++++++++----------------------
extra-x86_64/gcc47.patch | 22 ++++++------
extra-x86_64/hugin.install | 30 ++++++++--------
6 files changed, 130 insertions(+), 130 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-08-06 23:07:31 UTC (rev 164836)
+++ extra-i686/PKGBUILD 2012-08-06 23:07:38 UTC (rev 164837)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich <tobias at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Dominik Ryba <domryba at post.pl>
-
-pkgname=hugin
-pkgver=2011.4.0
-pkgrel=4
-pkgdesc="A frontend to the panorama-tools"
-arch=('i686' 'x86_64')
-url="http://hugin.sourceforge.net/"
-license=('GPL')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
- 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
-makedepends=('zip' 'cmake' 'boost' 'tclap')
-install=hugin.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
- gcc47.patch)
-sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
- 'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
-
-build() {
- cd "${srcdir}"
- patch -Np0 -i gcc47.patch
- mkdir build
- cd build
- export CXXFLAGS+=" -fpermissive"
- cmake "${srcdir}/${pkgname}-${pkgver}" \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
- -DENABLE_LAPACK=yes
- make
-}
-
-package(){
- cd "${srcdir}/build"
- make DESTDIR="${pkgdir}" install
-}
Copied: hugin/repos/extra-i686/PKGBUILD (from rev 164826, hugin/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-06 23:07:38 UTC (rev 164837)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Dominik Ryba <domryba at post.pl>
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=5
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/"
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+ gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+ 'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
+
+build() {
+ cd "${srcdir}"
+ patch -Np0 -i gcc47.patch
+ mkdir build
+ cd build
+ export CXXFLAGS+=" -fpermissive"
+ cmake "${srcdir}/${pkgname}-${pkgver}" \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+ -DENABLE_LAPACK=yes
+ make
+}
+
+package(){
+ cd "${srcdir}/build"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-i686/gcc47.patch
===================================================================
--- extra-i686/gcc47.patch 2012-08-06 23:07:31 UTC (rev 164836)
+++ extra-i686/gcc47.patch 2012-08-06 23:07:38 UTC (rev 164837)
@@ -1,11 +0,0 @@
-diff -Nur hugin-2011.4.0.orig/src/celeste/Utilities.cpp hugin-2011.4.0/src/celeste/Utilities.cpp
---- hugin-2011.4.0.orig/src/celeste/Utilities.cpp 2012-07-08 15:18:16.864454043 +0000
-+++ hugin-2011.4.0/src/celeste/Utilities.cpp 2012-07-08 15:18:20.341089422 +0000
-@@ -27,6 +27,7 @@
-
- #include <math.h>
- #include <stdlib.h>
-+#include <unistd.h>
- #include "Utilities.h"
-
- using namespace std;
Copied: hugin/repos/extra-i686/gcc47.patch (from rev 164826, hugin/repos/testing-i686/gcc47.patch)
===================================================================
--- extra-i686/gcc47.patch (rev 0)
+++ extra-i686/gcc47.patch 2012-08-06 23:07:38 UTC (rev 164837)
@@ -0,0 +1,11 @@
+diff -Nur hugin-2011.4.0.orig/src/celeste/Utilities.cpp hugin-2011.4.0/src/celeste/Utilities.cpp
+--- hugin-2011.4.0.orig/src/celeste/Utilities.cpp 2012-07-08 15:18:16.864454043 +0000
++++ hugin-2011.4.0/src/celeste/Utilities.cpp 2012-07-08 15:18:20.341089422 +0000
+@@ -27,6 +27,7 @@
+
+ #include <math.h>
+ #include <stdlib.h>
++#include <unistd.h>
+ #include "Utilities.h"
+
+ using namespace std;
Deleted: extra-i686/hugin.install
===================================================================
--- extra-i686/hugin.install 2012-08-06 23:07:31 UTC (rev 164836)
+++ extra-i686/hugin.install 2012-08-06 23:07:38 UTC (rev 164837)
@@ -1,15 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/gnome
- update-desktop-database -q
- update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/gnome
- update-desktop-database -q
- update-mime-database usr/share/mime > /dev/null
-}
Copied: hugin/repos/extra-i686/hugin.install (from rev 164826, hugin/repos/testing-i686/hugin.install)
===================================================================
--- extra-i686/hugin.install (rev 0)
+++ extra-i686/hugin.install 2012-08-06 23:07:38 UTC (rev 164837)
@@ -0,0 +1,15 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-08-06 23:07:31 UTC (rev 164836)
+++ extra-x86_64/PKGBUILD 2012-08-06 23:07:38 UTC (rev 164837)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich <tobias at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Dominik Ryba <domryba at post.pl>
-
-pkgname=hugin
-pkgver=2011.4.0
-pkgrel=4
-pkgdesc="A frontend to the panorama-tools"
-arch=('i686' 'x86_64')
-url="http://hugin.sourceforge.net/"
-license=('GPL')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
- 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
-makedepends=('zip' 'cmake' 'boost' 'tclap')
-install=hugin.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
- gcc47.patch)
-sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
- 'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
-
-build() {
- cd "${srcdir}"
- patch -Np0 -i gcc47.patch
- mkdir build
- cd build
- export CXXFLAGS+=" -fpermissive"
- cmake "${srcdir}/${pkgname}-${pkgver}" \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
- -DENABLE_LAPACK=yes
- make
-}
-
-package(){
- cd "${srcdir}/build"
- make DESTDIR="${pkgdir}" install
-}
Copied: hugin/repos/extra-x86_64/PKGBUILD (from rev 164826, hugin/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-08-06 23:07:38 UTC (rev 164837)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Dominik Ryba <domryba at post.pl>
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=5
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/"
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+ gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+ 'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
+
+build() {
+ cd "${srcdir}"
+ patch -Np0 -i gcc47.patch
+ mkdir build
+ cd build
+ export CXXFLAGS+=" -fpermissive"
+ cmake "${srcdir}/${pkgname}-${pkgver}" \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+ -DENABLE_LAPACK=yes
+ make
+}
+
+package(){
+ cd "${srcdir}/build"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/gcc47.patch
===================================================================
--- extra-x86_64/gcc47.patch 2012-08-06 23:07:31 UTC (rev 164836)
+++ extra-x86_64/gcc47.patch 2012-08-06 23:07:38 UTC (rev 164837)
@@ -1,11 +0,0 @@
-diff -Nur hugin-2011.4.0.orig/src/celeste/Utilities.cpp hugin-2011.4.0/src/celeste/Utilities.cpp
---- hugin-2011.4.0.orig/src/celeste/Utilities.cpp 2012-07-08 15:18:16.864454043 +0000
-+++ hugin-2011.4.0/src/celeste/Utilities.cpp 2012-07-08 15:18:20.341089422 +0000
-@@ -27,6 +27,7 @@
-
- #include <math.h>
- #include <stdlib.h>
-+#include <unistd.h>
- #include "Utilities.h"
-
- using namespace std;
Copied: hugin/repos/extra-x86_64/gcc47.patch (from rev 164826, hugin/repos/testing-x86_64/gcc47.patch)
===================================================================
--- extra-x86_64/gcc47.patch (rev 0)
+++ extra-x86_64/gcc47.patch 2012-08-06 23:07:38 UTC (rev 164837)
@@ -0,0 +1,11 @@
+diff -Nur hugin-2011.4.0.orig/src/celeste/Utilities.cpp hugin-2011.4.0/src/celeste/Utilities.cpp
+--- hugin-2011.4.0.orig/src/celeste/Utilities.cpp 2012-07-08 15:18:16.864454043 +0000
++++ hugin-2011.4.0/src/celeste/Utilities.cpp 2012-07-08 15:18:20.341089422 +0000
+@@ -27,6 +27,7 @@
+
+ #include <math.h>
+ #include <stdlib.h>
++#include <unistd.h>
+ #include "Utilities.h"
+
+ using namespace std;
Deleted: extra-x86_64/hugin.install
===================================================================
--- extra-x86_64/hugin.install 2012-08-06 23:07:31 UTC (rev 164836)
+++ extra-x86_64/hugin.install 2012-08-06 23:07:38 UTC (rev 164837)
@@ -1,15 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/gnome
- update-desktop-database -q
- update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/gnome
- update-desktop-database -q
- update-mime-database usr/share/mime > /dev/null
-}
Copied: hugin/repos/extra-x86_64/hugin.install (from rev 164826, hugin/repos/testing-x86_64/hugin.install)
===================================================================
--- extra-x86_64/hugin.install (rev 0)
+++ extra-x86_64/hugin.install 2012-08-06 23:07:38 UTC (rev 164837)
@@ -0,0 +1,15 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+}
More information about the arch-commits
mailing list