git: e7922fde842b - main - graphics/hyprgraphics: Update to 0.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Jan 2026 06:27:57 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e7922fde842bbdcbb47a11a443f5ec673a842347
commit e7922fde842bbdcbb47a11a443f5ec673a842347
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-01-04 06:26:39 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-01-04 06:27:49 +0000
graphics/hyprgraphics: Update to 0.5.0
Changelog: https://github.com/hyprwm/hyprgraphics/releases/tag/v0.5.0
Reported by: GitHub (watch releases)
---
graphics/hyprgraphics/Makefile | 5 ++---
graphics/hyprgraphics/distinfo | 6 +++---
...h-include_hyprgraphics_resource_resources_ImageResource.hpp | 10 ++++++++++
graphics/hyprgraphics/files/patch-src_image_formats_Svg.hpp | 10 ++++++++++
4 files changed, 25 insertions(+), 6 deletions(-)
diff --git a/graphics/hyprgraphics/Makefile b/graphics/hyprgraphics/Makefile
index 15723e97e625..b6a0629d1a57 100644
--- a/graphics/hyprgraphics/Makefile
+++ b/graphics/hyprgraphics/Makefile
@@ -1,7 +1,6 @@
PORTNAME= hyprgraphics
DISTVERSIONPREFIX= v
-DISTVERSION= 0.4.0
-PORTREVISION= 1
+DISTVERSION= 0.5.0
CATEGORIES= graphics
MAINTAINER= tagattie@FreeBSD.org
@@ -29,7 +28,7 @@ USE_XORG= pixman
LDFLAGS+= -pthread
-PLIST_SUB= SOVERSION_MAJOR=3 \
+PLIST_SUB= SOVERSION_MAJOR=4 \
SOVERSION_FULL=${DISTVERSION:C/-.*//}
.include <bsd.port.mk>
diff --git a/graphics/hyprgraphics/distinfo b/graphics/hyprgraphics/distinfo
index fc114922a762..6f081245ee67 100644
--- a/graphics/hyprgraphics/distinfo
+++ b/graphics/hyprgraphics/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763881656
-SHA256 (hyprwm-hyprgraphics-v0.4.0_GH0.tar.gz) = 1ee818778eafd36919a463481fe0838ea3440d53fbd2305a5bf1449c61148678
-SIZE (hyprwm-hyprgraphics-v0.4.0_GH0.tar.gz) = 457545
+TIMESTAMP = 1767495984
+SHA256 (hyprwm-hyprgraphics-v0.5.0_GH0.tar.gz) = bb37f611c1f50e58dcc0aa97ec1b39c186b78160807f109c5dd8833d58f8bc04
+SIZE (hyprwm-hyprgraphics-v0.5.0_GH0.tar.gz) = 457838
diff --git a/graphics/hyprgraphics/files/patch-include_hyprgraphics_resource_resources_ImageResource.hpp b/graphics/hyprgraphics/files/patch-include_hyprgraphics_resource_resources_ImageResource.hpp
new file mode 100644
index 000000000000..a95ef45e01e8
--- /dev/null
+++ b/graphics/hyprgraphics/files/patch-include_hyprgraphics_resource_resources_ImageResource.hpp
@@ -0,0 +1,10 @@
+--- 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 <string>
++#include <span>
+ #include <hyprutils/math/Vector2D.hpp>
+ #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
new file mode 100644
index 000000000000..8d9ec142607f
--- /dev/null
+++ b/graphics/hyprgraphics/files/patch-src_image_formats_Svg.hpp
@@ -0,0 +1,10 @@
+--- src/image/formats/Svg.hpp.orig 2026-01-04 03:11:17 UTC
++++ src/image/formats/Svg.hpp
+@@ -4,6 +4,7 @@
+ #include <string>
+ #include <expected>
+ #include <png.h>
++#include <span>
+ #include <hyprutils/math/Vector2D.hpp>
+
+ namespace SVG {