From 1af3513c36a0040c0f09f9d448890656004204d9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 13 Oct 2015 08:55:18 +0000 Subject: main/spice: enable opus support --- main/spice/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main/spice/APKBUILD') diff --git a/main/spice/APKBUILD b/main/spice/APKBUILD index 3c8d885321..fca99cee8f 100644 --- a/main/spice/APKBUILD +++ b/main/spice/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa 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 -- cgit v1.2.3