[arch-commits] Commit in openexr/repos (6 files)

Eric Bélanger eric at archlinux.org
Sat Oct 20 00:48:45 UTC 2012


    Date: Friday, October 19, 2012 @ 20:48:45
  Author: eric
Revision: 169347

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

Added:
  openexr/repos/staging-i686/
  openexr/repos/staging-i686/PKGBUILD
    (from rev 169346, openexr/trunk/PKGBUILD)
  openexr/repos/staging-i686/gcc43.patch
    (from rev 169346, openexr/trunk/gcc43.patch)
  openexr/repos/staging-x86_64/
  openexr/repos/staging-x86_64/PKGBUILD
    (from rev 169346, openexr/trunk/PKGBUILD)
  openexr/repos/staging-x86_64/gcc43.patch
    (from rev 169346, openexr/trunk/gcc43.patch)

----------------------------+
 staging-i686/PKGBUILD      |   30 ++++++++++++++++++++++++++++++
 staging-i686/gcc43.patch   |   11 +++++++++++
 staging-x86_64/PKGBUILD    |   30 ++++++++++++++++++++++++++++++
 staging-x86_64/gcc43.patch |   11 +++++++++++
 4 files changed, 82 insertions(+)

Copied: openexr/repos/staging-i686/PKGBUILD (from rev 169346, openexr/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-10-20 00:48:45 UTC (rev 169347)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=openexr
+pkgver=1.7.1
+pkgrel=2
+pkgdesc="An high dynamic-range image file format library"
+url="http://www.openexr.com/"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'ilmbase')
+options=('!libtool')
+source=("https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        'gcc43.patch')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i "${srcdir}/gcc43.patch"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+md5sums=('a9e0369dfd68941c50cdaa93e9d7a8d1'
+         'd91fae759053a70bcedcf02eb33ca4a2')

Copied: openexr/repos/staging-i686/gcc43.patch (from rev 169346, openexr/trunk/gcc43.patch)
===================================================================
--- staging-i686/gcc43.patch	                        (rev 0)
+++ staging-i686/gcc43.patch	2012-10-20 00:48:45 UTC (rev 169347)
@@ -0,0 +1,11 @@
+--- exrenvmap/blurImage.cpp
++++ exrenvmap/blurImage.cpp
+@@ -39,6 +39,8 @@
+ //
+ //-----------------------------------------------------------------------------
+ 
++#include <cstring>
++
+ #include <blurImage.h>
+ 
+ #include <resizeImage.h>

Copied: openexr/repos/staging-x86_64/PKGBUILD (from rev 169346, openexr/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-10-20 00:48:45 UTC (rev 169347)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=openexr
+pkgver=1.7.1
+pkgrel=2
+pkgdesc="An high dynamic-range image file format library"
+url="http://www.openexr.com/"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'ilmbase')
+options=('!libtool')
+source=("https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        'gcc43.patch')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i "${srcdir}/gcc43.patch"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+md5sums=('a9e0369dfd68941c50cdaa93e9d7a8d1'
+         'd91fae759053a70bcedcf02eb33ca4a2')

Copied: openexr/repos/staging-x86_64/gcc43.patch (from rev 169346, openexr/trunk/gcc43.patch)
===================================================================
--- staging-x86_64/gcc43.patch	                        (rev 0)
+++ staging-x86_64/gcc43.patch	2012-10-20 00:48:45 UTC (rev 169347)
@@ -0,0 +1,11 @@
+--- exrenvmap/blurImage.cpp
++++ exrenvmap/blurImage.cpp
+@@ -39,6 +39,8 @@
+ //
+ //-----------------------------------------------------------------------------
+ 
++#include <cstring>
++
+ #include <blurImage.h>
+ 
+ #include <resizeImage.h>




More information about the arch-commits mailing list