update to jpeg-turbo-2.0.1, bump SHARED_LIBS major to make absolutely sure

ports depending on this get updated as it fixes a header which is broken for
ports using autoconf.

problem noted by trondd at kagu-tsuchi com
This commit is contained in:
sthen 2018-11-13 14:30:43 +00:00
parent b3d5c184ec
commit 0b7255996e
3 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.60 2018/10/01 14:16:55 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.61 2018/11/13 14:30:43 sthen Exp $
COMMENT= SIMD-accelerated JPEG codec replacement of libjpeg
V= 2.0.0
V= 2.0.1
DISTNAME= jpeg-turbo-${V}
PKGNAME= jpeg-${V}
EPOCH= 0
SHARED_LIBS+= jpeg 69.0 # 64.0
SHARED_LIBS+= jpeg 70.0 # 64.0
CATEGORIES= graphics
DPB_PROPERTIES= parallel

View File

@ -1,2 +1,2 @@
SHA256 (libjpeg-turbo-2.0.0.tar.gz) = d4h2EF0NMWIDySj9KgN0yMAfdV0KALEqHIk0rsz/iGg=
SIZE (libjpeg-turbo-2.0.0.tar.gz) = 2158457
SHA256 (libjpeg-turbo-2.0.1.tar.gz) = 5fhs7DHfHTlZbgzKYZqxsB+ZAlon2v38l6MPOhL4Zv8=
SIZE (libjpeg-turbo-2.0.1.tar.gz) = 2159130

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-CMakeLists_txt,v 1.1 2018/10/01 07:08:22 ajacoutot Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.2 2018/11/13 14:30:43 sthen Exp $
Symbol versioning triggers weird linking problems in dependent ports.
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -451,10 +451,6 @@ message(STATUS "INLINE = ${INLINE} (FORCE_INLINE = ${F
@@ -453,10 +453,6 @@ message(STATUS "INLINE = ${INLINE} (FORCE_INLINE = ${F
if(UNIX AND NOT APPLE)
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/conftest.map "VERS_1 { global: *; };")