public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-xineliboutput/files/
@ 2019-12-22 16:02 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2019-12-22 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     64a577bbff040aaf905095559dd622cf88511fff
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Dec 16 20:36:38 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 16:01:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a577bb

media-plugins/vdr-xineliboutput: remove unused file

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14019
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../vdr-xineliboutput/files/confd-1.0.0_pre6       | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/media-plugins/vdr-xineliboutput/files/confd-1.0.0_pre6 b/media-plugins/vdr-xineliboutput/files/confd-1.0.0_pre6
deleted file mode 100644
index b4fab7ff969..00000000000
--- a/media-plugins/vdr-xineliboutput/files/confd-1.0.0_pre6
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Usage examples (VDR plugin)
-#
-#  If no arguments are given, both X11 and framebuffer frontends are tried.
-#  First working frontend is used with best available video driver.
-#  Complete list of available command-line arguments can be obtained
-#  with "vdr --help".
-#
-#  Only local frontend, X11/Xv video, alsa audio:
-#    _EXTRAOPTS="--local=sxfe --video=xv --audio=alsa --noremote"
-#
-#  Only local frontend, (slow) X11 video, oss audio:
-#    _EXTRAOPTS="--local=sxfe --video=x11 --audio=oss --noremote"
-#
-#  Only local frontend, DirectFB: 
-#    _EXTRAOPTS="--local=fbfe --video=DirectFB --noremote"
-#
-#  Only remote frontend(s):
-#    _EXTRAOPTS="--local=none --remote=37890"
-#
-#  Local and remote frontends:
-#    _EXTRAOPTS="--local=sxfe --remote=37890"
-#  or
-#    _EXTRAOPTS="--local=fbfe --remote=37890"
-#
-#
-_EXTRAOPTS="--local=none --remote=37890"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-xineliboutput/files/
@ 2021-02-16 16:43 Jörg Bornkessel
  0 siblings, 0 replies; 2+ messages in thread
From: Jörg Bornkessel @ 2021-02-16 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ae4aa789ca4940d3e977eb9c1de03ff7a80bbbd8
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 16:33:46 2021 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 16:43:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4aa789

media-plugins/vdr-xineliboutput: QA possible bashism in vdr-frontend fixed

thx to Martin Dummer in PR #18969 for point out this Problem

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 media-plugins/vdr-xineliboutput/files/vdr-frontend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-xineliboutput/files/vdr-frontend b/media-plugins/vdr-xineliboutput/files/vdr-frontend
index 4159a5ec402..ba0b0b1161b 100644
--- a/media-plugins/vdr-xineliboutput/files/vdr-frontend
+++ b/media-plugins/vdr-xineliboutput/files/vdr-frontend
@@ -1,10 +1,10 @@
 #!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 description="Start xineliboutput sxfe/sxfb remote frontend"
 
-source /etc/conf.d/vdr.xineliboutput
+. /etc/conf.d/vdr.xineliboutput
 
 command="/usr/bin/vdr-sxfe"
 command_args="${REMOTE_FRONTEND}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-16 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-22 16:02 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-xineliboutput/files/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2021-02-16 16:43 Jörg Bornkessel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox