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

2014-10-09 Thread Gaetan Bisson
Date: Thursday, October 9, 2014 @ 19:35:51
  Author: bisson
Revision: 224157

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  hugin/repos/extra-i686/PKGBUILD
(from rev 224156, hugin/trunk/PKGBUILD)
  hugin/repos/extra-i686/install
(from rev 224156, hugin/trunk/install)
  hugin/repos/extra-x86_64/PKGBUILD
(from rev 224156, hugin/trunk/PKGBUILD)
  hugin/repos/extra-x86_64/install
(from rev 224156, hugin/trunk/install)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/build.patch
  hugin/repos/extra-i686/install
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/build.patch
  hugin/repos/extra-x86_64/install

--+
 /PKGBUILD|  108 +
 /install |   26 ++
 extra-i686/PKGBUILD  |   57 ---
 extra-i686/build.patch   |   11 
 extra-i686/install   |   13 -
 extra-x86_64/PKGBUILD|   57 ---
 extra-x86_64/build.patch |   11 
 extra-x86_64/install |   13 -
 8 files changed, 134 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-09 17:35:18 UTC (rev 224156)
+++ extra-i686/PKGBUILD 2014-10-09 17:35:51 UTC (rev 224157)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2013.0.0
-pkgrel=11
-pkgdesc='Panorama photo stitcher'
-url='http://hugin.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('python2: bindings and plugins')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
- 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
-optdepends=('python2: for scripting and plugin interface support')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";
-"http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2";
-   "build.patch")
-sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d'
-  'cef9a0cc7084b1d639e06cd3bc34e4251524c840'
-  '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-   patch -p1 -i ../build.patch
-
-   # We take the module "spirit" from boost 1.55 and use it instead of the 
one
-   # that is provided by boost 1.56+ because hugin doesn't compile with the
-   # latter.  This is no proper fix for the problem but it works for now.
-   mkdir -p src/boost
-   cp -r "${srcdir}/boost_1_55_0/boost/spirit" src/boost/
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-
-   # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61214#c5
-   # and 
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1231921.html.
-   # for why the "-fno-devirtualize" flag is needed.  I can go away with 
GCC 4.9.2+.
-   CXXFLAGS="${CXXFLAGS} -fno-devirtualize"
-
-   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/extra-i686/PKGBUILD (from rev 224156, hugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-09 17:35:51 UTC (rev 224157)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2014.0.0
+pkgrel=1
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('python2: bindings and plugins')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+optdepends=('python2: for scripting and plugin interface support')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";
+"http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2";)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+
+   # We take the module "spirit" from boost 1.55 and use it instead of the 
one
+   # that is provided by boost 1.56+ because hugin doesn't compile with the
+   # latter.  This is no prope

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

2014-05-15 Thread Tobias Powalowski
Date: Thursday, May 15, 2014 @ 17:47:32
  Author: tpowa
Revision: 212838

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

Added:
  hugin/repos/testing-i686/
  hugin/repos/testing-i686/PKGBUILD
(from rev 212836, hugin/repos/staging-i686/PKGBUILD)
  hugin/repos/testing-i686/hugin-build.patch
(from rev 212836, hugin/repos/staging-i686/hugin-build.patch)
  hugin/repos/testing-i686/install
(from rev 212836, hugin/repos/staging-i686/install)
  hugin/repos/testing-x86_64/
  hugin/repos/testing-x86_64/PKGBUILD
(from rev 212836, hugin/repos/staging-x86_64/PKGBUILD)
  hugin/repos/testing-x86_64/hugin-build.patch
(from rev 212836, hugin/repos/staging-x86_64/hugin-build.patch)
  hugin/repos/testing-x86_64/install
(from rev 212836, hugin/repos/staging-x86_64/install)
Deleted:
  hugin/repos/staging-i686/
  hugin/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   41 +
 testing-i686/hugin-build.patch   |   11 +
 testing-i686/install |   13 +++
 testing-x86_64/PKGBUILD  |   41 +
 testing-x86_64/hugin-build.patch |   11 +
 testing-x86_64/install   |   13 +++
 6 files changed, 130 insertions(+)

