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

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

Update to 4.1.1

Modified:
  qliveplayer/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-24 18:10:43 UTC (rev 1083440)
+++ PKGBUILD2021-12-24 20:23:32 UTC (rev 1083441)
@@ -2,21 +2,22 @@
 # Contributor: Megumi_fox 
 
 pkgname=qliveplayer
-pkgver=4.0.1
-_libcommit=03d3c7b0bf010986710182ba4ab9a887b4c3b42d
+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/IsoaSFlus/QLivePlayer;
+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/IsoaSFlus/QLivePlayer/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-
"https://github.com/IsoaSFlus/QLivePlayer-Lib/archive/$_libcommit/$pkgname-lib-$_libcommit.tar.gz;)
-sha512sums=('f63ac6ec483355ae7cdc31296b4640af2c56f7cc1f011abb7072a7b18f588f77331e6bf0399668e7b44890a6bc6b7647d60db1124e7d0137e0aa89df5908c516'
-
'4330f869d325117f59b11300c50cbf69af31173ffe9c909cb7fb8bc752c23a5a49cb402fd95097540ec091f68382c1d34aa406c3a231774d348cb339a1dc1939')
+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
@@ -26,7 +27,7 @@
 
 build() {
 cd build
-cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
../QLivePlayer-$pkgver
+cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr ../QLivePlayer-$pkgver
 ninja
 }
 



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

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

upgpkg: qliveplayer 4.0.1-1

Modified:
  qliveplayer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-26 10:14:47 UTC (rev 1005850)
+++ PKGBUILD2021-08-26 10:16:00 UTC (rev 1005851)
@@ -2,7 +2,7 @@
 # Contributor: Megumi_fox 
 
 pkgname=qliveplayer
-pkgver=4.0.0
+pkgver=4.0.1
 _libcommit=03d3c7b0bf010986710182ba4ab9a887b4c3b42d
 pkgrel=1
 pkgdesc='Cute and useful Live Stream Player with danmaku support.'
@@ -15,7 +15,7 @@
 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'
