mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
spice: update to 0.15.0
This commit is contained in:
parent
1efcc4181b
commit
3116735971
1 changed files with 13 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'spice'
|
# Template file for 'spice'
|
||||||
pkgname=spice
|
pkgname=spice
|
||||||
version=0.14.3
|
version=0.15.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-tunnel --disable-opengl --enable-smartcard
|
configure_args="--disable-tunnel --disable-opengl --enable-smartcard
|
||||||
--with-sasl --disable-static --enable-xinerama --disable-celt051"
|
--with-sasl --disable-static --enable-xinerama --disable-celt051"
|
||||||
|
@ -10,17 +10,26 @@ makedepends="spice-protocol libjpeg-turbo-devel pixman-devel
|
||||||
openssl-devel opus-devel alsa-lib-devel libXfixes-devel libXrender-devel
|
openssl-devel opus-devel alsa-lib-devel libXfixes-devel libXrender-devel
|
||||||
libXrandr-devel libsasl-devel libXinerama-devel libglib-devel libcacard-devel
|
libXrandr-devel libsasl-devel libXinerama-devel libglib-devel libcacard-devel
|
||||||
nss-devel"
|
nss-devel"
|
||||||
|
checkdepends="glib-networking"
|
||||||
short_desc="Implements the SPICE protocol"
|
short_desc="Implements the SPICE protocol"
|
||||||
maintainer="Anachron <gith@cron.world>"
|
maintainer="Anachron <gith@cron.world>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.spice-space.org"
|
homepage="http://www.spice-space.org"
|
||||||
distfiles="http://www.spice-space.org/download/releases/spice-${version}.tar.bz2"
|
distfiles="https://www.spice-space.org/download/releases/spice-server/spice-${version}.tar.bz2"
|
||||||
checksum=551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114
|
checksum=b320cf8f4bd2852750acb703c15b72856027e5a8554f8217dfbb3cc09deba0f5
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
|
if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
|
||||||
broken="SPICE server only works on little endian architectures"
|
broken="SPICE server only works on little endian architectures"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
# tests depend on odd behaviour of glibc
|
||||||
|
# in this case being that calling getnameinfo on an AF_LOCAL socket
|
||||||
|
# will return successfully, with either hostname or "localhost"
|
||||||
|
# musl errors out instead, thus failing the tests
|
||||||
|
make_check=no
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/armv6hl/arm/g' configure # "detects" cpu from triplet.
|
sed -i 's/armv6hl/arm/g' configure # "detects" cpu from triplet.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue