Pipewire 0.3.17

This commit is contained in:
Gerardo J. Puerta
2020-11-27 14:36:32 +01:00
parent 725e924c30
commit d2cf19b47d
17 changed files with 580 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST xdg-desktop-portal-1.8.0.tar.xz 470692 BLAKE2B f21da5ad11dc2b1611983fdac87335b3c7e9c13222bbe3b90b276d75726a6f16d950a9ba62606aa31d52f57b8d076393ec0d48014b1623ab03dee23c524ed0ef SHA512 6d9760b41447af711d5937279b0031bcc88947e11204351accfcd9e6e19e498e9021675753185f92f7bd40336decc1895968796b1b71508c7caf5f6fc32a51a4
EBUILD xdg-desktop-portal-1.8.0.ebuild 958 BLAKE2B 2b83de331e768d1fbc59e1d4c1acc52e43665f67f30e7ad8cd2873a851a39ad5b6cb642ba226a25c1b27e71f83a61297a577bef6da4584eac4042528e6a50b38 SHA512 0e85600029f4d0a65071d77685b6cf89992f07b776820202dc1505e03a20e5e7338c68b08605ec8f82017a2863bcf36c55e29bb8c9acc6fba386f4aef95cb4da

View File

@ -0,0 +1,43 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit systemd
SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
DESCRIPTION="A portal frontend service for Flatpak and possibly other containment frameworks"
HOMEPAGE="http://flatpak.org/"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="*"
IUSE="doc geolocation screencast test"
RDEPEND="
dev-libs/json-glib
dev-libs/glib:2[dbus]
media-libs/fontconfig
sys-fs/fuse:0
geolocation? ( >=app-misc/geoclue-2.5.2:2.0 )
screencast? ( >=media-video/pipewire-0.3.17 )
test? ( sys-libs/libportal )
"
DEPEND="${RDEPEND}
>=sys-devel/gettext-0.18.3
virtual/pkgconfig
doc? (
app-text/xmlto
app-text/docbook-xml-dtd:4.3
)
"
src_configure() {
econf \
$(use_enable doc docbook-docs) \
$(use_enable geolocation geoclue) \
$(use_enable screencast pipewire) \
$(use_enable test libportal) \
--with-systemduserunitdir="$(systemd_get_userunitdir)"
}