wok diff openexr/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents 23c3aed67cd9
children 7744f48fe415
line diff
     1.1 --- a/openexr/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/openexr/receipt	Tue Mar 13 21:40:37 2018 +0100
     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