update to libjpeg-turbo-2.0.6

This commit is contained in:
sthen 2020-12-08 14:37:21 +00:00
parent 34e0e05db0
commit f5a4b08aee
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.68 2020/06/28 10:55:33 sthen Exp $
# $OpenBSD: Makefile,v 1.69 2020/12/08 14:37:21 sthen Exp $
COMMENT= SIMD-accelerated JPEG codec replacement of libjpeg
V= 2.0.5
V= 2.0.6
DISTNAME= libjpeg-turbo-${V}
PKGNAME= jpeg-${V}
EPOCH= 0

View File

@ -1,2 +1,2 @@
SHA256 (libjpeg-turbo-2.0.5.tar.gz) = Fvj28nFbOjirViqENXx5PdVq6Ymc4TBWPHLNk9g1e10=
SIZE (libjpeg-turbo-2.0.5.tar.gz) = 2162983
SHA256 (libjpeg-turbo-2.0.6.tar.gz) = 10uSrDOw42VxI93PZyh4jJDchNy2pSAT11ivPEr0gbs=
SIZE (libjpeg-turbo-2.0.6.tar.gz) = 2192315

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-CMakeLists_txt,v 1.3 2020/06/28 10:55:33 sthen Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.4 2020/12/08 14:37:21 sthen Exp $
Symbol versioning triggers weird linking problems in dependent ports.
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -468,10 +468,6 @@ endif()
@@ -470,10 +470,6 @@ endif()
if(UNIX AND NOT APPLE)
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/conftest.map "VERS_1 { global: *; };")