mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-plugins/vdr-osdteletext: version bump to 2.3.1
Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/23444 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
3a355cdced
commit
7f228629fa
@@ -1,2 +1,3 @@
|
||||
DIST vdr-osdteletext-0.9.8.tar.gz 100954 BLAKE2B def803093a3726a7c9b1905e04e5790ad3959d8d66664ccc3b0147cf4ed5ff37389525cbc1504fed7e8da782c5c9e58128e35c6adaa1f4ab04ad15cc3e2ae8ba SHA512 48196382fba247ac3d0140d028e23a3474e9a3b440c33b7a27e6127abfa949b1a7ab6748416d3430b68a80830bfbff1831de9d7e902ff9701b9dfd2d873a1f58
|
||||
DIST vdr-osdteletext-2.2.1.tar.gz 130325 BLAKE2B 8bfac7246a555d6b238db7123332b6d50f27444f00ca3ff54b8b86e35f05171f227ded266307f8a38e36046ef3b1bf725f12af5ef6fec64628775d690d0bad93 SHA512 519c716d794eb9d6cd6e86eb538abe759c89c902ef49baf34586f38757f67239253fe19dc87062c5e13983ef9ddcf663844f165dd493cd41b890e62a1ef37810
|
||||
DIST vdr-osdteletext-2.3.1.tar.gz 132544 BLAKE2B 33f62e53f6b960322b6e68e9dc1cc449f2d050fa0de22777a68c565233a3d7f509ea3826671fc06aaec7b3a1b9c996efad6e20317b070680d5b7aad87bba90d9 SHA512 1ffeebd35693a6fb41fd0c422e86ec2fdf4dfce5ffbdabd3da65421e50e390c68d9c0a38d5fca8bc65ff65bc2e4d529e520ea52ee304659cde2a337b3bce4a48
|
||||
|
||||
44
media-plugins/vdr-osdteletext/vdr-osdteletext-2.3.1.ebuild
Normal file
44
media-plugins/vdr-osdteletext/vdr-osdteletext-2.3.1.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit user-info vdr-plugin-2
|
||||
|
||||
DESCRIPTION="VDR Plugin: Osd-Teletext displays the teletext/videotext on the OSD"
|
||||
HOMEPAGE="https://projects.vdr-developer.org/projects/plg-osdteletext https://github.com/vdr-projects/vdr-plugin-osdteletext/"
|
||||
SRC_URI="https://github.com/vdr-projects/vdr-plugin-osdteletext/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/vdr-plugin-osdteletext-${PV}"
|
||||
|
||||
LICENSE="GPL-2+ public-domain" #teletext2.ttf, not copyrightable
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
BDEPEND="acct-user/vdr"
|
||||
DEPEND="media-video/vdr"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
QA_FLAGS_IGNORED="
|
||||
usr/lib/vdr/plugins/libvdr-.*
|
||||
usr/lib64/vdr/plugins/libvdr-.*"
|
||||
|
||||
src_install() {
|
||||
vdr-plugin-2_src_install
|
||||
|
||||
insinto /etc/sudoers.d
|
||||
insopts -m440
|
||||
newins "${FILESDIR}/vdr-osdteletext.sudo" vdr-osdteletext
|
||||
|
||||
local vdr_user_home=$(egethome vdr)
|
||||
insinto "${vdr_user_home}/.local/share/fonts/"
|
||||
insopts -m444
|
||||
doins teletext2.ttf
|
||||
fowners -R vdr:vdr "${vdr_user_home}/.local"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "This ebuild has installed a special teletext font"
|
||||
elog "named \"teletext2\""
|
||||
elog "You may go to the plugin's setup menu and select"
|
||||
elog "the font."
|
||||
}
|
||||
Reference in New Issue
Block a user