From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-network-displays/
Date: Fri, 28 Oct 2022 15:15:52 +0000 (UTC) [thread overview]
Message-ID: <1666970124.9331b83c2eef35037b1a89ffea754f3b1a081935.pacho@gentoo> (raw)
commit: 9331b83c2eef35037b1a89ffea754f3b1a081935
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 13:23:26 2022 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 15:15:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9331b83c
gnome-extra/gnome-network-displays: new package, add 0.90.5
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
| 1 +
.../gnome-network-displays-0.90.5.ebuild | 55 ++++++++++++++++++++++
| 10 ++++
3 files changed, 66 insertions(+)
--git a/gnome-extra/gnome-network-displays/Manifest b/gnome-extra/gnome-network-displays/Manifest
new file mode 100644
index 000000000000..277a932f1c04
--- /dev/null
+++ b/gnome-extra/gnome-network-displays/Manifest
@@ -0,0 +1 @@
+DIST gnome-network-displays-0.90.5.tar.xz 594196 BLAKE2B 4affeacc21ff581fb49bf29cd7954be7f3fe3531b904f013335d0b8bc25c0384119523a89b3f5f771eb518dfa82deb71ff22d1d5169d99b0799b4129c8586f70 SHA512 c3d4df7cfaba3482936817ad352e6e7185df4381e119236d6c33093356d5ffb12ade1f2afd4677500fa986fa9cac57df93862ac8366f9606fee169b5f8cb98e0
diff --git a/gnome-extra/gnome-network-displays/gnome-network-displays-0.90.5.ebuild b/gnome-extra/gnome-network-displays/gnome-network-displays-0.90.5.ebuild
new file mode 100644
index 000000000000..b0daf152a1a2
--- /dev/null
+++ b/gnome-extra/gnome-network-displays/gnome-network-displays-0.90.5.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Stream the desktop to Wi-Fi Display capable devices"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-network-displays"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="firewalld"
+
+RDEPEND="
+ dev-libs/glib:2
+ gnome-base/gnome-desktop:3
+ media-libs/gst-rtsp-server
+ media-libs/libpulse[glib]
+ media-plugins/gst-plugins-faac
+ media-plugins/gst-plugins-x264
+ media-plugins/gst-plugins-ximagesrc
+ >=net-misc/networkmanager-1.16.0[wifi]
+ net-dns/dnsmasq
+ net-wireless/wpa_supplicant[p2p]
+ sys-apps/xdg-desktop-portal[screencast]
+ x11-libs/gtk+:3
+ firewalld? ( net-firewall/firewalld )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-libs/appstream-glib
+ dev-util/desktop-file-utils
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+DOCS=( README.md )
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use firewalld firewalld_zone)
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
--git a/gnome-extra/gnome-network-displays/metadata.xml b/gnome-extra/gnome-network-displays/metadata.xml
new file mode 100644
index 000000000000..d10fc5923031
--- /dev/null
+++ b/gnome-extra/gnome-network-displays/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pacho@gentoo.org</email>
+ </maintainer>
+ <use>
+ <flag name="firewalld">Install firewalld zones</flag>
+ </use>
+</pkgmetadata>
next reply other threads:[~2022-10-28 15:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-28 15:15 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-30 13:10 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-network-displays/ Pacho Ramos
2022-12-20 8:43 Pacho Ramos
2022-12-20 8:43 Pacho Ramos
2023-09-22 6:40 Andrew Ammerlaan
2024-02-02 17:31 Pacho Ramos
2024-07-12 8:50 Pacho Ramos
2024-07-12 8:51 Pacho Ramos
2024-09-09 8:31 Pacho Ramos
2024-11-08 18:16 Pacho Ramos
2024-11-08 18:16 Pacho Ramos
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=1666970124.9331b83c2eef35037b1a89ffea754f3b1a081935.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