mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
media-plugins/vdr-skinelchihd: new package, add 1.2.9
media-plugins/vdr-skinelchihd is the successor of media-plugins/vdr-skinelchi for current media-video/vdr versions Bug: https://bugs.gentoo.org/798429 Bug: https://bugs.gentoo.org/924700 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/44239 Closes: https://github.com/gentoo/gentoo/pull/44239 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
d4c5fb14bb
commit
177228bb63
1
media-plugins/vdr-skinelchihd/Manifest
Normal file
1
media-plugins/vdr-skinelchihd/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST vdr-skinelchihd-1.2.9.tar.gz 137065 BLAKE2B d87bfcc10830400310c940d7b15a64d5558c951db0e21bb0bd31752947797dbaadcc3d27d97375c25ad23c3b30aba153e3a62eeb0b9adca03cb6b6c569a727e0 SHA512 f03b7d3fbd7d731a0266f829249d26856b83babc65614773f16b7ad47a75413beeaf5e866f5220ea41499d4d3b170613de64c32566b767dead5dee0c7867d349
|
||||||
12
media-plugins/vdr-skinelchihd/files/confd
Normal file
12
media-plugins/vdr-skinelchihd/files/confd
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# /etc/conf.d/vdr.skinelchihd
|
||||||
|
#
|
||||||
|
# skinelchihd - ElchiHD skin
|
||||||
|
#
|
||||||
|
# -e <EPGImageDir>, --epgimages=<ImageDir> path to EPG images
|
||||||
|
# (default: '<CacheDir>/plugins/skinelchi/epgimages')
|
||||||
|
# -l <LogoPath>, --logopath=<LogoPath> path to channel logos (SVG or PNG format)
|
||||||
|
# (default: '<ResourceDir>/plugins/skinelchi/logos')
|
||||||
|
#
|
||||||
|
# uncomment the next line and adjust it to your needs
|
||||||
|
# _EXTRAOPTS="--logopath=/usr/share/vdr/channel-logos/"
|
||||||
|
|
||||||
19
media-plugins/vdr-skinelchihd/metadata.xml
Normal file
19
media-plugins/vdr-skinelchihd/metadata.xml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person" proxied="yes">
|
||||||
|
<email>martin.dummer@gmx.net</email>
|
||||||
|
<name>Martin Dummer</name>
|
||||||
|
</maintainer>
|
||||||
|
<maintainer type="project" proxied="proxy">
|
||||||
|
<email>proxy-maint@gentoo.org</email>
|
||||||
|
<name>Proxy Maintainers</name>
|
||||||
|
</maintainer>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>vdr@gentoo.org</email>
|
||||||
|
<name>Gentoo VDR Project</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">FireFlyVDR/vdr-plugin-skinelchihd</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
39
media-plugins/vdr-skinelchihd/vdr-skinelchihd-1.2.9.ebuild
Normal file
39
media-plugins/vdr-skinelchihd/vdr-skinelchihd-1.2.9.ebuild
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# Copyright 2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit vdr-plugin-2
|
||||||
|
|
||||||
|
DESCRIPTION="VDR Skin Plugin: skinelchihd"
|
||||||
|
HOMEPAGE="http://firefly.vdr-developer.org/skinelchihd/index.html"
|
||||||
|
SRC_URI="https://github.com/FireFlyVDR/vdr-plugin-skinelchihd/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/vdr-plugin-skinelchihd-${PV}"
|
||||||
|
|
||||||
|
LICENSE="GPL-2+"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE="graphicsmagick +imagemagick"
|
||||||
|
REQUIRED_USE="^^ ( imagemagick graphicsmagick )"
|
||||||
|
|
||||||
|
DEPEND=">=media-video/vdr-2.6:=
|
||||||
|
imagemagick? ( media-gfx/imagemagick )
|
||||||
|
graphicsmagick? ( media-gfx/graphicsmagick )"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND="acct-user/vdr"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
if use graphicsmagick; then
|
||||||
|
emake IMAGELIB=graphicsmagick
|
||||||
|
else
|
||||||
|
emake
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
vdr-plugin-2_src_install
|
||||||
|
|
||||||
|
insinto /etc/vdr/themes
|
||||||
|
doins "${S}"/themes/*.theme
|
||||||
|
fowners vdr:vdr /etc/vdr -R
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user