Install this version:
emerge -a =media-plugins/vdr-span-0.0.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-plugins/vdr-span-0.0.7
Or alternatively:
emerge --autounmask-write -a =media-plugins/vdr-span-0.0.7
# 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: Spectrum Analyzer (SpAn)"
HOMEPAGE="http://lcr.vdr-developer.org/"
SRC_URI="http://lcr.vdr-developer.org/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
media-video/vdr:=
sci-libs/fftw"
RDEPEND="${DEPEND}"
pkg_postinst() {
vdr-plugin-2_pkg_postinst
elog
elog "This plugin is meant as middleware, you need appropiate"
elog "data-provider - as well as visualization-plugins."
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vdr-span-0.0.7.tar.bz2 | 50942 bytes | http://lcr.vdr-developer.org/downloads/vdr-span-0.0.7.tar.bz2 |