* [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/scenefx/
@ 2024-05-05 19:53 Theo Donacik
0 siblings, 0 replies; 4+ messages in thread
From: Theo Donacik @ 2024-05-05 19:53 UTC (permalink / raw
To: gentoo-commits
commit: 21c0383f483719dcac840faa0eafec5a443cdea3
Author: Theo Donacik <theodonacik <AT> gmail <DOT> com>
AuthorDate: Sun May 5 19:46:44 2024 +0000
Commit: Theo Donacik <theodonacik <AT> gmail <DOT> com>
CommitDate: Sun May 5 19:46:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21c0383f
gui-libs/scenefx: Add metadata.xml for gui-libs/scenefx
Signed-off-by: Theo Donacik <theodonacik <AT> gmail.com>
gui-libs/scenefx/metadata.xml | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gui-libs/scenefx/metadata.xml b/gui-libs/scenefx/metadata.xml
new file mode 100644
index 0000000000..978b2e1d61
--- /dev/null
+++ b/gui-libs/scenefx/metadata.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>theodonacik@gmail.com</email>
+ <name>Theo Donacik</name>
+ </maintainer>
+ <longdescription lang="en">
+ SceneFX is a project that takes the scene api and replaces the wlr
+ renderer with our own fx renderer, capable of rendering surfaces
+ with eye-candy effects including blur, shadows, and rounded corners,
+ while maintaining the benefits of simplicity gained from using the
+ scene api.
+
+ Please note: while SceneFX is in use by SwayFX version 0.4,
+ it is not yet ready for usage by other compositors.
+ </longdescription>
+ <use>
+ <flag name="drm">Enable Direct Rendering Management</flag>
+ <flag name="examples">Build example applications</flag>
+ <flag name="liftoff">Enable support for libliftoff KMS plane backend</flag>
+ <flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>
+ <flag name="x11-backend">Enable support for handling input/output devices through <pkg>x11-libs/libxcb</pkg></flag>
+ <flag name="xcb-errors">Better error reporting when using xwayland</flag>
+ <flag name="X">Enable support for X11 applications (XWayland)</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">wlrfx/scenefx</remote-id>
+ <maintainer status="active">
+ <name>William McKinnon</name>
+ </maintainer>
+ <bugs-to>https://github.com/wlrfx/scenefx/issues</bugs-to>
+ <changelog>https://github.com/wlrfx/scenefx/releases</changelog>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/scenefx/
@ 2024-05-05 20:11 Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-05-05 20:11 UTC (permalink / raw
To: gentoo-commits
commit: 22c91247a0eafbd771e88eb094db15341bf681cd
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun May 5 20:10:03 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun May 5 20:10:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22c91247
gui-libs/scenefx: make intendation consistent
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-libs/scenefx/metadata.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gui-libs/scenefx/metadata.xml b/gui-libs/scenefx/metadata.xml
index 978b2e1d61..b2947522bc 100644
--- a/gui-libs/scenefx/metadata.xml
+++ b/gui-libs/scenefx/metadata.xml
@@ -6,18 +6,18 @@
<name>Theo Donacik</name>
</maintainer>
<longdescription lang="en">
- SceneFX is a project that takes the scene api and replaces the wlr
- renderer with our own fx renderer, capable of rendering surfaces
- with eye-candy effects including blur, shadows, and rounded corners,
- while maintaining the benefits of simplicity gained from using the
- scene api.
+ SceneFX is a project that takes the scene api and replaces the wlr
+ renderer with our own fx renderer, capable of rendering surfaces
+ with eye-candy effects including blur, shadows, and rounded corners,
+ while maintaining the benefits of simplicity gained from using the
+ scene api.
- Please note: while SceneFX is in use by SwayFX version 0.4,
- it is not yet ready for usage by other compositors.
- </longdescription>
+ Please note: while SceneFX is in use by SwayFX version 0.4,
+ it is not yet ready for usage by other compositors.
+ </longdescription>
<use>
- <flag name="drm">Enable Direct Rendering Management</flag>
- <flag name="examples">Build example applications</flag>
+ <flag name="drm">Enable Direct Rendering Management</flag>
+ <flag name="examples">Build example applications</flag>
<flag name="liftoff">Enable support for libliftoff KMS plane backend</flag>
<flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>
<flag name="x11-backend">Enable support for handling input/output devices through <pkg>x11-libs/libxcb</pkg></flag>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/scenefx/
@ 2025-02-11 22:13 Theo Donacik
0 siblings, 0 replies; 4+ messages in thread
From: Theo Donacik @ 2025-02-11 22:13 UTC (permalink / raw
To: gentoo-commits
commit: a93609e54e904538ac5d9734a74dc96c77cf2dab
Author: Theo Donacik <theodonacik <AT> gmail <DOT> com>
AuthorDate: Tue Feb 11 22:11:21 2025 +0000
Commit: Theo Donacik <theodonacik <AT> gmail <DOT> com>
CommitDate: Tue Feb 11 22:11:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a93609e5
gui-libs/scenefx: add 0.2
Signed-off-by: Theo Donacik <theodonacik <AT> gmail.com>
gui-libs/scenefx/Manifest | 1 +
gui-libs/scenefx/metadata.xml | 6 -----
gui-libs/scenefx/scenefx-0.2.ebuild | 51 +++++++++++++++++++++++++++++++++++++
3 files changed, 52 insertions(+), 6 deletions(-)
diff --git a/gui-libs/scenefx/Manifest b/gui-libs/scenefx/Manifest
index add0c70f5..1ea1055c9 100644
--- a/gui-libs/scenefx/Manifest
+++ b/gui-libs/scenefx/Manifest
@@ -1 +1,2 @@
DIST scenefx-0.1.tar.gz 107137 BLAKE2B 980ccc3040584f83e3c911975f194abb50e05474ab73e1fef8ca2884a1f4a89436ec8838931ce7e1a1ca4d4df2bf746c9141fef45baad9f602e1327a70ac6ba3 SHA512 6f145ff44c799e61501d63306e3df97bb8376a8cab12ff77cdd743de3784f65c584a297f056008d88e7cd514849a750662023ce53959b9d005a1417f3a5ca1dc
+DIST scenefx-0.2.tar.gz 85823 BLAKE2B 45a4f85cd0f926700e6283dde0d35390e628680e2abe8098ed244475f2ae25067f1fdfccd375f7e0d402e9aaaf720550642bd6f13808856eb21f252b86d71d56 SHA512 b63511147a1f68320b40760586481678076d29daf8aad1dca32889f1029dd064929163513fedabd9c2e2a85444034c5518bd4ee706633786cfda632a4b027791
diff --git a/gui-libs/scenefx/metadata.xml b/gui-libs/scenefx/metadata.xml
index b2947522b..d83d797ba 100644
--- a/gui-libs/scenefx/metadata.xml
+++ b/gui-libs/scenefx/metadata.xml
@@ -16,13 +16,7 @@
it is not yet ready for usage by other compositors.
</longdescription>
<use>
- <flag name="drm">Enable Direct Rendering Management</flag>
<flag name="examples">Build example applications</flag>
- <flag name="liftoff">Enable support for libliftoff KMS plane backend</flag>
- <flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>
- <flag name="x11-backend">Enable support for handling input/output devices through <pkg>x11-libs/libxcb</pkg></flag>
- <flag name="xcb-errors">Better error reporting when using xwayland</flag>
- <flag name="X">Enable support for X11 applications (XWayland)</flag>
</use>
<upstream>
<remote-id type="github">wlrfx/scenefx</remote-id>
diff --git a/gui-libs/scenefx/scenefx-0.2.ebuild b/gui-libs/scenefx/scenefx-0.2.ebuild
new file mode 100644
index 000000000..adb9a744a
--- /dev/null
+++ b/gui-libs/scenefx/scenefx-0.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="A replacement for the wlroots scene API with eye-candy effects."
+HOMEPAGE="https://github.com/wlrfx/scenefx"
+
+SRC_URI="https://github.com/wlrfx/scenefx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="examples X"
+
+DEPEND="
+ >=dev-libs/wayland-1.23.0
+ >=x11-libs/libdrm-2.4.122
+ media-libs/mesa[egl(+),gles2(+)]
+ >=x11-libs/pixman-0.42.0
+ media-libs/libglvnd
+ x11-libs/libxkbcommon
+"
+
+DEPEND+="
+ >=gui-libs/wlroots-0.18:=[X?]
+ <gui-libs/wlroots-0.19:=[X?]
+"
+
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ >=dev-libs/wayland-protocols-1.35
+ >=dev-build/meson-0.59.0
+ virtual/pkgconfig
+ dev-build/ninja
+ dev-util/wayland-scanner
+"
+
+src_configure() {
+ local emesonargs=(
+ -Drenderers='gles2'
+ $(meson_use examples)
+ )
+
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/scenefx/
@ 2025-03-03 18:00 Theo Donacik
0 siblings, 0 replies; 4+ messages in thread
From: Theo Donacik @ 2025-03-03 18:00 UTC (permalink / raw
To: gentoo-commits
commit: 44f5fb18b98cb73f9a9a3089c6690487e285cde0
Author: Theo Donacik <theodonacik <AT> gmail <DOT> com>
AuthorDate: Mon Mar 3 17:59:33 2025 +0000
Commit: Theo Donacik <theodonacik <AT> gmail <DOT> com>
CommitDate: Mon Mar 3 17:59:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44f5fb18
gui-libs/scenefx: add 0.2.1
Signed-off-by: Theo Donacik <theodonacik <AT> gmail.com>
gui-libs/scenefx/Manifest | 1 +
gui-libs/scenefx/scenefx-0.2.1.ebuild | 51 +++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/gui-libs/scenefx/Manifest b/gui-libs/scenefx/Manifest
index 1ea1055c9..d8c4530ac 100644
--- a/gui-libs/scenefx/Manifest
+++ b/gui-libs/scenefx/Manifest
@@ -1,2 +1,3 @@
DIST scenefx-0.1.tar.gz 107137 BLAKE2B 980ccc3040584f83e3c911975f194abb50e05474ab73e1fef8ca2884a1f4a89436ec8838931ce7e1a1ca4d4df2bf746c9141fef45baad9f602e1327a70ac6ba3 SHA512 6f145ff44c799e61501d63306e3df97bb8376a8cab12ff77cdd743de3784f65c584a297f056008d88e7cd514849a750662023ce53959b9d005a1417f3a5ca1dc
+DIST scenefx-0.2.1.tar.gz 85884 BLAKE2B a0208af6586534355e8ea17eba3e02781ca0279dacc93c75366d1c44547ebb7cd8a99d5303054b2685a0ff19076e12384da25086bd9a904769c21070abc2d564 SHA512 69aa95de00e086ad38f6f878d865197fcf00dd88cbcec5376c52fcce496e1135b237dafda27cf49a0d168a8a34864bdabe0d119d474a379cf84c9e9efee114c7
DIST scenefx-0.2.tar.gz 85823 BLAKE2B 45a4f85cd0f926700e6283dde0d35390e628680e2abe8098ed244475f2ae25067f1fdfccd375f7e0d402e9aaaf720550642bd6f13808856eb21f252b86d71d56 SHA512 b63511147a1f68320b40760586481678076d29daf8aad1dca32889f1029dd064929163513fedabd9c2e2a85444034c5518bd4ee706633786cfda632a4b027791
diff --git a/gui-libs/scenefx/scenefx-0.2.1.ebuild b/gui-libs/scenefx/scenefx-0.2.1.ebuild
new file mode 100644
index 000000000..adb9a744a
--- /dev/null
+++ b/gui-libs/scenefx/scenefx-0.2.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="A replacement for the wlroots scene API with eye-candy effects."
+HOMEPAGE="https://github.com/wlrfx/scenefx"
+
+SRC_URI="https://github.com/wlrfx/scenefx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="examples X"
+
+DEPEND="
+ >=dev-libs/wayland-1.23.0
+ >=x11-libs/libdrm-2.4.122
+ media-libs/mesa[egl(+),gles2(+)]
+ >=x11-libs/pixman-0.42.0
+ media-libs/libglvnd
+ x11-libs/libxkbcommon
+"
+
+DEPEND+="
+ >=gui-libs/wlroots-0.18:=[X?]
+ <gui-libs/wlroots-0.19:=[X?]
+"
+
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ >=dev-libs/wayland-protocols-1.35
+ >=dev-build/meson-0.59.0
+ virtual/pkgconfig
+ dev-build/ninja
+ dev-util/wayland-scanner
+"
+
+src_configure() {
+ local emesonargs=(
+ -Drenderers='gles2'
+ $(meson_use examples)
+ )
+
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-03 18:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-03 18:00 [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/scenefx/ Theo Donacik
-- strict thread matches above, loose matches on Subject: below --
2025-02-11 22:13 Theo Donacik
2024-05-05 20:11 Julien Roy
2024-05-05 19:53 Theo Donacik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox