Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2020 17:28:11 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525921 - in head/science: dlib-cpp py-dlib
Message-ID:  <202002121728.01CHSBa3009211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Wed Feb 12 17:28:11 2020
New Revision: 525921
URL: https://svnweb.freebsd.org/changeset/ports/525921

Log:
  science/dlib-cpp and science/py-dlib: Update to 19.19.

Modified:
  head/science/dlib-cpp/Makefile
  head/science/dlib-cpp/distinfo
  head/science/dlib-cpp/pkg-plist
  head/science/py-dlib/Makefile
  head/science/py-dlib/distinfo

Modified: head/science/dlib-cpp/Makefile
==============================================================================
--- head/science/dlib-cpp/Makefile	Wed Feb 12 16:59:46 2020	(r525920)
+++ head/science/dlib-cpp/Makefile	Wed Feb 12 17:28:11 2020	(r525921)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dlib
-DISTVERSION=	19.17
-PORTREVISION=	3
+DISTVERSION=	19.19
 CATEGORIES=	science devel math
 MASTER_SITES=	http://dlib.net/files/
 PKGNAMESUFFIX=	-cpp

Modified: head/science/dlib-cpp/distinfo
==============================================================================
--- head/science/dlib-cpp/distinfo	Wed Feb 12 16:59:46 2020	(r525920)
+++ head/science/dlib-cpp/distinfo	Wed Feb 12 17:28:11 2020	(r525921)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553928906
-SHA256 (dlib-19.17.tar.bz2) = 24772f9b2b99cf59a85fd1243ca1327cbf7340d83395b32a6c16a3a16136327b
-SIZE (dlib-19.17.tar.bz2) = 11271073
+TIMESTAMP = 1581525198
+SHA256 (dlib-19.19.tar.bz2) = 1decfe883635ce51acd72869cebe870ab9b85eb094d417adc8f48aa7b8c60cd7
+SIZE (dlib-19.19.tar.bz2) = 11238085

Modified: head/science/dlib-cpp/pkg-plist
==============================================================================
--- head/science/dlib-cpp/pkg-plist	Wed Feb 12 16:59:46 2020	(r525920)
+++ head/science/dlib-cpp/pkg-plist	Wed Feb 12 17:28:11 2020	(r525921)
@@ -72,6 +72,8 @@ include/dlib/cmake_utils/check_if_avx_instructions_exe
 include/dlib/cmake_utils/check_if_neon_available.cmake
 include/dlib/cmake_utils/check_if_sse4_instructions_executable_on_host.cmake
 include/dlib/cmake_utils/find_blas.cmake
+include/dlib/cmake_utils/find_libjpeg.cmake
+include/dlib/cmake_utils/find_libpng.cmake
 include/dlib/cmake_utils/set_compiler_specific_options.cmake
 include/dlib/cmake_utils/tell_visual_studio_to_use_static_runtime.cmake
 include/dlib/cmake_utils/use_cpp_11.cmake
@@ -209,10 +211,10 @@ include/dlib/entropy_encoder_model/entropy_encoder_mod
 include/dlib/error.h
 include/dlib/external/cblas/cblas.h
 include/dlib/external/cblas/cblas_f77.h
-include/dlib/external/libjpeg/jchuff.h
+include/dlib/external/libjpeg/cderror.h
+include/dlib/external/libjpeg/cdjpeg.h
 include/dlib/external/libjpeg/jconfig.h
 include/dlib/external/libjpeg/jdct.h
-include/dlib/external/libjpeg/jdhuff.h
 include/dlib/external/libjpeg/jerror.h
 include/dlib/external/libjpeg/jinclude.h
 include/dlib/external/libjpeg/jmemsys.h
@@ -220,6 +222,7 @@ include/dlib/external/libjpeg/jmorecfg.h
 include/dlib/external/libjpeg/jpegint.h
 include/dlib/external/libjpeg/jpeglib.h
 include/dlib/external/libjpeg/jversion.h
+include/dlib/external/libjpeg/transupp.h
 include/dlib/external/libpng/png.h
 include/dlib/external/libpng/pngconf.h
 include/dlib/external/libpng/pngdebug.h
@@ -1033,6 +1036,8 @@ libdata/pkgconfig/dlib-1.pc
 @dir include/dlib/cmake_utils/test_for_cpp11
 @dir include/dlib/cmake_utils/test_for_cuda
 @dir include/dlib/cmake_utils/test_for_cudnn
+@dir include/dlib/cmake_utils/test_for_libjpeg
+@dir include/dlib/cmake_utils/test_for_libpng
 @dir include/dlib/cmake_utils/test_for_neon
 @dir include/dlib/cmake_utils/test_for_sse4
 @dir include/dlib/external/libpng/arm

Modified: head/science/py-dlib/Makefile
==============================================================================
--- head/science/py-dlib/Makefile	Wed Feb 12 16:59:46 2020	(r525920)
+++ head/science/py-dlib/Makefile	Wed Feb 12 17:28:11 2020	(r525921)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dlib
-DISTVERSION=	19.17
-PORTREVISION=	5
+DISTVERSION=	19.19
 CATEGORIES=	science devel math python
 MASTER_SITES=	http://dlib.net/files/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,15 +13,16 @@ LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/dlib/LICENSE.txt
 
 BUILD_DEPENDS=		cmake:devel/cmake
-LIB_DEPENDS=		${PY_BOOST}
+LIB_DEPENDS=		${PY_BOOST} \
+			libpng.so:graphics/png
 
 USES=			compiler:c++11-lang pkgconfig python shebangfix \
 			tar:bzip2
 USE_PYTHON=		autoplist distutils
 SHEBANG_FILES=		python_examples/*.py
 
-OPTIONS_DEFINE=		X11 JPEG PNG GIF SQLITE BLASLAPACK AVX
-OPTIONS_DEFAULT=	X11 JPEG PNG GIF SQLITE
+OPTIONS_DEFINE=		X11 JPEG GIF SQLITE BLASLAPACK AVX
+OPTIONS_DEFAULT=	X11 JPEG GIF SQLITE
 
 BLASLAPACK_DESC=	Use Blas and Lapack libraries from ports
 AVX_DESC=		Use AVX instructions if supported by CPU

Modified: head/science/py-dlib/distinfo
==============================================================================
--- head/science/py-dlib/distinfo	Wed Feb 12 16:59:46 2020	(r525920)
+++ head/science/py-dlib/distinfo	Wed Feb 12 17:28:11 2020	(r525921)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553945723
-SHA256 (dlib-19.17.tar.bz2) = 24772f9b2b99cf59a85fd1243ca1327cbf7340d83395b32a6c16a3a16136327b
-SIZE (dlib-19.17.tar.bz2) = 11271073
+TIMESTAMP = 1581526176
+SHA256 (dlib-19.19.tar.bz2) = 1decfe883635ce51acd72869cebe870ab9b85eb094d417adc8f48aa7b8c60cd7
+SIZE (dlib-19.19.tar.bz2) = 11238085



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002121728.01CHSBa3009211>