[arch-commits] Commit in hugin/repos/extra-i686 (6 files)

2014-08-17 Thread Gaetan Bisson
Date: Sunday, August 17, 2014 @ 17:03:37
  Author: bisson
Revision: 220170

fix things

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

-+
 PKGBUILD|   84 +-
 build.patch |   22 +++
 install |   26 -
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-17 14:56:03 UTC (rev 220169)
+++ PKGBUILD2014-08-17 15:03:37 UTC (rev 220170)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Dominik Ryba domr...@post.pl
-
-pkgname=hugin
-pkgver=2013.0.0
-pkgrel=8
-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;
-'build.patch')
-sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d'
-  '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4')
-
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../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/PKGBUILD (from rev 220169, hugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-17 15:03:37 UTC (rev 220170)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2013.0.0
+pkgrel=9
+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;
+'build.patch')
+sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d'
+  '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../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
+}

Deleted: build.patch
===
--- build.patch 2014-08-17 14:56:03 UTC (rev 220169)
+++ build.patch 2014-08-17 15:03:37 UTC (rev 220170)
@@ -1,11 +0,0 @@
 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/extra-i686/build.patch (from rev 220169, 
hugin/trunk/build.patch)
===
--- build.patch (rev 0)
+++ build.patch 2014-08-17 15:03:37 UTC (rev 220170)
@@ -0,0 +1,11 @@
+--- a/src/hugin1/ptbatcher/PTBatcherGUI.cpp
 

[arch-commits] Commit in hugin/repos (extra-i686)

2011-07-30 Thread Andrea Scarpino
Date: Saturday, July 30, 2011 @ 06:18:32
  Author: andrea
Revision: 133843

db-move: hugin removed by andrea for move to [extra] (i686)

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 testing-i686)

2011-07-30 Thread Andrea Scarpino
Date: Saturday, July 30, 2011 @ 06:18:33
  Author: andrea
Revision: 133844

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

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/testing-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2011-06-04 Thread Eric Bélanger
Date: Sunday, June 5, 2011 @ 00:38:32
  Author: eric
Revision: 126377

archrelease: remove extra-i686

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2011-06-04 Thread Eric Bélanger
Date: Sunday, June 5, 2011 @ 00:38:40
  Author: eric
Revision: 126378

archrelease: copy trunk to extra-i686

Added:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 testing-i686)

2011-06-01 Thread Stéphane Gaudreault
Date: Wednesday, June 1, 2011 @ 06:54:47
  Author: stephane
Revision: 126079

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

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/testing-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2011-06-01 Thread Stéphane Gaudreault
Date: Wednesday, June 1, 2011 @ 06:54:44
  Author: stephane
Revision: 126078

db-move: hugin removed by stephane for move to [extra] (i686)

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2011-05-25 Thread Ionut Biru
Date: Wednesday, May 25, 2011 @ 15:08:07
  Author: ibiru
Revision: 125184

db-move: hugin removed by ibiru for move to [extra] (i686)

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 staging-i686)

2011-05-25 Thread Ionut Biru
Date: Wednesday, May 25, 2011 @ 15:08:08
  Author: ibiru
Revision: 125185

db-move: moved hugin from [staging] to [extra] (i686)

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/staging-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 03:26:51
  Author: ibiru
Revision: 113063

db-move: hugin removed by ibiru for move to [extra] (i686)

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 testing-i686)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 03:26:52
  Author: ibiru
Revision: 113064

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

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/testing-i686/



[arch-commits] Commit in hugin/repos (extra-i686 testing-i686)

2011-02-28 Thread Eric Bélanger
Date: Monday, February 28, 2011 @ 16:58:21
  Author: eric
Revision: 111746

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

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/testing-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2011-02-28 Thread Eric Bélanger
Date: Monday, February 28, 2011 @ 16:58:20
  Author: eric
Revision: 111745

db-move: hugin removed by eric for move to [extra] (i686)

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2011-02-19 Thread Ionut Biru
Date: Saturday, February 19, 2011 @ 11:55:13
  Author: ibiru
Revision: 110492

