Source: scenefx
Section: libs
Priority: optional
Maintainer: Damian Daniel <damian@danielovci.net>
Build-Depends:
 debhelper-compat (= 13),
 meson (>= 1.3),
 ninja-build,
 pkgconf,
 libwayland-dev (>= 1.24.0),
 wayland-protocols (>= 1.41),
 libwlroots-0.20-dev (>= 0.20.0),
 libdrm-dev (>= 2.4.129),
 libxkbcommon-dev (>= 1.8.0),
 libpixman-1-dev (>= 0.43.0),
 libegl-dev,
 libgbm-dev,
 libgles2-mesa-dev,
 liblcms2-dev,
Standards-Version: 4.7.4
Rules-Requires-Root: no
Homepage: https://github.com/wlrfx/scenefx
Vcs-Browser: https://salsa.debian.org/damian/scenefx
Vcs-Git: https://salsa.debian.org/damian/scenefx.git

Package: libscenefx-0.5-0
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: wlroots scene API with eye-candy effects (shared library)
 SceneFX is a drop-in replacement for the wlroots scene API that
 allows Wayland compositors to render surfaces with additional visual
 effects, including blur, drop shadows, and rounded corners, while
 keeping the simplicity of the scene-graph API.
 .
 This package contains the shared library.

Package: libscenefx-0.5-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libscenefx-0.5-0 (= ${binary:Version}),
 libwlroots-0.20-dev (>= 0.20.0),
 libwayland-dev,
 libdrm-dev,
 libxkbcommon-dev,
 libpixman-1-dev,
 ${misc:Depends},
Description: wlroots scene API with eye-candy effects (development files)
 SceneFX is a drop-in replacement for the wlroots scene API that
 allows Wayland compositors to render surfaces with additional visual
 effects, including blur, drop shadows, and rounded corners, while
 keeping the simplicity of the scene-graph API.
 .
 This package contains the headers and pkg-config file needed to
 build software using SceneFX.
 .
 Upstream does not version the shared object's SONAME (no .so.N);
 the unversioned libscenefx-0.5.so is shipped in libscenefx-0.5-0
 and linked against directly, following the same convention used
 by libwlroots.
