hd_brummy    15/02/12 10:11:33

  Added:                vdr-frontend confd-2.0.0
  Removed:              vdr-xineliboutput-9999-build-system.patch
                        vdr-xineliboutput-1.0.4_p20090810-compile-fix.diff
                        vdr-xineliboutput-1.0.5-ldflags.patch
  Log:
  new snapshot 20130821; compile fix vdr-2.1.10; cleanup; initsciptvdr-fronted 
to start sxfb
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  Changes    Path
1.1                  media-plugins/vdr-xineliboutput/files/vdr-frontend

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/files/vdr-frontend?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/files/vdr-frontend?rev=1.1&content-type=text/plain

Index: vdr-frontend
===================================================================
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/files/vdr-frontend,v 
1.1 2015/02/12 10:11:33 hd_brummy Exp $

description="Start xineliboutput sxfe/fbfe remote frontend"

source /etc/conf.d/vdr.xineliboutput

command="/usr/bin/vdr-sxfe"
command_args="${REMOTE_FRONTEND}"
pidfile="/var/run/vdr-frontend.pid"
start_stop_daemon_args="--user vdr --group vdr --make-pidfile --background"



1.1                  media-plugins/vdr-xineliboutput/files/confd-2.0.0

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/files/confd-2.0.0?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/files/confd-2.0.0?rev=1.1&content-type=text/plain

Index: confd-2.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"

###################################################
#       start sxfe remote frontend                #
###################################################
#
# We do not add any start up paramaters by default
# Please refer for detailed info to
# media-plugins/vdr-xineliboutput README 
# --> Using remote frontends
#
# Example:
# --display=:1.0 --silent --fullscreen --syslog --reconnect xvdr://localhost 
&>/dev/null
#
# init script --> vdr-frontend
#
# DEBUG: do we need sxfb support? feedback please!
#
# sxfb start parameter
#       allowed values: see README
#       default: no paramters given
#
#REMOTE_FRONTEND=""





Reply via email to