main/spice: upgrade to 0.12.2

This commit is contained in:
Natanael Copa 2013-02-04 13:02:14 +00:00
parent 7477b62616
commit af666ad11f

View File

@ -1,8 +1,8 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=spice
pkgver=0.12.0
pkgrel=1
pkgver=0.12.2
pkgrel=0
pkgdesc="Implements the SPICE protocol"
url="http://www.spice-space.org/"
arch="all"
@ -10,7 +10,8 @@ license="LGPLv2+"
depends=""
depends_dev="spice-protocol pixman-dev celt051-dev openssl-dev libxinerama-dev"
makedepends="$depends_dev alsa-lib-dev libjpeg-turbo-dev libxrandr-dev
cyrus-sasl-dev libxfixes-dev python-dev bash cegui06-dev py-parsing"
cyrus-sasl-dev libxfixes-dev python-dev bash cegui06-dev py-parsing
glib-dev"
install=""
subpackages="$pkgname-dev $pkgname-server $pkgname-client"
source="http://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
@ -35,6 +36,7 @@ build() {
--infodir=/usr/share/info \
--localstatedir=/var \
--enable-gui \
--enable-client \
--disable-smartcard \
|| return 1
make -C spice-common WARN_CFLAGS='' || return 1
@ -60,5 +62,5 @@ client() {
mv "$pkgdir"/usr/bin/spicec "$subpkgdir"/usr/bin/
}
md5sums="12c6ea4938215f8f9f10d2925f7bec9b spice-0.12.0.tar.bz2
md5sums="23b06b993083cf5b90578054c6f5db58 spice-0.12.2.tar.bz2
3e61fdc18bf201a2b54b332fdbe2912e cstdarg.patch"