media-plugins/vdr-vcd - 0.9 (gentoo)

Search

Install

Install this version:

emerge -a =media-plugins/vdr-vcd-0.9

Package Information

Description:
VDR plugin: play video cds
Homepage:
https://wiki.gentoo.org/wiki/No_homepage
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.9 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: play video cds"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="http://vdr.websitec.de/download/vdr-vcd/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"

DEPEND="media-video/vdr:="
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/${P}_xgettext.diff"
		"${FILESDIR}/${P}_vdr-1.7.2.diff"
		"${FILESDIR}/${P}_devicetrickspeed.patch"
		"${FILESDIR}/${P}_gcc-6.patch"
		"${FILESDIR}/${P}_Control.patch" )

src_prepare() {
	vdr-plugin-2_src_prepare

	# Patch Makefile, as VDRDIR is no well known variable name
	# to stop spare -I in gcc cmdline
	sed -e 's:$(VDRINC):$(VDRDIR)/include:' -i Makefile || die
}

Inherited Eclasses

Dependencies

DEPEND

media-video/vdr:=

RDEPEND

media-video/vdr:=

Manifest for 0.9

Type File Size Source URLs
DIST vdr-vcd-0.9.tgz 33687 bytes http://vdr.websitec.de/download/vdr-vcd/vdr-vcd-0.9.tgz