diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-13 08:55:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-13 09:01:43 +0000 |
commit | 1af3513c36a0040c0f09f9d448890656004204d9 (patch) | |
tree | 805347c4d3e9a42b61ea9e10eaddfc974571d68c /main/spice/APKBUILD | |
parent | a887645297d9345a54253c577ef27a9998557145 (diff) | |
download | aports-1af3513c36a0040c0f09f9d448890656004204d9.tar.bz2 aports-1af3513c36a0040c0f09f9d448890656004204d9.tar.xz |
main/spice: enable opus support
Diffstat (limited to 'main/spice/APKBUILD')
-rw-r--r-- | main/spice/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
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 <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 |