upgpkg: 0.12.0-3: add optdep of gst-plugin-qml6

This commit is contained in:
Leonidas Spyropoulos 2024-07-23 09:22:13 +01:00
parent eff750abdb
commit b656395c0b
No known key found for this signature in database
GPG key ID: 244740D17C7FD0EC
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = nheko
pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.12.0
pkgrel = 2
pkgrel = 3
url = https://nheko.im/nheko-reborn/nheko
arch = x86_64
license = GPL-3.0-or-later
@ -37,6 +37,7 @@ pkgbase = nheko
optdepends = libnice: VoIP/Video calls
optdepends = gst-libav: Video messages
optdepends = gst-plugin-qmlgl: Video calls and Screen sharing
optdepends = gst-plugin-qml6: Video calls support
source = nheko-0.12.0.tar.gz::https://nheko.im/nheko-reborn/nheko/-/archive/v0.12.0/nheko-v0.12.0.tar.gz
sha512sums = 2b69fa093168c9af9c43b7791f4186d0409caed1f272ca72e0e932da03ffb9ceb5609a495d4d7978f8b5666340aa97f358f904c7c61c67b6bd7221093c3cb66c

View file

@ -5,7 +5,7 @@
pkgname=nheko
pkgver=0.12.0
pkgrel=2
pkgrel=3
pkgdesc="Desktop client for the Matrix protocol"
arch=('x86_64')
url="https://nheko.im/nheko-reborn/nheko"
@ -21,7 +21,8 @@ optdepends=('qt6-jdenticon: Auto-generated profile pictures (identicons)'
'gst-plugins-bad: VoIP/Video calls'
'libnice: VoIP/Video calls'
'gst-libav: Video messages'
'gst-plugin-qmlgl: Video calls and Screen sharing')
'gst-plugin-qmlgl: Video calls and Screen sharing'
'gst-plugin-qml6: Video calls support')
makedepends=(cmake ninja qt6-tools fontconfig nlohmann-json asciidoc lmdbxx spdlog)
source=("$pkgname-$pkgver.tar.gz::https://nheko.im/nheko-reborn/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
sha512sums=('2b69fa093168c9af9c43b7791f4186d0409caed1f272ca72e0e932da03ffb9ceb5609a495d4d7978f8b5666340aa97f358f904c7c61c67b6bd7221093c3cb66c')