Copied: hugin/repos/testing-i686/PKGBUILD (from rev 212836, 
hugin/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-15 15:47:32 UTC (rev 212838)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2013.0.0
+pkgrel=7
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('python2: bindings and plugins')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";
 hugin-build.patch)
+sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d'
+  '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../hugin-build.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/testing-i686/hugin-build.patch (from rev 212836, 
hugin/repos/staging-i686/hugin-build.patch)
===
--- testing-i686/hugin-build.patch  (rev 0)
+++ testing-i686/hugin-build.patch  2014-05-15 15:47:32 UTC (rev 212838)
@@ -0,0 +1,11 @@
+--- a/src/hugin1/ptbatcher/PTBatcherGUI.cpp
 b/src/hugin1/ptbatcher/PTBatcherGUI.cpp
+@@ -150,7 +150,7 @@
+ { wxCMD_LINE_SWITCH, "v", "verbose",  "show verbose output when 
processing projects" },
+ { wxCMD_LINE_SWITCH, "a", "assistant", "run the assistant on the 
given projects" },
+ {
+-wxCMD_LINE_PARAM,  NULL, NULL, _("stitch_project.pto [output 
prefix]|assistant_project.pto"),
++wxCMD_LINE_PARAM,  NULL, NULL, "stitch_project.pto [output 
prefix]|assistant_project.pto",
+ wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL + 
wxCMD_LINE_PARAM_MULTIPLE
+ },
+ { wxCMD_LINE_NONE }

Copied: hugin/repos/testing-i686/install (from rev 212836, 
hugin/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2014-05-15 15:47:32 UTC (rev 212838)
@@ -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 212836, 
hugin/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-15 15:47:32 UTC (rev 212838)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2013.0.0
+pkgrel=7
+pkgdesc='Panorama photo stitch

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

2014-01-11 Thread Eric Bélanger
Date: Sunday, January 12, 2014 @ 02:30:04
  Author: eric
Revision: 203508

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  hugin/repos/extra-i686/PKGBUILD
(from rev 203507, hugin/trunk/PKGBUILD)
  hugin/repos/extra-i686/hugin-build.patch
(from rev 203507, hugin/trunk/hugin-build.patch)
  hugin/repos/extra-i686/install
(from rev 203507, hugin/trunk/install)
  hugin/repos/extra-x86_64/PKGBUILD
(from rev 203507, hugin/trunk/PKGBUILD)
  hugin/repos/extra-x86_64/hugin-build.patch
(from rev 203507, hugin/trunk/hugin-build.patch)
  hugin/repos/extra-x86_64/install
(from rev 203507, hugin/trunk/install)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/install
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/install

+
 /PKGBUILD  |   82 +++
 /install   |   26 
 extra-i686/PKGBUILD|   35 
 extra-i686/hugin-build.patch   |   11 +
 extra-i686/install |   13 --
 extra-x86_64/PKGBUILD  |   35 
 extra-x86_64/hugin-build.patch |   11 +
 extra-x86_64/install   |   13 --
 8 files changed, 130 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-12 01:29:03 UTC (rev 203507)
+++ extra-i686/PKGBUILD 2014-01-12 01:30:04 UTC (rev 203508)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2013.0.0
-pkgrel=4
-pkgdesc='Panorama photo stitcher'
-url='http://hugin.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('python2: bindings and plugins')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
- 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   cmake . \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DENABLE_LAPACK=yes
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 203507, hugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-12 01:30:04 UTC (rev 203508)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2013.0.0
+pkgrel=5
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('python2: bindings and plugins')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";
 hugin-build.patch)
+sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d'
+  '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../hugin-build.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/extra-i686/hugin-build.patch (from rev 203507, 
hugin/trunk/hugin-build.patch)
===
--- extra-i686/hugin-build.patch(rev 0)
+++ extra-i686/hugin-build.patch2014-01-12 01:30:04 UTC (rev 203508)
@@ -0,0 +1,11 @@
+--- a/src/hugin1/ptbatcher/PTBatcherGUI.cpp
 b/src/hugin1/ptbatcher/PTBatcherGUI.cpp
