summaryrefslogtreecommitdiff
path: root/dev-libs/weston
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-03-01 00:37:58 +0000
committerLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-03-01 00:37:58 +0000
commit8ddb1a3d1229412a438971f82d37d518a0223726 (patch)
tree83438b5ddb9d23a390f1a3fc505303d3d2223bf2 /dev-libs/weston
parent9acab46e1a820daece7b2e631485c157ce2210ad (diff)
downloadbaldeagleos-repo-21.1.5.tar.gz
baldeagleos-repo-21.1.5.tar.xz
baldeagleos-repo-21.1.5.zip
Adding metadatav21.1.5
Diffstat (limited to 'dev-libs/weston')
-rw-r--r--dev-libs/weston/metadata.xml52
-rw-r--r--dev-libs/weston/weston-9.0.0.ebuild2
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"