public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprgraphics/
@ 2024-12-27  0:50 Yixun Lan
  0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2024-12-27  0:50 UTC (permalink / raw
  To: gentoo-commits

commit:     642ae9c823f87614723bf0e698afdd93de9b1c11
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Dec 25 22:35:00 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 23:32:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642ae9c8

dev-libs/hyprgraphics: new package, add 0.1.1

Signed-off-by: Julien Roy <julien <AT> jroy.ca>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-libs/hyprgraphics/Manifest                  |  1 +
 dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild | 24 ++++++++++++++++++++++++
 dev-libs/hyprgraphics/metadata.xml              | 20 ++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-libs/hyprgraphics/Manifest b/dev-libs/hyprgraphics/Manifest
new file mode 100644
index 000000000000..4da1aecd35c4
--- /dev/null
+++ b/dev-libs/hyprgraphics/Manifest
@@ -0,0 +1 @@
+DIST hyprgraphics-0.1.1.gh.tar.gz 421561 BLAKE2B 1f99b2db950c700aae7273ef6a883470165e1b45656c958d5c3999080ecc8372a5114cdf3e5baa812778bd0f157683e38d44f8a3f62eb060b0e48b1ce5ac2a22 SHA512 9295ab3bfcdfed42425ca21d0b8c48f4fc6abba377eaf07ac638e077181380ae57fd352a67420540fda7c4709cae77cde563f328271e36fc38c3101e04e8fd69

diff --git a/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild b/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild
new file mode 100644
index 000000000000..c5c096e4cd92
--- /dev/null
+++ b/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Hyprland graphics / resource utilities"
+HOMEPAGE="https://github.com/hyprwm/hyprgraphics"
+SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=gui-libs/hyprutils-0.1.1:=
+	media-libs/libjpeg-turbo:=
+	media-libs/libjxl:=
+	media-libs/libwebp:=
+	sys-apps/file
+	x11-libs/cairo
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-libs/hyprgraphics/metadata.xml b/dev-libs/hyprgraphics/metadata.xml
new file mode 100644
index 000000000000..3c6ac7a66b0b
--- /dev/null
+++ b/dev-libs/hyprgraphics/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>julien@jroy.ca</email>
+		<name>Julien Roy</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription>
+Hyprgraphics is a small C++ library with graphics / resource related utilities used across the hypr* ecosystem.
+	</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/hyprwm/hyprgraphics/issues</bugs-to>
+		<changelog>https://github.com/hyprwm/hyprgraphics/releases</changelog>
+		<remote-id type="github">hyprwm/hyprgraphics</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprgraphics/
@ 2025-03-08 20:26 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-03-08 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b4be4d9207815ea33b5001588b5d6148163cb51c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 20:25:51 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 20:25:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4be4d92

dev-libs/hyprgraphics: Stabilize 0.1.1 amd64, #950704

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild b/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild
index c5c096e4cd92..b598952c1d6c 100644
--- a/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild
+++ b/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
 	>=gui-libs/hyprutils-0.1.1:=


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprgraphics/
@ 2025-05-13 22:21 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-05-13 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6498c57651d9eb6db413730f4bbd153740e6c50e
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Mon May 12 15:10:47 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 13 22:20:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6498c576

dev-libs/hyprgraphics: add 0.1.3

Closes: https://bugs.gentoo.org/947400
Signed-off-by: Johannes Huber <johu <AT> gmx.de>
Part-of: https://github.com/gentoo/gentoo/pull/42057
Closes: https://github.com/gentoo/gentoo/pull/42057
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/hyprgraphics/Manifest                  |  1 +
 dev-libs/hyprgraphics/hyprgraphics-0.1.3.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-libs/hyprgraphics/Manifest b/dev-libs/hyprgraphics/Manifest
index 4da1aecd35c4..319281914e1d 100644
--- a/dev-libs/hyprgraphics/Manifest
+++ b/dev-libs/hyprgraphics/Manifest
@@ -1 +1,2 @@
 DIST hyprgraphics-0.1.1.gh.tar.gz 421561 BLAKE2B 1f99b2db950c700aae7273ef6a883470165e1b45656c958d5c3999080ecc8372a5114cdf3e5baa812778bd0f157683e38d44f8a3f62eb060b0e48b1ce5ac2a22 SHA512 9295ab3bfcdfed42425ca21d0b8c48f4fc6abba377eaf07ac638e077181380ae57fd352a67420540fda7c4709cae77cde563f328271e36fc38c3101e04e8fd69
+DIST hyprgraphics-0.1.3.gh.tar.gz 424310 BLAKE2B 38ce376dce2b9ddd39883e7bb7122b96bf77a554bc0df131a73e1f7359b35d2594f68b0042a03f468f02b3cb6bf15c7d9c554288d06a8f007696177a53d0c474 SHA512 7cde20b641d5c3427278125b85b5438ddc1c1149efa3e148159e8d9da74afa0e3afbde974e723a8eb1649514610434f5e94a44bc7f8145b01fb4dab1c28159a4

diff --git a/dev-libs/hyprgraphics/hyprgraphics-0.1.3.ebuild b/dev-libs/hyprgraphics/hyprgraphics-0.1.3.ebuild
new file mode 100644
index 000000000000..14e80d629011
--- /dev/null
+++ b/dev-libs/hyprgraphics/hyprgraphics-0.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Hyprland graphics / resource utilities"
+HOMEPAGE="https://github.com/hyprwm/hyprgraphics"
+SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=gui-libs/hyprutils-0.1.1:=
+	media-libs/libjpeg-turbo:=
+	media-libs/libjxl:=
+	media-libs/libspng
+	media-libs/libwebp:=
+	sys-apps/file
+	x11-libs/cairo
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprgraphics/
@ 2025-05-13 22:21 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-05-13 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     7370bc2e5a0fa3137a7a7fef256e3ab1562fb45b
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Tue May 13 09:41:59 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 13 22:20:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7370bc2e

dev-libs/hyprgraphics: update LICENSE

Signed-off-by: Johannes Huber <johu <AT> gmx.de>
Part-of: https://github.com/gentoo/gentoo/pull/42057
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild b/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild
index b598952c1d6c..c8cbabe309dd 100644
--- a/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild
+++ b/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Hyprland graphics / resource utilities"
 HOMEPAGE="https://github.com/hyprwm/hyprgraphics"
 SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprgraphics/
@ 2025-06-22 17:47 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-06-22 17:47 UTC (permalink / raw
  To: gentoo-commits

commit:     0fa0d737ff9208a12423af7f45aa97f427126182
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 22 17:46:54 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 17:46:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa0d737

dev-libs/hyprgraphics: Stabilize 0.1.3 amd64, #958812

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/hyprgraphics/hyprgraphics-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/hyprgraphics/hyprgraphics-0.1.3.ebuild b/dev-libs/hyprgraphics/hyprgraphics-0.1.3.ebuild
index 14e80d629011..bcd5fdbbcec9 100644
--- a/dev-libs/hyprgraphics/hyprgraphics-0.1.3.ebuild
+++ b/dev-libs/hyprgraphics/hyprgraphics-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
 	>=gui-libs/hyprutils-0.1.1:=


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprgraphics/
@ 2025-08-13 23:14 Yixun Lan
  0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2025-08-13 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8a81f442055d9ab65bde7e56ca5a80c9caa752fd
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Jul 31 13:39:15 2025 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 23:13:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a81f442

dev-libs/hyprgraphics: drop 0.1.1

Signed-off-by: Julien Roy <julien <AT> jroy.ca>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-libs/hyprgraphics/Manifest                  |  1 -
 dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-libs/hyprgraphics/Manifest b/dev-libs/hyprgraphics/Manifest
index c12a4a667474..4fdd3bf87ad2 100644
--- a/dev-libs/hyprgraphics/Manifest
+++ b/dev-libs/hyprgraphics/Manifest
@@ -1,3 +1,2 @@
-DIST hyprgraphics-0.1.1.gh.tar.gz 421561 BLAKE2B 1f99b2db950c700aae7273ef6a883470165e1b45656c958d5c3999080ecc8372a5114cdf3e5baa812778bd0f157683e38d44f8a3f62eb060b0e48b1ce5ac2a22 SHA512 9295ab3bfcdfed42425ca21d0b8c48f4fc6abba377eaf07ac638e077181380ae57fd352a67420540fda7c4709cae77cde563f328271e36fc38c3101e04e8fd69
 DIST hyprgraphics-0.1.3.gh.tar.gz 424310 BLAKE2B 38ce376dce2b9ddd39883e7bb7122b96bf77a554bc0df131a73e1f7359b35d2594f68b0042a03f468f02b3cb6bf15c7d9c554288d06a8f007696177a53d0c474 SHA512 7cde20b641d5c3427278125b85b5438ddc1c1149efa3e148159e8d9da74afa0e3afbde974e723a8eb1649514610434f5e94a44bc7f8145b01fb4dab1c28159a4
 DIST hyprgraphics-0.1.5.gh.tar.gz 426523 BLAKE2B d106870d251e9e6b570f344fb95a40138d30cb6c58c98cfc4557e00fe94178cbc0a148ca3a5ea13494a720ac39ba3fcb99dae67a27c4fd760f3ac6e41d23459c SHA512 592b36a4eefd1a6f3f0f381d3038d095d8d8344685a34f319bdd743b40c2913f1e654bc0c97f21821dc41b4c97041045f364fabe9bcd608048bd629cdcb4e515

diff --git a/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild b/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild
deleted file mode 100644
index c8cbabe309dd..000000000000
--- a/dev-libs/hyprgraphics/hyprgraphics-0.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Hyprland graphics / resource utilities"
-HOMEPAGE="https://github.com/hyprwm/hyprgraphics"
-SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-	>=gui-libs/hyprutils-0.1.1:=
-	media-libs/libjpeg-turbo:=
-	media-libs/libjxl:=
-	media-libs/libwebp:=
-	sys-apps/file
-	x11-libs/cairo
-"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprgraphics/
@ 2025-08-13 23:14 Yixun Lan
  0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2025-08-13 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     97798fd4d675b9e0011607768a6a91ad25056221
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Jul 31 13:39:03 2025 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 23:13:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97798fd4

dev-libs/hyprgraphics: add 0.1.5

Signed-off-by: Julien Roy <julien <AT> jroy.ca>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-libs/hyprgraphics/Manifest                  |  1 +
 dev-libs/hyprgraphics/hyprgraphics-0.1.5.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-libs/hyprgraphics/Manifest b/dev-libs/hyprgraphics/Manifest
index 319281914e1d..c12a4a667474 100644
--- a/dev-libs/hyprgraphics/Manifest
+++ b/dev-libs/hyprgraphics/Manifest
@@ -1,2 +1,3 @@
 DIST hyprgraphics-0.1.1.gh.tar.gz 421561 BLAKE2B 1f99b2db950c700aae7273ef6a883470165e1b45656c958d5c3999080ecc8372a5114cdf3e5baa812778bd0f157683e38d44f8a3f62eb060b0e48b1ce5ac2a22 SHA512 9295ab3bfcdfed42425ca21d0b8c48f4fc6abba377eaf07ac638e077181380ae57fd352a67420540fda7c4709cae77cde563f328271e36fc38c3101e04e8fd69
 DIST hyprgraphics-0.1.3.gh.tar.gz 424310 BLAKE2B 38ce376dce2b9ddd39883e7bb7122b96bf77a554bc0df131a73e1f7359b35d2594f68b0042a03f468f02b3cb6bf15c7d9c554288d06a8f007696177a53d0c474 SHA512 7cde20b641d5c3427278125b85b5438ddc1c1149efa3e148159e8d9da74afa0e3afbde974e723a8eb1649514610434f5e94a44bc7f8145b01fb4dab1c28159a4
+DIST hyprgraphics-0.1.5.gh.tar.gz 426523 BLAKE2B d106870d251e9e6b570f344fb95a40138d30cb6c58c98cfc4557e00fe94178cbc0a148ca3a5ea13494a720ac39ba3fcb99dae67a27c4fd760f3ac6e41d23459c SHA512 592b36a4eefd1a6f3f0f381d3038d095d8d8344685a34f319bdd743b40c2913f1e654bc0c97f21821dc41b4c97041045f364fabe9bcd608048bd629cdcb4e515

diff --git a/dev-libs/hyprgraphics/hyprgraphics-0.1.5.ebuild b/dev-libs/hyprgraphics/hyprgraphics-0.1.5.ebuild
new file mode 100644
index 000000000000..14e80d629011
--- /dev/null
+++ b/dev-libs/hyprgraphics/hyprgraphics-0.1.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Hyprland graphics / resource utilities"
+HOMEPAGE="https://github.com/hyprwm/hyprgraphics"
+SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=gui-libs/hyprutils-0.1.1:=
+	media-libs/libjpeg-turbo:=
+	media-libs/libjxl:=
+	media-libs/libspng
+	media-libs/libwebp:=
+	sys-apps/file
+	x11-libs/cairo
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-13 23:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 23:14 [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprgraphics/ Yixun Lan
  -- strict thread matches above, loose matches on Subject: below --
2025-08-13 23:14 Yixun Lan
2025-06-22 17:47 Sam James
2025-05-13 22:21 Sam James
2025-05-13 22:21 Sam James
2025-03-08 20:26 Sam James
2024-12-27  0:50 Yixun Lan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox