diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-03 00:07:26 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-03 00:07:26 +0100 |
commit | a3bb28551df94028000fb72308a9e9baa01458b0 (patch) | |
tree | 33b14c7bf0dffbd5bb04dbd5b395514ebdda4896 /gui-apps/waypipe | |
parent | 6657c680376cedf378fcf328e5fa03ed3b41d580 (diff) |
gentoo auto-resync : 03:06:2024 - 00:07:25
Diffstat (limited to 'gui-apps/waypipe')
-rw-r--r-- | gui-apps/waypipe/Manifest | 4 | ||||
-rw-r--r-- | gui-apps/waypipe/waypipe-0.8.6.ebuild | 71 | ||||
-rw-r--r-- | gui-apps/waypipe/waypipe-9999.ebuild | 2 |
3 files changed, 2 insertions, 75 deletions
diff --git a/gui-apps/waypipe/Manifest b/gui-apps/waypipe/Manifest index aec912b1d866..e69ba8001e49 100644 --- a/gui-apps/waypipe/Manifest +++ b/gui-apps/waypipe/Manifest @@ -1,6 +1,4 @@ -DIST waypipe-v0.8.6.tar.bz2 189836 BLAKE2B 4023ddb325982d5cb189bafb9c4bf87f1ccd692c423371b05d273ab2d8ceeeacace256400e5755e89670407746f25ff4499643d3fb722053e5958547ac15600f SHA512 d02afa15e363009820e7e7ad75e8f294a58b42ec74f8a2cd310fc3c65a252b71524a89fb95e3e105cec8d6802fb30470c6842ae69d7c16d687edde96d4ff1263 DIST waypipe-v0.9.0.tar.bz2 193493 BLAKE2B 891b1015951459faf15c181c35499558458fd69c63695f4b6be67e686c8ba7806f0193ed0fc4500b370345b570536b6fdbb3c01f2fe861e87e00b1d4db7c05d7 SHA512 c37b630f4659ccc52d2a85a749971d552d5d535fc33e30aea1c2d22b057aaf3cf2756d6347cc89e3068ce59a14e871e7ffae9016608803549d0e7b1b6a0bd1cf -EBUILD waypipe-0.8.6.ebuild 1827 BLAKE2B 5cb4d5c09ed803bc0120322ed1bfad851e0eeb8fa6fb48e52dd85cc3c66ba91318dcc6b792c007f8fa40ea6d064df0832c23fe0a97f3e0bdb285c174eb88464f SHA512 0d44697c6d13d0005fcc78f427372de2d2f367931de2e8c8a70d48bdf99cfad53f49f7219b2667c82ade5fbdf015690722d84e2e1bd0be75f68ba92cf52afa2d EBUILD waypipe-0.9.0.ebuild 1824 BLAKE2B 8685fe74be51b1e10e68709e43ed99ac40ed4328e878e2c1a55e51ebf224a14640482ccae3f7a4e89a9b69b9478428994a3b97b0dfe485eae5555b45323174d4 SHA512 21b145e4c3564f98d449a54d77d293697fbe1164a016defd36787ea227bed17e5b9f6c59edbd360b30a33cd94ded00301ab83fdbbdb8b3885d8a71487ded1bff -EBUILD waypipe-9999.ebuild 1827 BLAKE2B 5cb4d5c09ed803bc0120322ed1bfad851e0eeb8fa6fb48e52dd85cc3c66ba91318dcc6b792c007f8fa40ea6d064df0832c23fe0a97f3e0bdb285c174eb88464f SHA512 0d44697c6d13d0005fcc78f427372de2d2f367931de2e8c8a70d48bdf99cfad53f49f7219b2667c82ade5fbdf015690722d84e2e1bd0be75f68ba92cf52afa2d +EBUILD waypipe-9999.ebuild 1827 BLAKE2B 457c988b7f87cd6f8a2b99fb134668dabb279644e97601ed60ceb4a438ce62137e8e811634d92f638719b0c46ed757670b4ae4f7efbaaa371df1a5c13eca0f7f SHA512 400f494cb596bdfd279f67dec4506f5bf88d52813c4b0356a742ea98fd6166c00e6e3086ab5074676bd8a60db07528b50e9e494f742b445503c6d3b5ae4faf76 MISC metadata.xml 790 BLAKE2B 8928c96854495a9bd18ee980c4ab1a3d5d93e06b3ed5f11a1fa90b719f24391fbfbb99cafddaf6fa75ff4b59a0aa72f92cf1db48d9f3d62df8f0603e628e6aac SHA512 eab5538af33b220a5f7896c80d42429677da4cb39426ddbaa18594a39fd23aa1fd00e500f7599c3956105ab47380cee75e1aa42b413f540a5425d6563d9f1c07 diff --git a/gui-apps/waypipe/waypipe-0.8.6.ebuild b/gui-apps/waypipe/waypipe-0.8.6.ebuild deleted file mode 100644 index 973c438e2f8b..000000000000 --- a/gui-apps/waypipe/waypipe-0.8.6.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -inherit meson python-any-r1 - -DESCRIPTION="Transparent network proxy for Wayland compositors" -HOMEPAGE="https://gitlab.freedesktop.org/mstoeckl/waypipe" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.freedesktop.org/mstoeckl/waypipe" -else - SRC_URI="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" - S="${WORKDIR}"/${PN}-v${PV} - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -WAYPIPE_FLAG_MAP_X86=( avx2:with_avx2 avx512f:with_avx512f sse3:with_sse3 ) -WAYPIPE_FLAG_MAP_ARM=( neon:with_neon_opts ) -WAYPIPE_FLAG_MAP=( - "${WAYPIPE_FLAG_MAP_X86[@]/#/cpu_flags_x86_}" - "${WAYPIPE_FLAG_MAP_ARM[@]/#/cpu_flags_arm_}" -) - -IUSE="dmabuf ffmpeg lz4 systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}" -REQUIRED_USE="vaapi? ( ffmpeg )" -RESTRICT="!test? ( test )" - -DEPEND=" - dmabuf? ( - media-libs/mesa[gbm(+),vaapi?,wayland] - x11-libs/libdrm - ) - lz4? ( app-arch/lz4 ) - systemtap? ( dev-debug/systemtap ) - vaapi? ( media-libs/libva[drm(+),wayland] ) - ffmpeg? ( - media-video/ffmpeg[x264,vaapi?] - ) - zstd? ( app-arch/zstd ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - app-text/scdoc - virtual/pkgconfig - test? ( dev-libs/weston[examples,headless,remoting,screen-sharing,wayland-compositor] ) -" - -src_configure() { - local emesonargs=( - -Dman-pages=enabled - $(meson_use systemtap with_systemtap) - $(meson_feature dmabuf with_dmabuf) - $(meson_feature ffmpeg with_video) - $(meson_feature lz4 with_lz4) - $(meson_feature vaapi with_vaapi) - $(meson_feature zstd with_zstd) - ) - local fl - for fl in "${WAYPIPE_FLAG_MAP[@]}"; do - emesonargs+=( $(meson_use "${fl%:*}" "${fl#*:}") ) - done - meson_src_configure -} diff --git a/gui-apps/waypipe/waypipe-9999.ebuild b/gui-apps/waypipe/waypipe-9999.ebuild index 973c438e2f8b..844cedd732dc 100644 --- a/gui-apps/waypipe/waypipe-9999.ebuild +++ b/gui-apps/waypipe/waypipe-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-any-r1 DESCRIPTION="Transparent network proxy for Wayland compositors" |