svn commit: r449349 - in head/graphics/sekrit-twc-zimg: . files
Jan Beich
jbeich at FreeBSD.org
Wed Sep 6 17:46:15 UTC 2017
Author: jbeich
Date: Wed Sep 6 17:46:13 2017
New Revision: 449349
URL: https://svnweb.freebsd.org/changeset/ports/449349
Log:
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
Modified:
head/graphics/sekrit-twc-zimg/Makefile (contents, props changed)
head/graphics/sekrit-twc-zimg/distinfo (contents, props changed)
head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps (contents, props changed)
Modified: head/graphics/sekrit-twc-zimg/Makefile
==============================================================================
--- head/graphics/sekrit-twc-zimg/Makefile Wed Sep 6 17:12:02 2017 (r449348)
+++ head/graphics/sekrit-twc-zimg/Makefile Wed Sep 6 17:46:13 2017 (r449349)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= zimg
-PORTVERSION= 2.5.1
+PORTVERSION= 2.6.1
DISTVERSIONPREFIX= release-
CATEGORIES= graphics
PKGNAMEPREFIX= ${GH_ACCOUNT}-
Modified: head/graphics/sekrit-twc-zimg/distinfo
==============================================================================
--- head/graphics/sekrit-twc-zimg/distinfo Wed Sep 6 17:12:02 2017 (r449348)
+++ head/graphics/sekrit-twc-zimg/distinfo Wed Sep 6 17:46:13 2017 (r449349)
@@ -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
Modified: head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps
==============================================================================
--- head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps Wed Sep 6 17:12:02 2017 (r449348)
+++ head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps Wed Sep 6 17:46:13 2017 (r449349)
@@ -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 \
More information about the svn-ports-all
mailing list