diff --git a/graphics/hyprgraphics/Makefile b/graphics/hyprgraphics/Makefile index 932657dfe50d..eb41e8185f48 100644 --- a/graphics/hyprgraphics/Makefile +++ b/graphics/hyprgraphics/Makefile @@ -1,35 +1,36 @@ PORTNAME= hyprgraphics DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 0.5.1 CATEGORIES= graphics MAINTAINER= tagattie@FreeBSD.org COMMENT= Hyprland graphics / resource utilities WWW= https://github.com/hyprwm/hyprgraphics LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhyprutils.so:devel/hyprutils \ + libdrm.so:graphics/libdrm \ libheif.so:graphics/libheif \ libjxl.so:graphics/libjxl \ libpng.so:graphics/png \ libwebp.so:graphics/webp -USES= cmake:testing compiler:c++11-lib gnome jpeg pkgconfig xorg +USES= cmake:testing compiler:c++11-lib gl gnome jpeg pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= hyprwm USE_LDCONFIG= yes +USE_GL= opengl USE_GNOME= cairo librsvg2 pango USE_XORG= pixman LDFLAGS+= -pthread PLIST_SUB= SOVERSION_MAJOR=4 \ SOVERSION_FULL=${DISTVERSION:C/-.*//} .include diff --git a/graphics/hyprgraphics/distinfo b/graphics/hyprgraphics/distinfo index 6f081245ee67..961db6eb320a 100644 --- a/graphics/hyprgraphics/distinfo +++ b/graphics/hyprgraphics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1767495984 -SHA256 (hyprwm-hyprgraphics-v0.5.0_GH0.tar.gz) = bb37f611c1f50e58dcc0aa97ec1b39c186b78160807f109c5dd8833d58f8bc04 -SIZE (hyprwm-hyprgraphics-v0.5.0_GH0.tar.gz) = 457838 +TIMESTAMP = 1775842913 +SHA256 (hyprwm-hyprgraphics-v0.5.1_GH0.tar.gz) = 861ecaad872835922dd5745a612d7a4cc7bfc4babb1d06bc92bc63c2ac013b74 +SIZE (hyprwm-hyprgraphics-v0.5.1_GH0.tar.gz) = 459969 diff --git a/graphics/hyprgraphics/files/patch-include_hyprgraphics_resource_resources_ImageResource.hpp b/graphics/hyprgraphics/files/patch-include_hyprgraphics_resource_resources_ImageResource.hpp deleted file mode 100644 index a95ef45e01e8..000000000000 --- a/graphics/hyprgraphics/files/patch-include_hyprgraphics_resource_resources_ImageResource.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- include/hyprgraphics/resource/resources/ImageResource.hpp.orig 2026-01-04 03:14:14 UTC -+++ include/hyprgraphics/resource/resources/ImageResource.hpp -@@ -1,6 +1,7 @@ - #pragma once - - #include -+#include - #include - #include "./AsyncResource.hpp" - #include "../../color/Color.hpp" diff --git a/graphics/hyprgraphics/files/patch-src_image_formats_Svg.hpp b/graphics/hyprgraphics/files/patch-src_image_formats_Svg.hpp deleted file mode 100644 index 8d9ec142607f..000000000000 --- a/graphics/hyprgraphics/files/patch-src_image_formats_Svg.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/image/formats/Svg.hpp.orig 2026-01-04 03:11:17 UTC -+++ src/image/formats/Svg.hpp -@@ -4,6 +4,7 @@ - #include - #include - #include -+#include - #include - - namespace SVG { diff --git a/graphics/hyprgraphics/pkg-plist b/graphics/hyprgraphics/pkg-plist index 9e5477e1ac77..8123dc199d80 100644 --- a/graphics/hyprgraphics/pkg-plist +++ b/graphics/hyprgraphics/pkg-plist @@ -1,12 +1,13 @@ include/hyprgraphics/cairo/CairoSurface.hpp include/hyprgraphics/color/Color.hpp +include/hyprgraphics/egl/Egl.hpp include/hyprgraphics/image/Image.hpp include/hyprgraphics/resource/AsyncResourceGatherer.hpp include/hyprgraphics/resource/resources/AsyncResource.hpp include/hyprgraphics/resource/resources/ImageResource.hpp include/hyprgraphics/resource/resources/StaticImageResource.hpp include/hyprgraphics/resource/resources/TextResource.hpp lib/libhyprgraphics.so -lib/libhyprgraphics.so.%%SOVERSION_MAJOR%% lib/libhyprgraphics.so.%%SOVERSION_FULL%% +lib/libhyprgraphics.so.%%SOVERSION_MAJOR%% libdata/pkgconfig/hyprgraphics.pc