Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wayvnc/
Date: Sun, 19 Mar 2023 10:46:21
Message-Id: 1679222763.63863cc76e34787fc263fcf90ed0fd92acf24469.chewi@gentoo
1 commit: 63863cc76e34787fc263fcf90ed0fd92acf24469
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 10:45:00 2023 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 10:46:03 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63863cc7
7
8 gui-apps/wayvnc: Bump to 0.6.2, drop old 0.4.0-r1
9
10 Locks the neatvnc dependency to a compatible version.
11
12 Closes: https://bugs.gentoo.org/888641
13 Closes: https://bugs.gentoo.org/891113
14 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
15
16 gui-apps/wayvnc/Manifest | 2 +-
17 gui-apps/wayvnc/{wayvnc-0.4.0-r1.ebuild => wayvnc-0.6.2.ebuild} | 6 +++---
18 gui-apps/wayvnc/wayvnc-9999.ebuild | 8 ++++----
19 3 files changed, 8 insertions(+), 8 deletions(-)
20
21 diff --git a/gui-apps/wayvnc/Manifest b/gui-apps/wayvnc/Manifest
22 index 1bc4a3ef8614..dd41ad737c7f 100644
23 --- a/gui-apps/wayvnc/Manifest
24 +++ b/gui-apps/wayvnc/Manifest
25 @@ -1 +1 @@
26 -DIST wayvnc-0.4.0.tar.gz 52157 BLAKE2B 7c8456d5136ef361ca7dd72ffa7501514eeb7a61ae1777a02391fb7fceea6b020d68951300ab76254f2afd5e2610fe66ce0f461d18dc38522706691438f4620e SHA512 b8f1af24213077dc6126ae1f613b9cdeed8f365f9d1989a5b053563f0eb4bc49921e746e0f1026fe0e02bfeea23b912798678a5a337a052d977aa04496a75570
27 +DIST wayvnc-0.6.2.tar.gz 81684 BLAKE2B a5462dc27b077218d757e028481422b179b9fd525e05e15860f5784cfb2d2d4c229777e647489d75491a370d8ec8a213fbdbd113265431c220ad75919ab8e827 SHA512 ab45206cf7d3de58c45725c1636304abcec4d92ea52b46a1e0f67013eaeb1eaef4e4504e475bdc99939963d74019327d8610568bc305d069cc5586c43cf9c5d8
28
29 diff --git a/gui-apps/wayvnc/wayvnc-0.4.0-r1.ebuild b/gui-apps/wayvnc/wayvnc-0.6.2.ebuild
30 similarity index 89%
31 rename from gui-apps/wayvnc/wayvnc-0.4.0-r1.ebuild
32 rename to gui-apps/wayvnc/wayvnc-0.6.2.ebuild
33 index e865d2f0eb35..ea2a54a18724 100644
34 --- a/gui-apps/wayvnc/wayvnc-0.4.0-r1.ebuild
35 +++ b/gui-apps/wayvnc/wayvnc-0.6.2.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 2019-2021 Gentoo Authors
38 +# Copyright 2019-2023 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42 @@ -21,9 +21,9 @@ SLOT="0"
43 IUSE="gbm tracing"
44
45 RDEPEND="
46 - dev-libs/aml
47 + =dev-libs/aml-0.3*
48 dev-libs/wayland
49 - gui-libs/neatvnc[tracing?]
50 + =gui-libs/neatvnc-0.6*[tracing?]
51 media-libs/mesa:=[egl(+),gles2,gbm(+)?]
52 x11-libs/libxkbcommon
53 x11-libs/pixman
54
55 diff --git a/gui-apps/wayvnc/wayvnc-9999.ebuild b/gui-apps/wayvnc/wayvnc-9999.ebuild
56 index 9aeac3a3cd46..ea2a54a18724 100644
57 --- a/gui-apps/wayvnc/wayvnc-9999.ebuild
58 +++ b/gui-apps/wayvnc/wayvnc-9999.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 2019-2020 Gentoo Authors
61 +# Copyright 2019-2023 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=7
65 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
66 EGIT_REPO_URI="https://github.com/any1/wayvnc.git"
67 else
68 SRC_URI="https://github.com/any1/wayvnc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
69 - KEYWORDS="~amd64 ~x86"
70 + KEYWORDS="~amd64 ~riscv ~x86"
71 fi
72
73 LICENSE="ISC"
74 @@ -21,9 +21,9 @@ SLOT="0"
75 IUSE="gbm tracing"
76
77 RDEPEND="
78 - dev-libs/aml
79 + =dev-libs/aml-0.3*
80 dev-libs/wayland
81 - gui-libs/neatvnc[tracing?]
82 + =gui-libs/neatvnc-0.6*[tracing?]
83 media-libs/mesa:=[egl(+),gles2,gbm(+)?]
84 x11-libs/libxkbcommon
85 x11-libs/pixman