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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Aug 30 17:23:45 UTC 2013


    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 <sh at 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 <sh at 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.000000000 +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	                        (rev 0)
+++ community-i686/fix32bit-fail.patch	2013-08-30 17:23:45 UTC (rev 96492)
@@ -0,0 +1,13 @@
+--- orig/src/libutil/SHA1.cpp	2012-11-17 01:02:42.000000000 +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-08-30 17:23:35 UTC (rev 96491)
+++ community-x86_64/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 <sh at 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-x86_64/PKGBUILD (from rev 96491, openimageio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/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 <sh at 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-x86_64/fix32bit-fail.patch
===================================================================
--- community-x86_64/fix32bit-fail.patch	2013-08-30 17:23:35 UTC (rev 96491)
+++ community-x86_64/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.000000000 +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-x86_64/fix32bit-fail.patch (from rev 96491, openimageio/trunk/fix32bit-fail.patch)
===================================================================
--- community-x86_64/fix32bit-fail.patch	                        (rev 0)
+++ community-x86_64/fix32bit-fail.patch	2013-08-30 17:23:45 UTC (rev 96492)
@@ -0,0 +1,13 @@
+--- orig/src/libutil/SHA1.cpp	2012-11-17 01:02:42.000000000 +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




More information about the arch-commits mailing list