upgpkg: 0.12.0-4: remove optdep gst-plugin-qmlgl
This commit is contained in:
parent
b656395c0b
commit
6aae86620f
2 changed files with 2 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = nheko
|
||||
pkgdesc = Desktop client for the Matrix protocol
|
||||
pkgver = 0.12.0
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://nheko.im/nheko-reborn/nheko
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
|
@ -36,7 +36,6 @@ pkgbase = nheko
|
|||
optdepends = gst-plugins-bad: VoIP/Video calls
|
||||
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
|
||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=nheko
|
||||
pkgver=0.12.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Desktop client for the Matrix protocol"
|
||||
arch=('x86_64')
|
||||
url="https://nheko.im/nheko-reborn/nheko"
|
||||
|
@ -21,7 +21,6 @@ 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-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")
|
||||
|
|
Loading…
Reference in a new issue