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

2015-05-08 Thread Sven-Hendrik Haase
Date: Friday, May 8, 2015 @ 20:28:11
  Author: svenstaro
Revision: 132985

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 132984, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-i686/stdmath.patch
(from rev 132984, openimageio/trunk/stdmath.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 132984, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-x86_64/stdmath.patch
(from rev 132984, openimageio/trunk/stdmath.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-i686/stdmath.patch
  openimageio/repos/community-x86_64/PKGBUILD
  openimageio/repos/community-x86_64/stdmath.patch

+
 /PKGBUILD  |  100 +++
 /stdmath.patch |   36 ++
 community-i686/PKGBUILD|   50 ---
 community-i686/stdmath.patch   |   18 ---
 community-x86_64/PKGBUILD  |   50 ---
 community-x86_64/stdmath.patch |   18 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-08 18:28:02 UTC (rev 132984)
+++ community-i686/PKGBUILD 2015-05-08 18:28:11 UTC (rev 132985)
@@ -1,50 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.16
-pkgrel=3
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver}
-stdmath.patch)
-md5sums=('SKIP'
- '7b819bf20cf2c13cbde5fc6511e39f35')
-
-prepare() {
-  cd oiio
-
-  patch -Np1  $srcdir/stdmath.patch
-}
-
-build() {
-  cd oiio
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 132984, 
openimageio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-08 18:28:11 UTC (rev 132985)
@@ -0,0 +1,50 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.16
+pkgrel=4
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver}
+stdmath.patch)
+md5sums=('SKIP'
+ '7b819bf20cf2c13cbde5fc6511e39f35')
+
+prepare() {
+  cd oiio
+
+  patch -Np1  $srcdir/stdmath.patch
+}
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/stdmath.patch
===
--- community-i686/stdmath.patch2015-05-08 18:28:02 UTC (rev 132984)
+++ community-i686/stdmath.patch2015-05-08 18:28:11 UTC (rev 132985)
@@ -1,18 +0,0 @@
-diff --git a/src/include/OpenImageIO/fmath.h b/src/include/OpenImageIO/fmath.h
-index 8db8442..751cd07 100644
 a/src/include/OpenImageIO/fmath.h
-+++ b/src/include/OpenImageIO/fmath.h
-@@ -1298,9 +1298,9 @@ OIIO_NAMESPACE_EXIT
- 
- #ifndef _MSC_VER
-  // Some systems have isnan, isinf and isfinite in the std namespace.
-- using std::isnan;
-- using std::isinf;
-- using std::isfinite;
-+ using ::isnan;
-+ using ::isinf;
-+ using OIIO::isfinite;
- #endif
- 
- #if (defined(__FreeBSD__)  (__FreeBSD_version  803000))

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

2014-09-12 Thread Sven-Hendrik Haase
Date: Friday, September 12, 2014 @ 23:07:51
  Author: svenstaro
Revision: 118893

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 118892, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 118892, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 118892, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 118892, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-i686/fix32bit-fail.patch
  openimageio/repos/community-x86_64/PKGBUILD
  openimageio/repos/community-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 ++
 community-i686/PKGBUILD  |   42 
 community-i686/fix32bit-fail.patch   |   13 -
 community-x86_64/PKGBUILD|   42 
 community-x86_64/fix32bit-fail.patch |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 21:07:45 UTC (rev 118892)
+++ community-i686/PKGBUILD 2014-09-12 21:07:51 UTC (rev 118893)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.12
-pkgrel=3
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 118892, 
openimageio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-12 21:07:51 UTC (rev 118893)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.13
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix32bit-fail.patch
===
--- community-i686/fix32bit-fail.patch  2014-09-12 21:07:45 UTC (rev 118892)
+++ community-i686/fix32bit-fail.patch  2014-09-12 21:07:51 UTC (rev 118893)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 118892, 
openimageio/trunk/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch  (rev 0)
+++ community-i686/fix32bit-fail.patch  2014-09-12 21:07:51 UTC (rev 118893)
@@ -0,0 +1,13 

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

2014-08-20 Thread Sven-Hendrik Haase
Date: Wednesday, August 20, 2014 @ 23:58:34
  Author: svenstaro
