Date: Tuesday, October 8, 2013 @ 05:26:01
  Author: bgyorgy
Revision: 98293

upgpkg: spice 0.12.4-2

- Fix dependencies
- Fix license
- Disable OpenGL support (not recommended by upstream)
- Enable smartcard support

Modified:
  spice/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-08 02:58:57 UTC (rev 98292)
+++ PKGBUILD    2013-10-08 03:26:01 UTC (rev 98293)
@@ -4,19 +4,20 @@
 
 pkgname=spice
 pkgver=0.12.4
-pkgrel=1
+pkgrel=2
 pkgdesc="SPICE client and server"
 arch=('i686' 'x86_64')
 url="http://spice-space.org";
-license=('GPL')
-makedepends=(python2 python2-pyparsing qemu mesa)
-depends=(pixman spice-protocol alsa-utils libxrandr libxinerama libsasl 
openssl celt0.5.1 libgl glu)
+license=('LGPL2.1')
+depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama 
libxfixes libxrandr pixman)
+makedepends=(python2-pyparsing qemu spice-protocol)
+options=(!libtool)
 source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
 md5sums=('325b1c42ce24e75de45a75876b73a8bd')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr --enable-opengl --enable-client
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client
   make
 }
 

Reply via email to