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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 16 17:47:39 UTC 2021


    Date: Friday, July 16, 2021 @ 17:47:39
  Author: felixonmars
Revision: 977680

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-16 17:47:25 UTC (rev 977679)
+++ PKGBUILD	2021-07-16 17:47:39 UTC (rev 977680)
@@ -1,32 +0,0 @@
-# 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
-}

Copied: qliveplayer/repos/community-x86_64/PKGBUILD (from rev 977679, qliveplayer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-16 17:47:39 UTC (rev 977680)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Megumi_fox <i at megumifox.com>
+
+pkgname=qliveplayer
+pkgver=3.22.4
+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')
+
+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