From 5d282497a01948a38d965427c6b4b8625f760758 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Tue, 9 Feb 2021 09:54:48 -0500 Subject: gui-apps/waypipe: drop --- gui-apps/waypipe/waypipe-0.7.0.ebuild | 50 ----------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 gui-apps/waypipe/waypipe-0.7.0.ebuild (limited to 'gui-apps/waypipe/waypipe-0.7.0.ebuild') diff --git a/gui-apps/waypipe/waypipe-0.7.0.ebuild b/gui-apps/waypipe/waypipe-0.7.0.ebuild deleted file mode 100644 index 8694eca..0000000 --- a/gui-apps/waypipe/waypipe-0.7.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} ) - -inherit meson python-any-r1 - -DESCRIPTION="proxy for Wayland clients" -HOMEPAGE="https://gitlab.freedesktop.org/mstoeckl/waypipe" -SRC_URI="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${PV}/waypipe-v${PV}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+drm ffmpeg lz4 +man test vaapi zstd" - -REQUIRED_USE="vaapi? ( ffmpeg )" - -DEPEND=" - dev-libs/wayland - drm? ( x11-libs/libdrm ) - ffmpeg? ( media-video/ffmpeg ) - lz4? ( app-arch/lz4:= ) - vaapi? ( x11-libs/libva ) - zstd? ( app-arch/zstd:= ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - dev-libs/wayland-protocols - man? ( app-text/scdoc ) - test? ( dev-libs/weston ) -" - -S="${WORKDIR}/${PN}-v${PV}" - -src_configure() { - local emesonargs=( - -Dwerror=false - $(meson_feature man man-pages) - $(meson_feature ffmpeg with_video) - $(meson_feature drm with_dmabuf) - $(meson_feature lz4 with_lz4) - $(meson_feature zstd with_zstd) - $(meson_feature vaapi with_vaapi) - ) - meson_src_configure -} -- cgit v1.2.3-70-g09d2