network/spice-gtk: Added opus as mandatory dependency.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2018-08-20 17:15:53 +02:00 committed by Willy Sudiarto Raharjo
parent d3d0db695e
commit db513c960c
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
A Gtk client and libraries for spice remote desktop servers.
libcacard, usbredir, phodav and opus are optional dependencies.
libcacard, usbredir and phodav are optional dependencies.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://www.spice-space.org/download/gtk/spice-gtk-0.35.tar.bz2"
MD5SUM="a8c919ee4a48dfeab619deb70900d788"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="spice vala"
REQUIRES="opus spice vala"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"