diff options
Diffstat (limited to 'graphics')
101 files changed, 327 insertions, 207 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index d44198ef29cc..71716649bbcd 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -831,6 +831,8 @@ SUBDIR += php83-gd SUBDIR += php84-exif SUBDIR += php84-gd + SUBDIR += php85-exif + SUBDIR += php85-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle diff --git a/graphics/R-cran-qpdf/Makefile b/graphics/R-cran-qpdf/Makefile index 0711380975be..0842d7bfe540 100644 --- a/graphics/R-cran-qpdf/Makefile +++ b/graphics/R-cran-qpdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= qpdf -DISTVERSION= 1.3.5 +DISTVERSION= 1.4.1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-qpdf/distinfo b/graphics/R-cran-qpdf/distinfo index 23ac77f9ec62..edc06723951a 100644 --- a/graphics/R-cran-qpdf/distinfo +++ b/graphics/R-cran-qpdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742753479 -SHA256 (qpdf_1.3.5.tar.gz) = 709a97451a31fc6f94fe6ce6ea337ebd76335c62a000a0431c9c1994e50dc47a -SIZE (qpdf_1.3.5.tar.gz) = 322573 +TIMESTAMP = 1751518792 +SHA256 (qpdf_1.4.1.tar.gz) = 3ab2c6f099b7f17e383ccb0c4fdd8c27a657ba629967d2edb3c768fc3dc315c6 +SIZE (qpdf_1.4.1.tar.gz) = 556946 diff --git a/graphics/artem/Makefile b/graphics/artem/Makefile index c109f5793b5d..08e13aef8946 100644 --- a/graphics/artem/Makefile +++ b/graphics/artem/Makefile @@ -1,7 +1,7 @@ PORTNAME= artem DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= adamw@FreeBSD.org diff --git a/graphics/asciinema-agg/Makefile b/graphics/asciinema-agg/Makefile index bc946dfcf006..b2f1508a487b 100644 --- a/graphics/asciinema-agg/Makefile +++ b/graphics/asciinema-agg/Makefile @@ -1,6 +1,7 @@ PORTNAME= agg DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= asciinema- diff --git a/graphics/clang-uml/Makefile b/graphics/clang-uml/Makefile index 783c7d7f6f16..9175e72d4030 100644 --- a/graphics/clang-uml/Makefile +++ b/graphics/clang-uml/Makefile @@ -1,5 +1,5 @@ PORTNAME= clang-uml -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= graphics lang textproc MAINTAINER= arrowd@FreeBSD.org @@ -11,12 +11,29 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp -USES= cmake compiler:c++17-lang llvm:noexport,lib localbase:ldflags +USES= cmake:testing compiler:c++17-lang llvm:noexport,lib \ + localbase:ldflags -CMAKE_ARGS+= -DCLANG_UML_ENABLE_BACKTRACE=OFF \ +CMAKE_ARGS= -DCLANG_UML_ENABLE_BACKTRACE=OFF \ -DBUILD_TESTS=OFF +CMAKE_TESTING_ON=BUILD_TESTS USE_GITHUB= yes GH_ACCOUNT= bkryza +BUILD_WRKSRC_TESTS= ${BUILD_WRKSRC}/tests +TESTING_UNSAFE= some tests fail + +pre-test: + @if [ "${BUILD_WRKSRC_TESTS:H:H}" != "${WRKDIR}" ]; then \ + ${ECHO_CMD} This software expects tests data to be located at \ + ../../tests relative to ;\ + ${ECHO_CMD} ${BUILD_WRKSRC_TESTS} ;\ + ${ECHO_CMD} but this path is outside of ;\ + ${ECHO_CMD} ${WRKDIR}; \ + ${FALSE}; \ + fi + ${RM} ${WRKDIR}/tests + ${LN} -s ${WRKSRC}/tests ${WRKDIR}/tests + .include <bsd.port.mk> diff --git a/graphics/clang-uml/distinfo b/graphics/clang-uml/distinfo index 8eac317b1ec0..ef2a3bdc27fb 100644 --- a/graphics/clang-uml/distinfo +++ b/graphics/clang-uml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741688300 -SHA256 (bkryza-clang-uml-0.6.1_GH0.tar.gz) = a64c3cae87a282be207e4c5faf47534dca21b06cb6f463bb7b04de979dccf17e -SIZE (bkryza-clang-uml-0.6.1_GH0.tar.gz) = 3059231 +TIMESTAMP = 1751468522 +SHA256 (bkryza-clang-uml-0.6.2_GH0.tar.gz) = 004540c328699f81abebceb33a4661b548ab3a5f74096da2c025b9971b2b17ff +SIZE (bkryza-clang-uml-0.6.2_GH0.tar.gz) = 3100641 diff --git a/graphics/clang-uml/files/patch-src_common_clang__utils.cc b/graphics/clang-uml/files/patch-src_common_clang__utils.cc index 81f081831420..193f4ccfec7f 100644 --- a/graphics/clang-uml/files/patch-src_common_clang__utils.cc +++ b/graphics/clang-uml/files/patch-src_common_clang__utils.cc @@ -1,11 +1,11 @@ ---- src/common/clang_utils.cc.orig 2025-01-20 07:36:53 UTC +--- src/common/clang_utils.cc.orig 2025-06-29 11:26:26 UTC +++ src/common/clang_utils.cc -@@ -1019,7 +1019,7 @@ clang::RawComment *get_raw_comment(const clang::Source +@@ -1023,7 +1023,7 @@ clang::RawComment *get_raw_comment(const clang::Source + const auto *comments = context.Comments.getCommentsInFile(file_id); - if (!context.Comments.empty() && - context.Comments.getCommentsInFile(file_id) != nullptr) { + if (has_comments && comments != nullptr) { - for (const auto [offset, raw_comment] : + for (const auto & [offset, raw_comment] : *context.Comments.getCommentsInFile(sm.getFileID(expr_begin))) { - const auto comment_end_line = sm.getSpellingLineNumber( + const auto comment_end_line = sm.getExpansionLineNumber( raw_comment->getSourceRange().getEnd()); diff --git a/graphics/colord-kde/distinfo b/graphics/colord-kde/distinfo index f69e4cc43e0d..d5adadbb20be 100644 --- a/graphics/colord-kde/distinfo +++ b/graphics/colord-kde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751111721 -SHA256 (KDE/release-service/25.04.2/colord-kde-25.04.2.tar.xz) = 3f847f952ff34fe98e9b9c3477039860b95d3ec079a4421ab8269b6ee8a91459 -SIZE (KDE/release-service/25.04.2/colord-kde-25.04.2.tar.xz) = 120048 +TIMESTAMP = 1751381448 +SHA256 (KDE/release-service/25.04.3/colord-kde-25.04.3.tar.xz) = bcebe47737750d066e9c5560a7f9398bbe6327cf265714b3c708a4d1d6ea1803 +SIZE (KDE/release-service/25.04.3/colord-kde-25.04.3.tar.xz) = 120080 diff --git a/graphics/converseen/Makefile b/graphics/converseen/Makefile index 6f9c48382907..e6ef896ace83 100644 --- a/graphics/converseen/Makefile +++ b/graphics/converseen/Makefile @@ -1,6 +1,6 @@ PORTNAME= converseen DISTVERSIONPREFIX= v -DISTVERSION= 0.14.0.0 +DISTVERSION= 0.15.0.0 CATEGORIES= graphics MAINTAINER= fernape@FreeBSD.org diff --git a/graphics/converseen/distinfo b/graphics/converseen/distinfo index 5276e215f0d1..65c0bb458917 100644 --- a/graphics/converseen/distinfo +++ b/graphics/converseen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745754508 -SHA256 (Faster3ck-Converseen-v0.14.0.0_GH0.tar.gz) = 434ab5363b0a1399b51788473ccc6907ac790f90be743b30484223ef4273f3e3 -SIZE (Faster3ck-Converseen-v0.14.0.0_GH0.tar.gz) = 962236 +TIMESTAMP = 1751528790 +SHA256 (Faster3ck-Converseen-v0.15.0.0_GH0.tar.gz) = 6e1a8f2e606919b23ea1bb7e99cc87add0be42acc3698a9397f0371385bdcb1b +SIZE (Faster3ck-Converseen-v0.15.0.0_GH0.tar.gz) = 966117 diff --git a/graphics/derelict-gl3/Makefile b/graphics/derelict-gl3/Makefile index 46b350f548e3..c4c21ef43ea0 100644 --- a/graphics/derelict-gl3/Makefile +++ b/graphics/derelict-gl3/Makefile @@ -1,6 +1,6 @@ PORTNAME= derelict-gl3 PORTVERSION= 1.0.24 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= v CATEGORIES= graphics diff --git a/graphics/dify/Makefile b/graphics/dify/Makefile index 277a062186cc..23a73597fc23 100644 --- a/graphics/dify/Makefile +++ b/graphics/dify/Makefile @@ -1,6 +1,6 @@ PORTNAME= dify DISTVERSION= 0.6.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/drawio/Makefile b/graphics/drawio/Makefile index 527792f369de..f2ecf89cf3da 100644 --- a/graphics/drawio/Makefile +++ b/graphics/drawio/Makefile @@ -1,6 +1,6 @@ PORTNAME= drawio PORTVERSION= 26.2.15 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONPREFIX= x86_64- CATEGORIES= graphics MASTER_SITES= https://github.com/jgraph/drawio-desktop/releases/download/v${PORTVERSION}/ diff --git a/graphics/drawpile/Makefile b/graphics/drawpile/Makefile index 834315850c02..a1f43d6ecc00 100644 --- a/graphics/drawpile/Makefile +++ b/graphics/drawpile/Makefile @@ -1,6 +1,6 @@ PORTNAME= Drawpile DISTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile index 8d29bf968c06..d5906884f249 100644 --- a/graphics/dssim/Makefile +++ b/graphics/dssim/Makefile @@ -1,6 +1,6 @@ PORTNAME= dssim DISTVERSION= 3.2.4 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index f48564d52471..972382c18e18 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -1,6 +1,5 @@ PORTNAME= evince -DISTVERSION= 48.0 -PORTREVISION= 1 +DISTVERSION= 48.1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -21,14 +20,13 @@ BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ LIB_DEPENDS= libhandy-1.so:x11-toolkits/libhandy \ libpoppler-glib.so:graphics/poppler-glib \ libspectre.so:print/libspectre \ - libtiff.so:graphics/tiff \ - libdbus-1.so:devel/dbus + libtiff.so:graphics/tiff RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \ gstreamer libarchive localbase:ldflags meson pkgconfig \ python:build tar:xz xorg -USE_GNOME= cairo gdkpixbuf gnomedesktop3 gtk30 introspection:build libxml2 +USE_GNOME= cairo gdkpixbuf gtk30 libxml2 USE_LDCONFIG= yes USE_XORG= ice CPE_VENDOR= gnome @@ -43,7 +41,6 @@ MESON_ARGS+= -Dintrospection=false \ -Dpreviewer=false \ -Dthumbnail_cache=disabled \ -Dthumbnailer=false -USE_GNOME+= libxml2 OPTIONS_EXCLUDE= DBUS PLIST= ${.CURDIR}/pkg-plist-lite PKGNAMESUFFIX= -lite @@ -66,8 +63,8 @@ OPTIONS_DEFAULT= COMICS DBUS KEYRING SPELL XPS COMICS_DESC= Comic book archives support COMICS_MESON_ENABLED= comics -DBUS_MESON_TRUE= dbus -DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus +DBUS_MESON_TRUE= dbus +DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DJVU_DESC= DJVU support DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo index f4c04d0ce3b6..ac8fd3452e4d 100644 --- a/graphics/evince/distinfo +++ b/graphics/evince/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744639068 -SHA256 (gnome/evince-48.0.tar.xz) = cd2f658355fa9075fdf9e5b44aa0af3a7e0928c55614eb1042b36176cf451126 -SIZE (gnome/evince-48.0.tar.xz) = 2942540 +TIMESTAMP = 1751557151 +SHA256 (gnome/evince-48.1.tar.xz) = 7d8b9a6fa3a05d3f5b9048859027688c73a788ff6e923bc3945126884943fa10 +SIZE (gnome/evince-48.1.tar.xz) = 2942692 diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist index d4725ae61f2b..7dee2ca261ff 100644 --- a/graphics/evince/pkg-plist +++ b/graphics/evince/pkg-plist @@ -69,10 +69,10 @@ lib/girepository-1.0/EvinceDocument-%%VERSION%%.typelib lib/girepository-1.0/EvinceView-%%VERSION%%.typelib lib/libevdocument3.so lib/libevdocument3.so.4 -lib/libevdocument3.so.%%GTK4_VERSION%% +lib/libevdocument3.so.4.0.0 lib/libevview3.so lib/libevview3.so.3 -lib/libevview3.so.%%GTK3_VERSION%% +lib/libevview3.so.3.0.0 libdata/pkgconfig/evince-document-%%VERSION%%.pc libdata/pkgconfig/evince-view-%%VERSION%%.pc %%DBUS%%libexec/evinced diff --git a/graphics/evince/pkg-plist-lite b/graphics/evince/pkg-plist-lite index f072cf2f0402..c068f815bb8e 100644 --- a/graphics/evince/pkg-plist-lite +++ b/graphics/evince/pkg-plist-lite @@ -65,10 +65,10 @@ lib/evince/4/backends/tiffdocument.evince-backend %%XPS%%lib/evince/4/backends/xpsdocument.evince-backend lib/libevdocument3.so lib/libevdocument3.so.4 -lib/libevdocument3.so.%%GTK4_VERSION%% +lib/libevdocument3.so.4.0.0 lib/libevview3.so lib/libevview3.so.3 -lib/libevview3.so.%%GTK3_VERSION%% +lib/libevview3.so.3.0.0 libdata/pkgconfig/evince-document-%%VERSION%%.pc libdata/pkgconfig/evince-view-%%VERSION%%.pc share/man/man1/evince-previewer.1.gz diff --git a/graphics/gifski/Makefile b/graphics/gifski/Makefile index f7445924ae48..dff5a9740e87 100644 --- a/graphics/gifski/Makefile +++ b/graphics/gifski/Makefile @@ -1,6 +1,6 @@ PORTNAME= gifski DISTVERSION= 1.10.3 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile index 1b31ac722a26..0e4b68c02b1c 100644 --- a/graphics/glslang/Makefile +++ b/graphics/glslang/Makefile @@ -1,8 +1,8 @@ PORTNAME= glslang -DISTVERSION= 15.3.0 +DISTVERSION= 15.4.0 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL and OpenGL ES shader front end and validator WWW= https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ diff --git a/graphics/glslang/distinfo b/graphics/glslang/distinfo index 6fb4f73074a3..18517b17b988 100644 --- a/graphics/glslang/distinfo +++ b/graphics/glslang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745537407 -SHA256 (KhronosGroup-glslang-15.3.0_GH0.tar.gz) = c6c21fe1873c37e639a6a9ac72d857ab63a5be6893a589f34e09a6c757174201 -SIZE (KhronosGroup-glslang-15.3.0_GH0.tar.gz) = 4023163 +TIMESTAMP = 1751036750 +SHA256 (KhronosGroup-glslang-15.4.0_GH0.tar.gz) = b16c78e7604b9be9f546ee35ad8b6db6f39bbbbfb19e8d038b6fe2ea5bba4ff4 +SIZE (KhronosGroup-glslang-15.4.0_GH0.tar.gz) = 4201376 diff --git a/graphics/glslang/pkg-plist b/graphics/glslang/pkg-plist index 435b7f2856d3..3fca789ea3b0 100644 --- a/graphics/glslang/pkg-plist +++ b/graphics/glslang/pkg-plist @@ -14,7 +14,7 @@ include/glslang/SPIRV/Logger.h include/glslang/SPIRV/SPVRemapper.h include/glslang/SPIRV/SpvTools.h include/glslang/SPIRV/disassemble.h -include/glslang/SPIRV/spirv.hpp +include/glslang/SPIRV/spirv.hpp11 include/glslang/build_info.h lib/cmake/glslang/glslang-config-version.cmake lib/cmake/glslang/glslang-config.cmake diff --git a/graphics/gwenview/distinfo b/graphics/gwenview/distinfo index c5da8098dea3..3496f59c7f19 100644 --- a/graphics/gwenview/distinfo +++ b/graphics/gwenview/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036747 -SHA256 (KDE/release-service/25.04.2/gwenview-25.04.2.tar.xz) = f2ec1bbb71fefd041a656686e4eb8a3ed684f913cfa86e062a40d9222ca3143f -SIZE (KDE/release-service/25.04.2/gwenview-25.04.2.tar.xz) = 6533516 +TIMESTAMP = 1751381450 +SHA256 (KDE/release-service/25.04.3/gwenview-25.04.3.tar.xz) = 59bf9fc4a4be87260781ccb5872212484b697caa53fa0ee7e128bdb08eaf5e87 +SIZE (KDE/release-service/25.04.3/gwenview-25.04.3.tar.xz) = 6533552 diff --git a/graphics/kamera/distinfo b/graphics/kamera/distinfo index 4aa26de4c2d6..6bfbaf5bd4e6 100644 --- a/graphics/kamera/distinfo +++ b/graphics/kamera/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036750 -SHA256 (KDE/release-service/25.04.2/kamera-25.04.2.tar.xz) = a45fd021f95aa334d2f9994ddeaafa290f71580277192b6c5d2829637a8dc7e8 -SIZE (KDE/release-service/25.04.2/kamera-25.04.2.tar.xz) = 133004 +TIMESTAMP = 1751381453 +SHA256 (KDE/release-service/25.04.3/kamera-25.04.3.tar.xz) = 46b9caa4a9ef218342f57eeb0fdad30635fc5090f22f89dd1ced5856f060dd49 +SIZE (KDE/release-service/25.04.3/kamera-25.04.3.tar.xz) = 132972 diff --git a/graphics/kcolorchooser/distinfo b/graphics/kcolorchooser/distinfo index 1755462bdd91..80a24a48af0a 100644 --- a/graphics/kcolorchooser/distinfo +++ b/graphics/kcolorchooser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036752 -SHA256 (KDE/release-service/25.04.2/kcolorchooser-25.04.2.tar.xz) = 749f3a80498fb5632d5c835f4ac17eedd16d891dd74b8af06ca12445c7bc6a0f -SIZE (KDE/release-service/25.04.2/kcolorchooser-25.04.2.tar.xz) = 36364 +TIMESTAMP = 1751381455 +SHA256 (KDE/release-service/25.04.3/kcolorchooser-25.04.3.tar.xz) = 08db027a1deb9e0a429abde8c8702b47e1401ac0085812f78ac10a7c610270f5 +SIZE (KDE/release-service/25.04.3/kcolorchooser-25.04.3.tar.xz) = 36396 diff --git a/graphics/kdegraphics-mobipocket/distinfo b/graphics/kdegraphics-mobipocket/distinfo index ab17df618787..0333dc54d9d2 100644 --- a/graphics/kdegraphics-mobipocket/distinfo +++ b/graphics/kdegraphics-mobipocket/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036755 -SHA256 (KDE/release-service/25.04.2/kdegraphics-mobipocket-25.04.2.tar.xz) = ddd546e8fff5552e5b7e7294f3c63b6130d9a98f6155ea280fa861f793cf2337 -SIZE (KDE/release-service/25.04.2/kdegraphics-mobipocket-25.04.2.tar.xz) = 13136 +TIMESTAMP = 1751381458 +SHA256 (KDE/release-service/25.04.3/kdegraphics-mobipocket-25.04.3.tar.xz) = 12f66c78d190867c1c994f650f1409c87bde0fd592911ad3a475b7502045f3d3 +SIZE (KDE/release-service/25.04.3/kdegraphics-mobipocket-25.04.3.tar.xz) = 13136 diff --git a/graphics/kdegraphics-svgpart/distinfo b/graphics/kdegraphics-svgpart/distinfo index 6e3d16bd30b0..7d3ed5333176 100644 --- a/graphics/kdegraphics-svgpart/distinfo +++ b/graphics/kdegraphics-svgpart/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036757 -SHA256 (KDE/release-service/25.04.2/svgpart-25.04.2.tar.xz) = afba527031489d32151134e31c2be13207be1f224ed7963f1d8170a2a28d2a9c -SIZE (KDE/release-service/25.04.2/svgpart-25.04.2.tar.xz) = 30232 +TIMESTAMP = 1751381460 +SHA256 (KDE/release-service/25.04.3/svgpart-25.04.3.tar.xz) = 193f852d7d1fba4ec7ad25dd59d567d58bb6533e436a50d80f54fe1b94202b24 +SIZE (KDE/release-service/25.04.3/svgpart-25.04.3.tar.xz) = 30252 diff --git a/graphics/kdegraphics-thumbnailers/distinfo b/graphics/kdegraphics-thumbnailers/distinfo index fd49614c3fae..8a67938b184f 100644 --- a/graphics/kdegraphics-thumbnailers/distinfo +++ b/graphics/kdegraphics-thumbnailers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036760 -SHA256 (KDE/release-service/25.04.2/kdegraphics-thumbnailers-25.04.2.tar.xz) = 65a3caffe98aadb5e94023c674d163d1a3efb3da1f3b222f3d883143e2f7fe7c -SIZE (KDE/release-service/25.04.2/kdegraphics-thumbnailers-25.04.2.tar.xz) = 49136 +TIMESTAMP = 1751381463 +SHA256 (KDE/release-service/25.04.3/kdegraphics-thumbnailers-25.04.3.tar.xz) = 221b584c92c1c1570720caba97706de36dbe3ef4f6ee324b774513e37f446318 +SIZE (KDE/release-service/25.04.3/kdegraphics-thumbnailers-25.04.3.tar.xz) = 49160 diff --git a/graphics/kgraphviewer/distinfo b/graphics/kgraphviewer/distinfo index 7ab2e81fa96d..9548a599cdf1 100644 --- a/graphics/kgraphviewer/distinfo +++ b/graphics/kgraphviewer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036762 -SHA256 (KDE/release-service/25.04.2/kgraphviewer-25.04.2.tar.xz) = 484bf8132a1ecbec0a9fcf05274bb08081e6d288882a9835e86cb3177a7742bf -SIZE (KDE/release-service/25.04.2/kgraphviewer-25.04.2.tar.xz) = 1595592 +TIMESTAMP = 1751381465 +SHA256 (KDE/release-service/25.04.3/kgraphviewer-25.04.3.tar.xz) = 7b79dbccc43e13c26d76b2606b7ec6c2d87e857a116ca2c7150d3188dfdf870f +SIZE (KDE/release-service/25.04.3/kgraphviewer-25.04.3.tar.xz) = 1595568 diff --git a/graphics/kimagemapeditor/distinfo b/graphics/kimagemapeditor/distinfo index 9fc2b21de8a7..e0e6233beacf 100644 --- a/graphics/kimagemapeditor/distinfo +++ b/graphics/kimagemapeditor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036765 -SHA256 (KDE/release-service/25.04.2/kimagemapeditor-25.04.2.tar.xz) = 53e9efb9f1807dd9feeb78590301e2607f831656c807d53852c14e67964d8d8d -SIZE (KDE/release-service/25.04.2/kimagemapeditor-25.04.2.tar.xz) = 1077232 +TIMESTAMP = 1751381467 +SHA256 (KDE/release-service/25.04.3/kimagemapeditor-25.04.3.tar.xz) = 18a0117e8d55530e6a83a57845b142cfa4951f1ce33c870122077eb229089640 +SIZE (KDE/release-service/25.04.3/kimagemapeditor-25.04.3.tar.xz) = 1077212 diff --git a/graphics/kolourpaint/distinfo b/graphics/kolourpaint/distinfo index 6f6f1dda0a8c..e04df4d2be8c 100644 --- a/graphics/kolourpaint/distinfo +++ b/graphics/kolourpaint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036767 -SHA256 (KDE/release-service/25.04.2/kolourpaint-25.04.2.tar.xz) = 74e495d8c102fe206bc4e173fe53134a4397a0d7b52ce06289af21805baa5210 -SIZE (KDE/release-service/25.04.2/kolourpaint-25.04.2.tar.xz) = 5315008 +TIMESTAMP = 1751381470 +SHA256 (KDE/release-service/25.04.3/kolourpaint-25.04.3.tar.xz) = 819b9bad15d927b150b95ac71d398f04df392762b848bb6be619e3fda3357d1f +SIZE (KDE/release-service/25.04.3/kolourpaint-25.04.3.tar.xz) = 5314956 diff --git a/graphics/kontrast/distinfo b/graphics/kontrast/distinfo index 6c8591449c27..12e4ccd689f5 100644 --- a/graphics/kontrast/distinfo +++ b/graphics/kontrast/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036769 -SHA256 (KDE/release-service/25.04.2/kontrast-25.04.2.tar.xz) = 410ffa280235a4e3277a8efe953c4e134714dd7241913165bc24aaaa1350c1c2 -SIZE (KDE/release-service/25.04.2/kontrast-25.04.2.tar.xz) = 219564 +TIMESTAMP = 1751381472 +SHA256 (KDE/release-service/25.04.3/kontrast-25.04.3.tar.xz) = 5cc134f4af4c6dabbae7df83c8945c3986cb9ae0455d0d315517fa96905eecf8 +SIZE (KDE/release-service/25.04.3/kontrast-25.04.3.tar.xz) = 219564 diff --git a/graphics/kqtquickcharts/distinfo b/graphics/kqtquickcharts/distinfo index 6e43d3c5368f..d13c571db276 100644 --- a/graphics/kqtquickcharts/distinfo +++ b/graphics/kqtquickcharts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036772 -SHA256 (KDE/release-service/25.04.2/kqtquickcharts-25.04.2.tar.xz) = f1691c48efeea44285a36754697441027d87e078b6c0c421249571441f3179aa -SIZE (KDE/release-service/25.04.2/kqtquickcharts-25.04.2.tar.xz) = 30868 +TIMESTAMP = 1751381475 +SHA256 (KDE/release-service/25.04.3/kqtquickcharts-25.04.3.tar.xz) = 6df9523d905944957d227aec009cdf45f202b279296269dde8f63a02b549c028 +SIZE (KDE/release-service/25.04.3/kqtquickcharts-25.04.3.tar.xz) = 30856 diff --git a/graphics/ksanecore/distinfo b/graphics/ksanecore/distinfo index 8a90c0ad7b66..7bedb5fb8837 100644 --- a/graphics/ksanecore/distinfo +++ b/graphics/ksanecore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036774 -SHA256 (KDE/release-service/25.04.2/ksanecore-25.04.2.tar.xz) = 7039e9c4c1f2c295359a68d9581f07c0674572848391ac7ccbb1af22c07915d8 -SIZE (KDE/release-service/25.04.2/ksanecore-25.04.2.tar.xz) = 53996 +TIMESTAMP = 1751381477 +SHA256 (KDE/release-service/25.04.3/ksanecore-25.04.3.tar.xz) = e5a8fdda44d4a27f0c90c2b808e48a737999ec200fd0b70f75fabb33a9013302 +SIZE (KDE/release-service/25.04.3/ksanecore-25.04.3.tar.xz) = 53972 diff --git a/graphics/libimagequant/Makefile b/graphics/libimagequant/Makefile index fcc9bded1bb9..acff213ed8dc 100644 --- a/graphics/libimagequant/Makefile +++ b/graphics/libimagequant/Makefile @@ -1,6 +1,6 @@ PORTNAME= libimagequant PORTVERSION= 4.3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/libkdcraw/distinfo b/graphics/libkdcraw/distinfo index ba02cda01df2..e93e20f65214 100644 --- a/graphics/libkdcraw/distinfo +++ b/graphics/libkdcraw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036777 -SHA256 (KDE/release-service/25.04.2/libkdcraw-25.04.2.tar.xz) = de7bc44d0437a0dca94a1005360b96b00da4ffc501f513eff466c3eb2755fd8a -SIZE (KDE/release-service/25.04.2/libkdcraw-25.04.2.tar.xz) = 37348 +TIMESTAMP = 1751381480 +SHA256 (KDE/release-service/25.04.3/libkdcraw-25.04.3.tar.xz) = 4ffd227cf0838c9a46be9f682d2431928e4663ad54de1f765bd8ae258eb110e8 +SIZE (KDE/release-service/25.04.3/libkdcraw-25.04.3.tar.xz) = 37344 diff --git a/graphics/libkexiv2/distinfo b/graphics/libkexiv2/distinfo index c528b26aaca6..e326d9a001db 100644 --- a/graphics/libkexiv2/distinfo +++ b/graphics/libkexiv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036779 -SHA256 (KDE/release-service/25.04.2/libkexiv2-25.04.2.tar.xz) = 9eebb0d9ec9773fc4a3db7fa19f6df6923860920ea2192ca9f9d9df96bc997d1 -SIZE (KDE/release-service/25.04.2/libkexiv2-25.04.2.tar.xz) = 60644 +TIMESTAMP = 1751381482 +SHA256 (KDE/release-service/25.04.3/libkexiv2-25.04.3.tar.xz) = d7b8d791e9db8facf16a95447daa597efaaa6b42d300fa7cbe9d1ff5b9e7b5a8 +SIZE (KDE/release-service/25.04.3/libkexiv2-25.04.3.tar.xz) = 60660 diff --git a/graphics/libksane/distinfo b/graphics/libksane/distinfo index 2a94bf23b219..099188f8753f 100644 --- a/graphics/libksane/distinfo +++ b/graphics/libksane/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036782 -SHA256 (KDE/release-service/25.04.2/libksane-25.04.2.tar.xz) = c458fcc2f0ff52be768e77cb4cb3ca2150db8986ed8403cb19ff08bf5dadcec3 -SIZE (KDE/release-service/25.04.2/libksane-25.04.2.tar.xz) = 155908 +TIMESTAMP = 1751381485 +SHA256 (KDE/release-service/25.04.3/libksane-25.04.3.tar.xz) = eab97e319cd8e020e63c49ca3c18188898d326d3568c939a5640b42cdc1c265f +SIZE (KDE/release-service/25.04.3/libksane-25.04.3.tar.xz) = 155880 diff --git a/graphics/libopendrive/Makefile b/graphics/libopendrive/Makefile index b96a228fdbf8..e0aff6c9efeb 100644 --- a/graphics/libopendrive/Makefile +++ b/graphics/libopendrive/Makefile @@ -1,5 +1,6 @@ PORTNAME= libopendrive PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org @@ -9,13 +10,22 @@ WWW= https://github.com/pageldev/libOpenDRIVE LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++14-lang +BUILD_DEPENDS= catch2>=3.4.0:devel/catch2 \ + pugixml>=1.14:textproc/pugixml +LIB_DEPENDS= libpugixml.so:textproc/pugixml + +USES= cmake compiler:c++17-lang CMAKE_ON= BUILD_SHARED_LIBS USE_GITHUB= yes GH_ACCOUNT= pageldev GH_PROJECT= libOpenDRIVE -GH_TAGNAME= edfd564 +GH_TAGNAME= 82c2dd9 + +post-patch: + @${MKDIR} ${WRKSRC}/pugixml/ + @${LN} -s ${LOCALBASE}/include/pugixml.hpp ${WRKSRC}/pugixml/pugixml.hpp + @${LN} -s ${LOCALBASE}/include/pugiconfig.hpp ${WRKSRC}/pugixml/pugiconfig.hpp .include <bsd.port.mk> diff --git a/graphics/libopendrive/distinfo b/graphics/libopendrive/distinfo index 393438c08144..156664e687d5 100644 --- a/graphics/libopendrive/distinfo +++ b/graphics/libopendrive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748107894 -SHA256 (pageldev-libOpenDRIVE-0.6.0-edfd564_GH0.tar.gz) = 89184e50350f715e88d921dda95879b8693efd14d47d0a8cb8d6bc8635089e7e -SIZE (pageldev-libOpenDRIVE-0.6.0-edfd564_GH0.tar.gz) = 132294 +TIMESTAMP = 1751375029 +SHA256 (pageldev-libOpenDRIVE-0.6.0-82c2dd9_GH0.tar.gz) = 366063848456c376b1a1e499b9f262bc0c024f579dae300ee190882900615cf5 +SIZE (pageldev-libOpenDRIVE-0.6.0-82c2dd9_GH0.tar.gz) = 152194 diff --git a/graphics/libopendrive/files/patch-CMakeLists.txt b/graphics/libopendrive/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..32b6609c0b7b --- /dev/null +++ b/graphics/libopendrive/files/patch-CMakeLists.txt @@ -0,0 +1,62 @@ +--- CMakeLists.txt.orig 2025-07-04 08:27:24 UTC ++++ CMakeLists.txt +@@ -20,22 +20,10 @@ include(CTest) + endif() + + include(CTest) +-include(FetchContent) + include(GNUInstallDirs) + +-FetchContent_Declare( +- pugixml +- GIT_REPOSITORY https://github.com/zeux/pugixml.git +- GIT_TAG v1.14 +-) +-FetchContent_MakeAvailable(pugixml) +- +-FetchContent_Declare( +- Catch2 +- GIT_REPOSITORY https://github.com/catchorg/Catch2.git +- GIT_TAG v3.4.0 +-) +-FetchContent_MakeAvailable(Catch2) ++find_package(pugixml 1.14 REQUIRED) ++find_package(Catch2 3.4.0 REQUIRED) + include(Catch) + + set(SOURCES +@@ -59,19 +47,18 @@ set(SOURCES + src/RoadObject.cpp + src/RoadSignal.cpp + src/RoutingGraph.cpp +- ${pugixml_SOURCE_DIR}/src/pugixml.cpp + ) + + add_library(OpenDrive ${SOURCES}) + target_include_directories( + OpenDrive PUBLIC + $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> ++ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/pugixml> + $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}> +- $<BUILD_INTERFACE:${pugixml_SOURCE_DIR}/src> + ) + + add_executable(tests tests/test.cpp) +-target_link_libraries(tests PRIVATE OpenDrive Catch2::Catch2WithMain) ++target_link_libraries(tests PRIVATE OpenDrive pugixml::pugixml Catch2::Catch2WithMain) + catch_discover_tests(tests WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tests) + + install( +@@ -80,12 +67,6 @@ install( + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +-) +-install( +- FILES +- ${pugixml_SOURCE_DIR}/src/pugixml.hpp +- ${pugixml_SOURCE_DIR}/src/pugiconfig.hpp +- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} + ) + install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) + install(TARGETS OpenDrive EXPORT OpenDriveConfig) diff --git a/graphics/libopendrive/pkg-plist b/graphics/libopendrive/pkg-plist index e54966418ff0..b94183fd63c1 100644 --- a/graphics/libopendrive/pkg-plist +++ b/graphics/libopendrive/pkg-plist @@ -1,4 +1,3 @@ -bin/test-xodr cmake/OpenDriveConfig-%%CMAKE_BUILD_TYPE%%.cmake cmake/OpenDriveConfig.cmake include/CubicBezier.hpp @@ -13,6 +12,7 @@ include/Junction.h include/Lane.h include/LaneSection.h include/LaneValidityRecord.h +include/Log.h include/Math.hpp include/Mesh.h include/OpenDriveMap.h @@ -25,6 +25,5 @@ include/RoadSignal.h include/RoutingGraph.h include/Utils.hpp include/XmlNode.h -include/pugixml/pugiconfig.hpp -include/pugixml/pugixml.hpp +include/earcut.hpp lib/libOpenDrive.so diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 9f35e0deeeba..928c93b1ffaf 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -1,6 +1,6 @@ PORTNAME= libopenraw PORTVERSION= 0.3.7 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/graphics/libplacebo/Makefile b/graphics/libplacebo/Makefile index df9d9e7cb0a7..104571959fb1 100644 --- a/graphics/libplacebo/Makefile +++ b/graphics/libplacebo/Makefile @@ -1,6 +1,7 @@ PORTNAME= libplacebo DISTVERSIONPREFIX= v DISTVERSION= 7.351.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index d306723911fe..93a33e2bb2ac 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= librsvg DISTVERSION= 2.60.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust diff --git a/graphics/menyoki/Makefile b/graphics/menyoki/Makefile index 6d2b1af82cba..f4fbd570362b 100644 --- a/graphics/menyoki/Makefile +++ b/graphics/menyoki/Makefile @@ -1,7 +1,7 @@ PORTNAME= menyoki DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 65b4c500a26d..22caa093d62c 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= mesa -DISTVERSION= 25.1-branchpoint-3233 -DISTVERSIONSUFFIX= -geaad90c262b +DISTVERSION= 25.1-branchpoint-3684 +DISTVERSIONSUFFIX= -gec05d4b1faf +PORTREVISION= 1 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 54a07d79fd7c..f72b76f65a6b 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1750894763 -SHA256 (mesa-25.1-branchpoint-3233-geaad90c262b.tar.bz2) = cd4abf95f5f21aec6262010fff1fe53ecd7ef72db38692bbd47a73ac3072cd34 -SIZE (mesa-25.1-branchpoint-3233-geaad90c262b.tar.bz2) = 58159088 +TIMESTAMP = 1751496736 +SHA256 (mesa-25.1-branchpoint-3684-gec05d4b1faf.tar.bz2) = 3885f8dbb6d0edc5136cb7cd8b57c3ebf2211c01689c3776a2fc5210d6f6516a +SIZE (mesa-25.1-branchpoint-3684-gec05d4b1faf.tar.bz2) = 58260181 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (2930dcbb3329.patch) = f90ab77950ba1a56d165f0bc8a3cbd9c5f624bb5c67d1c7f337316027e8295e8 diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile index a3bec451e098..8f19ef46964e 100644 --- a/graphics/mesa-dri/Makefile +++ b/graphics/mesa-dri/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 6 +PORTREVISION= 8 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ diff --git a/graphics/noaa-apt/Makefile b/graphics/noaa-apt/Makefile index 8231ba2d6242..c688f52664cd 100644 --- a/graphics/noaa-apt/Makefile +++ b/graphics/noaa-apt/Makefile @@ -1,7 +1,7 @@ PORTNAME= noaa-apt DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/nvidia-drm-510-kmod-devel/Makefile b/graphics/nvidia-drm-510-kmod-devel/Makefile index b6bfde43b6f3..d4ce531391ae 100644 --- a/graphics/nvidia-drm-510-kmod-devel/Makefile +++ b/graphics/nvidia-drm-510-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-510-kmod diff --git a/graphics/nvidia-drm-510-kmod-devel/distinfo b/graphics/nvidia-drm-510-kmod-devel/distinfo index 7946a22f9991..9e09837b4dca 100644 --- a/graphics/nvidia-drm-510-kmod-devel/distinfo +++ b/graphics/nvidia-drm-510-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750513021 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751449876 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v5.10.163_8_GH0.tar.gz) = ea6b04c4bbd859248aabb81bc2abc19f33d68f57decf2e41dd8f5341124227d4 SIZE (freebsd-drm-kmod-drm_v5.10.163_8_GH0.tar.gz) = 20095720 diff --git a/graphics/nvidia-drm-515-kmod-devel/Makefile b/graphics/nvidia-drm-515-kmod-devel/Makefile index c82bf66cc78e..a7b333ad8441 100644 --- a/graphics/nvidia-drm-515-kmod-devel/Makefile +++ b/graphics/nvidia-drm-515-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-515-kmod diff --git a/graphics/nvidia-drm-515-kmod-devel/distinfo b/graphics/nvidia-drm-515-kmod-devel/distinfo index c30652a950d9..3f48f97f6c2f 100644 --- a/graphics/nvidia-drm-515-kmod-devel/distinfo +++ b/graphics/nvidia-drm-515-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750497473 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751449949 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v5.15.160_5_GH0.tar.gz) = 93fc30211374d028ec8e24872cc5ac03dab13309b637cf3bdad27f2dcb808fc0 SIZE (freebsd-drm-kmod-drm_v5.15.160_5_GH0.tar.gz) = 26098570 diff --git a/graphics/nvidia-drm-61-kmod-devel/Makefile b/graphics/nvidia-drm-61-kmod-devel/Makefile index d059040f5e2f..c36ca3f0be6e 100644 --- a/graphics/nvidia-drm-61-kmod-devel/Makefile +++ b/graphics/nvidia-drm-61-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-61-kmod diff --git a/graphics/nvidia-drm-61-kmod-devel/distinfo b/graphics/nvidia-drm-61-kmod-devel/distinfo index 934b49d0bd27..03da35fa84ce 100644 --- a/graphics/nvidia-drm-61-kmod-devel/distinfo +++ b/graphics/nvidia-drm-61-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750497952 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751450006 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v6.1.128_4_GH0.tar.gz) = ef5ee435493351a4d123f53b503c018a5195604ad4954a052d40f103643de39d SIZE (freebsd-drm-kmod-drm_v6.1.128_4_GH0.tar.gz) = 37105937 diff --git a/graphics/nvidia-drm-66-kmod-devel/Makefile b/graphics/nvidia-drm-66-kmod-devel/Makefile index 09c5db366d3f..b7153ab3390f 100644 --- a/graphics/nvidia-drm-66-kmod-devel/Makefile +++ b/graphics/nvidia-drm-66-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-66-kmod diff --git a/graphics/nvidia-drm-66-kmod-devel/distinfo b/graphics/nvidia-drm-66-kmod-devel/distinfo index db68437d2905..a419269fc0d5 100644 --- a/graphics/nvidia-drm-66-kmod-devel/distinfo +++ b/graphics/nvidia-drm-66-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750498510 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751450069 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v6.6.25_5_GH0.tar.gz) = 412fe7b8db00ce7ed6339fa3099f9b17fe78b115ccb05a8714228ce70c9d0882 SIZE (freebsd-drm-kmod-drm_v6.6.25_5_GH0.tar.gz) = 38486809 diff --git a/graphics/nvidia-drm-kmod-devel/Makefile b/graphics/nvidia-drm-kmod-devel/Makefile index 1f5bfb06325a..25785ec2b87e 100644 --- a/graphics/nvidia-drm-kmod-devel/Makefile +++ b/graphics/nvidia-drm-kmod-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64 +DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/graphics/ocrs/Makefile b/graphics/ocrs/Makefile index 5bdea71b7f3c..ed7cbd319a70 100644 --- a/graphics/ocrs/Makefile +++ b/graphics/ocrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= ocrs DISTVERSIONPREFIX= ocrs-cli-v DISTVERSION= 0.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/oculante/Makefile b/graphics/oculante/Makefile index 65b88eb23eab..bd4426eaf6bc 100644 --- a/graphics/oculante/Makefile +++ b/graphics/oculante/Makefile @@ -1,6 +1,6 @@ PORTNAME= oculante DISTVERSION= 0.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/okular/distinfo b/graphics/okular/distinfo index ed9d8884b8d2..0d6feb22be2f 100644 --- a/graphics/okular/distinfo +++ b/graphics/okular/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036784 -SHA256 (KDE/release-service/25.04.2/okular-25.04.2.tar.xz) = bf2102fe7769b504e1934d46bf299398a6529fa2a96ca302bf7898c131b25cea -SIZE (KDE/release-service/25.04.2/okular-25.04.2.tar.xz) = 8191024 +TIMESTAMP = 1751381487 +SHA256 (KDE/release-service/25.04.3/okular-25.04.3.tar.xz) = d0b5bb0b0eeab46aa2367c8d81096185bd2261710701c84f1c6e2398e5058bfb +SIZE (KDE/release-service/25.04.3/okular-25.04.3.tar.xz) = 8190916 diff --git a/graphics/openxr/Makefile b/graphics/openxr/Makefile index 1582af4ad9e1..4a608115d3af 100644 --- a/graphics/openxr/Makefile +++ b/graphics/openxr/Makefile @@ -1,6 +1,7 @@ PORTNAME= openxr DISTVERSIONPREFIX= release- DISTVERSION= 1.1.49 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= vvd@FreeBSD.org diff --git a/graphics/oxipng/Makefile b/graphics/oxipng/Makefile index 83b5c2833c5a..9bc49affc10f 100644 --- a/graphics/oxipng/Makefile +++ b/graphics/oxipng/Makefile @@ -1,7 +1,7 @@ PORTNAME= oxipng DISTVERSIONPREFIX= v DISTVERSION= 9.1.5 # apply ${FILESDIR}/patch-man before generating cargo-crates list for missing deps -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org diff --git a/graphics/p5-Image-ExifTool-devel/Makefile b/graphics/p5-Image-ExifTool-devel/Makefile index d21dc195fa69..102f42220d17 100644 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ b/graphics/p5-Image-ExifTool-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= Image-ExifTool -DISTVERSION= 13.31 +DISTVERSION= 13.32 CATEGORIES= graphics perl5 MASTER_SITES= https://exiftool.org/ \ SF/exiftool diff --git a/graphics/p5-Image-ExifTool-devel/distinfo b/graphics/p5-Image-ExifTool-devel/distinfo index cd94ac1c8c1b..295a8c69ddd2 100644 --- a/graphics/p5-Image-ExifTool-devel/distinfo +++ b/graphics/p5-Image-ExifTool-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750413449 -SHA256 (Image-ExifTool-13.31.tar.gz) = 3894786f28ef6b625646bf26f033938c104216baefdf94d0178f46a16c5ad5c0 -SIZE (Image-ExifTool-13.31.tar.gz) = 7459422 +TIMESTAMP = 1751542077 +SHA256 (Image-ExifTool-13.32.tar.gz) = e4b462f1a111bde3e3c4519e06d71efaacc576c36f4c3407b3d225c39393c829 +SIZE (Image-ExifTool-13.32.tar.gz) = 7461392 diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile index 427ac0110d68..5b6880ca1777 100644 --- a/graphics/pastel/Makefile +++ b/graphics/pastel/Makefile @@ -1,7 +1,7 @@ PORTNAME= pastel DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/php85-exif/Makefile b/graphics/php85-exif/Makefile new file mode 100644 index 000000000000..5c5291702f25 --- /dev/null +++ b/graphics/php85-exif/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -exif + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/php85-gd/Makefile b/graphics/php85-gd/Makefile new file mode 100644 index 000000000000..71249f74c62d --- /dev/null +++ b/graphics/php85-gd/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -gd + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/plasma6-spectacle/distinfo b/graphics/plasma6-spectacle/distinfo index 9a4520bb30ac..30d02b344cc8 100644 --- a/graphics/plasma6-spectacle/distinfo +++ b/graphics/plasma6-spectacle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789608 -SHA256 (KDE/plasma/6.4.1/spectacle-6.4.1.tar.xz) = 547b8cc651730916104a8b1313504814eca7fe6a5abce254c10b37ffa1b13e34 -SIZE (KDE/plasma/6.4.1/spectacle-6.4.1.tar.xz) = 1597848 +TIMESTAMP = 1751380537 +SHA256 (KDE/plasma/6.4.2/spectacle-6.4.2.tar.xz) = 18b1d0b7e26680666eb86a2b0908c36d9e17a498b352944d89b901183920e0cb +SIZE (KDE/plasma/6.4.2/spectacle-6.4.2.tar.xz) = 1598176 diff --git a/graphics/qb3/Makefile b/graphics/qb3/Makefile index 45b1ec96b8a9..35728a128ba8 100644 --- a/graphics/qb3/Makefile +++ b/graphics/qb3/Makefile @@ -1,6 +1,7 @@ PORTNAME= qb3 PORTVERSION= 1.3.2 DISTVERSIONPREFIX= V +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org diff --git a/graphics/qb3/files/patch-i386 b/graphics/qb3/files/patch-i386 new file mode 100644 index 000000000000..1036ecf583db --- /dev/null +++ b/graphics/qb3/files/patch-i386 @@ -0,0 +1,13 @@ +Reference: https://github.com/lucianpls/QB3/pull/27 + +--- QB3lib/QB3encode.cpp.orig 2025-04-28 20:58:34 UTC ++++ QB3lib/QB3encode.cpp +@@ -84,7 +84,7 @@ void qb3_set_encoder_stride(encsp p, size_t stride) { + // Valid values are 2 and above + // sign = true when the input data is signed + // away = true to round away from zero +-bool qb3_set_encoder_quanta(encsp p, size_t q, bool away) { ++bool qb3_set_encoder_quanta(encsp p, uint64_t q, bool away) { + if (q < 1) + return false; + p->quanta = q; diff --git a/graphics/realesrgan-ncnn-vulkan/Makefile b/graphics/realesrgan-ncnn-vulkan/Makefile index fd5dc3d8c147..636041d7e80e 100644 --- a/graphics/realesrgan-ncnn-vulkan/Makefile +++ b/graphics/realesrgan-ncnn-vulkan/Makefile @@ -1,7 +1,7 @@ PORTNAME= realesrgan-ncnn-vulkan DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics # https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan/issues/29 MASTER_SITES= https://dev.gentoo.org/~slashbeast/distfiles/${PORTNAME}/:models diff --git a/graphics/resvg-capi/Makefile b/graphics/resvg-capi/Makefile index a46459a85636..390d5d26ce36 100644 --- a/graphics/resvg-capi/Makefile +++ b/graphics/resvg-capi/Makefile @@ -1,6 +1,6 @@ PORTNAME= resvg-c-api DISTVERSION= 0.45.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/resvg/Makefile b/graphics/resvg/Makefile index 5eabe92dc596..146bca64fbf9 100644 --- a/graphics/resvg/Makefile +++ b/graphics/resvg/Makefile @@ -1,6 +1,6 @@ PORTNAME= resvg DISTVERSION= 0.45.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile index a3beb819b13e..8037ea3f3db3 100644 --- a/graphics/rx/Makefile +++ b/graphics/rx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rx DISTVERSIONPREFIX= v DISTVERSION= 0.5.2 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= graphics PKGNAMESUFFIX= -editor diff --git a/graphics/satty/Makefile b/graphics/satty/Makefile index 0bfb5173dfad..142fae6204be 100644 --- a/graphics/satty/Makefile +++ b/graphics/satty/Makefile @@ -1,7 +1,7 @@ PORTNAME= satty DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics wayland MASTER_SITES= CRATESIO diff --git a/graphics/shaderc/Makefile b/graphics/shaderc/Makefile index d365213b6388..30c37bbc5aae 100644 --- a/graphics/shaderc/Makefile +++ b/graphics/shaderc/Makefile @@ -1,10 +1,9 @@ PORTNAME= shaderc DISTVERSIONPREFIX= v -DISTVERSION= 2025.2 -PORTREVISION= 1 +DISTVERSION= 2025.3 CATEGORIES= graphics devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GLSL/HLSL to SPIR-V shader compiler WWW= https://github.com/google/shaderc @@ -19,7 +18,7 @@ USES= cmake:testing compiler:c++11-lib localbase:ldflags \ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= google -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-411-gaa6cef1:headers/third_party/spirv-headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-430-g2a611a9:headers/third_party/spirv-headers SHEBANG_FILES= utils/add_copyright.py CMAKE_ON+= ${CMAKE_TESTING_OFF} CMAKE_TESTING_OFF= SHADERC_SKIP_TESTS diff --git a/graphics/shaderc/distinfo b/graphics/shaderc/distinfo index b8bc0a2807b0..1ef459a4173e 100644 --- a/graphics/shaderc/distinfo +++ b/graphics/shaderc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745429442 -SHA256 (google-shaderc-v2025.2_GH0.tar.gz) = 3fddc13bbb87411c6f7b8f447e87c1637933450087e70fc21da650041f4e0132 -SIZE (google-shaderc-v2025.2_GH0.tar.gz) = 228308 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 +TIMESTAMP = 1750799881 +SHA256 (google-shaderc-v2025.3_GH0.tar.gz) = a8e4a25e5c2686fd36981e527ed05e451fcfc226bddf350f4e76181371190937 +SIZE (google-shaderc-v2025.3_GH0.tar.gz) = 228417 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = f88c4918fc307c406b03587689bec0b7b5aaf9539955d3ee7a698342c2c52e8e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = 538631 diff --git a/graphics/skanlite/distinfo b/graphics/skanlite/distinfo index f5daddc63a8d..93c2515a057a 100644 --- a/graphics/skanlite/distinfo +++ b/graphics/skanlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036787 -SHA256 (KDE/release-service/25.04.2/skanlite-25.04.2.tar.xz) = d16d4657ab08b5885a7ab87bd376aed003e1acbf7a9f51c2e9f0eb1fc5ddd964 -SIZE (KDE/release-service/25.04.2/skanlite-25.04.2.tar.xz) = 2392392 +TIMESTAMP = 1751381490 +SHA256 (KDE/release-service/25.04.3/skanlite-25.04.3.tar.xz) = a6c16c530a2f9105302558d06a377a7bc076be7517a769077c94a6431727f468 +SIZE (KDE/release-service/25.04.3/skanlite-25.04.3.tar.xz) = 2392460 diff --git a/graphics/skanpage/distinfo b/graphics/skanpage/distinfo index 25c5f0099a55..10af3a4870a4 100644 --- a/graphics/skanpage/distinfo +++ b/graphics/skanpage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036789 -SHA256 (KDE/release-service/25.04.2/skanpage-25.04.2.tar.xz) = 5bb263cc7adb3e522117face5afa4f98653c9e83397f9d2aa1ed91cf9a344731 -SIZE (KDE/release-service/25.04.2/skanpage-25.04.2.tar.xz) = 1360456 +TIMESTAMP = 1751381492 +SHA256 (KDE/release-service/25.04.3/skanpage-25.04.3.tar.xz) = 6727ffd9bd576edbd0b4a0841625cff5d7370e6c8b667c66d5f5355cdb1a2e2d +SIZE (KDE/release-service/25.04.3/skanpage-25.04.3.tar.xz) = 1360364 diff --git a/graphics/spirv-tools/Makefile b/graphics/spirv-tools/Makefile index e06a443ab0fb..4824fea487f4 100644 --- a/graphics/spirv-tools/Makefile +++ b/graphics/spirv-tools/Makefile @@ -1,9 +1,9 @@ PORTNAME= spirv-tools DISTVERSIONPREFIX= v -DISTVERSION= 2025.2.rc1 # please always bump all dependencies when updated because at least graphics/shaderc links in static libraries +DISTVERSION= 2025.3.rc1 # please always bump all dependencies when updated because at least graphics/shaderc links in static libraries CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools for processing SPIR-V intermediate shader language modules WWW= https://github.com/KhronosGroup/SPIRV-Tools @@ -16,7 +16,7 @@ SHEBANG_FILES= tools/lesspipe/spirv-lesspipe.sh USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= SPIRV-Tools -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-411-gaa6cef1:headers/external/spirv-headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-430-g2a611a9:headers/external/spirv-headers CMAKE_ON= SPIRV_SKIP_TESTS diff --git a/graphics/spirv-tools/distinfo b/graphics/spirv-tools/distinfo index 614306a5e757..c84de2476b33 100644 --- a/graphics/spirv-tools/distinfo +++ b/graphics/spirv-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745333515 -SHA256 (KhronosGroup-SPIRV-Tools-v2025.2.rc1_GH0.tar.gz) = e76dfee6e2e60ecfe15776218c4d774987bd80c81bf1fdcf073dab5432492f7c -SIZE (KhronosGroup-SPIRV-Tools-v2025.2.rc1_GH0.tar.gz) = 3284313 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 +TIMESTAMP = 1750708773 +SHA256 (KhronosGroup-SPIRV-Tools-v2025.3.rc1_GH0.tar.gz) = efcb234aaf9963af4dded380b660d1ea3482d94b82e9dcb9be6e39b610ea82d6 +SIZE (KhronosGroup-SPIRV-Tools-v2025.3.rc1_GH0.tar.gz) = 3335092 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = f88c4918fc307c406b03587689bec0b7b5aaf9539955d3ee7a698342c2c52e8e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = 538631 diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index c381a751843c..0f80a1f26392 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -1,6 +1,6 @@ PORTNAME= svgbob DISTVERSION= 0.7.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile b/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile index f47a5275af5d..1573711d2518 100644 --- a/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile +++ b/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile @@ -1,6 +1,6 @@ PORTNAME= vapoursynth-waifu2x-ncnn-vulkan DISTVERSION= r5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile index b2e207ff2c24..13f5e3a5acb3 100644 --- a/graphics/viu/Makefile +++ b/graphics/viu/Makefile @@ -1,7 +1,7 @@ PORTNAME= viu DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/vulkan-caps-viewer/Makefile b/graphics/vulkan-caps-viewer/Makefile index 7f3a98e6d7a1..09a7d0ccf61e 100644 --- a/graphics/vulkan-caps-viewer/Makefile +++ b/graphics/vulkan-caps-viewer/Makefile @@ -2,7 +2,7 @@ PORTNAME= vulkan-caps-viewer DISTVERSION= 4.02 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Vulkan Hardware Capability Viewer WWW= https://vulkan.gpuinfo.org/ diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile index 835cd4589ae3..a735c96149c4 100644 --- a/graphics/vulkan-extension-layer/Makefile +++ b/graphics/vulkan-extension-layer/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.4.313 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Layer providing Vulkan features when native support is unavailable WWW= https://github.com/KhronosGroup/Vulkan-ExtensionLayer diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 3472b030cbfd..654e6b301b41 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,9 +1,9 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Headers for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-Headers diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 6a11cb834ec0..9f9617c29d44 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750421987 -SHA256 (KhronosGroup-Vulkan-Headers-v1.4.319_GH0.tar.gz) = d79d05def3aaa7f339f2b88b62f73072df0660fb50e9286554a043bab9f6c4dd -SIZE (KhronosGroup-Vulkan-Headers-v1.4.319_GH0.tar.gz) = 2761732 +TIMESTAMP = 1751022519 +SHA256 (KhronosGroup-Vulkan-Headers-v1.4.320_GH0.tar.gz) = 26bf2befead6bf397263a74885dac3e68d133af76062321c2a5ce81de47b8429 +SIZE (KhronosGroup-Vulkan-Headers-v1.4.320_GH0.tar.gz) = 2629365 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index af43b81e7f5e..583b2a8b03d3 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,9 +1,9 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 CATEGORIES= graphics devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Driver loader for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-Loader diff --git a/graphics/vulkan-loader/distinfo b/graphics/vulkan-loader/distinfo index 1c038bfd61ce..f85387a59b19 100644 --- a/graphics/vulkan-loader/distinfo +++ b/graphics/vulkan-loader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750446704 -SHA256 (KhronosGroup-Vulkan-Loader-v1.4.319_GH0.tar.gz) = 6f0bd0079c56518db0243854db822e39ba25602fd24cac34b6f43b75c764e743 -SIZE (KhronosGroup-Vulkan-Loader-v1.4.319_GH0.tar.gz) = 1762031 +TIMESTAMP = 1751041519 +SHA256 (KhronosGroup-Vulkan-Loader-v1.4.320_GH0.tar.gz) = 8cec80f3b617a30a94a354121a47b090187d5fe70f668eb26eb71010a18a88a0 +SIZE (KhronosGroup-Vulkan-Loader-v1.4.320_GH0.tar.gz) = 1761554 diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index d3ad633c51d4..f177f11605a0 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -1,9 +1,10 @@ PORTNAME= vulkan-tools DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 +PORTREVISION= 1 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools and demos for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-Tools diff --git a/graphics/vulkan-tools/distinfo b/graphics/vulkan-tools/distinfo index 0c1dc07aa7dc..4b9611aa040f 100644 --- a/graphics/vulkan-tools/distinfo +++ b/graphics/vulkan-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750451413 -SHA256 (KhronosGroup-Vulkan-Tools-v1.4.319_GH0.tar.gz) = 2237d15179237bf932bf715c21179520c4d54d41bc859e59802888ade452298a -SIZE (KhronosGroup-Vulkan-Tools-v1.4.319_GH0.tar.gz) = 805792 +TIMESTAMP = 1751043806 +SHA256 (KhronosGroup-Vulkan-Tools-v1.4.320_GH0.tar.gz) = 6de7b073ee45dc6e8421d4f3fd8fb3c9bf4cd07cf83ddfa905f4e4d93eba6c36 +SIZE (KhronosGroup-Vulkan-Tools-v1.4.320_GH0.tar.gz) = 805785 diff --git a/graphics/vulkan-utility-libraries/Makefile b/graphics/vulkan-utility-libraries/Makefile index 70197bf68593..62c3054e0a11 100644 --- a/graphics/vulkan-utility-libraries/Makefile +++ b/graphics/vulkan-utility-libraries/Makefile @@ -1,9 +1,9 @@ PORTNAME= vulkan-utility-libraries DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility libraries for Vulkan developers WWW= https://github.com/KhronosGroup/Vulkan-Utility-Libraries diff --git a/graphics/vulkan-utility-libraries/distinfo b/graphics/vulkan-utility-libraries/distinfo index 45ac173766ba..2a304359de34 100644 --- a/graphics/vulkan-utility-libraries/distinfo +++ b/graphics/vulkan-utility-libraries/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750446762 -SHA256 (KhronosGroup-Vulkan-Utility-Libraries-v1.4.319_GH0.tar.gz) = 904a91a8cafbf49db9b020e48be486a73ac6370c6b826495341dd8fc2b7ecca4 -SIZE (KhronosGroup-Vulkan-Utility-Libraries-v1.4.319_GH0.tar.gz) = 623141 +TIMESTAMP = 1751041510 +SHA256 (KhronosGroup-Vulkan-Utility-Libraries-v1.4.320_GH0.tar.gz) = fb210bde874a4688b0fae98089c4d7cd4496c99bfae5d9aaa37b008f6b3a00d6 +SIZE (KhronosGroup-Vulkan-Utility-Libraries-v1.4.320_GH0.tar.gz) = 623211 diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile index 323a6e40abcd..1d4e5858594f 100644 --- a/graphics/vulkan-validation-layers/Makefile +++ b/graphics/vulkan-validation-layers/Makefile @@ -1,9 +1,10 @@ PORTNAME= vulkan-validation-layers DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 +PORTREVISION= 1 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Validation layers for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-ValidationLayers @@ -18,7 +19,7 @@ USES= alias cmake compiler:c++11-lib pkgconfig python:build USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-ValidationLayers -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-424-g3b9447d:headers/SPIRV-Headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-430-g2a611a9:headers/SPIRV-Headers CMAKE_OFF= BUILD_TESTS OPTIONS_DEFINE= WAYLAND XCB XLIB diff --git a/graphics/vulkan-validation-layers/distinfo b/graphics/vulkan-validation-layers/distinfo index 3eac49a5d1ba..f8424217620a 100644 --- a/graphics/vulkan-validation-layers/distinfo +++ b/graphics/vulkan-validation-layers/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750465462 -SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.4.319_GH0.tar.gz) = e46cb2ba7190cd134497c9841c967e39b8e5f45d4c1cd85f0d3a827e8b4bf037 -SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.4.319_GH0.tar.gz) = 6468839 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-424-g3b9447d_GH0.tar.gz) = f80d842d14fd16e46098fda129a95df1502c5b3ceff09a876410a424e933804b -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-424-g3b9447d_GH0.tar.gz) = 534278 +TIMESTAMP = 1751051574 +SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.4.320_GH0.tar.gz) = 96488f23efe7ca71d3ec539c43ed0eacba7ace9adeb052b6fde771c256c1bf66 +SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.4.320_GH0.tar.gz) = 6468110 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = f88c4918fc307c406b03587689bec0b7b5aaf9539955d3ee7a698342c2c52e8e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = 538631 diff --git a/graphics/wallhaven-cli/Makefile b/graphics/wallhaven-cli/Makefile index 45e9d6f3c7e0..dd751a8d50bc 100644 --- a/graphics/wallhaven-cli/Makefile +++ b/graphics/wallhaven-cli/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 2.0.5 PORTREVISION= 5 CATEGORIES= graphics -MAINTAINER= nxjoseph@protonmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= CLI for wallhaven to browse wallpapers in terminal WWW= https://github.com/r3tr0ananas/wallhaven-cli |