[arch-commits] Commit in freeimage/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Mar 27 01:03:33 UTC 2014


    Date: Thursday, March 27, 2014 @ 02:03:32
  Author: svenstaro
Revision: 108345

upgpkg: freeimage 3.16.0-1

upstream release 3.16.0

Modified:
  freeimage/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-27 01:01:04 UTC (rev 108344)
+++ PKGBUILD	2014-03-27 01:03:32 UTC (rev 108345)
@@ -5,7 +5,7 @@
 # Contributor: scippio <scippio at berounet.cz>
 
 pkgname=freeimage
-pkgver=3.15.4
+pkgver=3.16.0
 pkgrel=1
 pkgdesc="Library project for developers who would like to support popular graphics image formats"
 arch=('i686' 'x86_64')
@@ -14,20 +14,15 @@
 depends=('gcc-libs')
 makedepends=('dos2unix')
 source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip")
-md5sums=('9f9a3b2c3c1b4fd24fe479e8aaee86b1')
+md5sums=('1a2d1fff6204adbd479cc98818892fc1')
 
 build() {
   cp -r FreeImage FreeImagefip
 
-  export CFLAGS="$CFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS"
-  export CXXFLAGS="$CXXFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS"
-
   cd FreeImage
-  sed -i "1 i #include <cstring>" Source/OpenEXR/IlmImf/ImfAutoArray.h
   make
 
   cd ${srcdir}/FreeImagefip
-  sed -i "1 i #include <cstring>" Source/OpenEXR/IlmImf/ImfAutoArray.h
   make -f Makefile.fip 
 }
 




More information about the arch-commits mailing list