Add missing gstreamer plugins

master
Joseph Donofry 2020-09-17 17:55:48 -04:00
parent 3b13a733c1
commit fdff292f73
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
2 changed files with 6 additions and 2 deletions

View File

@ -26,6 +26,10 @@ pkgbase = nheko-git
depends = openssl
depends = hicolor-icon-theme
depends = gstreamer
depends = gst-plugins-base
depends = gst-plugins-good
depends = gst-plugins-bad
depends = libnice
provides = nheko
conflicts = nheko
source = nheko-git::git://github.com/Nheko-Reborn/nheko.git#branch=master

View File

@ -2,7 +2,7 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git
pkgver=0.7.2.r1888.66d63072
pkgver=0.7.2.r1902.791a0148
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64")
@ -10,7 +10,7 @@ arch=("i686" "x86_64")
url="https://github.com/Nheko-Reborn/nheko"
license=("GPL3")
depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "boost-libs" "libsodium" "cmark" "openssl" "hicolor-icon-theme" "gstreamer")
depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "boost-libs" "libsodium" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "libnice")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json" "boost")
provides=("nheko")