From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-remote-desktop/
Date: Thu, 26 Oct 2023 15:09:53 +0000 (UTC) [thread overview]
Message-ID: <1698332981.99e8817454c734ddb0355224b295b3e6ae37394a.pacho@gentoo> (raw)
commit: 99e8817454c734ddb0355224b295b3e6ae37394a
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sun Oct 22 17:51:40 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 15:09:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e88174
net-misc/gnome-remote-desktop: Version bump to 45.1
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33459
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-misc/gnome-remote-desktop/Manifest | 1 +
.../gnome-remote-desktop-45.1.ebuild | 76 ++++++++++++++++++++++
2 files changed, 77 insertions(+)
diff --git a/net-misc/gnome-remote-desktop/Manifest b/net-misc/gnome-remote-desktop/Manifest
index 0b63ac2313b3..cb11d35b56b0 100644
--- a/net-misc/gnome-remote-desktop/Manifest
+++ b/net-misc/gnome-remote-desktop/Manifest
@@ -1,3 +1,4 @@
DIST gnome-remote-desktop-44.2.tar.xz 199876 BLAKE2B a959e6ca1f72660138640c4f6edfd5ee8bb4185d27d55456fcdee2eaa38e09ac5a76b0bfbf6395c9725f2cb4fa857f3064379d9824810657ea9c046738803411 SHA512 2e310cd926e0ed6fd28406a56e4d4ba239b9817b035231f66b648a98e08a5c7a7d810a2b786292aa39a7c67ca17af3de92dce4a6031a4f72166d667b8f498bd0
DIST gnome-remote-desktop-45.0.tar.xz 212232 BLAKE2B 381429a7ddc6d7aa299754d42481577046ee2e89e4199bb307d4e13c58bef329ec0a56640ab84d9c1ef97eb04d72720fa061d43294e85925b17374c09bf05e60 SHA512 257548da2dffe1ed403708dba955fee5a1cd3219e82dd9db8914da603de89a28bfd7b60bcb5667fb47f6de1e590c68ea53d7df689b49d62a216a418d5b72c0d6
+DIST gnome-remote-desktop-45.1.tar.xz 213504 BLAKE2B 78dd348cf15b677f52ca327ac824b2bd5276d53e7b6578bef0634e00e81993c1a1802ee861a31527af03351e6640cc9fcdc5f86fd44f20ec56138837dd9f05b6 SHA512 4572fefa03ee433783c822cf0405bd17b645f3aa08e8d88c04165859fd30643d612e5d7516a64ded8c1a0d2007026d6df877930b5ea127d7e1e939c1bb60f379
DIST gnome-remote-desktop-45.rc.tar.xz 210708 BLAKE2B 4914490b4be2a3e801fdf61085d042dd7ce48b3afebe2088eb8402e1a3498035afe974b4842b18a3302bb34b0a376aaf0dc98cc748b14c19d0d4ca2d388b87db SHA512 1aea24c27c45d343821abe2cb4429afdba14cd636885bdac9f80bf811732e33249bb24632ee723dbe609a77488434051e4f109570da93397cd1e25aba96de1d0
diff --git a/net-misc/gnome-remote-desktop/gnome-remote-desktop-45.1.ebuild b/net-misc/gnome-remote-desktop/gnome-remote-desktop-45.1.ebuild
new file mode 100644
index 000000000000..d7c4a7f43cf6
--- /dev/null
+++ b/net-misc/gnome-remote-desktop/gnome-remote-desktop-45.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson systemd xdg
+
+DESCRIPTION="Remote desktop daemon for GNOME using pipewire"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-remote-desktop"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="aac doc +rdp systemd +vnc"
+REQUIRED_USE="|| ( rdp vnc ) aac? ( rdp )"
+RESTRICT="test" # Tests run xvfb-run directly
+
+DEPEND="
+ x11-libs/cairo
+ x11-libs/libdrm
+ >=media-libs/libepoxy-1.4
+ >=dev-libs/glib-2.68:2
+ >=dev-libs/libei-1.0.901
+ x11-libs/libnotify
+ app-crypt/libsecret
+ >=media-video/pipewire-0.3.49:=
+ app-crypt/tpm2-tss:=
+ rdp? (
+ >=media-libs/nv-codec-headers-11.1.5.0
+ >=net-misc/freerdp-2.10.0:=[server]
+ >=sys-fs/fuse-3.9.1:3
+ >=x11-libs/libxkbcommon-1.0.0
+
+ aac? (
+ media-libs/fdk-aac:=
+ )
+ )
+ vnc? (
+ net-libs/libvncserver
+ )
+"
+RDEPEND="${DEPEND}
+ x11-wm/mutter[screencast]
+"
+BDEPEND="
+ dev-libs/glib
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ virtual/pkgconfig
+ doc? (
+ app-text/asciidoc
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use doc man)
+ $(meson_use aac fdk_aac)
+ $(meson_use rdp)
+ $(meson_use vnc)
+ $(meson_use systemd)
+ -Dsystemd_user_unit_dir="$(systemd_get_userunitdir)"
+ -Dtests=false # Tests run xvfb-run directly
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
next reply other threads:[~2023-10-26 15:09 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-26 15:09 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-25 20:46 [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-remote-desktop/ Arthur Zamarin
2025-06-17 3:31 WANG Xuerui
2025-06-16 5:27 Sam James
2025-06-16 3:47 WANG Xuerui
2025-06-12 22:07 Sam James
2025-03-25 8:14 Sam James
2025-01-15 15:22 Pacho Ramos
2025-01-15 15:22 Pacho Ramos
2025-01-15 14:12 Pacho Ramos
2025-01-15 14:12 Pacho Ramos
2025-01-15 14:12 Pacho Ramos
2024-07-16 8:41 Pacho Ramos
2024-07-16 8:41 Pacho Ramos
2024-03-17 16:35 Mike Gilbert
2024-01-03 21:59 Mart Raudsepp
2024-01-03 21:59 Mart Raudsepp
2024-01-03 21:59 Mart Raudsepp
2023-10-26 15:09 Pacho Ramos
2023-09-29 10:34 Pacho Ramos
2023-09-22 2:33 Matt Turner
2023-09-18 13:29 Matt Turner
2023-06-19 15:30 Matt Turner
2023-05-28 2:35 Matt Turner
2023-05-17 21:55 Matt Turner
2023-04-22 21:51 Matt Turner
2023-04-02 0:57 Matt Turner
2023-03-19 3:51 Matt Turner
2023-02-20 17:32 Matt Turner
2023-01-09 15:45 Matt Turner
2022-12-04 2:41 Matt Turner
2022-12-03 18:03 Matt Turner
2022-10-31 17:58 Matt Turner
2022-10-25 15:25 Matt Turner
2022-10-14 14:29 Matt Turner
2022-09-26 13:34 Matt Turner
2022-09-21 14:17 Matt Turner
2022-08-07 2:24 Matt Turner
2022-07-21 2:04 Matt Turner
2022-07-03 21:04 Matt Turner
2022-05-30 14:34 Matt Turner
2022-04-28 15:31 Matt Turner
2022-04-24 20:46 Matt Turner
2022-03-26 0:23 Matt Turner
2022-03-18 19:24 Matt Turner
2022-01-27 3:25 Matt Turner
2022-01-24 22:43 Matt Turner
2021-12-18 6:36 Sam James
2021-09-19 9:35 Pacho Ramos
2021-05-03 19:30 Matt Turner
2021-04-18 14:26 Matt Turner
2021-04-18 14:26 Matt Turner
2020-12-05 22:54 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1698332981.99e8817454c734ddb0355224b295b3e6ae37394a.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox