media-plugins/vdr-avards - 0.2.6 (gentoo)

Search

Package Information

Description:
VDR Plugin: Automatic Video Aspect Ratio Detection and Signaling
Homepage:
http://firefly.vdr-developer.org/avards/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.2.6 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit vdr-plugin-2

DESCRIPTION="VDR Plugin:  Automatic Video Aspect Ratio Detection and Signaling"
HOMEPAGE="http://firefly.vdr-developer.org/avards/"
SRC_URI="http://firefly.vdr-developer.org/avards/${P}.tar.bz2"

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

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

src_prepare() {
	vdr-plugin-2_src_prepare

	# revert wrong implementation of vdr-2.4. feature
	sed -i Makefile \
		-e "s:\$(INCLUDES) -o \$@ \$<:\$(INCLUDES) -o \$<:" || die
}

Dependencies

DEPEND

media-video/vdr

RDEPEND

media-video/vdr

Manifest for 0.2.6

Type File Size Source URLs
DIST vdr-avards-0.2.6.tar.bz2 26190 bytes http://firefly.vdr-developer.org/avards/vdr-avards-0.2.6.tar.bz2