[arch-commits] Commit in spice/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sun Jan 28 07:33:03 UTC 2018


    Date: Sunday, January 28, 2018 @ 07:33:01
  Author: anatolik
Revision: 315528

Enable opus support

Plus add missing dependency reported by checkpkg

Modified:
  spice/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-28 00:13:51 UTC (rev 315527)
+++ PKGBUILD	2018-01-28 07:33:01 UTC (rev 315528)
@@ -4,12 +4,12 @@
 
 pkgname=spice
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SPICE server"
 arch=('x86_64')
 url="https://www.spice-space.org"
 license=('LGPL2.1')
-depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
+depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2 opus lz4)
 makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
 source=(https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
         https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2.sign)



More information about the arch-commits mailing list