[arch-commits] Commit in qliveplayer/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Aug 21 06:38:10 UTC 2021


    Date: Saturday, August 21, 2021 @ 06:38:10
  Author: felixonmars
Revision: 1004096

upgpkg: qliveplayer 4.0.0-1

Modified:
  qliveplayer/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-21 06:37:49 UTC (rev 1004095)
+++ PKGBUILD	2021-08-21 06:38:10 UTC (rev 1004096)
@@ -2,22 +2,26 @@
 # Contributor: Megumi_fox <i at megumifox.com>
 
 pkgname=qliveplayer
-pkgver=3.22.4
+pkgver=4.0.0
+_libcommit=03d3c7b0bf010986710182ba4ab9a887b4c3b42d
 pkgrel=1
 pkgdesc='Cute and useful Live Stream Player with danmaku support.'
 arch=('x86_64')
 url="https://github.com/IsoaSFlus/QLivePlayer"
 license=('GPL2')
-depends=('ffmpeg' 'mpv' 'python-aiohttp' 'qt5-base' 'qt5-quickcontrols2' 'qt5-graphicaleffects'
-         'qt5-quickcontrols' 'python' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'ninja')
-optdepends=('python-protobuf: for YouTube LiveChat support'
-            'streamlink: for foreign streaming service support')
-source=("https://github.com/IsoaSFlus/QLivePlayer/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('08fc3abb7b923baba09c60c86185431fe3754a1e06978247247e1482100e3b41c2a5185bc5fea1270fd2e7e9d90509880ea4ba4e8bb133cc4745f229c93744d3')
+depends=('ffmpeg' 'mpv' 'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols'
+         'qt5-quickcontrols2' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'ninja' 'rust')
+optdepends=('streamlink: for foreign streaming service support')
+source=("https://github.com/IsoaSFlus/QLivePlayer/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+        "https://github.com/IsoaSFlus/QLivePlayer-Lib/archive/$_libcommit/$pkgname-lib-$_libcommit.tar.gz")
+sha512sums=('149b22413b04468db6d2adb0f8bce2245be799c5e4f7eeb61005c09104606c9efe2873a1ff69bdba642429c4b19e3add5f0324b9a2efa2164829009b68f7391a'
+            '4330f869d325117f59b11300c50cbf69af31173ffe9c909cb7fb8bc752c23a5a49cb402fd95097540ec091f68382c1d34aa406c3a231774d348cb339a1dc1939')
 
 prepare() {
     mkdir -p build
+    rmdir QLivePlayer-$pkgver/src/QLivePlayer-Lib
+    ln -s ../../QLivePlayer-Lib-$_libcommit QLivePlayer-$pkgver/src/QLivePlayer-Lib
 }
 
 build() {



More information about the arch-commits mailing list