media-video/qliveplayer: add README.gentoo

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo@outlook.com>
This commit is contained in:
Jian Lin
2021-02-17 01:35:16 +08:00
parent e785ddbdff
commit 58fa8d0cea
3 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
qliveplayer is a GUI program to watch live streams and videos.
qlphelper is the core CLI program called by qliveplayer.
qlphelper or qlprecorder can be used to record live streams and videos.
mpv console or a qliveplayer config file can be used to change settings.
See https://github.com/IsoaSFlus/QLivePlayer/wiki for more information.

View File

@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
inherit xdg cmake optfeature python-single-r1
inherit xdg cmake optfeature python-single-r1 readme.gentoo-r1
MY_P="QLivePlayer-${PV}"
@@ -56,9 +56,16 @@ src_prepare()
|| die "Sed failed to set python version!"
}
src_install()
{
cmake_src_install
readme.gentoo_create_doc
}
pkg_postinst()
{
xdg_pkg_postinst
readme.gentoo_print_elog
optfeature "twitch support" "net-misc/streamlink"
optfeature "youtube support" "dev-python/protobuf-python net-misc/streamlink"
}

View File

@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
inherit xdg cmake optfeature python-single-r1
inherit xdg cmake optfeature python-single-r1 readme.gentoo-r1
MY_P="QLivePlayer-${PV}"
@@ -56,9 +56,16 @@ src_prepare()
|| die "Sed failed to set python version!"
}
src_install()
{
cmake_src_install
readme.gentoo_create_doc
}
pkg_postinst()
{
xdg_pkg_postinst
readme.gentoo_print_elog
optfeature "twitch support" "net-misc/streamlink"
optfeature "youtube support" "dev-python/protobuf-python net-misc/streamlink"
}