mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/spice-gtk: Updated for version 0.32.
Added the optional dependency opus Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
fe1b9e7726
commit
889104ddb8
3 changed files with 5 additions and 5 deletions
|
@ -2,4 +2,4 @@ A Gtk client and libraries for spice remote desktop servers.
|
|||
By default the GTK+3 version is built: if you need the GTK+2 one,
|
||||
pass to the build script the variable GTK=2
|
||||
|
||||
libcacard and usbredir are optional dependencies.
|
||||
libcacard, usbredir and opus are optional dependencies.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=spice-gtk
|
||||
VERSION=${VERSION:-0.30}
|
||||
VERSION=${VERSION:-0.32}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="spice-gtk"
|
||||
VERSION="0.30"
|
||||
VERSION="0.32"
|
||||
HOMEPAGE="http://spice-space.org"
|
||||
DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.30.tar.bz2"
|
||||
MD5SUM="723e0e9ce9d507ba5d6cd331a3a9b7fb"
|
||||
DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.32.tar.bz2"
|
||||
MD5SUM="09930abb5ebe1b25b0f6988eb5716f98"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="spice vala"
|
||||
|
|
Loading…
Reference in a new issue