wok-6.x diff openexr/receipt @ rev 18233
linld: add tobzimage (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 23 12:23:11 2015 +0200 (2015-07-23) |
parents | 23c3aed67cd9 |
children | 7744f48fe415 |
line diff
1.1 --- a/openexr/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/openexr/receipt Thu Jul 23 12:23:11 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="openexr" 1.7 -VERSION="1.7.0" 1.8 +VERSION="2.2.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="openexr library for EXR images" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -16,12 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 - patch -p1 -i $stuff/gcc43.patch 1.18 - sed -i 's/.*ImathVec.*/#include "string.h"\n&/' \ 1.19 - IlmImf/ImfChromaticities.h 1.20 - sed -i 's/.*Iex.*/#include "string.h"\n&/' \ 1.21 - exrenvmap/blurImage.cpp 1.22 ./configure \ 1.23 $CONFIGURE_ARGS && 1.24 make && make install