+@@ -150,7 +150,7 @@
+ { wxCMD_LINE_SWITCH, "v", "verbose",  "show verbose output when 
processing projects" },
+ { wxCMD_LINE_SWITCH, "a", "assistant", "run the assistant on the 
given projects" },
+ {
+-wxCMD_LINE_PARAM,  NULL, NULL, _("stitch_project.pto [output 
prefix]|assistant_project.pto"),
++wxCMD_LINE_PARAM,  NULL, NULL, "stitch_project.pto [output 
prefix]|assistant

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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:44
  Author: stephane
Revision: 181120

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

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

---+
 /PKGBUILD |   74 
 /install  |   26 
 extra-i686/PKGBUILD   |   37 
 extra-i686/install|   13 
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/install  |   13 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:43 UTC (rev 181119)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:44 UTC (rev 181120)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2012.0.0
-pkgrel=3
-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/extra-i686/PKGBUILD (from rev 181114, 
hugin/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:44 UTC (rev 181120)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+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
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2013-03-31 19:16:43 UTC (rev 181119)
+++ extra-i686/install  2013-03-31 19:16:44 UTC (rev 181120)
@@ -1,13 +0,0 @@
-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/extra-i686/install (from rev 181114, 
hugin/repos/testing-i686/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2013-03-31 19:16:44 UTC (rev 181120)
@@ -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
+}

Del

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:18
  Author: stephane
Revision: 176286

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

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

---+
 extra-i686/PKGBUILD   |   74 
 extra-i686/install|   26 
 extra-x86_64/PKGBUILD |   74 
 extra-x86_64/install  |   26 
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:18 UTC (rev 176285)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:18 UTC (rev 176286)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2012.0.0
-pkgrel=2
-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/extra-i686/PKGBUILD (from rev 176280, 
hugin/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:18 UTC (rev 176286)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2012.0.0
+pkgrel=3
+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
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2013-01-28 16:48:18 UTC (rev 176285)
+++ extra-i686/install  2013-01-28 16:48:18 UTC (rev 176286)
@@ -1,13 +0,0 @@
-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/extra-i686/install (from rev 176280, 
hugin/repos/testing-i686/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2013-01-28 16:48:18 UTC (rev 176286)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
=

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

2012-10-24 Thread Eric Bélanger
Date: Wednesday, October 24, 2012 @ 21:35:06
  Author: eric
Revision: 169638

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

Added:
  hugin/repos/testing-i686/
  hugin/repos/testing-i686/PKGBUILD
(from rev 169628, hugin/repos/staging-i686/PKGBUILD)
  hugin/repos/testing-i686/gcc47.patch
(from rev 169628, hugin/repos/staging-i686/gcc47.patch)
  hugin/repos/testing-i686/hugin.install
(from rev 169628, hugin/repos/staging-i686/hugin.install)
  hugin/repos/testing-x86_64/
  hugin/repos/testing-x86_64/PKGBUILD
(from rev 169628, hugin/repos/staging-x86_64/PKGBUILD)
  hugin/repos/testing-x86_64/gcc47.patch
(from rev 169628, hugin/repos/staging-x86_64/gcc47.patch)
  hugin/repos/testing-x86_64/hugin.install
(from rev 169628, hugin/repos/staging-x86_64/hugin.install)
Deleted:
  hugin/repos/staging-i686/
  hugin/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   39 +++
 testing-i686/gcc47.patch |   11 +++
 testing-i686/hugin.install   |   15 +++
 testing-x86_64/PKGBUILD  |   39 +++
 testing-x86_64/gcc47.patch   |   11 +++
 testing-x86_64/hugin.install |   15 +++
 6 files changed, 130 insertions(+)

Copied: hugin/repos/testing-i686/PKGBUILD (from rev 169628, 
hugin/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-25 01:35:06 UTC (rev 169638)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=7
+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' 'mesa')
+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/testing-i686/gcc47.patch (from rev 169628, 
hugin/repos/staging-i686/gcc47.patch)
===
--- testing-i686/gcc47.patch(rev 0)
+++ testing-i686/gcc47.patch2012-10-25 01:35:06 UTC (rev 169638)
@@ -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 +
 hugin-2011.4.0/src/celeste/Utilities.cpp   2012-07-08 15:18:20.341089422 
+
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include "Utilities.h"
+ 
+ using namespace std; 

Copied: hugin/repos/testing-i686/hugin.install (from rev 169628, 
hugin/repos/staging-i686/hugin.install)
===
--- testing-i686/hugin.install  (rev 0)
+++ testing-i686/hugin.install  2012-10-25 01:35:06 UTC (rev 169638)
@@ -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
+}

Copied: hugin/repos/testing-x86_64/PKGBUILD (from rev 169628, 
hugin/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-25 01:35:06 UTC (rev 169638)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=7
+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' 'mesa')
+install=hugin.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.

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

2012-08-02 Thread Andrea Scarpino
Date: Thursday, August 2, 2012 @ 11:21:40
  Author: andrea
Revision: 164679

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

Added:
  hugin/repos/testing-i686/
  hugin/repos/testing-i686/PKGBUILD
(from rev 164672, hugin/repos/staging-i686/PKGBUILD)
  hugin/repos/testing-i686/gcc47.patch
(from rev 164672, hugin/repos/staging-i686/gcc47.patch)
  hugin/repos/testing-i686/hugin.install
(from rev 164672, hugin/repos/staging-i686/hugin.install)
  hugin/repos/testing-x86_64/
  hugin/repos/testing-x86_64/PKGBUILD
(from rev 164672, hugin/repos/staging-x86_64/PKGBUILD)
  hugin/repos/testing-x86_64/gcc47.patch
(from rev 164672, hugin/repos/staging-x86_64/gcc47.patch)
  hugin/repos/testing-x86_64/hugin.install
(from rev 164672, hugin/repos/staging-x86_64/hugin.install)
Deleted:
  hugin/repos/staging-i686/
  hugin/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   39 +++
 testing-i686/gcc47.patch |   11 +++
 testing-i686/hugin.install   |   15 +++
 testing-x86_64/PKGBUILD  |   39 +++
 testing-x86_64/gcc47.patch   |   11 +++
 testing-x86_64/hugin.install |   15 +++
 6 files changed, 130 insertions(+)

Copied: hugin/repos/testing-i686/PKGBUILD (from rev 164672, 
hugin/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-02 15:21:40 UTC (rev 164679)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+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
+}

Copied: hugin/repos/testing-i686/gcc47.patch (from rev 164672, 
hugin/repos/staging-i686/gcc47.patch)
===
--- testing-i686/gcc47.patch(rev 0)
+++ testing-i686/gcc47.patch2012-08-02 15:21:40 UTC (rev 164679)
@@ -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 +
 hugin-2011.4.0/src/celeste/Utilities.cpp   2012-07-08 15:18:20.341089422 
+
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include "Utilities.h"
+ 
+ using namespace std; 

Copied: hugin/repos/testing-i686/hugin.install (from rev 164672, 
hugin/repos/staging-i686/hugin.install)
===
--- testing-i686/hugin.install  (rev 0)
+++ testing-i686/hugin.install  2012-08-02 15:21:40 UTC (rev 164679)
@@ -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
+}

Copied: hugin/repos/testing-x86_64/PKGBUILD (from rev 164672, 
hugin/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-02 15:21:40 UTC (rev 164679)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+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";
+

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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 17:08:31
  Author: eric
Revision: 164282

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

Added:
  hugin/repos/testing-i686/
  hugin/repos/testing-i686/PKGBUILD
(from rev 164277, hugin/repos/staging-i686/PKGBUILD)
  hugin/repos/testing-i686/gcc47.patch
(from rev 164277, hugin/repos/staging-i686/gcc47.patch)
  hugin/repos/testing-i686/hugin.install
(from rev 164277, hugin/repos/staging-i686/hugin.install)
  hugin/repos/testing-x86_64/
  hugin/repos/testing-x86_64/PKGBUILD
(from rev 164277, hugin/repos/staging-x86_64/PKGBUILD)
  hugin/repos/testing-x86_64/gcc47.patch
(from rev 164277, hugin/repos/staging-x86_64/gcc47.patch)
  hugin/repos/testing-x86_64/hugin.install
(from rev 164277, hugin/repos/staging-x86_64/hugin.install)
Deleted:
  hugin/repos/staging-i686/
  hugin/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   39 +++
 testing-i686/gcc47.patch |   11 +++
 testing-i686/hugin.install   |   15 +++
 testing-x86_64/PKGBUILD  |   39 +++
 testing-x86_64/gcc47.patch   |   11 +++
 testing-x86_64/hugin.install |   15 +++
 6 files changed, 130 insertions(+)

Copied: hugin/repos/testing-i686/PKGBUILD (from rev 164277, 
hugin/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 21:08:31 UTC (rev 164282)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+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/testing-i686/gcc47.patch (from rev 164277, 
hugin/repos/staging-i686/gcc47.patch)
===
--- testing-i686/gcc47.patch(rev 0)
+++ testing-i686/gcc47.patch2012-07-29 21:08:31 UTC (rev 164282)
@@ -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 +
 hugin-2011.4.0/src/celeste/Utilities.cpp   2012-07-08 15:18:20.341089422 
+
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include "Utilities.h"
+ 
+ using namespace std; 

Copied: hugin/repos/testing-i686/hugin.install (from rev 164277, 
hugin/repos/staging-i686/hugin.install)
===
--- testing-i686/hugin.install  (rev 0)
+++ testing-i686/hugin.install  2012-07-29 21:08:31 UTC (rev 164282)
@@ -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
+}

Copied: hugin/repos/testing-x86_64/PKGBUILD (from rev 164277, 
hugin/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-29 21:08:31 UTC (rev 164282)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+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";
+g

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

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:16:50
  Author: ibiru
Revision: 163546

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

Added:
  hugin/repos/testing-i686/
  hugin/repos/testing-i686/PKGBUILD
(from rev 163541, hugin/repos/staging-i686/PKGBUILD)
  hugin/repos/testing-i686/gcc47.patch
(from rev 163541, hugin/repos/staging-i686/gcc47.patch)
  hugin/repos/testing-i686/hugin.install
(from rev 163541, hugin/repos/staging-i686/hugin.install)
  hugin/repos/testing-x86_64/
  hugin/repos/testing-x86_64/PKGBUILD
(from rev 163541, hugin/repos/staging-x86_64/PKGBUILD)
  hugin/repos/testing-x86_64/gcc47.patch
(from rev 163541, hugin/repos/staging-x86_64/gcc47.patch)
  hugin/repos/testing-x86_64/hugin.install
(from rev 163541, hugin/repos/staging-x86_64/hugin.install)
Deleted:
  hugin/repos/staging-i686/
  hugin/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   39 +++
 testing-i686/gcc47.patch |   11 +++
 testing-i686/hugin.install   |   15 +++
 testing-x86_64/PKGBUILD  |   39 +++
 testing-x86_64/gcc47.patch   |   11 +++
 testing-x86_64/hugin.install |   15 +++
 6 files changed, 130 insertions(+)

Copied: hugin/repos/testing-i686/PKGBUILD (from rev 163541, 
hugin/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:16:50 UTC (rev 163546)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=3
+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/testing-i686/gcc47.patch (from rev 163541, 
hugin/repos/staging-i686/gcc47.patch)
===
--- testing-i686/gcc47.patch(rev 0)
+++ testing-i686/gcc47.patch2012-07-15 13:16:50 UTC (rev 163546)
@@ -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 +
 hugin-2011.4.0/src/celeste/Utilities.cpp   2012-07-08 15:18:20.341089422 
+
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include "Utilities.h"
+ 
+ using namespace std; 

Copied: hugin/repos/testing-i686/hugin.install (from rev 163541, 
hugin/repos/staging-i686/hugin.install)
===
--- testing-i686/hugin.install  (rev 0)
+++ testing-i686/hugin.install  2012-07-15 13:16:50 UTC (rev 163546)
@@ -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
+}

Copied: hugin/repos/testing-x86_64/PKGBUILD (from rev 163541, 
hugin/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-15 13:16:50 UTC (rev 163546)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=3
+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";
+