summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gui-apps/waypipe: sync liveSam James2024-06-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Move {dev-util → dev-debug}/systemtapMichał Górny2024-01-191-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* gui-apps/waypipe: fix BetterCompressionUri, drop unnecessary renameSam James2023-10-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-apps/waypipe: always install man pagesSam James2023-10-271-3/+3
| | | | | | Per QA policy. Signed-off-by: Sam James <sam@gentoo.org>
* gui-apps/waypipe: also bump EAPI for live ebuildKostadin Shishmanov2023-10-271-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/916302 Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com> Closes: https://github.com/gentoo/gentoo/pull/33526 Signed-off-by: Sam James <sam@gentoo.org>
* gui-apps/waypipe: enable py3.11Sam James2023-02-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/libva: Rename from x11-libs/libvaMatt Turner2022-10-151-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-apps/waypipe: add Python 3.10Sam James2022-05-171-2/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-apps/waypipe: [QA] drop implicit -Dwerror=false for meson ebuildsSam James2022-05-171-1/+0
| | | | | | | | | | Since f7408ada0c4655827e7bea46c57d7af1b9004433, it's always set for Meson builds, so we don't need to repeat it in ebuilds. Signed-off-by: Sam James <sam@gentoo.org>
* gui-apps/waypipe: Drop drm USE dependency on x11-libs/libvaIgor V. Kovalenko2022-03-291-1/+1
| | | | | | Closes: https://bugs.gentoo.org/835463 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-apps/waypipe: drop no-op IUSE=neonSam James2022-02-271-2/+2
| | | | | | Use CPU_FLAGS_ARM_NEON. Signed-off-by: Sam James <sam@gentoo.org>
* gui-apps/waypipe: Set USE-defaults for mesa[egl,gbm]Matt Turner2021-10-311-1/+1
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* gui-apps/waypipe: fix emesonargs and move to CPU_FLAGS_ARMAisha Tammy2021-06-031-13/+15
| | | | | | | | Closes: https://bugs.gentoo.org/782745 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-apps/waypipe: patch accepted upstream in 9999Aisha Tammy2021-02-081-2/+1
| | | | | | Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19245 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* gui-apps/waypipe: transparent proxy for wayland over networksAisha Tammy2021-01-251-0/+72
Allows for using wayland through network sockets much like ssh -X, so that GUIs can be viewed remotely. A much lighter protocol than VNC as there is no need for sending frames over the tunnell. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18789 Signed-off-by: Aaron Bauman <bman@gentoo.org>