[arch-commits] Commit in qliveplayer/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 27 01:46:51 UTC 2021


    Date: Sunday, June 27, 2021 @ 01:46:50
  Author: felixonmars
Revision: 967569

archrelease: copy trunk to community-x86_64

Added:
  qliveplayer/repos/community-x86_64/PKGBUILD
    (from rev 967568, qliveplayer/trunk/PKGBUILD)
Deleted:
  qliveplayer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-27 01:46:31 UTC (rev 967568)
+++ PKGBUILD	2021-06-27 01:46:50 UTC (rev 967569)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Megumi_fox <i at megumifox.com>
-
-pkgname=qliveplayer
-pkgver=3.22.1
-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=('45ec1f3d4d698a52107d07a7a55d457215d634b8106ac4facb9250960974f1ea683c338cedeb6f66fef428e88e05ef4286b3e95e22d23ed576c4bc69c5c7c50a')
-
-prepare() {
-    mkdir -p build
-}
-
-build() {
-    cd build
-    cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ../QLivePlayer-$pkgver
-    ninja
-}
-
-package() {
-    cd build
-    DESTDIR="$pkgdir" ninja install
-}

Copied: qliveplayer/repos/community-x86_64/PKGBUILD (from rev 967568, qliveplayer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-27 01:46:50 UTC (rev 967569)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Megumi_fox <i at megumifox.com>
+
+pkgname=qliveplayer
+pkgver=3.22.3
+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=('c3ed5c8ffb4fa639132fdb0f42c20120a8e49c3e9135fe1234ec5eb6012e89a2e620ae4a3b669ecf995935c70f03fc154ca15833ff09ef6f83bba885e19e91a9')
+
+prepare() {
+    mkdir -p build
+}
+
+build() {
+    cd build
+    cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ../QLivePlayer-$pkgver
+    ninja
+}
+
+package() {
+    cd build
+    DESTDIR="$pkgdir" ninja install
+}




More information about the arch-commits mailing list