Install this version:
emerge -a =media-plugins/vdr-serial-0.0.6a
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-plugins/vdr-serial-0.0.6a
Or alternatively:
emerge --autounmask-write -a =media-plugins/vdr-serial-0.0.6a
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vdr-plugin-2
DESCRIPTION="VDR Plugin: attach some buttons with diodes to the serial port"
HOMEPAGE="http://www.lf-klueber.de/vdr.htm"
SRC_URI="http://www.lf-klueber.de/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="media-video/vdr:="
RDEPEND="${DEPEND}
acct-user/vdr[serial]"
src_prepare() {
vdr-plugin-2_src_prepare
sed -i serial.c -e "s:RegisterI18n://RegisterI18n:" || die
cd "${S}"/tools
emake clean
}
src_install() {
local DOCS=( README circuit.jpg tools/Connector.txt )
vdr-plugin-2_src_install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vdr-serial-0.0.6a.tgz | 65883 bytes | http://www.lf-klueber.de/vdr-serial-0.0.6a.tgz |