[arch-commits] Commit in ilmbase/trunk (PKGBUILD ilmbase-IexMath.patch)
Antonio Rojas
arojas at archlinux.org
Sun Aug 19 08:41:04 UTC 2018
Date: Sunday, August 19, 2018 @ 08:41:03
Author: arojas
Revision: 332621
Update to 2.3.0
Modified:
ilmbase/trunk/PKGBUILD
Deleted:
ilmbase/trunk/ilmbase-IexMath.patch
-----------------------+
PKGBUILD | 10 +++++-----
ilmbase-IexMath.patch | 12 ------------
2 files changed, 5 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-19 08:40:10 UTC (rev 332620)
+++ PKGBUILD 2018-08-19 08:41:03 UTC (rev 332621)
@@ -2,17 +2,17 @@
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=ilmbase
-pkgver=2.2.1
-pkgrel=4
+pkgver=2.3.0
+pkgrel=1
depends=('gcc-libs' 'glu')
pkgdesc="Base libraries from ILM for OpenEXR"
arch=(x86_64)
url="http://www.openexr.com"
license=('custom')
-source=(http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz
+source=(https://github.com/openexr/openexr/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
ilmbase-2.0.1-no_undefined.patch
ilmbase-1.0.3-pkgconfig.patch)
-sha256sums=('cac206e63be68136ef556c2b555df659f45098c159ce24804e9d5e9e0286609e'
+sha256sums=('456978d1a978a5f823c7c675f3f36b0ae14dba36638aeaa3c4b0e784f12a3862'
'ac295811a586dbd1d2ec3fa5dcb40580722b1c97523ff64dfcbd8c7bfaa93aa5'
'e1050e564987df31a2ed83218c7aa62486b8c117179b0184933c92172eba9bda')
@@ -40,5 +40,5 @@
package() {
cd "${srcdir}/$pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
- install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ install -D -m644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}
Deleted: ilmbase-IexMath.patch
===================================================================
--- ilmbase-IexMath.patch 2018-08-19 08:40:10 UTC (rev 332620)
+++ ilmbase-IexMath.patch 2018-08-19 08:41:03 UTC (rev 332621)
@@ -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>
More information about the arch-commits
mailing list