diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-03-19 10:45:00 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-03-19 10:46:03 +0000 |
commit | 63863cc76e34787fc263fcf90ed0fd92acf24469 (patch) | |
tree | 510ff9ec56f2593f80cedd94e1e225c7169886b4 /gui-apps | |
parent | dev-libs/weston: Bump aml and neatvnc deps for 9999 (diff) | |
download | gentoo-63863cc76e34787fc263fcf90ed0fd92acf24469.tar.gz gentoo-63863cc76e34787fc263fcf90ed0fd92acf24469.tar.bz2 gentoo-63863cc76e34787fc263fcf90ed0fd92acf24469.zip |
gui-apps/wayvnc: Bump to 0.6.2, drop old 0.4.0-r1
Locks the neatvnc dependency to a compatible version.
Closes: https://bugs.gentoo.org/888641
Closes: https://bugs.gentoo.org/891113
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wayvnc/Manifest | 2 | ||||
-rw-r--r-- | gui-apps/wayvnc/wayvnc-0.6.2.ebuild (renamed from gui-apps/wayvnc/wayvnc-0.4.0-r1.ebuild) | 6 | ||||
-rw-r--r-- | gui-apps/wayvnc/wayvnc-9999.ebuild | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/gui-apps/wayvnc/Manifest b/gui-apps/wayvnc/Manifest index 1bc4a3ef8614..dd41ad737c7f 100644 --- a/gui-apps/wayvnc/Manifest +++ b/gui-apps/wayvnc/Manifest @@ -1 +1 @@ -DIST wayvnc-0.4.0.tar.gz 52157 BLAKE2B 7c8456d5136ef361ca7dd72ffa7501514eeb7a61ae1777a02391fb7fceea6b020d68951300ab76254f2afd5e2610fe66ce0f461d18dc38522706691438f4620e SHA512 b8f1af24213077dc6126ae1f613b9cdeed8f365f9d1989a5b053563f0eb4bc49921e746e0f1026fe0e02bfeea23b912798678a5a337a052d977aa04496a75570 +DIST wayvnc-0.6.2.tar.gz 81684 BLAKE2B a5462dc27b077218d757e028481422b179b9fd525e05e15860f5784cfb2d2d4c229777e647489d75491a370d8ec8a213fbdbd113265431c220ad75919ab8e827 SHA512 ab45206cf7d3de58c45725c1636304abcec4d92ea52b46a1e0f67013eaeb1eaef4e4504e475bdc99939963d74019327d8610568bc305d069cc5586c43cf9c5d8 diff --git a/gui-apps/wayvnc/wayvnc-0.4.0-r1.ebuild b/gui-apps/wayvnc/wayvnc-0.6.2.ebuild index e865d2f0eb35..ea2a54a18724 100644 --- a/gui-apps/wayvnc/wayvnc-0.4.0-r1.ebuild +++ b/gui-apps/wayvnc/wayvnc-0.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,9 +21,9 @@ SLOT="0" IUSE="gbm tracing" RDEPEND=" - dev-libs/aml + =dev-libs/aml-0.3* dev-libs/wayland - gui-libs/neatvnc[tracing?] + =gui-libs/neatvnc-0.6*[tracing?] media-libs/mesa:=[egl(+),gles2,gbm(+)?] x11-libs/libxkbcommon x11-libs/pixman diff --git a/gui-apps/wayvnc/wayvnc-9999.ebuild b/gui-apps/wayvnc/wayvnc-9999.ebuild index 9aeac3a3cd46..ea2a54a18724 100644 --- a/gui-apps/wayvnc/wayvnc-9999.ebuild +++ b/gui-apps/wayvnc/wayvnc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/any1/wayvnc.git" else SRC_URI="https://github.com/any1/wayvnc/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" fi LICENSE="ISC" @@ -21,9 +21,9 @@ SLOT="0" IUSE="gbm tracing" RDEPEND=" - dev-libs/aml + =dev-libs/aml-0.3* dev-libs/wayland - gui-libs/neatvnc[tracing?] + =gui-libs/neatvnc-0.6*[tracing?] media-libs/mesa:=[egl(+),gles2,gbm(+)?] x11-libs/libxkbcommon x11-libs/pixman |