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

2021-12-24 Thread Antonio Rojas via arch-commits
Date: Friday, December 24, 2021 @ 20:23:42
  Author: arojas
Revision: 1083442

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   73 ++---
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-24 20:23:32 UTC (rev 1083441)
+++ PKGBUILD2021-12-24 20:23:42 UTC (rev 1083442)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Megumi_fox 
-
-pkgname=qliveplayer
-pkgver=4.0.1
-_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' '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=('f63ac6ec483355ae7cdc31296b4640af2c56f7cc1f011abb7072a7b18f588f77331e6bf0399668e7b44890a6bc6b7647d60db1124e7d0137e0aa89df5908c516'
-
'4330f869d325117f59b11300c50cbf69af31173ffe9c909cb7fb8bc752c23a5a49cb402fd95097540ec091f68382c1d34aa406c3a231774d348cb339a1dc1939')
-
-prepare() {
-mkdir -p build
-rmdir QLivePlayer-$pkgver/src/QLivePlayer-Lib
-ln -s ../../QLivePlayer-Lib-$_libcommit 
QLivePlayer-$pkgver/src/QLivePlayer-Lib
-}
-
-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 1083441, 
qliveplayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-24 20:23:42 UTC (rev 1083442)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Megumi_fox 
+
+pkgname=qliveplayer
+pkgver=4.1.1
+_libcommit=c91879a4aca19d957d79dbdecab68b88f022f905
+pkgrel=1
+pkgdesc='Cute and useful Live Stream Player with danmaku support.'
+arch=('x86_64')
+url="https://github.com/THMonster/QLivePlayer;
+license=('GPL2')
+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/THMonster/QLivePlayer/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+
"https://github.com/THMonster/QLivePlayer-Lib/archive/$_libcommit/$pkgname-lib-$_libcommit.tar.gz;)
+sha512sums=('040ed3bcfc8b61f5b9516505fe9d4fbbff2d21096c7c1dfdf6d3f4a248626427fc1e7394db2753a30da6bae9cd1f6db68fadfd6eeae94c5a36a7e537af0de5cd'
+
'cf819719dc814669b021c931118f2f83f2c1f801aea24e49bcd2cc813a1651351aabffb99dbdab0aef3250a8ea1b31dda4b6d1235d9a50178cf0e4c854e2f62c')
+options=(!lto)
+
+prepare() {
+mkdir -p build
+rmdir QLivePlayer-$pkgver/src/QLivePlayer-Lib
+ln -s ../../QLivePlayer-Lib-$_libcommit 
QLivePlayer-$pkgver/src/QLivePlayer-Lib
+}
+
+build() {
+cd build
+cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr ../QLivePlayer-$pkgver
+ninja
+}
+
+package() {
+cd build
+DESTDIR="$pkgdir" ninja install
+}



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

2021-08-26 Thread Felix Yan via arch-commits
Date: Thursday, August 26, 2021 @ 10:16:11
  Author: felixonmars
Revision: 1005852

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-26 10:16:00 UTC (rev 1005851)
+++ PKGBUILD2021-08-26 10:16:11 UTC (rev 1005852)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Megumi_fox 
-
-pkgname=qliveplayer
-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' '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() {
-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 1005851, 
qliveplayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-26 10:16:11 UTC (rev 1005852)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Megumi_fox 
+
+pkgname=qliveplayer
+pkgver=4.0.1
+_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' '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=('f63ac6ec483355ae7cdc31296b4640af2c56f7cc1f011abb7072a7b18f588f77331e6bf0399668e7b44890a6bc6b7647d60db1124e7d0137e0aa89df5908c516'
+
'4330f869d325117f59b11300c50cbf69af31173ffe9c909cb7fb8bc752c23a5a49cb402fd95097540ec091f68382c1d34aa406c3a231774d348cb339a1dc1939')
+
+prepare() {
+mkdir -p build
+rmdir QLivePlayer-$pkgver/src/QLivePlayer-Lib
+ln -s ../../QLivePlayer-Lib-$_libcommit 
QLivePlayer-$pkgver/src/QLivePlayer-Lib
+}
+
+build() {
+cd build
+cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
../QLivePlayer-$pkgver
+ninja
+}
+
+package() {
+cd build
+DESTDIR="$pkgdir" ninja install
+}



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

2021-08-21 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 06:38:17
  Author: felixonmars
Revision: 1004101

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-21 06:38:17 UTC (rev 1004100)
+++ PKGBUILD2021-08-21 06:38:17 UTC (rev 1004101)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Megumi_fox 
-
-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
-}

