aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJian Lin <jlin.gentoo@outlook.com>2021-06-26 19:00:40 +0800
committerJian Lin <jlin.gentoo@outlook.com>2021-06-26 19:01:45 +0800
commit79471321abaf7d7790e63a718ec6621ef1a32332 (patch)
tree4ee2ad18961953c43ca5a0417ae44eb99d014ceb
parentmedia-video/qliveplayer: bump to 3.22.3 (diff)
downloadguru-79471321.tar.gz
guru-79471321.tar.bz2
guru-79471321.zip
media-video/qliveplayer: drop old 3.22.0
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Jian Lin <jlin.gentoo@outlook.com>
-rw-r--r--media-video/qliveplayer/Manifest1
-rw-r--r--media-video/qliveplayer/qliveplayer-3.22.0.ebuild70
2 files changed, 0 insertions, 71 deletions
diff --git a/media-video/qliveplayer/Manifest b/media-video/qliveplayer/Manifest
index 0028ee7bb..8119f4ddb 100644
--- a/media-video/qliveplayer/Manifest
+++ b/media-video/qliveplayer/Manifest
@@ -1,3 +1,2 @@
-DIST QLivePlayer-3.22.0.tar.gz 640034 BLAKE2B 2038a1b003140525dd03ec14fb357b36826c28d3744133781622b89aee1c973db94ba823c2c64697eb1a3bc77a633f37e6deec14b2678c632f34f853c4881104 SHA512 cd8f7255c101565dd1b90d9e9a7faedfff7b423d5a8d5f7cd0d35d0e991ce28f06b2631a90e9c4d8f787daa0ceb921004a206eaa1a25332a8c592f57c282ab11
DIST QLivePlayer-3.22.1.tar.gz 640838 BLAKE2B 8552eefa4b8510b602e65fa553ba257467aaf5bd73710e90f690bcb19ceabc25dd4ae4f00143233df624f166f8170bf083aafbbec2d42e7988bd705037a9308e SHA512 45ec1f3d4d698a52107d07a7a55d457215d634b8106ac4facb9250960974f1ea683c338cedeb6f66fef428e88e05ef4286b3e95e22d23ed576c4bc69c5c7c50a
DIST QLivePlayer-3.22.3.tar.gz 640956 BLAKE2B ed752d7321f90f70f68ab4366217116711b1f656eefc2f40b92572427dc11d168d2e9f88e6b0ba6c9e3024ede32922e06e04a208833858432e7ed923793b708d SHA512 c3ed5c8ffb4fa639132fdb0f42c20120a8e49c3e9135fe1234ec5eb6012e89a2e620ae4a3b669ecf995935c70f03fc154ca15833ff09ef6f83bba885e19e91a9
diff --git a/media-video/qliveplayer/qliveplayer-3.22.0.ebuild b/media-video/qliveplayer/qliveplayer-3.22.0.ebuild
deleted file mode 100644
index 784351e8f..000000000
--- a/media-video/qliveplayer/qliveplayer-3.22.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit xdg cmake optfeature python-single-r1 readme.gentoo-r1
-
-MY_P="QLivePlayer-${PV}"
-
-DESCRIPTION="A player and recorder for live streams and videos with danmaku support"
-HOMEPAGE="https://github.com/IsoaSFlus/QLivePlayer"
-SRC_URI="https://github.com/IsoaSFlus/QLivePlayer/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtdeclarative-5.15:5
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtnetwork-5.15:5
- >=dev-qt/qtwidgets-5.15:5
-"
-RDEPEND="
- ${COMMON_DEPEND}
- $(python_gen_cond_dep '
- dev-python/aiohttp[${PYTHON_USEDEP}]
- ')
- media-video/ffmpeg
- media-video/mpv
- net-misc/curl
- >=dev-qt/qtquickcontrols-5.15:5
- >=dev-qt/qtquickcontrols2-5.15:5
-"
-DEPEND="
- ${COMMON_DEPEND}
- kde-frameworks/extra-cmake-modules:5
-"
-
-src_prepare() {
- xdg_environment_reset
- cmake_src_prepare
- # respect PYTHON_SINGLE_TARGET
- grep 'p.start("python3", args);' src/qlphelper/bilivideo.cpp >/dev/null || die
- sed -i "s/python3/${EPYTHON}/" src/qlphelper/bilivideo.cpp || die
- grep 'dmcPyProcess->start("python3", dmcPy);' \
- src/qlphelper/danmakulauncher.cpp >/dev/null || die
- sed -i "s/python3/${EPYTHON}/" src/qlphelper/danmakulauncher.cpp || die
- grep 'proc->start("python3", args);' \
- src/qlphelper/streamfinder.cpp >/dev/null || die
- sed -i "s/python3/${EPYTHON}/" src/qlphelper/streamfinder.cpp || die
-}
-
-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"
-}