Revision: 117682

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 117681, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 117681, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 117681, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 117681, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-staging-i686/PKGBUILD
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
  openimageio/repos/community-staging-x86_64/PKGBUILD
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 +++
 community-staging-i686/PKGBUILD  |   42 
 community-staging-i686/fix32bit-fail.patch   |   13 ---
 community-staging-x86_64/PKGBUILD|   42 
 community-staging-x86_64/fix32bit-fail.patch |   13 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-20 21:58:24 UTC (rev 117681)
+++ community-staging-i686/PKGBUILD 2014-08-20 21:58:34 UTC (rev 117682)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.12
-pkgrel=2
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 117681, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-20 21:58:34 UTC (rev 117682)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.12
+pkgrel=3
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-i686/fix32bit-fail.patch
===
--- community-staging-i686/fix32bit-fail.patch  2014-08-20 21:58:24 UTC (rev 
117681)
+++ community-staging-i686/fix32bit-fail.patch  2014-08-20 21:58:34 UTC (rev 
117682)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-staging-i686/fix32bit-fail.patch (from rev 
117681, openimageio/trunk/fix32bit-fail.patch)

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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 11:41:29
  Author: alucryd
Revision: 117614

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 117613, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 117613, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 117613, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 117613, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-i686/fix32bit-fail.patch
  openimageio/repos/community-x86_64/PKGBUILD
  openimageio/repos/community-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 ++
 community-i686/PKGBUILD  |   42 
 community-i686/fix32bit-fail.patch   |   13 -
 community-x86_64/PKGBUILD|   42 
 community-x86_64/fix32bit-fail.patch |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 09:41:19 UTC (rev 117613)
+++ community-i686/PKGBUILD 2014-08-19 09:41:29 UTC (rev 117614)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.5.git
-pkgrel=2
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb)
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 117613, 
openimageio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 09:41:29 UTC (rev 117614)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.5.git
+pkgrel=3
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb)
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix32bit-fail.patch
===
--- community-i686/fix32bit-fail.patch  2014-08-19 09:41:19 UTC (rev 117613)
+++ community-i686/fix32bit-fail.patch  2014-08-19 09:41:29 UTC (rev 117614)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 117613, 
openimageio/trunk/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch  (rev 0)
+++ community-i686/fix32bit-fail.patch  2014-08-19 09:41:29 UTC (rev 117614)
@@ -0,0 +1,13 @@
+--- 

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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 11:47:58
  Author: alucryd
Revision: 117616

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 117615, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 117615, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 117615, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 117615, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-staging-i686/PKGBUILD
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
  openimageio/repos/community-staging-x86_64/PKGBUILD
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 +++
 community-staging-i686/PKGBUILD  |   42 
 community-staging-i686/fix32bit-fail.patch   |   13 ---
 community-staging-x86_64/PKGBUILD|   42 
 community-staging-x86_64/fix32bit-fail.patch |   13 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-19 09:47:49 UTC (rev 117615)
+++ community-staging-i686/PKGBUILD 2014-08-19 09:47:58 UTC (rev 117616)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.12
-pkgrel=1
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 117615, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-19 09:47:58 UTC (rev 117616)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.12
+pkgrel=2
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-i686/fix32bit-fail.patch
===
--- community-staging-i686/fix32bit-fail.patch  2014-08-19 09:47:49 UTC (rev 
117615)
+++ community-staging-i686/fix32bit-fail.patch  2014-08-19 09:47:58 UTC (rev 
117616)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-staging-i686/fix32bit-fail.patch (from rev 
117615, openimageio/trunk/fix32bit-fail.patch)

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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 03:59:03
  Author: svenstaro
Revision: 117233

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 117232, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 117232, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 117232, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 117232, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-staging-i686/PKGBUILD
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
  openimageio/repos/community-staging-x86_64/PKGBUILD
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 +++
 community-staging-i686/PKGBUILD  |   42 
 community-staging-i686/fix32bit-fail.patch   |   13 ---
 community-staging-x86_64/PKGBUILD|   42 
 community-staging-x86_64/fix32bit-fail.patch |   13 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-12 01:58:56 UTC (rev 117232)
