diff options
Diffstat (limited to 'dev-libs/weston')
| -rw-r--r-- | dev-libs/weston/metadata.xml | 52 | ||||
| -rw-r--r-- | dev-libs/weston/weston-9.0.0.ebuild | 2 |
2 files changed, 28 insertions, 26 deletions
diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml index dff0a7012a3a..251e8140f22e 100644 --- a/dev-libs/weston/metadata.xml +++ b/dev-libs/weston/metadata.xml @@ -1,27 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>chewi@gentoo.org</email> - <name>James Le Cuirot</name> -</maintainer> -<use> - <flag name="desktop">Enable the desktop shell</flag> - <flag name="drm">Enable drm compositor support</flag> - <flag name="editor">Install wayland-editor example application</flag> - <flag name="fbdev">Enable fbdev compositor support</flag> - <flag name="fullscreen">Enable fullscreen shell</flag> - <flag name="gles2">Use GLESv2 cairo instead of full GL</flag> - <flag name="headless">Headless backend and a noop renderer, mainly for testing purposes</flag> - <flag name="ivi">Enable the IVI shell</flag> - <flag name="kiosk">Enable the kiosk shell</flag> - <flag name="launch">Install weston-launch utility</flag> - <flag name="pipewire">Enable virtual remote output with Pipewire on DRM backend</flag> - <flag name="rdp">Enable Remote Desktop Protocol compositor support</flag> - <flag name="remoting">Enable plugin to stream output to remote hosts using <pkg>media-libs/gstreamer</pkg></flag> - <flag name="resize-optimization">Increase performance, allocate more RAM. Recommended to disable on Raspberry Pi</flag> - <flag name="screen-sharing">Enable screen-sharing through RDP</flag> - <flag name="wayland-compositor">Enable Wayland compositor support</flag> - <flag name="xwayland">Enable ability support native X11 applications</flag> -</use> -</pkgmetadata> + <maintainer type="person"> + <email>chewi@gentoo.org</email> + <name>James Le Cuirot</name> + </maintainer> + + <use> + <flag name="desktop">Enable the desktop shell</flag> + <flag name="drm">Enable drm compositor support</flag> + <flag name="editor">Install wayland-editor example application</flag> + <flag name="fbdev">Enable fbdev compositor support</flag> + <flag name="fullscreen">Enable fullscreen shell</flag> + <flag name="gles2">Use GLESv2 cairo instead of full GL</flag> + <flag name="headless">Headless backend and a noop renderer, mainly for testing purposes</flag> + <flag name="ivi">Enable the IVI shell</flag> + <flag name="kiosk">Enable the kiosk shell</flag> + <flag name="launch">Install weston-launch utility</flag> + <flag name="pipewire">Enable virtual remote output with Pipewire on DRM backend</flag> + <flag name="rdp">Enable Remote Desktop Protocol compositor support</flag> + <flag name="remoting">Enable plugin to stream output to remote hosts using <pkg>media-libs/gstreamer</pkg></flag> + <flag name="resize-optimization">Increase performance, allocate more RAM. Recommended to disable on Raspberry Pi</flag> + <flag name="screen-sharing">Enable screen-sharing through RDP</flag> + <flag name="wayland-compositor">Enable Wayland compositor support</flag> + <flag name="xwayland">Enable ability support native X11 applications</flag> + </use> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-libs/weston/weston-9.0.0.ebuild b/dev-libs/weston/weston-9.0.0.ebuild index 4f98f5bcab67..d9ca85977e50 100644 --- a/dev-libs/weston/weston-9.0.0.ebuild +++ b/dev-libs/weston/weston-9.0.0.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 arm ~arm64 x86" fi LICENSE="MIT CC-BY-SA-3.0" |
