summaryrefslogtreecommitdiff
path: root/gui-libs/scenefx/metadata.xml
blob: 3f130924d542733f130a6646ccb159ff7c226bb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
    <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>
  <origin>srcux</origin>
</pkgmetadata>