+++ community-staging-i686/PKGBUILD 2014-08-12 01:59:03 UTC (rev 117233)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.11
-pkgrel=1
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 117232, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 01:59:03 UTC (rev 117233)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.12
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-i686/fix32bit-fail.patch
===
--- community-staging-i686/fix32bit-fail.patch  2014-08-12 01:58:56 UTC (rev 
117232)
+++ community-staging-i686/fix32bit-fail.patch  2014-08-12 01:59:03 UTC (rev 
117233)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-staging-i686/fix32bit-fail.patch (from rev 
117232, openimageio/trunk/fix32bit-fail.patch)

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

2014-05-11 Thread Sven-Hendrik Haase
Date: Monday, May 12, 2014 @ 03:30:12
  Author: svenstaro
Revision: 111023

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  openimageio/repos/community-testing-i686/PKGBUILD
(from rev 111022, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-testing-i686/fix32bit-fail.patch
(from rev 111022, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-testing-x86_64/PKGBUILD
(from rev 111022, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-testing-x86_64/fix32bit-fail.patch
(from rev 111022, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-testing-i686/PKGBUILD
  openimageio/repos/community-testing-i686/fix32bit-fail.patch
  openimageio/repos/community-testing-x86_64/PKGBUILD
  openimageio/repos/community-testing-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 +++
 community-testing-i686/PKGBUILD  |   42 
 community-testing-i686/fix32bit-fail.patch   |   13 ---
 community-testing-x86_64/PKGBUILD|   42 
 community-testing-x86_64/fix32bit-fail.patch |   13 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-05-12 01:30:08 UTC (rev 111022)
+++ community-testing-i686/PKGBUILD 2014-05-12 01:30:12 UTC (rev 111023)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.5dev
-pkgrel=1
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz)
-md5sums=('d89a4abc2f138d4e556764e991b5b62f')
-
-build() {
-  cd oiio-Release-$pkgver
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio-Release-$pkgver/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-testing-i686/PKGBUILD (from rev 111022, 
openimageio/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-05-12 01:30:12 UTC (rev 111023)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.5.git
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb)
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-testing-i686/fix32bit-fail.patch
===
--- community-testing-i686/fix32bit-fail.patch  2014-05-12 01:30:08 UTC (rev 
111022)
+++ community-testing-i686/fix32bit-fail.patch  2014-05-12 01:30:12 UTC (rev 
111023)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-testing-i686/fix32bit-fail.patch (from rev 
111022, 

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

2014-05-03 Thread Sven-Hendrik Haase
Date: Sunday, May 4, 2014 @ 03:25:02
  Author: svenstaro
Revision: 110591

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 110590, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 110590, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 110590, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 110590, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-i686/fix32bit-fail.patch
  openimageio/repos/community-x86_64/PKGBUILD
  openimageio/repos/community-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 ++
 community-i686/PKGBUILD  |   42 
 community-i686/fix32bit-fail.patch   |   13 -
 community-x86_64/PKGBUILD|   42 
 community-x86_64/fix32bit-fail.patch |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-04 01:24:57 UTC (rev 110590)
+++ community-i686/PKGBUILD 2014-05-04 01:25:02 UTC (rev 110591)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.3.11
-pkgrel=1
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz)
-md5sums=('a1b6b4cbc863fa49259d0f32da4288d7')
-
-build() {
-  cd oiio-Release-$pkgver
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio-Release-$pkgver/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 110590, 
openimageio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-04 01:25:02 UTC (rev 110591)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.3.13
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz)
+md5sums=('a0e187243c568df36e125c81c0a0efe3')
+
+build() {
+  cd oiio-Release-$pkgver
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio-Release-$pkgver/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix32bit-fail.patch
===
--- community-i686/fix32bit-fail.patch  2014-05-04 01:24:57 UTC (rev 110590)
+++ community-i686/fix32bit-fail.patch  2014-05-04 01:25:02 UTC (rev 110591)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 110590, 
openimageio/trunk/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch   

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

2014-01-13 Thread Sven-Hendrik Haase
Date: Monday, January 13, 2014 @ 20:39:24
  Author: svenstaro
Revision: 103941

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 103940, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 103940, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 103940, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 103940, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-i686/fix32bit-fail.patch
  openimageio/repos/community-x86_64/PKGBUILD
  openimageio/repos/community-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 ++
 community-i686/PKGBUILD  |   42 
 community-i686/fix32bit-fail.patch   |   13 -
 community-x86_64/PKGBUILD|   42 
 community-x86_64/fix32bit-fail.patch |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-13 19:39:06 UTC (rev 103940)
+++ community-i686/PKGBUILD 2014-01-13 19:39:24 UTC (rev 103941)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.3.10
-pkgrel=1
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz)
-md5sums=('e1cd34e1926b7c15626f8618e9e4fc70')
-
-build() {
-  cd oiio-Release-$pkgver
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio-Release-$pkgver/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 103940, 
openimageio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-13 19:39:24 UTC (rev 103941)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.3.11
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz)
+md5sums=('a1b6b4cbc863fa49259d0f32da4288d7')
+
+build() {
+  cd oiio-Release-$pkgver
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio-Release-$pkgver/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix32bit-fail.patch
===
--- community-i686/fix32bit-fail.patch  2014-01-13 19:39:06 UTC (rev 103940)
+++ community-i686/fix32bit-fail.patch  2014-01-13 19:39:24 UTC (rev 103941)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 103940, 
openimageio/trunk/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch  

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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 03:10:39
  Author: svenstaro
Revision: 101834

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 101833, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 101833, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 101833, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 101833, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-staging-i686/PKGBUILD
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
  openimageio/repos/community-staging-x86_64/PKGBUILD
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   88 +
 /fix32bit-fail.patch |   26 +++
 community-staging-i686/PKGBUILD  |   44 
 community-staging-i686/fix32bit-fail.patch   |   13 ---
 community-staging-x86_64/PKGBUILD|   44 
 community-staging-x86_64/fix32bit-fail.patch |   13 ---
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-12-02 02:10:34 UTC (rev 101833)
+++ community-staging-i686/PKGBUILD 2013-12-02 02:10:39 UTC (rev 101834)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.2.1
-pkgrel=2
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
-
-build() {
-  cd $srcdir/$_pkgname*
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname*/src/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 101833, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 02:10:39 UTC (rev 101834)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('20066ae0e9026717242f64f107f7ee8e')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-i686/fix32bit-fail.patch
===
--- community-staging-i686/fix32bit-fail.patch  2013-12-02 02:10:34 UTC (rev 
101833)
+++ community-staging-i686/fix32bit-fail.patch  2013-12-02 02:10:39 UTC (rev 
101834)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: 

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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 16:37:58
  Author: jelle
Revision: 101725

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 101724, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 101724, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 101724, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 101724, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-staging-i686/PKGBUILD
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
  openimageio/repos/community-staging-x86_64/PKGBUILD
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   88 +
 /fix32bit-fail.patch |   26 +++
 community-staging-i686/PKGBUILD  |   44 
 community-staging-i686/fix32bit-fail.patch   |   13 ---
 community-staging-x86_64/PKGBUILD|   44 
 community-staging-x86_64/fix32bit-fail.patch |   13 ---
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-11-30 15:37:40 UTC (rev 101724)
+++ community-staging-i686/PKGBUILD 2013-11-30 15:37:58 UTC (rev 101725)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
-
-build() {
-  cd $srcdir/$_pkgname*
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname*/src/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 101724, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-30 15:37:58 UTC (rev 101725)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-i686/fix32bit-fail.patch
===
--- community-staging-i686/fix32bit-fail.patch  2013-11-30 15:37:40 UTC (rev 
101724)
+++ community-staging-i686/fix32bit-fail.patch  2013-11-30 15:37:58 UTC (rev 
101725)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: 

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

2013-08-30 Thread Sven-Hendrik Haase
Date: Friday, August 30, 2013 @ 19:23:45
  Author: svenstaro
Revision: 96492

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 96491, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 96491, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 96491, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 96491, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-i686/fix32bit-fail.patch
  openimageio/repos/community-x86_64/PKGBUILD
  openimageio/repos/community-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   88 +
 /fix32bit-fail.patch |   26 +
 community-i686/PKGBUILD  |   44 
 community-i686/fix32bit-fail.patch   |   13 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/fix32bit-fail.patch |   13 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-30 17:23:35 UTC (rev 96491)
+++ community-i686/PKGBUILD 2013-08-30 17:23:45 UTC (rev 96492)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('8738dd9b24fc4f0cb3eebb094347104a')
-
-build() {
-  cd $srcdir/$_pkgname*
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname*/src/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 96491, 
openimageio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-30 17:23:45 UTC (rev 96492)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix32bit-fail.patch
===
--- community-i686/fix32bit-fail.patch  2013-08-30 17:23:35 UTC (rev 96491)
+++ community-i686/fix32bit-fail.patch  2013-08-30 17:23:45 UTC (rev 96492)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 96491, 
openimageio/trunk/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch

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

2013-05-03 Thread Sven-Hendrik Haase
Date: Friday, May 3, 2013 @ 21:31:44
  Author: svenstaro
Revision: 89862

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  openimageio/repos/community-testing-i686/PKGBUILD
(from rev 89861, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-testing-i686/fix32bit-fail.patch
(from rev 89861, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-testing-x86_64/PKGBUILD
(from rev 89861, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-testing-x86_64/fix32bit-fail.patch
(from rev 89861, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-testing-i686/PKGBUILD
  openimageio/repos/community-testing-i686/fix32bit-fail.patch
  openimageio/repos/community-testing-x86_64/PKGBUILD
  openimageio/repos/community-testing-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   86 +
 /fix32bit-fail.patch |   26 +++
 community-testing-i686/PKGBUILD  |   43 
 community-testing-i686/fix32bit-fail.patch   |   13 ---
 community-testing-x86_64/PKGBUILD|   43 
 community-testing-x86_64/fix32bit-fail.patch |   13 ---
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-03 19:31:25 UTC (rev 89861)
+++ community-testing-i686/PKGBUILD 2013-05-03 19:31:44 UTC (rev 89862)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.1.9
-pkgrel=3
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('19ac43e2bf00e5b6b7f2dbc778ce9648')
-
-build() {
-  cd $srcdir/$_pkgname*
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname*/src/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-testing-i686/PKGBUILD (from rev 89861, 
openimageio/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-03 19:31:44 UTC (rev 89862)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.10
+pkgrel=2
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('e5c5cd77238f74c3a6a3610c211430f2')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-testing-i686/fix32bit-fail.patch
===
--- community-testing-i686/fix32bit-fail.patch  2013-05-03 19:31:25 UTC (rev 
89861)
+++ community-testing-i686/fix32bit-fail.patch  2013-05-03 19:31:44 UTC (rev 
89862)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-testing-i686/fix32bit-fail.patch (from rev 
89861, 

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

2013-05-02 Thread Sven-Hendrik Haase
Date: Thursday, May 2, 2013 @ 18:18:15
  Author: svenstaro
Revision: 89826

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 89825, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 89825, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 89825, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 89825, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-i686/fix32bit-fail.patch
  openimageio/repos/community-x86_64/PKGBUILD
  openimageio/repos/community-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   86 +
 /fix32bit-fail.patch |   26 +
 community-i686/PKGBUILD  |   43 
 community-i686/fix32bit-fail.patch   |   13 
 community-x86_64/PKGBUILD|   43 
 community-x86_64/fix32bit-fail.patch |   13 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-02 16:18:05 UTC (rev 89825)
+++ community-i686/PKGBUILD 2013-05-02 16:18:15 UTC (rev 89826)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.1.9
-pkgrel=2
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('19ac43e2bf00e5b6b7f2dbc778ce9648')
-
-build() {
-  cd $srcdir/$_pkgname*
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname*/src/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 89825, 
openimageio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-02 16:18:15 UTC (rev 89826)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.10
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('e5c5cd77238f74c3a6a3610c211430f2')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix32bit-fail.patch
===
--- community-i686/fix32bit-fail.patch  2013-05-02 16:18:05 UTC (rev 89825)
+++ community-i686/fix32bit-fail.patch  2013-05-02 16:18:15 UTC (rev 89826)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 89825, 
openimageio/trunk/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch  (rev 0)
+++ community-i686/fix32bit-fail.patch  

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

2013-04-16 Thread Sven-Hendrik Haase
Date: Tuesday, April 16, 2013 @ 17:17:44
  Author: svenstaro
Revision: 88354

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 88353, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 88353, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 88353, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 88353, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-i686/fix32bit-fail.patch
  openimageio/repos/community-x86_64/PKGBUILD
  openimageio/repos/community-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   86 +
 /fix32bit-fail.patch |   26 +
 community-i686/PKGBUILD  |   43 
 community-i686/fix32bit-fail.patch   |   13 
 community-x86_64/PKGBUILD|   43 
 community-x86_64/fix32bit-fail.patch |   13 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 15:17:35 UTC (rev 88353)
+++ community-i686/PKGBUILD 2013-04-16 15:17:44 UTC (rev 88354)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.1.8
-pkgrel=1
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('2d816e0ff48f12dfc0491d39a4918456')
-
-build() {
-  cd $srcdir/$_pkgname*
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname*/src/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 88353, 
openimageio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 15:17:44 UTC (rev 88354)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.9
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('19ac43e2bf00e5b6b7f2dbc778ce9648')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix32bit-fail.patch
===
--- community-i686/fix32bit-fail.patch  2013-04-16 15:17:35 UTC (rev 88353)
+++ community-i686/fix32bit-fail.patch  2013-04-16 15:17:44 UTC (rev 88354)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 88353, 
openimageio/trunk/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch  (rev 0)
+++ community-i686/fix32bit-fail.patch  

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:25
  Author: stephane
Revision: 87301

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

Added:
  openimageio/repos/community-testing-i686/
  openimageio/repos/community-testing-i686/PKGBUILD
(from rev 87277, openimageio/repos/community-staging-i686/PKGBUILD)
  openimageio/repos/community-testing-i686/fix32bit-fail.patch
(from rev 87277, 
openimageio/repos/community-staging-i686/fix32bit-fail.patch)
  openimageio/repos/community-testing-x86_64/
  openimageio/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, openimageio/repos/community-staging-x86_64/PKGBUILD)
  openimageio/repos/community-testing-x86_64/fix32bit-fail.patch
(from rev 87277, 
openimageio/repos/community-staging-x86_64/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-staging-i686/
  openimageio/repos/community-staging-x86_64/

--+
 community-testing-i686/PKGBUILD  |   43 +
 community-testing-i686/fix32bit-fail.patch   |   13 +++
 community-testing-x86_64/PKGBUILD|   43 +
 community-testing-x86_64/fix32bit-fail.patch |   13 +++
 4 files changed, 112 insertions(+)

Copied: openimageio/repos/community-testing-i686/PKGBUILD (from rev 87277, 
openimageio/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:25 UTC (rev 87301)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.8
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('2d816e0ff48f12dfc0491d39a4918456')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openimageio/repos/community-testing-i686/fix32bit-fail.patch (from rev 
87277, openimageio/repos/community-staging-i686/fix32bit-fail.patch)
===
--- community-testing-i686/fix32bit-fail.patch  (rev 0)
+++ community-testing-i686/fix32bit-fail.patch  2013-03-29 19:32:25 UTC (rev 
87301)
@@ -0,0 +1,13 @@
+--- orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
 fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
+@@ -8,9 +8,9 @@
+ 
+ // If compiling with MFC, you might want to add #include StdAfx.h
+ 
++#include SHA1.h
+ #include hash.h
+ #include dassert.h
+-#include SHA1.h
+ 
+ #ifdef SHA1_UTILITY_FUNCTIONS
+ #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
openimageio/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:25 UTC (rev 87301)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.8
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('2d816e0ff48f12dfc0491d39a4918456')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE 

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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 16:44:27
  Author: svenstaro
Revision: 85186

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  openimageio/repos/community-testing-i686/PKGBUILD
(from rev 85185, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-testing-i686/fix32bit-fail.patch
(from rev 85185, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-testing-x86_64/PKGBUILD
(from rev 85185, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-testing-x86_64/fix32bit-fail.patch
(from rev 85185, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-testing-i686/PKGBUILD
  openimageio/repos/community-testing-i686/fix32bit-fail.patch
  openimageio/repos/community-testing-x86_64/PKGBUILD
  openimageio/repos/community-testing-x86_64/fix32bit-fail.patch

--+
 community-testing-i686/PKGBUILD  |   86 -
 community-testing-i686/fix32bit-fail.patch   |   26 +++
 community-testing-x86_64/PKGBUILD|   86 -
 community-testing-x86_64/fix32bit-fail.patch |   26 +++
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-02-27 15:41:44 UTC (rev 85185)
+++ community-testing-i686/PKGBUILD 2013-02-27 15:44:27 UTC (rev 85186)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.1.7
-pkgrel=1
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qtbase' 'python2' 'boost' 'mesa')
-optdepends=('qtbase: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('5fafac9b5f9f7edc9bd0507477c12e0d')
-
-build() {
-  cd $srcdir/$_pkgname*
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname*/src/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-testing-i686/PKGBUILD (from rev 85185, 
openimageio/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-27 15:44:27 UTC (rev 85186)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.7
+pkgrel=2
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('5fafac9b5f9f7edc9bd0507477c12e0d')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-testing-i686/fix32bit-fail.patch
===
--- community-testing-i686/fix32bit-fail.patch  2013-02-27 15:41:44 UTC (rev 
85185)
+++ community-testing-i686/fix32bit-fail.patch  2013-02-27 15:44:27 UTC (rev 
85186)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-testing-i686/fix32bit-fail.patch (from rev 
85185, openimageio/trunk/fix32bit-fail.patch)
===
--- 

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:50
  Author: stephane
Revision: 83263

db-move: moved openimageio from [community-testing] to [community] (i686, 
x86_64)

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 83238, openimageio/repos/community-testing-i686/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 83238, 
openimageio/repos/community-testing-i686/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 83238, openimageio/repos/community-testing-x86_64/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 83238, 
openimageio/repos/community-testing-x86_64/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-testing-i686/
  openimageio/repos/community-testing-x86_64/
  openimageio/repos/community-x86_64/PKGBUILD

--+
 community-i686/PKGBUILD  |   79 +
 community-i686/fix32bit-fail.patch   |   13 +
 community-x86_64/PKGBUILD|   79 +
 community-x86_64/fix32bit-fail.patch |   13 +
 4 files changed, 112 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:49 UTC (rev 83262)
+++ community-i686/PKGBUILD 2013-01-28 16:49:50 UTC (rev 83263)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.0.9
-pkgrel=4
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications.
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew')
-makedepends=('cmake' 'qt' 'python2' 'boost' 'mesa')
-optdepends=('qt: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('4b98a057515cc95fc954743c987f19ba')
-
-build() {
-  cd $srcdir/$_pkgname*/src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages ..
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname*/src/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 83238, 
openimageio/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:50 UTC (rev 83263)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.2
+pkgrel=2
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications.
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew')
+makedepends=('cmake' 'qt' 'python2' 'boost' 'mesa')
+optdepends=('qt: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver
+fix32bit-fail.patch)
+md5sums=('8a5fd88f87fbf1826a4782041cf9e7d0'
+ '64403604d0b74bd6c50fe8638207116a')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  patch -Np1  $srcdir/fix32bit-fail.patch
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 83238, 
openimageio/repos/community-testing-i686/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch  (rev 0)
+++ community-i686/fix32bit-fail.patch  2013-01-28 16:49:50 UTC (rev 83263)
@@ -0,0 +1,13 @@
+--- orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
 fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
+@@ -8,9 +8,9 @@
+ 
+ // If compiling with MFC, you might want to add #include StdAfx.h
+ 
++#include SHA1.h
+ #include hash.h
+ #include dassert.h
+-#include SHA1.h
+ 
+ #ifdef SHA1_UTILITY_FUNCTIONS
+ #define SHA1_MAX_FILE_BUFFER 8000

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:49 UTC (rev 83262)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:50 UTC (rev 83263)
@@ -1,36 +0,0 @@
-# $Id$
-#