aboutsummaryrefslogtreecommitdiffstats
path: root/community/xpra
Commit message (Collapse)AuthorAgeFilesLines
* community/xpra: upgrade to 2.3.4, use httpsprspkt2018-09-261-4/+4
|
* aports: add support for armv7 [skip ci]Oliver Smith2018-09-241-1/+1
| | | | | | | | | This makes it possible to provide armv7 as additional architecture in Alpine, next to armhf. See the discussion in this ML thread: <https://lists.alpinelinux.org/alpine-devel/6271.html> It's done by adding armv7 next to armhf in the arch line and also !armv7 where the arch line said !armhf. The following script was used:
* community/xpra: rebuild against libx265.so.160prspkt2018-07-251-1/+1
|
* community/xpra: upgrade to 2.3.2Roberto Oliveira2018-07-021-2/+2
|
* community/xpra: upgrade to 2.3.1Stuart Cardall2018-06-301-3/+3
|
* community/[various]: rebuild against openblas-0.3.0, enable s390xTuan M. Hoang2018-06-041-3/+3
| | | | community/suitesparse: upgrade to to 5.2.0
* community/xpra: rebuild against x264-20180304 and x265-2.7Timo Teräs2018-04-091-1/+1
|
* community/xpra: upgrade to 2.2.6 and improve abuildprspkt2018-04-051-8/+7
|
* community/xpra: upgrade to 2.2.5Stuart Cardall2018-03-071-2/+2
|
* community/xpra: upgrade to 2.2.4Francesco Colista2018-02-071-2/+2
|
* community/xpra: upgrade to 2.2.3Stuart Cardall2018-01-191-2/+2
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* community/xpra: upgrade to 2.2.1Stuart Cardall2017-12-271-3/+3
|
* community/xpra: rebuild against x265 2.6TBK2017-12-141-1/+1
|
* community/xpra: upgrade to 2.2Stuart Cardall2017-12-131-2/+2
| | | | https://xpra.org/trac/wiki/News#a2.2ImportantFeatures
* community/xpra: upgrade to 2.1.3Natanael Copa2017-10-311-3/+3
|
* community/xpra: disable on armhf due to build failureJakub Jirutka2017-10-281-1/+2
| | | | | | | | | | | | | | | | | | 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
* community/xpra: add final newline to xorg.confJakub Jirutka2017-10-231-3/+4
| | | | Fixes https://bugs.alpinelinux.org/issues/5478
* community/xpra: upgrade to 2.1.2Stuart Cardall2017-09-191-2/+2
| | | | https://github.com/svn2github/Xpra/blob/master/trunk/src/NEWS
* community/xpra: update to 2.1.1Stuart Cardall2017-08-101-2/+2
|
* community/xpra: upgrade to 2.1Stuart Cardall2017-07-281-6/+5
| | | | http://xpra.org/trac/wiki/News
* community/xpra: update to 2.0.3Stuart Cardall2017-07-071-3/+3
|
* community/xpra: gst*1 was renamedNatanael Copa2017-07-061-2/+2
|
* community/xpra: rebuild against libvpx 1.6Natanael Copa2017-06-091-1/+1
|
* community/xpra: enable build on ppc64leRoberto Oliveira2017-06-091-1/+1
| | | | | xpra was disabled because py-opencl was not building in ppc64le, but now we have the py-opencl, so enabling it.
* community/xpra: rebuild against x265-2.4Leonardo Arena2017-06-021-1/+1
|
* community/xpra: disable on s390xNatanael Copa2017-05-121-1/+1
|
* community/xpra: update to 2.0.2Stuart Cardall2017-04-211-6/+6
| | | | https://xpra.org/trac/wiki/News
* community/xpra: no ppc64le for nowWilliam Pitcock2017-04-151-1/+1
|
* community/xpra: improve abuildJakub Jirutka2017-03-121-2/+6
|
* community/xpra: update to 1.0.4Stuart Cardall2017-03-121-4/+5
|
* trigger rebuilds on libwebp dependentsWilliam Pitcock2017-02-261-1/+1
|
* community/xpra: bump pkgrel due to x265 upgradeFrancesco Colista2017-02-161-1/+1
|
* community/xpra: update to 1.0.3Stuart Cardall2017-02-151-6/+3
|
* community/xpra: update to 1.0.1 / create xpra-webclient subpkgStuart Cardall2017-01-301-10/+17
| | | | | | https://xpra.org/trac/wiki/News html5 websockets client split into xpra-webclient subpkg
* community/xpra: fix dummy_drv.so relocation errorStuart Cardall2016-11-181-1/+4
| | | | Fixes https://bugs.alpinelinux.org/issues/5478
* community/xpra: update to 0.17.6Stuart Cardall2016-11-171-4/+4
|
* community/[various]: dont set arch in split functionTimo Teräs2016-11-021-3/+1
|
* [various] rename python executable in APKBUILDs to python2Jakub Jirutka2016-10-261-2/+2
|
* [various] rename dependency python-dev to python2-devJakub Jirutka2016-10-261-1/+1
|
* community/xpra: update to 0.17.5Stuart Cardall2016-09-081-26/+20
|
* community/xpra: disabled (failed to build)Carlo Landmeter2016-08-211-1/+1
| | | | | | | xpra/codecs/dec_avcodec2/decoder.c:7507:9: error: 'avcodec_decode_video2' is deprecated [-Werror=deprecated-declarations] __pyx_v_len = avcodec_decode_video2(__pyx_v_self->codec_ctx, __pyx_v_self->av_frame, (&__pyx_v_got_picture), (&__pyx_v_avpkt)); ^~~~~~~~~~~ In file included from xpra/codecs/dec_avcodec2/decoder.c:307:0:
* testing/[various]: move to communityStuart Cardall2016-08-211-0/+52
albatross-themes apk-post-messages autossh bitcoin btrbk entr ffmpegthumbnailer firejail firetools fwsnort gnome-colors imapsync inetutils-syslogd inotify-tools-inc isync junit ktsuss letsencrypt-nosudo libmbim libndp libqmi libteam mini-sendmail modemmanager namecoin networkmanager nginx-naxsi numix-themes nxapi opencl-headers opencl-icd-loader opus-tools perl-authen-ntlm perl-bit-vector perl-data-uniqid perl-file-copy-recursive perl-getopt-argvfile perl-io-tee perl-iptables-chainmgr perl-iptables-parse perl-module-scandeps perl-par-dist perl-par-packer perl-par perl-uri-escape psad py-crcmod py-graphviz py-lz4 py-opencl py-opengl-accelerate runit secpwgen secure-delete socklog spacefm tinyssh udevil virt-viewer virtualbricks whois wrk xpra zram-init