aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-09-07 01:46:13 +0800
committerjbeich <jbeich@FreeBSD.org>2017-09-07 01:46:13 +0800
commit78a31493bebbfca18038b0f2140e5557e5c6a5a4 (patch)
tree92b90033760d4d4d4bbb076574f660d9b51ca891 /graphics
parent4874df6cc0ba87ae506caaf1f248668f97f134f5 (diff)
downloadfreebsd-ports-gnome-78a31493bebbfca18038b0f2140e5557e5c6a5a4.tar.gz
freebsd-ports-gnome-78a31493bebbfca18038b0f2140e5557e5c6a5a4.tar.zst
freebsd-ports-gnome-78a31493bebbfca18038b0f2140e5557e5c6a5a4.zip
graphics/sekrit-twc-zimg: update to 2.6.1
Changes: https://github.com/sekrit-twc/zimg/blob/release-2.6.1/ChangeLog ABI: https://abi-laboratory.pro/tracker/timeline/z/ MFH: 2017Q3
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sekrit-twc-zimg/Makefile2
-rw-r--r--graphics/sekrit-twc-zimg/distinfo6
-rw-r--r--graphics/sekrit-twc-zimg/files/patch-no-extra-deps15
3 files changed, 12 insertions, 11 deletions
diff --git a/graphics/sekrit-twc-zimg/Makefile b/graphics/sekrit-twc-zimg/Makefile
index 33a548f31e11..76fcfb5c03ed 100644
--- a/graphics/sekrit-twc-zimg/Makefile
+++ b/graphics/sekrit-twc-zimg/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= zimg
-PORTVERSION= 2.5.1
+PORTVERSION= 2.6.1
DISTVERSIONPREFIX= release-
CATEGORIES= graphics
PKGNAMEPREFIX= ${GH_ACCOUNT}-
diff --git a/graphics/sekrit-twc-zimg/distinfo b/graphics/sekrit-twc-zimg/distinfo
index 4ebf42b5f6ff..ad95dc5da2e6 100644
--- a/graphics/sekrit-twc-zimg/distinfo
+++ b/graphics/sekrit-twc-zimg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492296140
-SHA256 (sekrit-twc-zimg-release-2.5.1_GH0.tar.gz) = deb85887081cab7fa9c492b588900d60d6466e61ee8ea51a84ca280688d93de9
-SIZE (sekrit-twc-zimg-release-2.5.1_GH0.tar.gz) = 213083
+TIMESTAMP = 1504621137
+SHA256 (sekrit-twc-zimg-release-2.6.1_GH0.tar.gz) = 3f380898b4bf71c20cfedf9b2f87ba30612520c28b57c344c538dd56b1a5ea62
+SIZE (sekrit-twc-zimg-release-2.6.1_GH0.tar.gz) = 238285
diff --git a/graphics/sekrit-twc-zimg/files/patch-no-extra-deps b/graphics/sekrit-twc-zimg/files/patch-no-extra-deps
index 3a6402523ecc..b7c8f501217e 100644
--- a/graphics/sekrit-twc-zimg/files/patch-no-extra-deps
+++ b/graphics/sekrit-twc-zimg/files/patch-no-extra-deps
@@ -1,13 +1,13 @@
---- Makefile.am.orig 2016-08-17 04:57:11 UTC
+--- Makefile.am.orig 2017-09-05 14:18:57 UTC
+++ Makefile.am
-@@ -250,30 +250,12 @@ endif # TESTAPP
+@@ -280,31 +280,13 @@ endif # TESTAPP
if UNIT_TEST
TESTS = test/unit_test
-check_LTLIBRARIES = test/libmusl_m.la
check_PROGRAMS = test/unit_test
--test_libmusl_m_la_CFLAGS = $(AM_CFLAGS) -Wno-sign-compare -Wno-unused-variable -Wno-unused-but-set-variable
+-test_libmusl_m_la_CFLAGS = $(AM_CFLAGS) -std=c99 -Wno-sign-compare -Wno-unused-variable -Wno-unused-but-set-variable
-
-test_libmusl_m_la_SOURCES = \
- test/extra/musl-libm/__cos.c \
@@ -24,6 +24,7 @@
- test/extra/musl-libm/sin.c
-
test_unit_test_CPPFLAGS = \
+ $(AM_CPPFLAGS) \
-I$(srcdir)/src/zimg \
-I$(srcdir)/test \
- -I$(srcdir)/test/extra \
@@ -32,8 +33,8 @@
test_unit_test_SOURCES = \
test/main.cpp \
-@@ -272,9 +255,6 @@ test_unit_test_SOURCES = \
- test/colorspace/colorspace_test.cpp \
+@@ -313,9 +295,6 @@ test_unit_test_SOURCES = \
+ test/colorspace/gamma_test.cpp \
test/depth/depth_convert_test.cpp \
test/depth/dither_test.cpp \
- test/extra/sha1/config.h \
@@ -42,8 +43,8 @@
test/graph/audit_buffer.cpp \
test/graph/audit_buffer.h \
test/graph/basic_filter_test.cpp \
-@@ -302,7 +282,6 @@ test_unit_test_SOURCES += \
- endif #X86SIMD
+@@ -355,7 +334,6 @@ test_unit_test_SOURCES += \
+ endif # X86SIMD_AVX512
test_unit_test_LDADD = \
- test/extra/googletest/googletest/lib/libgtest.la \