From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1628153-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CED03158064 for <garchives@archives.gentoo.org>; Sun, 5 May 2024 20:12:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 238752BC01A; Sun, 5 May 2024 20:12:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E0EB2BC01A for <gentoo-commits@lists.gentoo.org>; Sun, 5 May 2024 20:12:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CBAA343159 for <gentoo-commits@lists.gentoo.org>; Sun, 5 May 2024 20:12:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A314393E for <gentoo-commits@lists.gentoo.org>; Sun, 5 May 2024 20:12:23 +0000 (UTC) From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca> Message-ID: <1714938404.21c0383f483719dcac840faa0eafec5a443cdea3.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/scenefx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-libs/scenefx/metadata.xml X-VCS-Directories: gui-libs/scenefx/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 21c0383f483719dcac840faa0eafec5a443cdea3 X-VCS-Branch: master Date: Sun, 5 May 2024 20:12:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a649ce94-482a-420d-a5e8-72574ab18e48 X-Archives-Hash: e92e2a51b24f2abad8a02c513797c9ad commit: 21c0383f483719dcac840faa0eafec5a443cdea3 Author: Theo Donacik <theodonacik <AT> gmail <DOT> com> AuthorDate: Sun May 5 19:46:44 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> 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>