You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.3.0-r2.ebuild

31 lines
698 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit vdr-plugin-2
VERSION="1281" # every bump, new version!
DESCRIPTION="VDR Plugin: displaying, recording and replaying teletext based subtitles"
HOMEPAGE="https://projects.vdr-developer.org/projects/plg-ttxtsubs"
SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz"
KEYWORDS="amd64 ~arm x86"
SLOT="0"
LICENSE="GPL-2+"
IUSE=""
DEPEND="media-video/vdr[ttxtsubs]"
RDEPEND="${DEPEND}"
src_prepare() {
vdr-plugin-2_src_prepare
eapply "${FILESDIR}/${P}_teletext-chars.patch"
if has_version ">=media-video/vdr-2.4"; then
eapply "${FILESDIR}/${P}_vdr-2.4.0.patch"
fi
}