From 90567ca874099c3a8f333e41cee48f7e44b1d814 Mon Sep 17 00:00:00 2001 From: travankor Date: Mon, 11 Nov 2019 00:12:15 -0700 Subject: [PATCH] ilmbase: update to 2.4.0. --- .../patches/ilmbase-2.0.1-no_undefined.patch | 22 ------------------- srcpkgs/ilmbase/template | 16 +++++++------- 2 files changed, 8 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/ilmbase/patches/ilmbase-2.0.1-no_undefined.patch diff --git a/srcpkgs/ilmbase/patches/ilmbase-2.0.1-no_undefined.patch b/srcpkgs/ilmbase/patches/ilmbase-2.0.1-no_undefined.patch deleted file mode 100644 index d2e44b2bb0a..00000000000 --- a/srcpkgs/ilmbase/patches/ilmbase-2.0.1-no_undefined.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- IlmThread/Makefile.am.no_undefined 2013-06-18 14:51:38.000000000 -0500 -+++ 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 - ---- IlmThread/Makefile.in.no_undefined 2013-06-18 14:55:24.000000000 -0500 -+++ 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 \ diff --git a/srcpkgs/ilmbase/template b/srcpkgs/ilmbase/template index 0e956595259..3f9460ecad0 100644 --- a/srcpkgs/ilmbase/template +++ b/srcpkgs/ilmbase/template @@ -1,14 +1,15 @@ # Template file for 'ilmbase' pkgname=ilmbase -version=2.3.0 +version=2.4.0 revision=1 -build_style=gnu-configure +wrksrc=openexr-${version} +build_style=cmake short_desc="Base libraries from ILM for OpenEXR" maintainer="Orphaned " -license="BSD" -homepage="http://www.openexr.com" -distfiles="https://github.com/openexr/openexr/releases/download/v${version}/ilmbase-${version}.tar.gz" -checksum=456978d1a978a5f823c7c675f3f36b0ae14dba36638aeaa3c4b0e784f12a3862 +license="BSD-3-Clause" +homepage="https://www.openexr.com" +distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz" +checksum=4904c5ea7914a58f60a5e2fbc397be67e7a25c380d7d07c1c31a3eefff1c92f1 LDFLAGS="-lpthread" @@ -24,7 +25,7 @@ pre_build() { fi } post_install() { - vlicense LICENSE + vlicense LICENSE.md } ilmbase-devel_package() { @@ -32,7 +33,6 @@ ilmbase-devel_package() { depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include - vmove usr/lib/*.a vmove usr/lib/*.so vmove usr/lib/pkgconfig }