archrelease: remove extra-i686

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2011-02-19 Thread Ionut Biru
Date: Saturday, February 19, 2011 @ 11:55:30
  Author: ibiru
Revision: 110493

archrelease: copy trunk to extra-i686

Added:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:11:58
  Author: ibiru
Revision: 101212

db-move: hugin removed by ibiru for move to [extra] (i686)

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 testing-i686)

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:12:01
  Author: ibiru
Revision: 101213

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

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/testing-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2010-10-24 Thread Ionut Biru
Date: Sunday, October 24, 2010 @ 12:52:24
  Author: ibiru
Revision: 96774

archrelease: remove extra-i686

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2010-10-24 Thread Ionut Biru
Date: Sunday, October 24, 2010 @ 12:52:37
  Author: ibiru
Revision: 96775

archrelease: copy trunk to extra-i686

Added:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2010-10-19 Thread Ionut Biru
Date: Tuesday, October 19, 2010 @ 17:49:17
  Author: ibiru
Revision: 96333

db-move: hugin removed by ibiru for move to [extra] (i686)

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 staging-i686)

2010-10-19 Thread Ionut Biru
Date: Tuesday, October 19, 2010 @ 17:49:19
  Author: ibiru
Revision: 96334

db-move: moved hugin from [staging] to [extra] (i686)

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/staging-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2010-06-22 Thread Ionut Biru
Date: Tuesday, June 22, 2010 @ 08:52:09
  Author: ibiru
Revision: 83673

db-move: hugin removed by ibiru for move to extra

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 testing-i686)

2010-06-22 Thread Ionut Biru
Date: Tuesday, June 22, 2010 @ 08:52:11
  Author: ibiru
Revision: 83674

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

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/testing-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2010-03-31 Thread Giovanni Scafora
Date: Wednesday, March 31, 2010 @ 05:50:54
  Author: giovanni
Revision: 74500

archrelease: remove extra-i686

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2010-03-31 Thread Giovanni Scafora
Date: Wednesday, March 31, 2010 @ 05:51:12
  Author: giovanni
Revision: 74501

archrelease: copy trunk to extra-i686

Added:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2010-03-19 Thread Ionut Biru
Date: Friday, March 19, 2010 @ 07:00:09
  Author: ibiru
Revision: 72679

db-move: hugin removed by ibiru for move to extra

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 testing-i686)

2010-03-19 Thread Ionut Biru
Date: Friday, March 19, 2010 @ 07:00:10
  Author: ibiru
Revision: 72680

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

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/testing-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2010-03-11 Thread Andrea Scarpino
Date: Thursday, March 11, 2010 @ 10:21:36
  Author: andrea
Revision: 71891

db-move: hugin removed by andrea for move to extra

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 testing-i686)

2010-03-11 Thread Andrea Scarpino
Date: Thursday, March 11, 2010 @ 10:21:36
  Author: andrea
Revision: 71892

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

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/testing-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2010-02-28 Thread Ionut Biru
Date: Sunday, February 28, 2010 @ 07:18:21
  Author: ibiru
Revision: 70672

db-move: hugin removed by ibiru for move to extra

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 testing-i686)

2010-02-28 Thread Ionut Biru
Date: Sunday, February 28, 2010 @ 07:18:21
  Author: ibiru
Revision: 70673

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

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/testing-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 14:51:34
  Author: jgc
Revision: 65657

db-move: hugin removed by jgc for move to extra

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 testing-i686)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 14:51:35
  Author: jgc
Revision: 65658

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

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/testing-i686/



[arch-commits] Commit in hugin/repos (extra-i686)

2009-12-09 Thread Allan McRae
Date: Wednesday, December 9, 2009 @ 22:21:59
  Author: allan
Revision: 60958

db-move: hugin removed by allan for move to extra

Deleted:
  hugin/repos/extra-i686/



[arch-commits] Commit in hugin/repos (extra-i686 testing-i686)

2009-12-09 Thread Allan McRae
Date: Wednesday, December 9, 2009 @ 22:22:00
  Author: allan
Revision: 60959

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

Added:
  hugin/repos/extra-i686/
Deleted:
  hugin/repos/testing-i686/