Skip to content

Commit

Permalink
gui-libs/wlroots: add FFMPEG and RDP support and other stuff
Browse files Browse the repository at this point in the history
* add rdp USE for freerdp
* add ffmpeg to RDEPEND
* drop old local USE flag rootston
* drop old ebuilds

Closes: https://bugs.gentoo.org/686872
Closes: https://bugs.gentoo.org/699574

Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Nov 8, 2019
1 parent a7c0403 commit eb99bcd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 107 deletions.
2 changes: 0 additions & 2 deletions gui-libs/wlroots/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
DIST wlroots-0.6.0.tar.gz 497934 BLAKE2B a0b631831752e533f83ed62e402ef69b0994df050fd643cf2ef89556face4a822b3936bc758b70ab160eedda8ced16c0992dc209600914095784bba97bd26ee2 SHA512 c205d4303a381e11ef2f4db2faac1ddf9ad85c675824aae9cfe62d9f8bd313f1568d4810db1d006416783b50c8364198648a46d1ba453a0d8f659d6920618286
DIST wlroots-0.7.0.tar.gz 446392 BLAKE2B ed69ae2e5484428222cd430d7c74935b0801044cacab804ffe3673c5ecf08104a5fbfbaa930c8ef4df3e43de1073910ba970028307a0a3c57483c5d502832292 SHA512 20e7e81bb945cc683c793f1258e83dbeea5e933faa066125f16a24aa7151000c620f9f47cad21540f8bea7d053d181cb89a2803c30fac1b1b9f3345065b9ba9c
DIST wlroots-0.8.1.tar.gz 451814 BLAKE2B 85f221ba9068839f326e09df616f6182f518b9a129730dda794103305e3c0786d609a7cc6cb60a90c9d51cb77e3dbbc5993901271dcf1bd656c7744260561b06 SHA512 da41513de48e00303b31fde620463389103215011c6cc49b9a2420a1529889722aa54f26a211179c528709edb6b90ba2efdae5e4bcef18147d9516f3a94e365a
1 change: 0 additions & 1 deletion gui-libs/wlroots/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<use>
<flag name="elogind">Enable support for rootless session via elogind</flag>
<flag name="icccm">Use xcb-icccm (from <pkg>x11-libs/xcb-util-wm</pkg>) util library for improved Xwayland introspection</flag>
<flag name="rootston">Build the rootston example compositor</flag>
<flag name="x11-backend">Enable support for handling input/output devices through <pkg>x11-libs/libxcb</pkg></flag>
<flag name="X">Enable support for X11 applications (XWayland)</flag>
</use>
Expand Down
101 changes: 0 additions & 101 deletions gui-libs/wlroots/wlroots-0.6.0.ebuild

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 arm64 x86"
KEYWORDS="~amd64 ~arm64 ~x86"
fi

LICENSE="MIT"
SLOT="0/7"
IUSE="elogind icccm systemd x11-backend X"
SLOT="0/8"
IUSE="elogind icccm rdp systemd x11-backend X"
REQUIRED_USE="?? ( elogind systemd )"

DEPEND="
Expand All @@ -31,6 +31,7 @@ DEPEND="
x11-libs/pixman
elogind? ( >=sys-auth/elogind-237 )
icccm? ( x11-libs/xcb-util-wm )
rdp? ( net-misc/freerdp )
systemd? ( >=sys-apps/systemd-237 )
x11-backend? ( x11-libs/libxcb:0= )
X? (
Expand All @@ -41,6 +42,7 @@ DEPEND="
"
RDEPEND="
${DEPEND}
media-video/ffmpeg:0=
"
BDEPEND="
>=dev-libs/wayland-protocols-1.17
Expand Down

0 comments on commit eb99bcd

Please sign in to comment.