mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/vdr-femon: add 2.4.0_p20240910
fix usage of cControl::Control() introduce subslot dependency on media-video/vdr Closes: https://bugs.gentoo.org/963411 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/43960 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST vdr-femon-2.4.0.tar.gz 81485 BLAKE2B cd1644201b1da1d2b81c8d4d25c6d6bc84132fd750d778073317a026f5293afa17725ce48d14a781130a6b6c9ff742ba3d2c19a8f77887b9071d891bd271d95b SHA512 0c79f8d3427b7a2421393530a0c69e77e6841f9751dc70a7a8c970726d826bb2ab329f6375c38274d455ca33bacd2e18d65a3943ea52d1c562f0e8aa87f99f27
|
||||
DIST vdr-plugin-femon-d77816b9de2fd9b6607c867e24182542703bf118.tar.gz 81043 BLAKE2B f88f17f80d250cf451d4d589386dc666463b11da27ab8496c8dbafc11f88d9fbd5249774a27049d3d282bf17403897934e528a6ebd16459c586a7b80d82688fc SHA512 a3aa62c45bf3ec1b92ddac2bad618f76a1d8f2d62ea4fbd1fa020aeaba222c6a418817a46a9b85a808300bd34611f76b58bdbe65a457a52ede6fafacb2006e25
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
<name>Gentoo VDR Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">rofafor/vdr-plugin-femon</remote-id>
|
||||
<remote-id type="github">wirbel-at-vdr-portal/vdr-plugin-femon</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
26
media-plugins/vdr-femon/vdr-femon-2.4.0_p20240910.ebuild
Normal file
26
media-plugins/vdr-femon/vdr-femon-2.4.0_p20240910.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit vdr-plugin-2
|
||||
|
||||
GIT_COMMIT="d77816b9de2fd9b6607c867e24182542703bf118"
|
||||
MY_P="vdr-plugin-femon-${GIT_COMMIT}"
|
||||
DESCRIPTION="VDR Plugin: DVB Frontend Status Monitor (signal strength/noise)"
|
||||
HOMEPAGE="https://github.com/wirbel-at-vdr-portal/vdr-plugin-femon/"
|
||||
#SRC_URI="https://github.com/rofafor/vdr-plugin-femon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/wirbel-at-vdr-portal/vdr-plugin-femon/archive/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
|
||||
#S="${WORKDIR}/vdr-plugin-femon-${PV}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
DEPEND=">=media-video/vdr-2.4.2:="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
QA_FLAGS_IGNORED="
|
||||
usr/lib/vdr/plugins/libvdr-.*
|
||||
usr/lib64/vdr/plugins/libvdr-.*"
|
||||
Reference in New Issue
Block a user