diff options
Diffstat (limited to 'graphics')
70 files changed, 355 insertions, 216 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 9dae08519d8b..c7113deb4e8d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -230,6 +230,7 @@ SUBDIR += gd SUBDIR += gdal SUBDIR += gdal-grass + SUBDIR += gdalcpp SUBDIR += gdchart SUBDIR += gdk-pixbuf-extra SUBDIR += gdk-pixbuf2 @@ -462,6 +463,7 @@ SUBDIR += libecwj2 SUBDIR += libemf SUBDIR += libepoxy + SUBDIR += libertiff SUBDIR += libetonyek01 SUBDIR += libexif SUBDIR += libexif-gtk diff --git a/graphics/R-cran-s2/Makefile b/graphics/R-cran-s2/Makefile index defc56d35361..f47676fb9263 100644 --- a/graphics/R-cran-s2/Makefile +++ b/graphics/R-cran-s2/Makefile @@ -1,5 +1,5 @@ PORTNAME= s2 -DISTVERSION= 1.1.8 +DISTVERSION= 1.1.9 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-s2/distinfo b/graphics/R-cran-s2/distinfo index 1fd11434d3dd..99bbc0bc37aa 100644 --- a/graphics/R-cran-s2/distinfo +++ b/graphics/R-cran-s2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747217289 -SHA256 (s2_1.1.8.tar.gz) = 4366c00a58471544d34b1ab405206d23c9cfc305468316961fab45f9912a8191 -SIZE (s2_1.1.8.tar.gz) = 2966956 +TIMESTAMP = 1748196544 +SHA256 (s2_1.1.9.tar.gz) = 4dcd2bff738be5a89b925fed29acb6e224e0f514b4530dc9987a0a72c5a99b55 +SIZE (s2_1.1.9.tar.gz) = 2967364 diff --git a/graphics/art/Makefile b/graphics/art/Makefile index 9803accd43e3..90cf66c3c20c 100644 --- a/graphics/art/Makefile +++ b/graphics/art/Makefile @@ -1,5 +1,5 @@ PORTNAME= art -DISTVERSION= 1.25.3.1 +DISTVERSION= 1.25.5 CATEGORIES= graphics MASTER_SITES= https://github.com/artpixls/ART/releases/download/${DISTVERSION}/ PKGNAMESUFFIX= -raw-image-editor diff --git a/graphics/art/distinfo b/graphics/art/distinfo index cb99cc9ae911..c1826865e9c2 100644 --- a/graphics/art/distinfo +++ b/graphics/art/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744514634 -SHA256 (ART-1.25.3.1.tar.xz) = 0392487f5bea8de3b6329da239dddee88c3a969ebd414b293bce1b8df6ac25cd -SIZE (ART-1.25.3.1.tar.xz) = 19629520 +TIMESTAMP = 1748330075 +SHA256 (ART-1.25.5.tar.xz) = c4f8eb3fb7d363c6efef6a63997710e63fcb5997f2811c2fecae00e443529a1e +SIZE (ART-1.25.5.tar.xz) = 19598872 diff --git a/graphics/art/pkg-plist b/graphics/art/pkg-plist index 52ad2524dcc2..d5f81ee87242 100644 --- a/graphics/art/pkg-plist +++ b/graphics/art/pkg-plist @@ -373,6 +373,7 @@ share/ART/images/folder-open-recent-small.svg share/ART/images/folder-open-recent.svg share/ART/images/folder-open-small.svg share/ART/images/folder-open.svg +share/ART/images/folder-recurse-small.svg share/ART/images/fullscreen-enter.svg share/ART/images/fullscreen-leave.svg share/ART/images/gamut-hist.svg @@ -599,6 +600,7 @@ share/ART/languages/Portugues (Brasil) share/ART/languages/README share/ART/languages/default share/ART/luts/sigmoid.ctl +share/ART/metainfo/us.pixls.art.ART.metainfo.xml share/ART/options share/ART/profiles/Auto-Matched Curve.arp share/ART/profiles/Noise Reduction High.arp diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 917caaac0b78..45e412301e55 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,6 +1,6 @@ PORTNAME= blender DISTVERSION= 4.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics multimedia MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 8c2b357208ca..b881bd920b6d 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -85,6 +85,9 @@ USE_XORG+= xext DOCBASE= README.txt CFLAGS+= -I${LOCALBASE}/include/Imath -I${LOCALBASE}/include/OpenEXR MAKE_ARGS+= CPPFLAGS="${CFLAGS}" FREEBSD_LDFLAGS="${LDFLAGS}" +. if !exists(/usr/include/omp.h) +MAKE_ARGS+= OPENMP_CFLAGS= +. endif PROGS= CImg_demo captcha curve_editor2d dtmri_view3d \ edge_explorer2d fade_images gaussian_fit1d generate_loop_macros \ hough_transform2d image2ascii image_registration2d image_surface3d \ diff --git a/graphics/cloudcompare/Makefile b/graphics/cloudcompare/Makefile index 9c1e7231a156..ef8c1ca5bb8d 100644 --- a/graphics/cloudcompare/Makefile +++ b/graphics/cloudcompare/Makefile @@ -1,7 +1,7 @@ PORTNAME= cloudcompare DISTVERSIONPREFIX= v DISTVERSION= 2.12.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index 1582239ade23..c46a53b7fb40 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdal-grass PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics diff --git a/graphics/gdal-grass/files/patch-ogrgrass.h b/graphics/gdal-grass/files/patch-ogrgrass.h new file mode 100644 index 000000000000..2252d7adb8b4 --- /dev/null +++ b/graphics/gdal-grass/files/patch-ogrgrass.h @@ -0,0 +1,25 @@ +--- ogrgrass.h.orig 2025-02-06 13:45:38 UTC ++++ ogrgrass.h +@@ -56,9 +56,9 @@ class OGRGRASSLayer final : public OGRLayer + return poFeatureDefn; + } + GIntBig GetFeatureCount(int) override; +- OGRErr GetExtent(OGREnvelope *psExtent, int bForce) override; ++ OGRErr GetExtent(OGREnvelope *psExtent, int bForce); + virtual OGRErr GetExtent(int iGeomField, OGREnvelope *psExtent, +- int bForce) override ++ int bForce) + { + return OGRLayer::GetExtent(iGeomField, psExtent, bForce); + } +@@ -73,8 +73,8 @@ class OGRGRASSLayer final : public OGRLayer + + // Filters + virtual OGRErr SetAttributeFilter(const char *query) override; +- virtual void SetSpatialFilter(OGRGeometry *poGeomIn) override; +- virtual void SetSpatialFilter(int iGeomField, OGRGeometry *poGeom) override ++ virtual void SetSpatialFilter(OGRGeometry *poGeomIn); ++ virtual void SetSpatialFilter(int iGeomField, OGRGeometry *poGeom) + { + OGRLayer::SetSpatialFilter(iGeomField, poGeom); + } diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 2ad5c425d161..a92ab2f07baa 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,6 +1,5 @@ PORTNAME= gdal -PORTVERSION= 3.10.3 -PORTREVISION= 2 +PORTVERSION= 3.11.0 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -13,7 +12,9 @@ WWW= https://gdal.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -BUILD_DEPENDS= libgeotiff>=1.5.0:graphics/libgeotiff \ +BUILD_DEPENDS= fast_float>=0:math/fast_float \ + libertiff>=0:graphics/libertiff \ + libgeotiff>=1.5.0:graphics/libgeotiff \ proj>=6,1:graphics/proj LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff \ libgif.so:graphics/giflib \ @@ -94,8 +95,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} CPE_VENDOR= osgeo -HEADER_FILES= alg/gdalwarpkernel_opencl.h \ - alg/gvgcpfit.h \ +HEADER_FILES= alg/gvgcpfit.h \ alg/internal_qhull_headers.h \ alg/thinplatespline.h\ gcore/gdalexif.h \ @@ -220,26 +220,29 @@ PLIST_SUB+= BIGENDIAN="" EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/alg/internal_libqhull \ --exclude ${DISTNAME}/frmts/gif/giflib \ --exclude ${DISTNAME}/frmts/gtiff/libgeotiff \ - --exclude ${DISTNAME}/frmts/gtiff/libtiff \ --exclude ${DISTNAME}/frmts/jpeg/libjpeg \ --exclude ${DISTNAME}/frmts/jpeg/libjpeg12 \ --exclude ${DISTNAME}/frmts/png/libpng \ --exclude ${DISTNAME}/frmts/zlib \ --exclude ${DISTNAME}/ogr/ogrsf_frmts/geojson/libjson \ + --exclude ${DISTNAME}/third_party/fast_float \ --exclude ${DISTNAME}/third_party/LercLib \ + --exclude ${DISTNAME}/third_party/libertiff \ --no-same-owner --no-same-permissions .else post-patch: @${RM} -r ${WRKSRC}/alg/internal_libqhull/ @${RM} -r ${WRKSRC}/frmts/gif/giflib/ @${RM} -r ${WRKSRC}/frmts/gtiff/libgeotiff/ - @${RM} -r ${WRKSRC}/frmts/gtiff/libtiff/ +# @${RM} -r ${WRKSRC}/frmts/gtiff/libtiff/ # tif_lerc.c, tif_lzw.c, tif_packbits.c @${RM} -r ${WRKSRC}/frmts/jpeg/libjpeg/ @${RM} -r ${WRKSRC}/frmts/jpeg/libjpeg12/ @${RM} -r ${WRKSRC}/frmts/png/libpng/ @${RM} -r ${WRKSRC}/frmts/zlib/ @${RM} -r ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/ + @${RM} -r ${WRKSRC}/third_party/fast_float/ @${RM} -r ${WRKSRC}/third_party/LercLib/ + @${RM} -r ${WRKSRC}/third_party/libertiff/ .endif post-install: diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo index 23e72f65d3b5..e132da71acea 100644 --- a/graphics/gdal/distinfo +++ b/graphics/gdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288770 -SHA256 (gdal-3.10.3.tar.xz) = 335a8d2c7567d783563d3fed37e8b58d72d9c1723f6fd1d8c299fe4c0d936781 -SIZE (gdal-3.10.3.tar.xz) = 9208456 +TIMESTAMP = 1747715310 +SHA256 (gdal-3.11.0.tar.xz) = ba1a17a74428bfd5c789ce293f59b6a3d8bfabab747431c33331ac0ac579ea71 +SIZE (gdal-3.11.0.tar.xz) = 9292588 diff --git a/graphics/gdal/files/patch-libertiff b/graphics/gdal/files/patch-libertiff new file mode 100644 index 000000000000..7ff515bfe53e --- /dev/null +++ b/graphics/gdal/files/patch-libertiff @@ -0,0 +1,11 @@ +--- frmts/snap_tiff/snaptiffdriver.cpp.orig 2025-05-06 16:38:15 UTC ++++ frmts/snap_tiff/snaptiffdriver.cpp +@@ -8,7 +8,7 @@ + #include "rawdataset.h" + + #define LIBERTIFF_NS GDAL_libertiff +-#include "../../third_party/libertiff/libertiff.hpp" ++#include "libertiff.hpp" + + #include <algorithm> + #include <cmath> diff --git a/graphics/gdal/files/patch-mysql b/graphics/gdal/files/patch-mysql index 9b5d8032dc6f..a12efddd61eb 100644 --- a/graphics/gdal/files/patch-mysql +++ b/graphics/gdal/files/patch-mysql @@ -1,10 +1,10 @@ ---- cmake/modules/packages/FindMySQL.cmake.orig 2023-07-06 11:14:14 UTC +--- cmake/modules/packages/FindMySQL.cmake.orig 2025-05-06 16:38:14 UTC +++ cmake/modules/packages/FindMySQL.cmake -@@ -23,6 +23,7 @@ if( MYSQL_INCLUDE_DIR AND EXISTS "${MYSQL_INCLUDE_DIR} +@@ -23,6 +23,7 @@ endif() "${MYSQL_VERSION_H}" ) endif() +set(CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX "mysql") - find_library(MYSQL_LIBRARY NAMES mysqlclient mysqlclient_r) + find_library(MYSQL_LIBRARY NAMES mysqlclient mysqlclient_r NAMES_PER_DIR) if( NOT CMAKE_C_COMPILER_LOADED ) diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist index 952ff48e0055..605a1c7d789c 100644 --- a/graphics/gdal/pkg-plist +++ b/graphics/gdal/pkg-plist @@ -1,3 +1,4 @@ +bin/gdal bin/gdal-config bin/gdal_contour bin/gdal_create @@ -38,6 +39,7 @@ include/cpl_conv.h include/cpl_cpu_features.h include/cpl_csv.h include/cpl_error.h +include/cpl_float.h include/cpl_google_cloud.h include/cpl_hash_set.h include/cpl_http.h @@ -62,19 +64,25 @@ include/cpl_vsil_curl_priv.h include/cpl_worker_thread_pool.h include/cplkeywordparser.h include/gdal.h +include/gdal_adbc.h include/gdal_alg.h include/gdal_alg_priv.h include/gdal_csv.h include/gdal_frmts.h +include/gdal_fwd.h include/gdal_mdreader.h +include/gdal_minmax_element.hpp include/gdal_pam.h include/gdal_priv.h +include/gdal_priv_templates.hpp include/gdal_proxy.h include/gdal_rat.h include/gdal_simplesurf.h +include/gdal_typetraits.h include/gdal_utils.h include/gdal_version.h include/gdal_vrt.h +include/gdalalgorithm.h include/gdalcachedpixelaccessor.h include/gdalexif.h include/gdalgeorefpamdataset.h @@ -87,7 +95,7 @@ include/gdalpansharpen.h include/gdalsse_priv.h include/gdalsubdatasetinfo.h include/gdalwarper.h -include/gdalwarpkernel_opencl.h +include/geoheif.h include/gnm.h include/gnm_api.h include/gnm_priv.h @@ -117,9 +125,10 @@ lib/cmake/gdal/GDALConfig.cmake lib/cmake/gdal/GDALConfigVersion.cmake lib/gdalplugins/drivers.ini lib/libgdal.so -lib/libgdal.so.36 -lib/libgdal.so.36.%%PORTVERSION%% +lib/libgdal.so.37 +lib/libgdal.so.37.%%PORTVERSION%% libdata/pkgconfig/gdal.pc +share/bash-completion/completions/gdal share/bash-completion/completions/gdal-config share/bash-completion/completions/gdal2tiles.py share/bash-completion/completions/gdal2xyz.py @@ -170,6 +179,8 @@ share/bash-completion/completions/ogrtindex %%CURL%%%%DATADIR%%/eedaconf.json %%DATADIR%%/epsg.wkt %%DATADIR%%/esri_StatePlane_extra.wkt +%%DATADIR%%/gdal_algorithm.schema.json +%%DATADIR%%/gdalg.schema.json %%DATADIR%%/gdalicon.png %%DATADIR%%/gdalinfo_output.schema.json %%DATADIR%%/gdalmdiminfo_output.schema.json @@ -279,9 +290,11 @@ share/bash-completion/completions/ogrtindex %%DATADIR%%/jpfgdgml_WL.gfs %%DATADIR%%/jpfgdgml_WStrA.gfs %%DATADIR%%/jpfgdgml_WStrL.gfs +%%DATADIR%%/leaflet_template.html %%NETCDF%%%%DATADIR%%/netcdf_config.xsd %%DATADIR%%/nitf_spec.xml %%DATADIR%%/nitf_spec.xsd +%%DATADIR%%/ogr_fields_override.schema.json %%DATADIR%%/ogrinfo_output.schema.json %%DATADIR%%/ogrvrt.xsd %%SQLITE%%%%DATADIR%%/osmconf.ini @@ -313,6 +326,74 @@ share/bash-completion/completions/ogrtindex %%DATADIR%%/vdv452.xsd %%DATADIR%%/vicar.json share/man/man1/gdal-config.1.gz +share/man/man1/gdal-convert.1.gz +share/man/man1/gdal-info.1.gz +share/man/man1/gdal-mdim-convert.1.gz +share/man/man1/gdal-mdim-info.1.gz +share/man/man1/gdal-mdim.1.gz +share/man/man1/gdal-raster-calc.1.gz +share/man/man1/gdal-raster-clean-collar.1.gz +share/man/man1/gdal-raster-clip.1.gz +share/man/man1/gdal-raster-color-map.1.gz +share/man/man1/gdal-raster-contour.1.gz +share/man/man1/gdal-raster-convert.1.gz +share/man/man1/gdal-raster-create.1.gz +share/man/man1/gdal-raster-edit.1.gz +share/man/man1/gdal-raster-fill-nodata.1.gz +share/man/man1/gdal-raster-footprint.1.gz +share/man/man1/gdal-raster-hillshade.1.gz +share/man/man1/gdal-raster-index.1.gz +share/man/man1/gdal-raster-info.1.gz +share/man/man1/gdal-raster-mosaic.1.gz +share/man/man1/gdal-raster-overview-add.1.gz +share/man/man1/gdal-raster-overview-delete.1.gz +share/man/man1/gdal-raster-pipeline.1.gz +share/man/man1/gdal-raster-pixel-info.1.gz +share/man/man1/gdal-raster-polygonize.1.gz +share/man/man1/gdal-raster-reclassify.1.gz +share/man/man1/gdal-raster-reproject.1.gz +share/man/man1/gdal-raster-resize.1.gz +share/man/man1/gdal-raster-roughness.1.gz +share/man/man1/gdal-raster-scale.1.gz +share/man/man1/gdal-raster-select.1.gz +share/man/man1/gdal-raster-set-type.1.gz +share/man/man1/gdal-raster-sieve.1.gz +share/man/man1/gdal-raster-slope.1.gz +share/man/man1/gdal-raster-stack.1.gz +share/man/man1/gdal-raster-tile.1.gz +share/man/man1/gdal-raster-tpi.1.gz +share/man/man1/gdal-raster-tri.1.gz +share/man/man1/gdal-raster-unscale.1.gz +share/man/man1/gdal-raster-viewshed.1.gz +share/man/man1/gdal-raster.1.gz +share/man/man1/gdal-vector-clip.1.gz +share/man/man1/gdal-vector-convert.1.gz +share/man/man1/gdal-vector-edit.1.gz +share/man/man1/gdal-vector-filter.1.gz +share/man/man1/gdal-vector-geom-buffer.1.gz +share/man/man1/gdal-vector-geom-explode-collections.1.gz +share/man/man1/gdal-vector-geom-make-valid.1.gz +share/man/man1/gdal-vector-geom-segmentize.1.gz +share/man/man1/gdal-vector-geom-set-type.1.gz +share/man/man1/gdal-vector-geom-simplify.1.gz +share/man/man1/gdal-vector-geom-swap-xy.1.gz +share/man/man1/gdal-vector-geom.1.gz +share/man/man1/gdal-vector-grid.1.gz +share/man/man1/gdal-vector-info.1.gz +share/man/man1/gdal-vector-pipeline.1.gz +share/man/man1/gdal-vector-rasterize.1.gz +share/man/man1/gdal-vector-select.1.gz +share/man/man1/gdal-vector-sql.1.gz +share/man/man1/gdal-vector.1.gz +share/man/man1/gdal-vector_concat.1.gz +share/man/man1/gdal-vsi-copy.1.gz +share/man/man1/gdal-vsi-delete.1.gz +share/man/man1/gdal-vsi-list.1.gz +share/man/man1/gdal-vsi-move.1.gz +share/man/man1/gdal-vsi-sozip.1.gz +share/man/man1/gdal-vsi-sync.1.gz +share/man/man1/gdal-vsi.1.gz +share/man/man1/gdal.1.gz share/man/man1/gdal2tiles.1.gz share/man/man1/gdal_calc.1.gz share/man/man1/gdal_contour.1.gz diff --git a/graphics/gdalcpp/Makefile b/graphics/gdalcpp/Makefile new file mode 100644 index 000000000000..61e031bcacdf --- /dev/null +++ b/graphics/gdalcpp/Makefile @@ -0,0 +1,26 @@ +PORTNAME= gdalcpp +PORTVERSION= 1.3.0 +CATEGORIES= graphics + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= C++11 GDAL wrapper +WWW= https://github.com/joto/gdalcpp + +LICENSE= BSL +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= gdal>=0:graphics/gdal + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= include/gdalcpp.hpp + +USE_GITHUB= yes +GH_ACCOUNT= joto +GH_TAGNAME= 7e23085 + +do-install: + ${INSTALL_DATA} ${WRKSRC}/gdalcpp.hpp ${STAGEDIR}${PREFIX}/include/ + +.include <bsd.port.mk> diff --git a/graphics/gdalcpp/distinfo b/graphics/gdalcpp/distinfo new file mode 100644 index 000000000000..a667238d7658 --- /dev/null +++ b/graphics/gdalcpp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747715284 +SHA256 (joto-gdalcpp-1.3.0-7e23085_GH0.tar.gz) = a3e84d6a1358754720e6cd68ad912ccc1e5cd14ab25f2281f849080d91d5ccc1 +SIZE (joto-gdalcpp-1.3.0-7e23085_GH0.tar.gz) = 4245 diff --git a/graphics/gdalcpp/pkg-descr b/graphics/gdalcpp/pkg-descr new file mode 100644 index 000000000000..adf817cca361 --- /dev/null +++ b/graphics/gdalcpp/pkg-descr @@ -0,0 +1,9 @@ +gdalcpp is a C++11 wrapper classes for GDAL/OGR. + +These are some small wrapper classes for GDAL offering: +- classes with RAII instead of the arcane cleanup functions in stock GDAL +- works with GDAL 1, 2, and 3 +- allows you to write less boilerplate code + +The classes are not very complete, they just have the code I needed for various +programs. diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index f3afcce60ab5..f5ce9a6603a2 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -1,6 +1,5 @@ PORTNAME= gexiv2 -PORTVERSION= 0.14.3 -PORTREVISION= 1 +PORTVERSION= 0.14.5 CATEGORIES= graphics MASTER_SITES= GNOME @@ -22,6 +21,8 @@ BINARY_ALIAS= python3=${PYTHON_CMD} USE_CXXSTD= c++17 +PLIST_SUB= SOVERSION=${PORTVERSION:C/^0./2./} + OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc diff --git a/graphics/gexiv2/distinfo b/graphics/gexiv2/distinfo index 2636cb4f6ec1..8a28b4a32020 100644 --- a/graphics/gexiv2/distinfo +++ b/graphics/gexiv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720462254 -SHA256 (gexiv2-0.14.3.tar.xz) = 21e64d2c56e9b333d44fef3f2a4b25653d922c419acd972fa96fab695217e2c8 -SIZE (gexiv2-0.14.3.tar.xz) = 389976 +TIMESTAMP = 1748189417 +SHA256 (gexiv2-0.14.5.tar.xz) = 0913c53daabab1f1ab586afd55bb55370796f2b8abcc6e37640ab7704ad99ce1 +SIZE (gexiv2-0.14.5.tar.xz) = 390860 diff --git a/graphics/gexiv2/pkg-plist b/graphics/gexiv2/pkg-plist index 44d695c336ab..d6ad88296765 100644 --- a/graphics/gexiv2/pkg-plist +++ b/graphics/gexiv2/pkg-plist @@ -10,7 +10,7 @@ include/gexiv2/gexiv2.h lib/girepository-1.0/GExiv2-0.10.typelib lib/libgexiv2.so lib/libgexiv2.so.2 -lib/libgexiv2.so.2.14.3 +lib/libgexiv2.so.%%SOVERSION%% libdata/pkgconfig/gexiv2.pc share/gir-1.0/GExiv2-0.10.gir %%DOCS%%share/gtk-doc/html/gexiv2/GExiv2Metadata.html diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index 2027a59baaa1..fd8b281bb193 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmt DISTVERSION= 6.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= https://github.com/GenericMappingTools/${PORTNAME}/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index a47b4a94a66f..8ae8ff4dd70b 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -1,6 +1,6 @@ PORTNAME= krita DISTVERSION= 5.2.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile index 98eb65d96530..d795f08016ce 100644 --- a/graphics/libavif/Makefile +++ b/graphics/libavif/Makefile @@ -1,6 +1,7 @@ PORTNAME= libavif -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org @@ -22,7 +23,8 @@ CMAKE_ARGS= -DAVIF_GTEST:STRING=OFF \ -DAVIF_JPEG:STRING=SYSTEM \ -DAVIF_LIBYUV:STRING=SYSTEM \ -DAVIF_ZLIBPNG:STRING=SYSTEM -CMAKE_OFF= AVIF_BUILD_EXAMPLES +CMAKE_OFF= AVIF_BUILD_EXAMPLES \ + AVIF_BUILD_TESTS CMAKE_ON= AVIF_BUILD_APPS CMAKE_TESTING_ARGS= -DAVIF_GTEST:STRING=SYSTEM CMAKE_TESTING_ON= AVIF_BUILD_TESTS diff --git a/graphics/libavif/distinfo b/graphics/libavif/distinfo index 4d478ada0d0f..e9e6a583af46 100644 --- a/graphics/libavif/distinfo +++ b/graphics/libavif/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1742405446 -SHA256 (AOMediaCodec-libavif-v1.2.1_GH0.tar.gz) = 9c859c7c12ccb0f407511bfe303e6a7247f5f6738f54852662c6df8048daddf4 -SIZE (AOMediaCodec-libavif-v1.2.1_GH0.tar.gz) = 13942041 +TIMESTAMP = 1747715298 +SHA256 (AOMediaCodec-libavif-v1.3.0_GH0.tar.gz) = 0a545e953cc049bf5bcf4ee467306a2f113a75110edf59e61248873101cd26c1 +SIZE (AOMediaCodec-libavif-v1.3.0_GH0.tar.gz) = 14062497 SHA256 (kmurray-libargparse-ee74d1b_GH0.tar.gz) = 02348f0c63e7ffd0760ba035f2f55e5d07f10c9b37da8fd61a054eba5314c75d SIZE (kmurray-libargparse-ee74d1b_GH0.tar.gz) = 22393 diff --git a/graphics/libavif/pkg-plist b/graphics/libavif/pkg-plist index 90e896328ddc..93ee4fd71603 100644 --- a/graphics/libavif/pkg-plist +++ b/graphics/libavif/pkg-plist @@ -9,7 +9,7 @@ lib/cmake/libavif/libavif-config.cmake %%PIXBUF%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-avif.so lib/libavif.so lib/libavif.so.16 -lib/libavif.so.16.2.1 +lib/libavif.so.16.3.0 libdata/pkgconfig/libavif.pc %%MANPAGES%%share/man/man1/avifdec.1.gz %%MANPAGES%%share/man/man1/avifenc.1.gz diff --git a/graphics/libertiff/Makefile b/graphics/libertiff/Makefile new file mode 100644 index 000000000000..4f2fa951b60a --- /dev/null +++ b/graphics/libertiff/Makefile @@ -0,0 +1,24 @@ +PORTNAME= libertiff +PORTVERSION= 0.0.0.20250111 +CATEGORIES= graphics + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= C++11 simple, header-only, TIFF reader +WWW= https://github.com/libertiff/libertiff + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +BUILD_DEPENDS= googletest>=1.12.1:devel/googletest + +USES= cmake:testing compiler:c++11-lang + +CMAKE_ON= USE_EXTERNAL_GTEST +NO_ARCH= yes + +PLIST_FILES= include/libertiff.hpp + +USE_GITHUB= yes +GH_TAGNAME= 7fc74e7 + +.include <bsd.port.mk> diff --git a/graphics/libertiff/distinfo b/graphics/libertiff/distinfo new file mode 100644 index 000000000000..d9d97259b86b --- /dev/null +++ b/graphics/libertiff/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747715286 +SHA256 (libertiff-libertiff-0.0.0.20250111-7fc74e7_GH0.tar.gz) = a1953a2541414e8a26f793b4f963bb9581ade23e193ee437c973eba907be4c5d +SIZE (libertiff-libertiff-0.0.0.20250111-7fc74e7_GH0.tar.gz) = 19972 diff --git a/graphics/libertiff/files/patch-CMakeLists.txt b/graphics/libertiff/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..9f7ffa3e8846 --- /dev/null +++ b/graphics/libertiff/files/patch-CMakeLists.txt @@ -0,0 +1,8 @@ +--- CMakeLists.txt.orig 2025-01-11 21:34:33 UTC ++++ CMakeLists.txt +@@ -16,3 +16,5 @@ add_subdirectory(tests) + add_executable(demo demo.cpp) + + add_subdirectory(tests) ++ ++install(FILES libertiff.hpp DESTINATION ${CMAKE_INSTALL_PREFIX}/include) diff --git a/graphics/libertiff/pkg-descr b/graphics/libertiff/pkg-descr new file mode 100644 index 000000000000..0fe97e1900c9 --- /dev/null +++ b/graphics/libertiff/pkg-descr @@ -0,0 +1,21 @@ +Libertiff is a C++11 simple, header-only, TIFF reader. It is MIT licensed. + +Handles both ClassicTIFF and BigTIFF, little-endian or big-endian ordered. + +The library does not offer codec facilities (and probably won't). It is mostly +aimed at browsing through the linked chain of Image File Directory (IFD) and +their tags. + +"Offline" tag values are not loaded at IFD opening time, but only upon request, +which helps handling files with tags with an arbitrarily large number of values. + +The library is thread-safe (that is the instances that it returns can be used +from multiple threads), if passed FileReader instances are themselves +thread-safe. + +The library does not throw exceptions (but underlying std library might throw +exceptions in case of out-of-memory situations) + +Optional features: +- define LIBERTIFF_C_FILE_READER before including libertiff.hpp, so that the + libertiff::CFileReader class is available diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile index 03a9cfbb6774..b317dec2dacc 100644 --- a/graphics/libheif/Makefile +++ b/graphics/libheif/Makefile @@ -1,5 +1,6 @@ PORTNAME= libheif -DISTVERSION= 1.19.7 +DISTVERSION= 1.19.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/strukturag/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/graphics/libheif/distinfo b/graphics/libheif/distinfo index 759edca72dfa..61391ba5b771 100644 --- a/graphics/libheif/distinfo +++ b/graphics/libheif/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1741882846 -SHA256 (libheif-1.19.7.tar.gz) = 161c042d2102665fcee3ded851c78a0eb5f2d4bfe39fba48ba6e588fd6e964f3 -SIZE (libheif-1.19.7.tar.gz) = 1717186 -SHA256 (4bc4cfb66055.patch) = e5f7eaee94aebeef387e10be6d515d2ba25b250fb15829d160a0c1a3cebe5e24 -SIZE (4bc4cfb66055.patch) = 2755 +TIMESTAMP = 1748198420 +SHA256 (libheif-1.19.8.tar.gz) = 6c4a5b08e6eae66d199977468859dea3b5e059081db8928f7c7c16e53836c906 +SIZE (libheif-1.19.8.tar.gz) = 1718218 diff --git a/graphics/mapcache/Makefile b/graphics/mapcache/Makefile index 663043d99691..ec390ad9b00f 100644 --- a/graphics/mapcache/Makefile +++ b/graphics/mapcache/Makefile @@ -1,6 +1,6 @@ PORTNAME= mapcache DISTVERSION= 1.14.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/mapserver/ diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 984c6a67fa79..24d047d29f87 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -1,6 +1,7 @@ PORTNAME= mapnik DISTVERSIONPREFIX= v DISTVERSION= 4.0.6 +PORTREVISION= 1 CATEGORIES= graphics geography PATCH_SITES= https://github.com/mapnik/mapnik/commit/ diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 7763f0943264..b4063e29fcdc 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -1,5 +1,6 @@ PORTNAME= mapserver DISTVERSION= 8.4.0 +PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= https://download.osgeo.org/${PORTNAME}/ \ https://github.com/MapServer/MapServer/releases/download/rel-${DISTVERSION:S|.|-|g}/ diff --git a/graphics/nvidia-drm-510-kmod/distinfo b/graphics/nvidia-drm-510-kmod/distinfo index 636dc4e10eef..f2e51913dd73 100644 --- a/graphics/nvidia-drm-510-kmod/distinfo +++ b/graphics/nvidia-drm-510-kmod/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745331131 -SHA256 (NVIDIA-FreeBSD-x86_64-570.144.tar.xz) = 7912c9f101b29fec10c434b1389b1403489fa3008fae67d1b76ef3d9f4b5388f -SIZE (NVIDIA-FreeBSD-x86_64-570.144.tar.xz) = 260506500 +TIMESTAMP = 1747700118 +SHA256 (NVIDIA-FreeBSD-x86_64-570.153.02.tar.xz) = 7967bbbca4202dde15d7e11f3a015f9471cb17a3ad9ed79fe97f0300dd321395 +SIZE (NVIDIA-FreeBSD-x86_64-570.153.02.tar.xz) = 260903556 SHA256 (freebsd-drm-kmod-drm_v5.10.163_7_GH0.tar.gz) = dbdff8ad8cad8152d1c286b058f1f5114b3672f1a936e13933ce52915b77eaaa SIZE (freebsd-drm-kmod-drm_v5.10.163_7_GH0.tar.gz) = 20095338 diff --git a/graphics/nvidia-drm-515-kmod/distinfo b/graphics/nvidia-drm-515-kmod/distinfo index 59d223d8ae19..b6152228389e 100644 --- a/graphics/nvidia-drm-515-kmod/distinfo +++ b/graphics/nvidia-drm-515-kmod/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747290835 -SHA256 (NVIDIA-FreeBSD-x86_64-570.144.tar.xz) = 7912c9f101b29fec10c434b1389b1403489fa3008fae67d1b76ef3d9f4b5388f -SIZE (NVIDIA-FreeBSD-x86_64-570.144.tar.xz) = 260506500 +TIMESTAMP = 1747700148 +SHA256 (NVIDIA-FreeBSD-x86_64-570.153.02.tar.xz) = 7967bbbca4202dde15d7e11f3a015f9471cb17a3ad9ed79fe97f0300dd321395 +SIZE (NVIDIA-FreeBSD-x86_64-570.153.02.tar.xz) = 260903556 SHA256 (freebsd-drm-kmod-drm_v5.15.160_3_GH0.tar.gz) = e6eef2927f3d683be0faf286b2723fecf962ef2e48a2be87326a83579f82a55b SIZE (freebsd-drm-kmod-drm_v5.15.160_3_GH0.tar.gz) = 26098374 diff --git a/graphics/nvidia-drm-61-kmod/distinfo b/graphics/nvidia-drm-61-kmod/distinfo index ee405b81349f..21da445f38b4 100644 --- a/graphics/nvidia-drm-61-kmod/distinfo +++ b/graphics/nvidia-drm-61-kmod/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747032829 -SHA256 (NVIDIA-FreeBSD-x86_64-570.144.tar.xz) = 7912c9f101b29fec10c434b1389b1403489fa3008fae67d1b76ef3d9f4b5388f -SIZE (NVIDIA-FreeBSD-x86_64-570.144.tar.xz) = 260506500 +TIMESTAMP = 1747700162 +SHA256 (NVIDIA-FreeBSD-x86_64-570.153.02.tar.xz) = 7967bbbca4202dde15d7e11f3a015f9471cb17a3ad9ed79fe97f0300dd321395 +SIZE (NVIDIA-FreeBSD-x86_64-570.153.02.tar.xz) = 260903556 SHA256 (freebsd-drm-kmod-drm_v6.1.128_3_GH0.tar.gz) = 6b786181c38e9cc820772c19f97a37198fe510b229597a2b0b018cbe3486fd0b SIZE (freebsd-drm-kmod-drm_v6.1.128_3_GH0.tar.gz) = 37102599 diff --git a/graphics/nvidia-drm-66-kmod/distinfo b/graphics/nvidia-drm-66-kmod/distinfo index 439fae9eda8f..1a1a1ee5ba2b 100644 --- a/graphics/nvidia-drm-66-kmod/distinfo +++ b/graphics/nvidia-drm-66-kmod/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747033019 -SHA256 (NVIDIA-FreeBSD-x86_64-570.144.tar.xz) = 7912c9f101b29fec10c434b1389b1403489fa3008fae67d1b76ef3d9f4b5388f -SIZE (NVIDIA-FreeBSD-x86_64-570.144.tar.xz) = 260506500 +TIMESTAMP = 1747700188 +SHA256 (NVIDIA-FreeBSD-x86_64-570.153.02.tar.xz) = 7967bbbca4202dde15d7e11f3a015f9471cb17a3ad9ed79fe97f0300dd321395 +SIZE (NVIDIA-FreeBSD-x86_64-570.153.02.tar.xz) = 260903556 SHA256 (freebsd-drm-kmod-drm_v6.6.25_4_GH0.tar.gz) = 00c1cdba93dde777758273aa312ac47d08ea89b3c703cfb73b1826d14d1627c0 SIZE (freebsd-drm-kmod-drm_v6.6.25_4_GH0.tar.gz) = 38487894 diff --git a/graphics/opencolorio-tools/Makefile b/graphics/opencolorio-tools/Makefile index dc997b92eea9..f5c64be693dd 100644 --- a/graphics/opencolorio-tools/Makefile +++ b/graphics/opencolorio-tools/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -tools COMMENT= Tools to work with OpenColorIO profiles diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile index 5864be0c4dbb..360d88a89993 100644 --- a/graphics/opencolorio/Makefile +++ b/graphics/opencolorio/Makefile @@ -1,11 +1,11 @@ PORTNAME= opencolorio DISTVERSIONPREFIX= v -DISTVERSION= 2.3.2 +DISTVERSION= 2.4.2 # PORTREVISION must be set with ?= so as not to stomp over # py-opencolorio's PORTREVISION. # Also, just to be on the safe side, when resetting, # best keep PORTREVISION?= 0. -PORTREVISION?= 2 +PORTREVISION?= 0 CATEGORIES= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz @@ -20,8 +20,8 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libpystring.so:devel/pystring \ libyaml-cpp.so:devel/yaml-cpp -USES= alias cmake compiler:c++14-lang localbase:ldflags \ - pkgconfig minizip:ng +USES= alias cmake compiler:c++14-lang localbase:ldflags minizip:ng \ + pkgconfig USE_GITHUB= yes GH_ACCOUNT= AcademySoftwareFoundation @@ -29,15 +29,14 @@ GH_PROJECT= OpenColorIO #GH_TUPLE+= madler:zlib:v1.2.13:zlib/ext/dist/zlib -CMAKE_OFF= OCIO_BUILD_JAVA OCIO_BUILD_JNIGLUE OCIO_BUILD_NUKE \ - OCIO_BUILD_TESTS OCIO_BUILD_GPU_TESTS +CMAKE_OFF= OCIO_BUILD_GPU_TESTS OCIO_BUILD_JAVA OCIO_BUILD_JNIGLUE \ + OCIO_BUILD_NUKE OCIO_BUILD_TESTS -PLIST_SUB= SHL3=${PORTVERSION} SHL2=${PORTVERSION:R} +PLIST_SUB= SHL2=${PORTVERSION:R} \ + SHL3=${PORTVERSION} OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT= DOCS OPTIONS_SUB= yes - DOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen DOCS_CMAKE_BOOL= OCIO_BUILD_DOCS @@ -55,20 +54,22 @@ CMAKE_OFF+= OCIO_USE_SSE2 # py module can still be used without BUILD_DEPENDS+= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}breathe>=0:devel/py-breathe@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}docutils>=0.18.1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}recommonmark>=0:textproc/py-recommonmark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx-tabs>0:textproc/py-sphinx-tabs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx_press_theme>=0:textproc/py-sphinx_press_theme@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx-tabs>0:textproc/py-sphinx-tabs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} .endif .if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == tools LIB_DEPENDS+= liblcms2.so:graphics/lcms2 \ - libOpenImageIO.so:graphics/openimageio \ - libOpenEXR.so:graphics/openexr + libOpenEXR.so:graphics/openexr \ + libOpenImageIO.so:graphics/openimageio USES+= gl xorg -USE_GL= gl glu glut glew opengl +USE_GL= glew glu glut opengl USE_XORG= xi xmu CMAKE_ARGS+= -DCMAKE_CXX_STANDARD=14 CMAKE_ON+= OCIO_BUILD_APPS USE_EXTERNAL_LCMS @@ -84,8 +85,8 @@ USES+= python USE_PYTHON= concurrent flavors CMAKE_ARGS+= -DOCIO_PYTHON_VERSION=${PYTHON_VER} CMAKE_ON+= OCIO_BUILD_PYTHON -CMAKE_OFF+= OCIO_BUILD_APPS BUILD_SHARED_LIBS OCIO_BUILD_DOCS \ - OCIO_BUILD_TESTS OCIO_BUILD_GPU_TESTS +CMAKE_OFF+= BUILD_SHARED_LIBS OCIO_BUILD_APPS OCIO_BUILD_DOCS \ + OCIO_BUILD_GPU_TESTS OCIO_BUILD_TESTS LDFLAGS+= -lOpenColorIO PLIST= ${PKGDIR}/pkg-plist-pyglue # concurrent allows docs to not collide with master port @@ -106,14 +107,18 @@ PLIST= ${PKGDIR}/pkg-plist ${PKGDIR}/pkg-plist-docs .endif post-install: - @cd ${STAGEDIR}${PREFIX} && ${RM} -r share/ocio + ${RM} -r ${STAGEDIR}${PREFIX}/share/ocio .if defined(OCIO_SLAVE) - @cd ${STAGEDIR}${PREFIX} && ${RM} -r include lib/cmake lib/libOpenColorIO*.a libdata share/OpenColorIO + cd ${STAGEDIR}${PREFIX} && \ + ${RM} -r include lib/cmake lib/libOpenColorIO*.a libdata \ + share/OpenColorIO .else - @cd ${STAGEDIR}${PREFIX} && ${RM} -r lib/python* + ${RM} -r ${STAGEDIR}${PREFIX}/lib/python* .endif post-install-DOCS-on: - @cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} OpenColorIO ${PKGNAMEPREFIX}${PORTNAME} + @cd ${STAGEDIR}${PREFIX}/share/doc && \ + ${MV} OpenColorIO ${PKGNAMEPREFIX}${PORTNAME} + ${RM} -r ${STAGEDIR}${DOCSDIR}/html/_sources .include <bsd.port.mk> diff --git a/graphics/opencolorio/distinfo b/graphics/opencolorio/distinfo index 59366dcb24d3..6a2239804bcd 100644 --- a/graphics/opencolorio/distinfo +++ b/graphics/opencolorio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714594738 -SHA256 (AcademySoftwareFoundation-OpenColorIO-v2.3.2_GH0.tar.gz) = 6bbf4e7fa4ea2f743a238cb22aff44890425771a2f57f62cece1574e46ceec2f -SIZE (AcademySoftwareFoundation-OpenColorIO-v2.3.2_GH0.tar.gz) = 11443450 +TIMESTAMP = 1745735100 +SHA256 (AcademySoftwareFoundation-OpenColorIO-v2.4.2_GH0.tar.gz) = 2d8f2c47c40476d6e8cea9d878f6601d04f6d5642b47018eaafa9e9f833f3690 +SIZE (AcademySoftwareFoundation-OpenColorIO-v2.4.2_GH0.tar.gz) = 11398186 diff --git a/graphics/opencolorio/pkg-plist-docs b/graphics/opencolorio/pkg-plist-docs index 2d37fe959639..405931a8526e 100644 --- a/graphics/opencolorio/pkg-plist-docs +++ b/graphics/opencolorio/pkg-plist-docs @@ -1,7 +1,4 @@ -%%PORTDOCS%%%%DOCSDIR%%/html/CHANGELOG.html %%PORTDOCS%%%%DOCSDIR%%/html/CMakeLists.html -%%PORTDOCS%%%%DOCSDIR%%/html/INSTALL.html -%%PORTDOCS%%%%DOCSDIR%%/html/README.html %%PORTDOCS%%%%DOCSDIR%%/html/_images/gn10_to_linear_light.jpeg %%PORTDOCS%%%%DOCSDIR%%/html/_images/gnf_to_linear_light.jpeg %%PORTDOCS%%%%DOCSDIR%%/html/_images/lg10_to_linear_light.jpeg @@ -12,98 +9,6 @@ %%PORTDOCS%%%%DOCSDIR%%/html/_images/psicc_proof_setup.png %%PORTDOCS%%%%DOCSDIR%%/html/_images/psicc_reveal_profile.png %%PORTDOCS%%%%DOCSDIR%%/html/_images/psicc_select_profile.png -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/CHANGELOG.md.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/CMakeLists.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/INSTALL.md.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/README.md.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/apphelpers.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/baker.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/colorspace.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/config.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/constants.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/context.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/dynamicproperty.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/enums.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/exceptions.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/formatmetadata.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/global.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/grading_transforms.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/imagedesc.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/look.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/namedtransform.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/processors.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/rules.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/shaders.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/systemmonitors.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/transforms.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/viewtransform.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/aswf/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/aswf/aswf_docker.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/aswf/charter.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/aswf/cla_dco.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/aswf/license.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/overview/configuration_files.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/overview/glossary.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/overview/internal_architecture.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/overview/introduction.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/overview/overview.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/publications/publications.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/aces_1.0.3.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/aces_cg.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/aces_studio.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/nuke_default.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/ocio_v2_demo.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/spi_anim.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/spi_vfx.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/allocation_vars.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/authoring.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/colorspaces.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/contexts.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/displays_views.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/looks.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/looks_example.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/overview.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/rules.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/transforms.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/architectural_notes.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/coding_style_guide.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/contributing.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/documentation_guidelines.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/doxygen_style_guide.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/getting_started.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/issues.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/repository_structure.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/submitting_changes.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/unit_tests.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/developing/app_helpers.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/developing/developing.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/developing/usage_examples.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/using_ocio/compatible_software.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/using_ocio/faq.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/using_ocio/tool_overview.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/using_ocio/using_ocio.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/downloads.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/for_artists.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/for_config_authors.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/for_contributors.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/for_devs.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/installation.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_0.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_1.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_2.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_3.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/requirements.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/toc_redirect.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/tutorials/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/tutorials/baking_luts.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/tutorials/contributing.rst.txt %%PORTDOCS%%%%DOCSDIR%%/html/_static/_sphinx_javascript_frameworks_compat.js %%PORTDOCS%%%%DOCSDIR%%/html/_static/OpenColorIO_withText.svg %%PORTDOCS%%%%DOCSDIR%%/html/_static/basic.css @@ -210,6 +115,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_1.html %%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_2.html %%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_3.html +%%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_4.html %%PORTDOCS%%%%DOCSDIR%%/html/requirements.html %%PORTDOCS%%%%DOCSDIR%%/html/search.html %%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js diff --git a/graphics/opencolorio/pkg-plist-tools b/graphics/opencolorio/pkg-plist-tools index 697f160c7792..2307aae3cb36 100644 --- a/graphics/opencolorio/pkg-plist-tools +++ b/graphics/opencolorio/pkg-plist-tools @@ -1,10 +1,11 @@ bin/ocioarchive bin/ociobakelut bin/ociocheck +bin/ociochecklut bin/ocioconvert +bin/ociocpuinfo bin/ociodisplay bin/ociolutimage -bin/ociochecklut bin/ociomakeclf bin/ocioperf bin/ociowrite diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index f032ca2704cb..a3c6ed6b53cb 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,5 +1,6 @@ PORTNAME= opencv DISTVERSION= 4.11.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= desktop@FreeBSD.org diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile index 101b0036c440..cb589b0eb22b 100644 --- a/graphics/openfx-arena/Makefile +++ b/graphics/openfx-arena/Makefile @@ -1,7 +1,7 @@ PORTNAME= openfx-arena PORTVERSION= 2.4.3 DISTVERSIONPREFIX= Natron- -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index b10ccf285d7d..352a726f7f82 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -5,7 +5,7 @@ DISTVERSION= 2.5.13.1 # py-openimageio's PORTREVISION. # Also, just to be on the safe side, when resetting, # best keep PORTREVISION?= 0. -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz diff --git a/graphics/openorienteering-mapper/Makefile b/graphics/openorienteering-mapper/Makefile index 376fa8c03562..450798dc4cfb 100644 --- a/graphics/openorienteering-mapper/Makefile +++ b/graphics/openorienteering-mapper/Makefile @@ -1,7 +1,7 @@ PORTNAME= openorienteering-mapper PORTVERSION= 0.9.5 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics geography MAINTAINER= sikmir@gmail.com diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 1d3f444ca5bd..2dbd84eb1c72 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -1,7 +1,7 @@ PORTNAME= osg PORTVERSION= 3.6.5 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 76 +PORTREVISION= 77 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/osg34/Makefile b/graphics/osg34/Makefile index 0cc38afae5bc..4732c45355a7 100644 --- a/graphics/osg34/Makefile +++ b/graphics/osg34/Makefile @@ -1,7 +1,7 @@ PORTNAME= osg PORTVERSION= 3.4.1 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 63 +PORTREVISION= 64 CATEGORIES= graphics PKGNAMESUFFIX= 34 diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile index 612b94988a2a..e61f72f0d94d 100644 --- a/graphics/osgearth/Makefile +++ b/graphics/osgearth/Makefile @@ -1,7 +1,7 @@ PORTNAME= osgearth PORTVERSION= 3.6.1 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics geography MAINTAINER= zirias@FreeBSD.org diff --git a/graphics/p5-Geo-GDAL-FFI/Makefile b/graphics/p5-Geo-GDAL-FFI/Makefile index e877ffd59f2b..29bea464759d 100644 --- a/graphics/p5-Geo-GDAL-FFI/Makefile +++ b/graphics/p5-Geo-GDAL-FFI/Makefile @@ -1,6 +1,6 @@ PORTNAME= Geo-GDAL-FFI PORTVERSION= 0.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/graphics/py-fiona/Makefile b/graphics/py-fiona/Makefile index 0af9fef0c5db..b9ed6832b0f7 100644 --- a/graphics/py-fiona/Makefile +++ b/graphics/py-fiona/Makefile @@ -1,6 +1,6 @@ PORTNAME= fiona DISTVERSION= 1.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index a43bfd4ff765..b3e66f9d8edd 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -1,5 +1,5 @@ PORTNAME= gdal -PORTVERSION= 3.10.3 +PORTVERSION= 3.11.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,14 +18,14 @@ LIB_DEPENDS= libgdal.so:graphics/gdal USES= compiler:c++11-lang cpe python USE_PYTHON= autoplist concurrent pep517 -MAKE_ENV= GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY=yes - CPE_VENDOR= osgeo OPTIONS_DEFINE= NUMPY NUMPY_DESC= Enable array support via NumPy NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR} +NUMPY_MAKE_ENV= GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY=no +NUMPY_MAKE_ENV_OFF= GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY=yes NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR} NUMPY_USES= fortran diff --git a/graphics/py-gdal/distinfo b/graphics/py-gdal/distinfo index 1965f39a6b37..43d7d4186f50 100644 --- a/graphics/py-gdal/distinfo +++ b/graphics/py-gdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288772 -SHA256 (gdal-3.10.3.tar.gz) = b5550650daeeae8e41091581d9aea7d75a9f15b0ebbeb8c96e37458fa02264cd -SIZE (gdal-3.10.3.tar.gz) = 838170 +TIMESTAMP = 1747715312 +SHA256 (gdal-3.11.0.tar.gz) = ac59ccfe291d3ce4f6a9a3eed17da3777bc3bae970ce27217d4fa85db98650f8 +SIZE (gdal-3.11.0.tar.gz) = 877693 diff --git a/graphics/py-opencolorio/Makefile b/graphics/py-opencolorio/Makefile index 6ca6e604f265..cf62c4ac05f9 100644 --- a/graphics/py-opencolorio/Makefile +++ b/graphics/py-opencolorio/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile index 0cbe1c16729c..741a44a07e46 100644 --- a/graphics/py-openimageio/Makefile +++ b/graphics/py-openimageio/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 4 +PORTREVISION= 7 CATEGORIES= graphics multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile index 4b04b16f74ef..7286d8fac94f 100644 --- a/graphics/py-rasterio/Makefile +++ b/graphics/py-rasterio/Makefile @@ -1,5 +1,6 @@ PORTNAME= rasterio PORTVERSION= 1.3.11 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-rawpy/Makefile b/graphics/py-rawpy/Makefile index b7e8c3449194..2b1902e4e7a8 100644 --- a/graphics/py-rawpy/Makefile +++ b/graphics/py-rawpy/Makefile @@ -1,5 +1,5 @@ PORTNAME= rawpy -PORTVERSION= 0.24.0 +PORTVERSION= 0.25.0 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-rawpy/distinfo b/graphics/py-rawpy/distinfo index 3699eaac5de0..ae770f072946 100644 --- a/graphics/py-rawpy/distinfo +++ b/graphics/py-rawpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888322 -SHA256 (letmaik-rawpy-v0.24.0_GH0.tar.gz) = d41b41332b51096fc2ccc451eea8547e28fbfd992c277dfdbfb31eb8dab913fe -SIZE (letmaik-rawpy-v0.24.0_GH0.tar.gz) = 75984350 +TIMESTAMP = 1747715442 +SHA256 (letmaik-rawpy-v0.25.0_GH0.tar.gz) = a97feea139a42d89024c983d1321ed5c374a2bdd8cb45f73d6bea37402c08998 +SIZE (letmaik-rawpy-v0.25.0_GH0.tar.gz) = 75984021 diff --git a/graphics/py-tifffile/Makefile b/graphics/py-tifffile/Makefile index eda122abdbe8..1e897afaf099 100644 --- a/graphics/py-tifffile/Makefile +++ b/graphics/py-tifffile/Makefile @@ -1,5 +1,5 @@ PORTNAME= tifffile -PORTVERSION= 2025.3.30 +PORTVERSION= 2025.5.10 CATEGORIES= graphics python MASTER_SITES= PYPI \ https://github.com/cgohlke/tifffile/releases/download/v${PORTVERSION}/ diff --git a/graphics/py-tifffile/distinfo b/graphics/py-tifffile/distinfo index b09628742e08..6365308fe1c9 100644 --- a/graphics/py-tifffile/distinfo +++ b/graphics/py-tifffile/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289016 -SHA256 (tifffile-2025.3.30.tar.gz) = 3cdee47fe06cd75367c16bc3ff34523713156dae6cd498e3a392e5b39a51b789 -SIZE (tifffile-2025.3.30.tar.gz) = 366039 +TIMESTAMP = 1747715444 +SHA256 (tifffile-2025.5.10.tar.gz) = 018335d34283aa3fd8c263bae5c3c2b661ebc45548fde31504016fcae7bf1103 +SIZE (tifffile-2025.5.10.tar.gz) = 365290 diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index fa9ca88348c9..d2df1b28ec77 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -1,5 +1,6 @@ PORTNAME= qgis DISTVERSION= 3.40.7 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ PKGNAMESUFFIX= -ltr diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index b4436721bb8f..722eca17c38e 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -1,5 +1,6 @@ PORTNAME= qgis DISTVERSION= 3.42.3 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 33403f95f4f2..2b7acbfbcf88 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,8 +1,7 @@ PORTNAME= sane-backends -DISTVERSION= 1.3.1 -PORTREVISION= 2 +DISTVERSION= 1.4.0 CATEGORIES= graphics -MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/83bdbb6c9a115184c2d48f1fdc6847db/ +MASTER_SITES= https://gitlab.com/-/project/429008/uploads/843c156420e211859e974f78f64c3ea3/ MAINTAINER= vvd@FreeBSD.org COMMENT= API for accessing scanners, digital cameras, frame grabbers, etc diff --git a/graphics/sane-backends/distinfo b/graphics/sane-backends/distinfo index 13cc38a21e30..4b48ae94b14e 100644 --- a/graphics/sane-backends/distinfo +++ b/graphics/sane-backends/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716563691 -SHA256 (sane-backends-1.3.1.tar.gz) = aa82f76f409b88f8ea9793d4771fce01254d9b6549ec84d6295b8f59a3879a0c -SIZE (sane-backends-1.3.1.tar.gz) = 7432184 +TIMESTAMP = 1748300444 +SHA256 (sane-backends-1.4.0.tar.gz) = f99205c903dfe2fb8990f0c531232c9a00ec9c2c66ac7cb0ce50b4af9f407a72 +SIZE (sane-backends-1.4.0.tar.gz) = 7505056 diff --git a/graphics/sane-backends/pkg-plist b/graphics/sane-backends/pkg-plist index 0cf244d17c13..81df882772d4 100644 --- a/graphics/sane-backends/pkg-plist +++ b/graphics/sane-backends/pkg-plist @@ -597,6 +597,7 @@ sbin/saned %%NLS%%share/locale/pt/LC_MESSAGES/sane-backends.mo %%NLS%%share/locale/ru/LC_MESSAGES/sane-backends.mo %%NLS%%share/locale/sv/LC_MESSAGES/sane-backends.mo +%%NLS%%share/locale/tr/LC_MESSAGES/sane-backends.mo %%NLS%%share/locale/uk/LC_MESSAGES/sane-backends.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/sane-backends.mo @dir etc/sane.d/dll.d diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index c178634c7ab4..9b51b504ec9b 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -1,6 +1,5 @@ PORTNAME= tesseract -PORTVERSION= 5.5.0 -PORTREVISION= 1 +PORTVERSION= 5.5.1 CATEGORIES= graphics MAINTAINER= pkubaj@FreeBSD.org @@ -49,7 +48,6 @@ TOOLS_USE= GNOME=cairo,glib20,pango .if exists(/usr/include/omp.h) CMAKE_ON= OPENMP_BUILD -LDFLAGS+= -lomp .endif post-install-DOCS-on: diff --git a/graphics/tesseract/distinfo b/graphics/tesseract/distinfo index 17d441723154..3899751379b5 100644 --- a/graphics/tesseract/distinfo +++ b/graphics/tesseract/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731798535 -SHA256 (tesseract-ocr-tesseract-5.5.0_GH0.tar.gz) = f2fb34ca035b6d087a42875a35a7a5c4155fa9979c6132365b1e5a28ebc3fc11 -SIZE (tesseract-ocr-tesseract-5.5.0_GH0.tar.gz) = 1905018 +TIMESTAMP = 1748206252 +SHA256 (tesseract-ocr-tesseract-5.5.1_GH0.tar.gz) = a7a3f2a7420cb6a6a94d80c24163e183cf1d2f1bed2df3bbc397c81808a57237 +SIZE (tesseract-ocr-tesseract-5.5.1_GH0.tar.gz) = 1897616 |