+sha512sums=('f63ac6ec483355ae7cdc31296b4640af2c56f7cc1f011abb7072a7b18f588f77331e6bf0399668e7b44890a6bc6b7647d60db1124e7d0137e0aa89df5908c516'
 
'4330f869d325117f59b11300c50cbf69af31173ffe9c909cb7fb8bc752c23a5a49cb402fd95097540ec091f68382c1d34aa406c3a231774d348cb339a1dc1939')
 
 prepare() {



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

2021-08-21 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2021-08-21 06:37:49 UTC (rev 1004095)
+++ PKGBUILD2021-08-21 06:38:10 UTC (rev 1004096)
@@ -2,22 +2,26 @@
 # Contributor: Megumi_fox 
 
 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() {



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

2021-07-16 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 17:47:25
  Author: felixonmars
Revision: 977679

upgpkg: qliveplayer 3.22.4-1

Modified:
  qliveplayer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 17:47:20 UTC (rev 977678)
+++ PKGBUILD2021-07-16 17:47:25 UTC (rev 977679)
@@ -2,7 +2,7 @@
 # Contributor: Megumi_fox 
 
 pkgname=qliveplayer
-pkgver=3.22.3
+pkgver=3.22.4
 pkgrel=1
 pkgdesc='Cute and useful Live Stream Player with danmaku support.'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 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')
+sha512sums=('08fc3abb7b923baba09c60c86185431fe3754a1e06978247247e1482100e3b41c2a5185bc5fea1270fd2e7e9d90509880ea4ba4e8bb133cc4745f229c93744d3')
 
 prepare() {
 mkdir -p build



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

2021-06-26 Thread Felix Yan via arch-commits
Date: Sunday, June 27, 2021 @ 01:46:31
  Author: felixonmars
Revision: 967568

upgpkg: qliveplayer 3.22.3-1

Modified:
  qliveplayer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-27 01:38:09 UTC (rev 967567)
+++ PKGBUILD2021-06-27 01:46:31 UTC (rev 967568)
@@ -2,7 +2,7 @@
 # Contributor: Megumi_fox 
 
 pkgname=qliveplayer
-pkgver=3.22.1
+pkgver=3.22.3
 pkgrel=1
 pkgdesc='Cute and useful Live Stream Player with danmaku support.'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 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')
+sha512sums=('c3ed5c8ffb4fa639132fdb0f42c20120a8e49c3e9135fe1234ec5eb6012e89a2e620ae4a3b669ecf995935c70f03fc154ca15833ff09ef6f83bba885e19e91a9')
 
 prepare() {
 mkdir -p build



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

2021-05-23 Thread Felix Yan via arch-commits
Date: Sunday, May 23, 2021 @ 07:26:53
  Author: felixonmars
Revision: 942890

upgpkg: qliveplayer 3.22.1-1

Modified:
  qliveplayer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-23 07:24:53 UTC (rev 942889)
+++ PKGBUILD2021-05-23 07:26:53 UTC (rev 942890)
@@ -2,7 +2,7 @@
 # Contributor: Megumi_fox 
 
 pkgname=qliveplayer
-pkgver=3.22.0
+pkgver=3.22.1
 pkgrel=1
 pkgdesc='Cute and useful Live Stream Player with danmaku support.'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 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')
+sha512sums=('45ec1f3d4d698a52107d07a7a55d457215d634b8106ac4facb9250960974f1ea683c338cedeb6f66fef428e88e05ef4286b3e95e22d23ed576c4bc69c5c7c50a')
 
 prepare() {
 mkdir -p build


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

2021-05-16 Thread Balló György via arch-commits
Date: Sunday, May 16, 2021 @ 18:07:33
  Author: bgyorgy
Revision: 935926

Add qt5-svg to dependencies

Needed for the icons to display.

Modified:
  qliveplayer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-16 16:52:06 UTC (rev 935925)
+++ PKGBUILD2021-05-16 18:07:33 UTC (rev 935926)
@@ -9,7 +9,7 @@
 url="https://github.com/IsoaSFlus/QLivePlayer;
 license=('GPL2')
 depends=('ffmpeg' 'mpv' 'python-aiohttp' 'qt5-base' 'qt5-quickcontrols2' 
'qt5-graphicaleffects'
- 'qt5-quickcontrols' 'python')
+ 'qt5-quickcontrols' 'python' 'qt5-svg')
 makedepends=('extra-cmake-modules' 'ninja')
 optdepends=('python-protobuf: for YouTube LiveChat support'
 'streamlink: for foreign streaming service support')


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

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

upgpkg: qliveplayer 3.22.0-1

Modified:
  qliveplayer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 23:12:23 UTC (rev 876253)
+++ PKGBUILD2021-02-28 23:13:03 UTC (rev 876254)
@@ -2,7 +2,7 @@
 # Contributor: Megumi_fox 
 
 pkgname=qliveplayer
-pkgver=3.21.1
+pkgver=3.22.0
 pkgrel=1
 pkgdesc='Cute and useful Live Stream Player with danmaku support.'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 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')
+sha512sums=('cd8f7255c101565dd1b90d9e9a7faedfff7b423d5a8d5f7cd0d35d0e991ce28f06b2631a90e9c4d8f787daa0ceb921004a206eaa1a25332a8c592f57c282ab11')
 
 prepare() {
 mkdir -p build


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

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

upgpkg: qliveplayer 3.21.1-1

Modified:
  qliveplayer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-26 18:38:33 UTC (rev 830899)
+++ PKGBUILD2021-01-26 18:43:37 UTC (rev 830900)
@@ -2,7 +2,7 @@
 # Contributor: Megumi_fox 
 
 pkgname=qliveplayer
-pkgver=3.21.0
+pkgver=3.21.1
 pkgrel=1
 pkgdesc='Cute and useful Live Stream Player with danmaku support.'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 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')
+sha512sums=('8aca7a62ff4839ff0640b3d982fa6f498996add39d6ed7e4904db2530347c35a56c524cb3c75c85d3de7c635142ff1dc8e3ac69644eef19f4aa55d77a21dd2f1')
 
 prepare() {
 mkdir -p build