Files
guru/gui-libs/scenefx/metadata.xml
Theo Donacik a93609e54e gui-libs/scenefx: add 0.2
Signed-off-by: Theo Donacik <theodonacik@gmail.com>
2025-02-11 17:11:21 -05:00

30 lines
1.0 KiB
XML

<?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="examples">Build example applications</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>