Add missing qmlgl plugin for video calls

master
Joseph Donofry 2021-08-07 21:09:12 -04:00
parent a1c9076c19
commit 06267edb5f
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = nheko-git pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.8.2.r169.g5b016cbc pkgver = 0.8.2.r386.g35b36e24
pkgrel = 1 pkgrel = 1
url = https://github.com/Nheko-Reborn/nheko url = https://github.com/Nheko-Reborn/nheko
arch = i686 arch = i686
@ -28,6 +28,7 @@ pkgbase = nheko-git
depends = gst-plugins-base depends = gst-plugins-base
depends = gst-plugins-good depends = gst-plugins-good
depends = gst-plugins-bad depends = gst-plugins-bad
depends = gst-plugin-qmlgl
depends = libnice depends = libnice
depends = libolm depends = libolm
depends = spdlog depends = spdlog

View File

@ -2,7 +2,7 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com> # Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git pkgname=nheko-git
pkgver=0.8.2.r169.g5b016cbc pkgver=0.8.2.r386.g35b36e24
pkgrel=1 pkgrel=1
pkgdesc="Desktop client for the Matrix protocol" pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64" "aarch64") arch=("i686" "x86_64" "aarch64")
@ -10,7 +10,7 @@ arch=("i686" "x86_64" "aarch64")
url="https://github.com/Nheko-Reborn/nheko" url="https://github.com/Nheko-Reborn/nheko"
license=("GPL3") license=("GPL3")
depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "libnice" "libolm" "spdlog" "curl" "libevent") depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "gst-plugin-qmlgl" "libnice" "libolm" "spdlog" "curl" "libevent")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json") makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json")
provides=("nheko") provides=("nheko")