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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Feb 26 05:47:45 UTC 2014


    Date: Wednesday, February 26, 2014 @ 06:47:44
  Author: bpiotrowski
Revision: 206430

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

Added:
  ilmbase/repos/staging-i686/PKGBUILD
    (from rev 206429, ilmbase/trunk/PKGBUILD)
  ilmbase/repos/staging-i686/ilmbase-2.0.1-no_undefined.patch
    (from rev 206429, ilmbase/trunk/ilmbase-2.0.1-no_undefined.patch)
  ilmbase/repos/staging-i686/ilmbase-IexMath.patch
    (from rev 206429, ilmbase/trunk/ilmbase-IexMath.patch)
  ilmbase/repos/staging-x86_64/PKGBUILD
    (from rev 206429, ilmbase/trunk/PKGBUILD)
  ilmbase/repos/staging-x86_64/ilmbase-2.0.1-no_undefined.patch
    (from rev 206429, ilmbase/trunk/ilmbase-2.0.1-no_undefined.patch)
  ilmbase/repos/staging-x86_64/ilmbase-IexMath.patch
    (from rev 206429, ilmbase/trunk/ilmbase-IexMath.patch)
Deleted:
  ilmbase/repos/staging-i686/PKGBUILD
  ilmbase/repos/staging-i686/ilmbase-IexMath.patch
  ilmbase/repos/staging-x86_64/PKGBUILD
  ilmbase/repos/staging-x86_64/ilmbase-IexMath.patch

-------------------------------------------------+
 /PKGBUILD                                       |   76 ++++++++++++++++++++++
 /ilmbase-IexMath.patch                          |   24 ++++++
 staging-i686/PKGBUILD                           |   31 --------
 staging-i686/ilmbase-2.0.1-no_undefined.patch   |   24 ++++++
 staging-i686/ilmbase-IexMath.patch              |   12 ---
 staging-x86_64/PKGBUILD                         |   31 --------
 staging-x86_64/ilmbase-2.0.1-no_undefined.patch |   24 ++++++
 staging-x86_64/ilmbase-IexMath.patch            |   12 ---
 8 files changed, 148 insertions(+), 86 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2014-02-26 05:47:38 UTC (rev 206429)
+++ staging-i686/PKGBUILD	2014-02-26 05:47:44 UTC (rev 206430)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=ilmbase
-pkgver=2.1.0
-pkgrel=1
-depends=('gcc-libs')
-pkgdesc="Base libraries from ILM for OpenEXR"
-arch=(i686 x86_64)
-url="http://www.openexr.com"
-license=('custom')
-source=(http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # one of the tests fails randomly for an unknown reason
-  make check || true
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-md5sums=('8ba2f608191ad020e50277d8a3ba0850')

Copied: ilmbase/repos/staging-i686/PKGBUILD (from rev 206429, ilmbase/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-02-26 05:47:44 UTC (rev 206430)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=ilmbase
+pkgver=2.1.0
+pkgrel=2
+depends=('gcc-libs')
+pkgdesc="Base libraries from ILM for OpenEXR"
+arch=(i686 x86_64)
+url="http://www.openexr.com"
+license=('custom')
+source=(http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz
+        ilmbase-2.0.1-no_undefined.patch)
+
+prepare() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  patch -p1 -i ../ilmbase-2.0.1-no_undefined.patch
+}
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # one of the tests fails randomly for an unknown reason
+  make check || true
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+md5sums=('8ba2f608191ad020e50277d8a3ba0850'
+         '27ff3915e03964f85a9e9fb896a93479')

Copied: ilmbase/repos/staging-i686/ilmbase-2.0.1-no_undefined.patch (from rev 206429, ilmbase/trunk/ilmbase-2.0.1-no_undefined.patch)
===================================================================
--- staging-i686/ilmbase-2.0.1-no_undefined.patch	                        (rev 0)
+++ staging-i686/ilmbase-2.0.1-no_undefined.patch	2014-02-26 05:47:44 UTC (rev 206430)
@@ -0,0 +1,24 @@
+diff -up ilmbase-2.0.1/IlmThread/Makefile.am.no_undefined ilmbase-2.0.1/IlmThread/Makefile.am
+--- ilmbase-2.0.1/IlmThread/Makefile.am.no_undefined	2013-06-18 14:51:38.000000000 -0500
++++ ilmbase-2.0.1/IlmThread/Makefile.am	2013-08-28 21:04:25.793391766 -0500
+@@ -14,7 +14,7 @@ libIlmThread_la_LDFLAGS = -version-info
+ if LIB_SUFFIX_EXISTS
+ libIlmThread_la_LDFLAGS += -release @LIB_SUFFIX@
+ endif
+-libIlmThread_la_LIBADD = ../Iex/libIex.la
++libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)
+ 
+ libIlmThreadincludedir = $(includedir)/OpenEXR
+ 
+diff -up ilmbase-2.0.1/IlmThread/Makefile.in.no_undefined ilmbase-2.0.1/IlmThread/Makefile.in
+--- ilmbase-2.0.1/IlmThread/Makefile.in.no_undefined	2013-06-18 14:55:24.000000000 -0500
++++ ilmbase-2.0.1/IlmThread/Makefile.in	2013-08-28 21:04:55.395049371 -0500
+@@ -253,7 +253,7 @@ libIlmThread_la_SOURCES = IlmThreadPool.
+ 
+ libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ \
+ 	-no-undefined $(am__append_1)
+-libIlmThread_la_LIBADD = ../Iex/libIex.la
++libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)
+ libIlmThreadincludedir = $(includedir)/OpenEXR
+ libIlmThreadinclude_HEADERS = IlmThreadPool.h IlmThread.h \
+ 			      IlmThreadSemaphore.h IlmThreadMutex.h \

