mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
graphics/hyprgraphics: Update to 0.5.1
While here, remove upstreamed patches. Changelog: https://github.com/hyprwm/hyprgraphics/releases/tag/v0.5.1 Reported by: GitHub (watch releases)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
PORTNAME= hyprgraphics
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.5.1
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= tagattie@FreeBSD.org
|
||||
@@ -12,18 +11,20 @@ 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
-10
@@ -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 <string>
|
||||
+#include <span>
|
||||
#include <hyprutils/math/Vector2D.hpp>
|
||||
#include "./AsyncResource.hpp"
|
||||
#include "../../color/Color.hpp"
|
||||
@@ -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 <string>
|
||||
#include <expected>
|
||||
#include <png.h>
|
||||
+#include <span>
|
||||
#include <hyprutils/math/Vector2D.hpp>
|
||||
|
||||
namespace SVG {
|
||||
@@ -1,5 +1,6 @@
|
||||
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
|
||||
@@ -7,6 +8,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user