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

Antonio Rojas arojas at archlinux.org
Wed Jun 13 20:46:59 UTC 2018


    Date: Wednesday, June 13, 2018 @ 20:46:58
  Author: arojas
Revision: 342943

Rebuild with jxrlib 0.2.0-2

Modified:
  freeimage/trunk/PKGBUILD
  freeimage/trunk/freeimage-unbundle.patch

--------------------------+
 PKGBUILD                 |    4 ++--
 freeimage-unbundle.patch |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-13 20:43:19 UTC (rev 342942)
+++ PKGBUILD	2018-06-13 20:46:58 UTC (rev 342943)
@@ -6,7 +6,7 @@
 
 pkgname=freeimage
 pkgver=3.17.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Library project for developers who would like to support popular graphics image formats"
 arch=('x86_64')
 license=('GPL' 'custom:FIPL')
@@ -16,7 +16,7 @@
 source=("https://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip"
         freeimage-unbundle.patch CVE-2015-0852.patch CVE-2016-5684.patch)
 md5sums=('459e15f0ec75d6efa3c7bd63277ead86'
-         'b8d190316d4a3e3dd330a2af95dfd2da'
+         'c336ba01a7fab92bff97f78140f190e9'
          'b21385e2da5dcdf4aa4e98d11150115d'
          '2efbe4123d832930778b7c146d4f60f1')
 

Modified: freeimage-unbundle.patch
===================================================================
--- freeimage-unbundle.patch	2018-06-13 20:43:19 UTC (rev 342942)
+++ freeimage-unbundle.patch	2018-06-13 20:46:58 UTC (rev 342943)
@@ -88,7 +88,7 @@
 -# LibJXR
 -CXXFLAGS += -D__ANSI__
 -CXXFLAGS += $(INCLUDE)
-+override CFLAGS += $(INCLUDE) -D__ANSI__ -I/usr/include/libjxr $(shell pkg-config --cflags OpenEXR libopenjp2 libraw libpng libtiff-4 libwebp libwebpmux zlib)
++override CFLAGS += $(INCLUDE) -D__ANSI__ -I/usr/include/jxrlib $(shell pkg-config --cflags OpenEXR libopenjp2 libraw libpng libtiff-4 libwebp libwebpmux zlib)
 +override LDFLAGS += -ljpeg -ljpegxr -ljxrglue $(shell pkg-config --libs OpenEXR libopenjp2 libraw libpng libtiff-4 libwebp libwebpmux zlib)
  
  ifeq ($(shell sh -c 'uname -m 2>/dev/null || echo not'),x86_64)



More information about the arch-commits mailing list