Deleted: staging-i686/ilmbase-IexMath.patch
===================================================================
--- staging-i686/ilmbase-IexMath.patch	2014-02-26 05:47:38 UTC (rev 206429)
+++ staging-i686/ilmbase-IexMath.patch	2014-02-26 05:47:44 UTC (rev 206430)
@@ -1,12 +0,0 @@
---- IexMath/IexMathFpu.cpp.orig	2012-07-26 20:51:55.000000000 +0200
-+++ IexMath/IexMathFpu.cpp	2012-10-04 15:30:47.000000000 +0200
-@@ -27,8 +27,7 @@
- #endif
- 
- 
--#ifdef HAVE_UCONTEXT_H
--
-+#if defined(HAVE_UCONTEXT_H) && (defined(x86_64) || defined(i386_))
- 
- #include <ucontext.h>
- #include <signal.h>

Copied: ilmbase/repos/staging-i686/ilmbase-IexMath.patch (from rev 206429, ilmbase/trunk/ilmbase-IexMath.patch)
===================================================================
--- staging-i686/ilmbase-IexMath.patch	                        (rev 0)
+++ staging-i686/ilmbase-IexMath.patch	2014-02-26 05:47:44 UTC (rev 206430)
@@ -0,0 +1,12 @@
+--- IexMath/IexMathFpu.cpp.orig	2012-07-26 20:51:55.000000000 +0200
++++ IexMath/IexMathFpu.cpp	2012-10-04 15:30:47.000000000 +0200
+@@ -27,8 +27,7 @@
+ #endif
+ 
+ 
+-#ifdef HAVE_UCONTEXT_H
+-
++#if defined(HAVE_UCONTEXT_H) && (defined(x86_64) || defined(i386_))
+ 
+ #include <ucontext.h>
+ #include <signal.h>

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2014-02-26 05:47:38 UTC (rev 206429)
+++ staging-x86_64/PKGBUILD	2014-02-26 05:47:44 UTC (rev 206430)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=ilmbase
-pkgver=2.1.0
-pkgrel=1
-depends=('gcc-libs')
-pkgdesc="Base libraries from ILM for OpenEXR"
-arch=(i686 x86_64)
-url="http://www.openexr.com"
-license=('custom')
-source=(http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # one of the tests fails randomly for an unknown reason
-  make check || true
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-md5sums=('8ba2f608191ad020e50277d8a3ba0850')

Copied: ilmbase/repos/staging-x86_64/PKGBUILD (from rev 206429, ilmbase/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-02-26 05:47:44 UTC (rev 206430)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=ilmbase
+pkgver=2.1.0
+pkgrel=2
+depends=('gcc-libs')
+pkgdesc="Base libraries from ILM for OpenEXR"
+arch=(i686 x86_64)
+url="http://www.openexr.com"
+license=('custom')
+source=(http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz
+        ilmbase-2.0.1-no_undefined.patch)
+
+prepare() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  patch -p1 -i ../ilmbase-2.0.1-no_undefined.patch
+}
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # one of the tests fails randomly for an unknown reason
+  make check || true
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+md5sums=('8ba2f608191ad020e50277d8a3ba0850'
+         '27ff3915e03964f85a9e9fb896a93479')

Copied: ilmbase/repos/staging-x86_64/ilmbase-2.0.1-no_undefined.patch (from rev 206429, ilmbase/trunk/ilmbase-2.0.1-no_undefined.patch)
===================================================================
--- staging-x86_64/ilmbase-2.0.1-no_undefined.patch	                        (rev 0)
+++ staging-x86_64/ilmbase-2.0.1-no_undefined.patch	2014-02-26 05:47:44 UTC (rev 206430)
@@ -0,0 +1,24 @@
+diff -up ilmbase-2.0.1/IlmThread/Makefile.am.no_undefined ilmbase-2.0.1/IlmThread/Makefile.am
+--- ilmbase-2.0.1/IlmThread/Makefile.am.no_undefined	2013-06-18 14:51:38.000000000 -0500
++++ ilmbase-2.0.1/IlmThread/Makefile.am	2013-08-28 21:04:25.793391766 -0500
+@@ -14,7 +14,7 @@ libIlmThread_la_LDFLAGS = -version-info
+ if LIB_SUFFIX_EXISTS
+ libIlmThread_la_LDFLAGS += -release @LIB_SUFFIX@
+ endif
+-libIlmThread_la_LIBADD = ../Iex/libIex.la
++libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)
+ 
+ libIlmThreadincludedir = $(includedir)/OpenEXR
+ 
+diff -up ilmbase-2.0.1/IlmThread/Makefile.in.no_undefined ilmbase-2.0.1/IlmThread/Makefile.in
+--- ilmbase-2.0.1/IlmThread/Makefile.in.no_undefined	2013-06-18 14:55:24.000000000 -0500
++++ ilmbase-2.0.1/IlmThread/Makefile.in	2013-08-28 21:04:55.395049371 -0500
+@@ -253,7 +253,7 @@ libIlmThread_la_SOURCES = IlmThreadPool.
+ 
+ libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ \
+ 	-no-undefined $(am__append_1)
+-libIlmThread_la_LIBADD = ../Iex/libIex.la
++libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)
+ libIlmThreadincludedir = $(includedir)/OpenEXR
+ libIlmThreadinclude_HEADERS = IlmThreadPool.h IlmThread.h \
+ 			      IlmThreadSemaphore.h IlmThreadMutex.h \

