mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
graphics/diplib: update 3.4.3 → 3.5.0
Reported by: portscout
This commit is contained in:
parent
cd42cc5b6c
commit
374eb04d6e
@ -1,5 +1,5 @@
|
||||
PORTNAME= diplib
|
||||
DISTVERSION= 3.4.3
|
||||
DISTVERSION= 3.5.0
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1713083064
|
||||
SHA256 (DIPlib-diplib-3.4.3_GH0.tar.gz) = 357e0d794f51221bd47badf0c7a4d6a5afbe875cb836b9b6faf7f2c23daf1e04
|
||||
SIZE (DIPlib-diplib-3.4.3_GH0.tar.gz) = 8629645
|
||||
TIMESTAMP = 1718772390
|
||||
SHA256 (DIPlib-diplib-3.5.0_GH0.tar.gz) = e63adf91baf9f300e00d74bc595bbac0fc0a41892a939d0ea8933c72eff05bec
|
||||
SIZE (DIPlib-diplib-3.5.0_GH0.tar.gz) = 8766540
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- CMakeLists.txt.orig 2022-10-18 02:45:06 UTC
|
||||
--- CMakeLists.txt.orig 2024-06-18 04:45:59 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -95,7 +95,7 @@ add_subdirectory(src)
|
||||
@@ -76,7 +76,7 @@ add_subdirectory(src)
|
||||
|
||||
### DIPjavaio
|
||||
|
||||
-find_package(Java 1.7 COMPONENTS Development)
|
||||
+#find_package(Java 1.7 COMPONENTS Development)
|
||||
-find_package(Java COMPONENTS Development)
|
||||
+#find_package(Java COMPONENTS Development)
|
||||
unset(DIP_JAVAIO_INTERFACES)
|
||||
if(JAVA_FOUND)
|
||||
# Set JAVA_HOME so that the JNI found is from the same JDK as the Java package
|
||||
get_filename_component(JAVA_HOME "${Java_JAVAC_EXECUTABLE}" DIRECTORY) # strip off /javac
|
||||
|
@ -25,6 +25,7 @@ include/diplib/graph.h
|
||||
include/diplib/histogram.h
|
||||
include/diplib/iterators.h
|
||||
include/diplib/kernel.h
|
||||
include/diplib/label_map.h
|
||||
include/diplib/library/clamp_cast.h
|
||||
include/diplib/library/copy_buffer.h
|
||||
include/diplib/library/datatype.h
|
||||
|
Loading…
Reference in New Issue
Block a user