1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="mplayer wrapper script as backend for vdr-mplayer"
9 HOMEPAGE="https://www.vdr-portal.de/board/thread.php?threadid=62306"
10 SRC_URI="mirror://gentoo/${MY_P}.tgz
11 https://dev.gentoo.org/~zzam/distfiles/${MY_P}.tgz"
20 DEPEND="media-tv/gentoo-vdr-scripts"
22 >=media-video/mplayer-0.90_rc4"
28 -e 's#$CONFDIR/silence.wav#/usr/share/vdr/mplay-sh/silence.wav#' || die
29 sed -i conf.examples/mplayrc \
30 -e 's#^MPLAY_PLAY.*#MPLAY_PLAY="/var/vdr/tmp/mplay.play"#' || die
34 exeinto /usr/share/vdr/mplayer/bin
37 insinto /etc/vdr/plugins/mplay
38 doins conf.examples/*.conf conf.examples/mplayrc
40 insinto /usr/share/vdr/mplay-sh
41 doins conf.examples/silence.wav
46 fowners -R vdr:vdr /var/vdr