aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-10-28 18:22:17 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-10-28 18:22:17 +0200
commit90ef001dbd5ae2770296b50789454ede393a748e (patch)
tree0a15425213970f608e2e0f9bde09dde69991a85d /community
parenta7936f603c94c3d76fda0abec6570b4d1d2a44a2 (diff)
downloadaports-90ef001dbd5ae2770296b50789454ede393a748e.tar.bz2
aports-90ef001dbd5ae2770296b50789454ede393a748e.tar.xz
community/xpra: disable on armhf due to build failure
gcc -DNDEBUG -Os -fomit-frame-pointer -pipe -fPIC -g -Os -fomit-frame-pointer -pipe \ -fno-strict-aliasing -Os -fomit-frame-pointer -pipe -fPIC -I/usr/include/python2.7 \ -c xpra/codecs/dec_avcodec2/decoder.c \ -o build/temp.linux-armv8l-2.7/xpra/codecs/dec_avcodec2/decoder.o -Wl,--as-needed \ -Wall -Werror -fPIC xpra/codecs/dec_avcodec2/decoder.c: In function '__pyx_pf_4xpra_6codecs_12dec_avcodec2_7decoder_7Decoder_init_context': xpra/codecs/dec_avcodec2/decoder.c:5551:3: error: 'refcounted_frames' is deprecated [-Werror=deprecated-declarations] __pyx_v_self->codec_ctx->refcounted_frames = 1; ^~~~~~~~~~~~ In file included from xpra/codecs/dec_avcodec2/decoder.c:558:0: /usr/include/libavcodec/avcodec.h:2694:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors error: command 'gcc' failed with exit status
Diffstat (limited to 'community')
-rw-r--r--community/xpra/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/xpra/APKBUILD b/community/xpra/APKBUILD
index d7d89f0a90..8df55e905e 100644
--- a/community/xpra/APKBUILD
+++ b/community/xpra/APKBUILD
@@ -5,7 +5,8 @@ pkgver=2.1.2
pkgrel=1
pkgdesc="Xpra is 'screen for X' & allows you to run X programs, usually on a remote host over SSH or encrypted tcp"
url="http://xpra.org"
-arch="all !s390x"
+# !armhf: fails to build
+arch="all !s390x !armhf"
license="GPLv2+"
depends="py-gobject py-gtk py-imaging xf86-video-dummy xvfb setxkbmap xorg-server
py2-numpy py2-pillow py-gtkglext py2-lz4 py-rencode py-opencl py2-xxhash