From 947e0b5f512c56edc1b2b414bc86b6298d068cde Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sun, 25 Oct 2020 20:51:14 -0400 Subject: treewide: updates --- gui-apps/waypipe/Manifest | 2 +- gui-apps/waypipe/waypipe-0.6.1.ebuild | 50 ----------------------------------- gui-apps/waypipe/waypipe-0.7.0.ebuild | 50 +++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 gui-apps/waypipe/waypipe-0.6.1.ebuild create mode 100644 gui-apps/waypipe/waypipe-0.7.0.ebuild (limited to 'gui-apps') diff --git a/gui-apps/waypipe/Manifest b/gui-apps/waypipe/Manifest index 814badb..19cb763 100644 --- a/gui-apps/waypipe/Manifest +++ b/gui-apps/waypipe/Manifest @@ -1 +1 @@ -DIST waypipe-v0.6.1.tar.bz2 115292 BLAKE2B 09be6a5a36c5bcf3ceda9a27cdc682e0e3ed18e2c760deed3deb57156d0d1ce35699f098116a5ca31f2b7ea2e6efdc6cfef430b950a4e823a695d533259b9c56 SHA512 86d93c527d08b27d4a29c3e235a7c3399567d771ea462b6a052014a1ef57cae9cdf7a15bb1a4a631ebf664b1c6b36d3b2b50f7f1804302314beb3bb368a12aa4 +DIST waypipe-v0.7.0.tar.bz2 116643 BLAKE2B 65f58168c448965838b22e6c3fe134ec22304b93c43912d66cd6c09ebc66af19847ca195101b2f58eaf41332142df81e523ad5707305e7c1df8865c5a0eb3775 SHA512 075769efb5e7030afcc81083fae4a20922ef47b03d3998f1cf2db0787013224bd26fadb8e5bbf24804d4ac15ba5955822f431f5ce24579fedad44ce0d4f89861 diff --git a/gui-apps/waypipe/waypipe-0.6.1.ebuild b/gui-apps/waypipe/waypipe-0.6.1.ebuild deleted file mode 100644 index 367f58f..0000000 --- a/gui-apps/waypipe/waypipe-0.6.1.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} ) - -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/v0.6.1/waypipe-v0.6.1.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? ( virtual/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 -} diff --git a/gui-apps/waypipe/waypipe-0.7.0.ebuild b/gui-apps/waypipe/waypipe-0.7.0.ebuild new file mode 100644 index 0000000..8694eca --- /dev/null +++ b/gui-apps/waypipe/waypipe-0.7.0.ebuild @@ -0,0 +1,50 @@ +# 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-54-g00ecf