mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
media-plugins/vdr-ttxtsubs: add 0.3.0_p20160207
introduce subslot dependency on media-video/vdr Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/44319 Closes: https://github.com/gentoo/gentoo/pull/44319 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
93580c8c1c
commit
122525a956
@ -1 +1,2 @@
|
||||
DIST vdr-ttxtsubs-0.3.0.tgz 57650 BLAKE2B e095d6841c83e2b7209469903301471492f2976ca1a5d85e68e330e177ff71959273871463b169bb667c64848230e2301d7d9438b94b5e6cfddef32b1c4805eb SHA512 634aff77b3a540ca9239cfceaf253ce33e69a2b85733a904828c527549ea1a40b4b9322327cb32bc5333942c1f503046a7b8bfc0ac31cce131621ffa6790d87a
|
||||
DIST vdr-ttxtsubs-0.3.0_p20160207.tar.gz 74581 BLAKE2B 57592b50e7b85f8d6fd5036512a0ec5630e17bb432bf5e38633dd17241f10754cba70de96fd628e719d5592b25ea394fcc35e25c84bc32e32692851572d1deae SHA512 86b72e8eb276f64b0e65e50f3e9aa742f43caff438dcf9eb7560ff6ac75e2abebe8c5e58887dcb786cb90f2f6f347761d0b816fa81c838e647b0b45cf84b4bc0
|
||||
|
||||
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit vdr-plugin-2
|
||||
|
||||
GIT_COMMIT="ac89f6a027bf2cecafe376dd9deef7cfd80c0ac3"
|
||||
MY_P="vdr-plugin-ttxtsubs-${GIT_COMMIT}"
|
||||
DESCRIPTION="VDR Plugin: displaying, recording and replaying teletext based subtitles"
|
||||
HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-ttxtsubs"
|
||||
SRC_URI="https://github.com/vdr-projects/vdr-plugin-ttxtsubs/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
DEPEND="media-video/vdr:=[ttxtsubs]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
vdr-plugin-2_src_prepare
|
||||
|
||||
if has_version ">=media-video/vdr-2.4"; then
|
||||
eapply "${FILESDIR}/${PN}-0.3.0_vdr-2.4.0.patch"
|
||||
fi
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user