Deleted: staging-x86_64/ilmbase-IexMath.patch
===================================================================
--- staging-x86_64/ilmbase-IexMath.patch	2014-02-26 05:47:38 UTC (rev 206429)
+++ staging-x86_64/ilmbase-IexMath.patch	2014-02-26 05:47:44 UTC (rev 206430)
@@ -1,12 +0,0 @@
---- IexMath/IexMathFpu.cpp.orig	2012-07-26 20:51:55.000000000 +0200
-+++ IexMath/IexMathFpu.cpp	2012-10-04 15:30:47.000000000 +0200
-@@ -27,8 +27,7 @@
- #endif
- 
- 
--#ifdef HAVE_UCONTEXT_H
--
-+#if defined(HAVE_UCONTEXT_H) && (defined(x86_64) || defined(i386_))
- 
- #include <ucontext.h>
- #include <signal.h>

Copied: ilmbase/repos/staging-x86_64/ilmbase-IexMath.patch (from rev 206429, ilmbase/trunk/ilmbase-IexMath.patch)
===================================================================
--- staging-x86_64/ilmbase-IexMath.patch	                        (rev 0)
+++ staging-x86_64/ilmbase-IexMath.patch	2014-02-26 05:47:44 UTC (rev 206430)
@@ -0,0 +1,12 @@
+--- IexMath/IexMathFpu.cpp.orig	2012-07-26 20:51:55.000000000 +0200
++++ IexMath/IexMathFpu.cpp	2012-10-04 15:30:47.000000000 +0200
+@@ -27,8 +27,7 @@
+ #endif
+ 
+ 
+-#ifdef HAVE_UCONTEXT_H
+-
++#if defined(HAVE_UCONTEXT_H) && (defined(x86_64) || defined(i386_))
+ 
+ #include <ucontext.h>
+ #include <signal.h>




More information about the arch-commits mailing list