aboutsummaryrefslogtreecommitdiffstats
path: root/main/spice/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/spice/APKBUILD')
-rw-r--r--main/spice/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/spice/APKBUILD b/main/spice/APKBUILD
index 3c8d88532..fca99cee8 100644
--- a/main/spice/APKBUILD
+++ b/main/spice/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=spice
pkgver=0.12.6
-pkgrel=0
+pkgrel=1
pkgdesc="Implements the SPICE protocol"
url="http://www.spice-space.org/"
arch="all"
@@ -11,7 +11,7 @@ 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
- py-six glib-dev"
+ py-six glib-dev opus-dev"
install=""
subpackages="$pkgname-dev $pkgname-server"
source="http://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
@@ -41,6 +41,7 @@ build() {
--enable-gui \
--enable-client \
--disable-smartcard \
+ --enable-opus \
|| return 1
make -C spice-common WARN_CFLAGS='' || return 1
make WARN_CFLAGS='' || return 1