New package: ilmbase-2.1.0.

This commit is contained in:
Juan RP 2014-05-04 17:29:35 +02:00
parent 8fad1c12b0
commit 366c1fe921
4 changed files with 54 additions and 0 deletions

View file

@ -1595,3 +1595,8 @@ libtcmalloc_minimal_debug.so.4 gperftools-2.1.90_1
libtcmalloc_debug.so.4 gperftools-2.1.90_1
libprofiler.so.0 gperftools-2.1.90_1
libtcmalloc_and_profiler.so.4 gperftools-2.1.90_1
libIex-2_1.so.11 ilmbase-2.1.0_1
libIexMath-2_1.so.11 ilmbase-2.1.0_1
libIlmThread-2_1.so.11 ilmbase-2.1.0_1
libHalf.so.11 ilmbase-2.1.0_1
libImath-2_1.so.11 ilmbase-2.1.0_1

1
srcpkgs/ilmbase-devel Symbolic link
View file

@ -0,0 +1 @@
ilmbase

View file

@ -0,0 +1,22 @@
--- 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 \

26
srcpkgs/ilmbase/template Normal file
View file

@ -0,0 +1,26 @@
# Template file for 'ilmbase'
pkgname=ilmbase
version=2.1.0
revision=1
build_style=gnu-configure
short_desc="Base libraries from ILM for OpenEXR"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://www.openexr.com"
distfiles="http://download.savannah.nongnu.org/releases/openexr/$pkgname-$version.tar.gz"
checksum=1e841ad89c5761940b07a125e6909ad22fe9fe0f99eadef45e0cca4efc6819b4
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}
ilmbase-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}