Copied: qliveplayer/repos/community-x86_64/PKGBUILD (from rev 1004096, 
qliveplayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-21 06:38:17 UTC (rev 1004101)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Megumi_fox 
+
+pkgname=qliveplayer
+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' '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() {
+cd build
+cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
../QLivePlayer-$pkgver
+ninja
+}
+
+package() {
+cd build
+DESTDIR="$pkgdir" ninja install
+}



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

2021-07-16 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2021-07-16 17:47:25 UTC (rev 977679)
+++ PKGBUILD2021-07-16 17:47:39 UTC (rev 977680)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Megumi_fox 
-
-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)
+++ PKGBUILD2021-07-16 17:47:39 UTC (rev 977680)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Megumi_fox 
+
+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
+}



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

2021-06-26 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2021-06-27 01:46:31 UTC (rev 967568)
+++ PKGBUILD2021-06-27 01:46:50 UTC (rev 967569)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Megumi_fox 
-
-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)
+++ PKGBUILD2021-06-27 01:46:50 UTC (rev 967569)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Megumi_fox 
+
+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
+}



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

2021-05-23 Thread Felix Yan via arch-commits
Date: Sunday, May 23, 2021 @ 07:27:02
  Author: felixonmars
Revision: 942891

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-23 07:26:53 UTC (rev 942890)
+++ PKGBUILD2021-05-23 07:27:02 UTC (rev 942891)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Megumi_fox 
-
-pkgname=qliveplayer
-pkgver=3.22.0
-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')
-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=('cd8f7255c101565dd1b90d9e9a7faedfff7b423d5a8d5f7cd0d35d0e991ce28f06b2631a90e9c4d8f787daa0ceb921004a206eaa1a25332a8c592f57c282ab11')
-
-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 942890, 
qliveplayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-23 07:27:02 UTC (rev 942891)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Megumi_fox 
+
+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
+}


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

2021-02-28 Thread Felix Yan via arch-commits
Date: Sunday, February 28, 2021 @ 23:13:19
  Author: felixonmars
Revision: 876256

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 23:13:06 UTC (rev 876255)
+++ PKGBUILD2021-02-28 23:13:19 UTC (rev 876256)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Megumi_fox 
-
-pkgname=qliveplayer
-pkgver=3.21.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')
-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=('8aca7a62ff4839ff0640b3d982fa6f498996add39d6ed7e4904db2530347c35a56c524cb3c75c85d3de7c635142ff1dc8e3ac69644eef19f4aa55d77a21dd2f1')
-
-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 876255, 
qliveplayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 23:13:19 UTC (rev 876256)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Megumi_fox 
+
+pkgname=qliveplayer
+pkgver=3.22.0
+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')
+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=('cd8f7255c101565dd1b90d9e9a7faedfff7b423d5a8d5f7cd0d35d0e991ce28f06b2631a90e9c4d8f787daa0ceb921004a206eaa1a25332a8c592f57c282ab11')
+
+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
+}


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

2021-01-26 Thread Felix Yan via arch-commits
Date: Tuesday, January 26, 2021 @ 18:43:56
  Author: felixonmars
Revision: 830901

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-26 18:43:37 UTC (rev 830900)
+++ PKGBUILD2021-01-26 18:43:56 UTC (rev 830901)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Megumi_fox 
-
-pkgname=qliveplayer
-pkgver=3.21.0
-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')
-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;)
-sha256sums=('435747c5ec9f07d271cba99ca02c3932fdef86bc516f7491dd001502bc2c97db')
-
-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 830900, 
qliveplayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-26 18:43:56 UTC (rev 830901)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Megumi_fox 
+
+pkgname=qliveplayer
+pkgver=3.21.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')
+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=('8aca7a62ff4839ff0640b3d982fa6f498996add39d6ed7e4904db2530347c35a56c524cb3c75c85d3de7c635142ff1dc8e3ac69644eef19f4aa55d77a21dd2f1')
+
+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
+}