summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2024-06-08 17:54:16 -0400
committerXenHat2024-06-08 17:54:16 -0400
commit45f9ed1b045d1f898af7e999f0c4ed194e230e56 (patch)
tree4d49b2b621133ff610de7896159232c42eee6d75
parent2cfa4bf2e09fce422479298e79c3ba6953383b3e (diff)
downloadaur-45f9ed1b045d1f898af7e999f0c4ed194e230e56.tar.gz
update to 6.0.0 and partial upgrade to qt6 (missing packages)
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 315b192bc1d7..46dd6b579a2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moonlight-qt-git
pkgdesc = GameStream client for PCs (Windows, Mac, and Linux) (master branch)
- pkgver = v5.0.1.r78.g9987914e
+ pkgver = v6.0.0.r2.g486c4678
pkgrel = 1
url = https://moonlight-stream.org
arch = aarch64
@@ -9,11 +9,18 @@ pkgbase = moonlight-qt-git
makedepends = git
makedepends = pkg-config
makedepends = vulkan-headers
- depends = qt5-base
+ makedepends = libplacebo
+ makedepends = libvdpau
+ makedepends = ffmpeg
+ makedepends = qt6-declarative
+ depends = qt6-base
depends = qt5-quickcontrols2
- depends = qt5-svg
+ depends = qt6-svg
+ depends = qt6-wayland
depends = ffmpeg
depends = sdl2_ttf
+ depends = wayland-protocols
+ depends = opus
optdepends = libva-intel-driver: hardware acceleration for Intel GPUs
provides = moonlight-qt
conflicts = moonlight-qt
diff --git a/PKGBUILD b/PKGBUILD
index a21cbad71135..fb225ea66f65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Michael Herzberg <{firstname}@{firstinitial}{lastname}.de>
-# Contributor: SoftwareRat <jaguar5018@gmail.com>
+# Maintainer: XenHat <me at xenh.at>
+# Contributors: SoftwareRat <jaguar5018@gmail.com>, Michael Herzberg
pkgname=moonlight-qt-git
-pkgver=v5.0.1.r78.g9987914e
+pkgver=v6.0.0.r2.g486c4678
pkgrel=1
pkgdesc='GameStream client for PCs (Windows, Mac, and Linux) (master branch)'
arch=('aarch64' 'x86_64')
license=('GPL')
url='https://moonlight-stream.org'
-depends=('qt5-base' 'qt5-quickcontrols2' 'qt5-svg' 'ffmpeg' 'sdl2_ttf')
-makedepends=('git' 'pkg-config' 'vulkan-headers')
+depends=('qt6-base' 'qt5-quickcontrols2' 'qt6-svg' 'qt6-wayland' 'ffmpeg' 'sdl2_ttf' 'wayland-protocols' 'opus')
+makedepends=('git' 'pkg-config' 'vulkan-headers' 'libplacebo' 'libvdpau' 'ffmpeg' 'qt6-declarative')
optdepends=('libva-intel-driver: hardware acceleration for Intel GPUs')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")