summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMegumi_fox2020-09-06 11:47:07 +0800
committerMegumi_fox2020-09-06 11:47:07 +0800
commitba6046833d6474f4b0849a6479b28105de93a1d3 (patch)
treef3cf4dd92d3abee8d532eee7623bbbb18521c945
parentf76c3c0d82695a97675bb615e19ade7e0a46a216 (diff)
downloadaur-ba6046833d6474f4b0849a6479b28105de93a1d3.tar.gz
add optdepends for YouTube streaming support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rw-r--r--qliveplayer.desktop9
3 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38c6ec5efb7e..c9570dc210b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qliveplayer-git
pkgdesc = Cute and useful Live Stream Player with danmaku support.
- pkgver = 3.14.0.r0.g7ef89cf
+ pkgver = 3.15.0.r2.g7691a05
pkgrel = 1
url = https://github.com/IsoaSFlus/QLivePlayer
arch = x86_64
@@ -17,6 +17,8 @@ pkgbase = qliveplayer-git
depends = qt5-quickcontrols
depends = python
depends = ykdl-git
+ optdepends = python-protobuf: for YouTube LiveChat support
+ optdepends = streamlink: for foreign streaming service support
source = QLivePlayer::git+https://github.com/IsoaSFlus/QLivePlayer.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 00a1c1e6953c..22127d304a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Megumi_fox <i@megumifox.com>
pkgname=qliveplayer-git
-pkgver=3.14.0.r0.g7ef89cf
+pkgver=3.15.0.r2.g7691a05
pkgrel=1
pkgdesc='Cute and useful Live Stream Player with danmaku support.'
arch=('x86_64')
@@ -19,6 +19,9 @@ depends=('mpv'
makedepends=('cmake'
'git'
'extra-cmake-modules' )
+optdepends=('python-protobuf: for YouTube LiveChat support'
+ 'streamlink: for foreign streaming service support')
+
source=(
"QLivePlayer::git+https://github.com/IsoaSFlus/QLivePlayer.git"
)
diff --git a/qliveplayer.desktop b/qliveplayer.desktop
deleted file mode 100644
index acba07cfe475..000000000000
--- a/qliveplayer.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Version=0.0.1
-Name=QLivePlayer
-Comment=A cute and useful Live Stream Player with danmaku support
-Exec=qliveplayer
-Terminal=false
-Type=Application
-Categories=AudioVideo;Audio;Video;Player;TV;
-