public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/hdx-realtime-media-engine/
Date: Sat, 15 Oct 2022 15:13:25 +0000 (UTC)	[thread overview]
Message-ID: <1665846792.c4abbf5fd1f2475e2bf8df83f7d6aee9d6c27025.sam@gentoo> (raw)

commit:     c4abbf5fd1f2475e2bf8df83f7d6aee9d6c27025
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Mon Jul 18 07:20:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 15:13:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4abbf5f

media-plugins/hdx-realtime-media-engine: switch from BROOT to ROOT

To set the plugin up we run a configuration tools which is part of the
package in pkg_postinst. Take the tool from ROOT and not BROOT any
longer.

Closes: https://bugs.gentoo.org/836074
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/26196
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../hdx-realtime-media-engine-2.9.400.2702.ebuild                     | 4 ++--
 .../hdx-realtime-media-engine-2.9.500.2802.ebuild                     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild
index 61ddaae0ea7d..471a9f9c9365 100644
--- a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild
+++ b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild
@@ -88,9 +88,9 @@ src_install() {
 
 pkg_postinst() {
 	ebegin "add info about our plugin to the module.ini of the Citrix receiver"
-	local inifile="${BROOT}${ICAROOT}/config/module.ini"
+	local inifile="${ROOT}${ICAROOT}/config/module.ini"
 	if cp "${inifile}" . ; then
-		"${BROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \
+		"${ROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \
 			&& cp new_module.ini "${inifile}"
 	fi
 	eend $?

diff --git a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild
index 1ab96fc394ee..0a449dcdc2ba 100644
--- a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild
+++ b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild
@@ -88,9 +88,9 @@ src_install() {
 
 pkg_postinst() {
 	ebegin "add info about our plugin to the module.ini of the Citrix receiver"
-	local inifile="${BROOT}${ICAROOT}/config/module.ini"
+	local inifile="${ROOT}${ICAROOT}/config/module.ini"
 	if cp "${inifile}" . ; then
-		"${BROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \
+		"${ROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \
 			&& cp new_module.ini "${inifile}"
 	fi
 	eend $?


             reply	other threads:[~2022-10-15 15:13 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-15 15:13 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-06 18:21 [gentoo-commits] repo/gentoo:master commit in: media-plugins/hdx-realtime-media-engine/ Andreas Sturmlechner
2023-07-27  6:34 Amy Liffey
2023-07-27  6:34 Amy Liffey
2023-07-26  3:33 Sam James
2023-03-01 13:46 Joonas Niilola
2023-02-06  7:59 Joonas Niilola
2023-02-06  7:59 Joonas Niilola
2023-01-15 11:10 Viorel Munteanu
2023-01-15 11:10 Viorel Munteanu
2022-06-30 21:41 Sam James
2022-05-13  8:40 Lars Wendler
2022-05-13  8:40 Lars Wendler
2021-10-06  9:45 Lars Wendler
2021-10-06  9:45 Lars Wendler
2021-04-22  8:09 Lars Wendler
2021-04-21 19:02 Sam James
2021-02-19 12:41 Lars Wendler
2021-01-16 11:53 Lars Wendler
2021-01-15 15:21 Lars Wendler
2021-01-15 15:02 Lars Wendler
2021-01-15 14:48 Lars Wendler

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=1665846792.c4abbf5fd1f2475e2bf8df83f7d6aee9d6c27025.sam@gentoo \
    --to=sam@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