From d801466e82805352bcb3fc0322bead0e24789d43 Mon Sep 17 00:00:00 2001 From: svalo Date: Sat, 15 May 2021 10:54:54 +0200 Subject: Adds dependencies for audio/video call and direct connection in jingle jingle https://github.com/dino/dino/commit/148cf48d2b68354881066e2587e2673c91d2619a#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a https://github.com/dino/dino/commit/0f46facecd558786631c2ad4cf66d27331f16a86#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a https://github.com/dino/dino/commit/23ffd37dded3bf872e42d7a00727ab3c4d105a97#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a gst-plugins-base gst-plugins-good gst-plugin-gtk webrtc-audio-processing libnice libsrtp --- .SRCINFO | 8 +++++++- PKGBUILD | 8 ++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f8c7a19..e68f8dd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = dino-git pkgdesc = Simple and modern Jabber/XMPP client written in vala - pkgver = v0.2.0.r6.g11d9855a + pkgver = v0.2.0.r111.g6399892b pkgrel = 1 url = https://dino.im/ arch = i686 @@ -22,6 +22,12 @@ pkgbase = dino-git depends = qrencode depends = libsignal-protocol-c depends = gspell + depends = gst-plugins-base + depends = gst-plugins-good + depends = gst-plugin-gtk + depends = webrtc-audio-processing + depends = libnice + depends = libsrtp optdepends = libcanberra: audio notification support provides = dino conflicts = dino diff --git a/PKGBUILD b/PKGBUILD index 07c6506..84c7c10 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,17 @@ # Contributor: svalo pkgname=dino-git -pkgver=v0.2.0.r27.gf12fc371 +pkgver=v0.2.0.r111.g6399892b pkgrel=1 pkgdesc="Simple and modern Jabber/XMPP client written in vala" arch=('i686' 'x86_64' 'aarch64') url="https://dino.im/" license=('GPL3') -depends=('glib2>=2.38' 'glib-networking' 'gtk3>=3.22' 'gpgme' 'libgee>=0.10' 'libgcrypt' 'libsoup' 'sqlite' 'qrencode' 'libsignal-protocol-c' 'gspell' ) +depends=('glib2>=2.38' 'glib-networking' 'gtk3>=3.22' 'gpgme' + 'libgee>=0.10' 'libgcrypt' 'libsoup' 'sqlite' 'qrencode' + 'libsignal-protocol-c' 'gspell' 'gst-plugins-base' + 'gst-plugins-good' 'gst-plugin-gtk' 'webrtc-audio-processing' + 'libnice' 'libsrtp') makedepends=('git' 'cmake' 'vala>=0.34' 'ninja') optdepends=('libcanberra: audio notification support') provides=("${pkgname%-git}") -- cgit v1.2.3