media-plugins/vdr-span - 0.0.7 (gentoo)

Search

Install

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

Package Information

Description:
VDR plugin: Spectrum Analyzer (SpAn)
Homepage:
http://lcr.vdr-developer.org/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.0.7 8 ~amd64 ~x86 0
View Raw Ebuild
# 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."
}

Inherited Eclasses

Dependencies

DEPEND

	media-video/vdr:=
	sci-libs/fftw

RDEPEND

	media-video/vdr:=
	sci-libs/fftw

Manifest for 0.0.7

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