mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
5
media-video/qliveplayer/files/README.gentoo
Normal file
5
media-video/qliveplayer/files/README.gentoo
Normal 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.
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user