* [gentoo-commits] repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-08-20 16:33 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2023-08-20 16:33 UTC (permalink / raw
To: gentoo-commits
commit: 78e2d9bc5892cb41df78ba897e809e31db4cfc03
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 16:17:00 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 16:33:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e2d9bc
gui-apps/xwaylandvideobridge: new package, add 0_pre20230819
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
gui-apps/xwaylandvideobridge/Manifest | 1 +
gui-apps/xwaylandvideobridge/metadata.xml | 11 ++++++
.../xwaylandvideobridge-0_pre20230819.ebuild | 44 ++++++++++++++++++++++
3 files changed, 56 insertions(+)
diff --git a/gui-apps/xwaylandvideobridge/Manifest b/gui-apps/xwaylandvideobridge/Manifest
new file mode 100644
index 000000000000..2e3f771adec2
--- /dev/null
+++ b/gui-apps/xwaylandvideobridge/Manifest
@@ -0,0 +1 @@
+DIST xwaylandvideobridge-0_pre20230819-8842032f.tar.gz 34466 BLAKE2B 7407638cab2476f56c6e0b402e8683af7145e9acc47240635161bc780467eafa91cc11d720916ac3ce36e401bda65b8d9a244de994cd72193c58ca385f0b1f2a SHA512 8ea099fa2719b715d35eadc5224477470a6ca226bb388098b4c1423a62f23c1e7c52222093cb126e2af7f898be5a04f63294d350d4907aaf35e2e726940477d4
diff --git a/gui-apps/xwaylandvideobridge/metadata.xml b/gui-apps/xwaylandvideobridge/metadata.xml
new file mode 100644
index 000000000000..170f61584cfe
--- /dev/null
+++ b/gui-apps/xwaylandvideobridge/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="kde-invent">system/xwaylandvideobridge</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild
new file mode 100644
index 000000000000..97ce7e415fc4
--- /dev/null
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+QTMIN=5.15.9
+KDE_ORG_CATEGORY="system"
+KDE_ORG_COMMIT="8842032fe672575a9dfe44adc7ef84b468d931fe"
+inherit ecm kde.org
+
+DESCRIPTION="Screenshare Wayland windows to XWayland apps"
+HOMEPAGE="https://planet.kde.org/david-edmundson-2023-03-22-fixing-wayland-xwayland-screen-casting/
+https://invent.kde.org/system/xwaylandvideobridge"
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtx11extras-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-plasma/kpipewire-5.27.4:5
+ media-libs/freetype
+ x11-libs/libxcb:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ ecm_src_prepare
+ # https://invent.kde.org/system/xwaylandvideobridge/-/merge_requests/14
+ ecm_punt_kf_module WidgetsAddons
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-11-05 21:12 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2023-11-05 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 4c79e0856ad19c3ca6edab222aa5b95e48442925
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 20:52:57 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 21:10:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c79e085
gui-apps/xwaylandvideobridge: add 0.3.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
gui-apps/xwaylandvideobridge/Manifest | 1 +
.../xwaylandvideobridge-0.3.0.ebuild | 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/gui-apps/xwaylandvideobridge/Manifest b/gui-apps/xwaylandvideobridge/Manifest
index 2e3f771adec2..f2c80865f5cf 100644
--- a/gui-apps/xwaylandvideobridge/Manifest
+++ b/gui-apps/xwaylandvideobridge/Manifest
@@ -1 +1,2 @@
+DIST xwaylandvideobridge-0.3.0.tar.xz 35584 BLAKE2B 10d0770efc023a3c52bcc7af119d13cf2d38cd9c6d4d0e7a19a46ae455428a7b2fc03a8b61a8036a15210d699193c71784962c60ad82a65a385414b426c20e78 SHA512 9e86fac3dbed2c2cca1b899a8266c8feda3263544048c3e554e3029f065053637dda84fc0fcc10be5d4856015743b0cdcb8e0e18cd26d14739fb7481850b1392
DIST xwaylandvideobridge-0_pre20230819-8842032f.tar.gz 34466 BLAKE2B 7407638cab2476f56c6e0b402e8683af7145e9acc47240635161bc780467eafa91cc11d720916ac3ce36e401bda65b8d9a244de994cd72193c58ca385f0b1f2a SHA512 8ea099fa2719b715d35eadc5224477470a6ca226bb388098b4c1423a62f23c1e7c52222093cb126e2af7f898be5a04f63294d350d4907aaf35e2e726940477d4
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0.ebuild
new file mode 100644
index 000000000000..1d58263f2e49
--- /dev/null
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+QTMIN=5.15.9
+KDE_ORG_CATEGORY="system"
+inherit ecm kde.org
+
+DESCRIPTION="Screenshare Wayland windows to XWayland apps"
+HOMEPAGE="https://planet.kde.org/david-edmundson-2023-03-22-fixing-wayland-xwayland-screen-casting/
+https://invent.kde.org/system/xwaylandvideobridge"
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtx11extras-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-plasma/kpipewire-5.27.4:5
+ media-libs/freetype
+ x11-libs/libxcb:=
+ x11-libs/xcb-util
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-11-05 21:12 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2023-11-05 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 9a48fedf576598f0bf7c85c6b01dada453bf0692
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 21:00:15 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 21:10:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a48fedf
gui-apps/xwaylandvideobridge: drop 0_pre20230819
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
gui-apps/xwaylandvideobridge/Manifest | 1 -
.../xwaylandvideobridge-0_pre20230819.ebuild | 44 ----------------------
2 files changed, 45 deletions(-)
diff --git a/gui-apps/xwaylandvideobridge/Manifest b/gui-apps/xwaylandvideobridge/Manifest
index f2c80865f5cf..a49622eaaa0e 100644
--- a/gui-apps/xwaylandvideobridge/Manifest
+++ b/gui-apps/xwaylandvideobridge/Manifest
@@ -1,2 +1 @@
DIST xwaylandvideobridge-0.3.0.tar.xz 35584 BLAKE2B 10d0770efc023a3c52bcc7af119d13cf2d38cd9c6d4d0e7a19a46ae455428a7b2fc03a8b61a8036a15210d699193c71784962c60ad82a65a385414b426c20e78 SHA512 9e86fac3dbed2c2cca1b899a8266c8feda3263544048c3e554e3029f065053637dda84fc0fcc10be5d4856015743b0cdcb8e0e18cd26d14739fb7481850b1392
-DIST xwaylandvideobridge-0_pre20230819-8842032f.tar.gz 34466 BLAKE2B 7407638cab2476f56c6e0b402e8683af7145e9acc47240635161bc780467eafa91cc11d720916ac3ce36e401bda65b8d9a244de994cd72193c58ca385f0b1f2a SHA512 8ea099fa2719b715d35eadc5224477470a6ca226bb388098b4c1423a62f23c1e7c52222093cb126e2af7f898be5a04f63294d350d4907aaf35e2e726940477d4
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild
deleted file mode 100644
index 97ce7e415fc4..000000000000
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-KDE_ORG_CATEGORY="system"
-KDE_ORG_COMMIT="8842032fe672575a9dfe44adc7ef84b468d931fe"
-inherit ecm kde.org
-
-DESCRIPTION="Screenshare Wayland windows to XWayland apps"
-HOMEPAGE="https://planet.kde.org/david-edmundson-2023-03-22-fixing-wayland-xwayland-screen-casting/
-https://invent.kde.org/system/xwaylandvideobridge"
-
-if [[ ${KDE_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-plasma/kpipewire-5.27.4:5
- media-libs/freetype
- x11-libs/libxcb:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- ecm_src_prepare
- # https://invent.kde.org/system/xwaylandvideobridge/-/merge_requests/14
- ecm_punt_kf_module WidgetsAddons
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-11-11 20:39 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2023-11-11 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 6928cbf287e48d1ffece32e7a62863a7e3538c8f
Author: bivsk <bivsk <AT> tutanota <DOT> com>
AuthorDate: Fri Nov 10 00:34:22 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 20:38:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6928cbf2
gui-apps/xwaylandvideobridge: require kde-frameworks/kwindowsystem[X]
Signed-off-by: James McGeehan IV <bivsk <AT> tutanota.com>
Closes: https://github.com/gentoo/kde/pull/931
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
...landvideobridge-0.3.0.ebuild => xwaylandvideobridge-0.3.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0-r1.ebuild
similarity index 95%
rename from gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0.ebuild
rename to gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0-r1.ebuild
index 1d58263f2e49..2f2eaae1d99a 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0-r1.ebuild
@@ -29,7 +29,7 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
>=kde-plasma/kpipewire-5.27.4:5
media-libs/freetype
x11-libs/libxcb:=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-11-23 12:32 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2023-11-23 12:32 UTC (permalink / raw
To: gentoo-commits
commit: ffba996063323905aa9af3583e4b6ab64607f2f4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 12:18:44 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 12:32:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffba9960
gui-apps/xwaylandvideobridge: drop 0.3.0-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../xwaylandvideobridge-0.3.0-r1.ebuild | 39 ----------------------
1 file changed, 39 deletions(-)
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0-r1.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0-r1.ebuild
deleted file mode 100644
index 2f2eaae1d99a..000000000000
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-KDE_ORG_CATEGORY="system"
-inherit ecm kde.org
-
-DESCRIPTION="Screenshare Wayland windows to XWayland apps"
-HOMEPAGE="https://planet.kde.org/david-edmundson-2023-03-22-fixing-wayland-xwayland-screen-casting/
-https://invent.kde.org/system/xwaylandvideobridge"
-
-if [[ ${KDE_BUILD_TYPE} == release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
- >=kde-plasma/kpipewire-5.27.4:5
- media-libs/freetype
- x11-libs/libxcb:=
- x11-libs/xcb-util
-"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/
@ 2024-06-27 9:43 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-06-27 9:43 UTC (permalink / raw
To: gentoo-commits
commit: a0f1ac3346409f69e32a0bca63e1246076afc895
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 09:43:45 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 09:43:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f1ac33
gui-apps/xwaylandvideobridge: Keyword 0.4.0 arm64, #934215
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
index 85134048fb6a..bd811d7ab16e 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
@@ -14,7 +14,7 @@ https://invent.kde.org/system/xwaylandvideobridge"
if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/
@ 2024-07-02 12:07 Jakov Smolić
0 siblings, 0 replies; 9+ messages in thread
From: Jakov Smolić @ 2024-07-02 12:07 UTC (permalink / raw
To: gentoo-commits
commit: efc613cfd419415f159929720ca7ce6a835b2cdd
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 2 12:07:45 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 12:07:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc613cf
gui-apps/xwaylandvideobridge: Keyword 0.4.0 riscv, #934215
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
index bd811d7ab16e..864b4d4114ab 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
@@ -14,7 +14,7 @@ https://invent.kde.org/system/xwaylandvideobridge"
if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="~amd64 ~arm64 ~riscv"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/
@ 2024-07-12 15:24 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-07-12 15:24 UTC (permalink / raw
To: gentoo-commits
commit: 03525c6fbce0ebd6cad025f174bee5981868a9fa
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 15:23:08 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 15:23:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03525c6f
gui-apps/xwaylandvideobridge: Keyword 0.4.0 x86, #934215
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
index 864b4d4114ab..5605e3348c34 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
@@ -14,7 +14,7 @@ https://invent.kde.org/system/xwaylandvideobridge"
if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~riscv"
+ KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/
@ 2024-07-26 11:17 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-07-26 11:17 UTC (permalink / raw
To: gentoo-commits
commit: a36431a3b50134a7227dce69e64ca40b4b13a510
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 11:12:34 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 11:12:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36431a3
gui-apps/xwaylandvideobridge: Keyword 0.4.0 ppc64, #934215
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
index 5605e3348c34..0633fd18a8e2 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild
@@ -14,7 +14,7 @@ https://invent.kde.org/system/xwaylandvideobridge"
if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-07-26 11:18 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-11 20:39 [gentoo-commits] repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-07-26 11:17 Arthur Zamarin
2024-07-12 15:24 Arthur Zamarin
2024-07-02 12:07 Jakov Smolić
2024-06-27 9:43 Arthur Zamarin
2023-11-23 12:32 Andreas Sturmlechner
2023-11-05 21:12 Andreas Sturmlechner
2023-11-05 21:12 Andreas Sturmlechner
2023-08-20 16:33 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox