prspkt
4e20bfd33f
community/xpra: rebuild against libx265.so.169
2019-02-27 20:32:42 +02:00
Tim Brust
f227c87fc0
main/libvpx: upgrade to 1.8.0
2019-02-26 22:03:13 +00:00
Stuart Cardall
549536685b
community/xpra: upgrade to 2.4.2
...
https://www.xpra.org/trac/wiki/News
2018-12-10 18:38:27 +02:00
Natanael Copa
4a808921c6
community/xpra: rebuidl against ffmpeg 4
2018-11-09 08:31:42 +00:00
prspkt
6ad54569cc
community/xpra: upgrade to 2.3.4, use https
2018-09-26 17:20:24 +00:00
Oliver Smith
9d9f981a2c
aports: add support for armv7 [skip ci]
...
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:
2018-09-24 10:19:24 +03:00
prspkt
4a3f3305a5
community/xpra: rebuild against libx265.so.160
2018-07-25 14:25:00 +00:00
Roberto Oliveira
63efd055ca
community/xpra: upgrade to 2.3.2
2018-07-02 16:57:36 +00:00
Stuart Cardall
3613b8baa7
community/xpra: upgrade to 2.3.1
2018-06-30 23:30:13 +02:00
Tuan M. Hoang
85803fa9aa
community/[various]: rebuild against openblas-0.3.0, enable s390x
...
community/suitesparse: upgrade to to 5.2.0
2018-06-04 05:33:23 +00:00
Timo Teräs
ae42937a39
community/xpra: rebuild against x264-20180304 and x265-2.7
2018-04-09 12:53:32 +00:00
prspkt
b45819dc05
community/xpra: upgrade to 2.2.6 and improve abuild
2018-04-05 19:02:20 +02:00
Stuart Cardall
3a18a8e0e5
community/xpra: upgrade to 2.2.5
2018-03-07 10:44:15 +01:00
Francesco Colista
f11f9996b3
community/xpra: upgrade to 2.2.4
2018-02-07 15:45:00 +00:00
Stuart Cardall
07ddc8b126
community/xpra: upgrade to 2.2.3
2018-01-19 18:30:17 +01:00
Jakub Jirutka
63f5e7d295
[various]: unify names of licenses according to SPDX
...
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/
2017-12-30 21:05:50 +01:00
Stuart Cardall
59ad150365
community/xpra: upgrade to 2.2.1
2017-12-27 15:15:17 +01:00
TBK
ff27b0cbe6
community/xpra: rebuild against x265 2.6
2017-12-14 09:09:02 +00:00
Stuart Cardall
0e6b7fe971
community/xpra: upgrade to 2.2
...
https://xpra.org/trac/wiki/News#a2.2ImportantFeatures
2017-12-13 10:28:25 +00:00
Natanael Copa
e8353e4014
community/xpra: upgrade to 2.1.3
2017-10-31 13:52:49 +00:00
Jakub Jirutka
90ef001dbd
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
2017-10-28 18:22:17 +02:00
Jakub Jirutka
a4517173e4
community/xpra: add final newline to xorg.conf
...
Fixes https://bugs.alpinelinux.org/issues/5478
2017-10-23 22:01:32 +02:00
Stuart Cardall
20d8eb2adf
community/xpra: upgrade to 2.1.2
...
https://github.com/svn2github/Xpra/blob/master/trunk/src/NEWS
2017-09-19 11:28:14 +02:00
Stuart Cardall
7dadaa3b75
community/xpra: update to 2.1.1
2017-08-10 08:21:12 +00:00
Stuart Cardall
1b5eb51986
community/xpra: upgrade to 2.1
...
http://xpra.org/trac/wiki/News
2017-07-28 23:12:29 +02:00
Stuart Cardall
e2f5f06c07
community/xpra: update to 2.0.3
2017-07-07 10:31:40 +00:00
Natanael Copa
95963a656a
community/xpra: gst*1 was renamed
2017-07-06 17:01:04 +02:00
Natanael Copa
758e770c3e
community/xpra: rebuild against libvpx 1.6
2017-06-09 13:00:35 +00:00
Roberto Oliveira
b581832d54
community/xpra: enable build on ppc64le
...
xpra was disabled because py-opencl was not building in ppc64le, but now
we have the py-opencl, so enabling it.
2017-06-09 14:19:28 +02:00
Leonardo Arena
94e7563ddf
community/xpra: rebuild against x265-2.4
2017-06-02 09:39:21 +00:00
Natanael Copa
7625039642
community/xpra: disable on s390x
2017-05-12 17:38:39 +00:00
Stuart Cardall
26fe8e4e8f
community/xpra: update to 2.0.2
...
https://xpra.org/trac/wiki/News
2017-04-21 23:23:52 +02:00
William Pitcock
bce74be03c
community/xpra: no ppc64le for now
2017-04-15 22:07:49 +00:00
Jakub Jirutka
7cef75c885
community/xpra: improve abuild
2017-03-12 00:23:59 +01:00
Stuart Cardall
925504c825
community/xpra: update to 1.0.4
2017-03-12 00:22:39 +01:00
William Pitcock
e869608b82
trigger rebuilds on libwebp dependents
2017-02-26 21:26:56 +00:00
Francesco Colista
1745ed2a87
community/xpra: bump pkgrel due to x265 upgrade
2017-02-16 13:12:17 +00:00
Stuart Cardall
311a96e565
community/xpra: update to 1.0.3
2017-02-15 13:45:48 +00:00
Stuart Cardall
dd6d5822b9
community/xpra: update to 1.0.1 / create xpra-webclient subpkg
...
https://xpra.org/trac/wiki/News
html5 websockets client split into xpra-webclient subpkg
2017-01-30 11:27:57 +02:00
Stuart Cardall
8fc1aaee7f
community/xpra: fix dummy_drv.so relocation error
...
Fixes https://bugs.alpinelinux.org/issues/5478
2016-11-18 00:55:47 +01:00
Stuart Cardall
8d7ebacab8
community/xpra: update to 0.17.6
2016-11-17 04:16:48 +01:00
Timo Teräs
a2e061d509
community/[various]: dont set arch in split function
2016-11-02 11:51:56 +02:00
Jakub Jirutka
c18b35140d
[various] rename python executable in APKBUILDs to python2
2016-10-26 19:47:58 +02:00
Jakub Jirutka
af0c01ac63
[various] rename dependency python-dev to python2-dev
2016-10-26 19:47:14 +02:00
Stuart Cardall
fb46518354
community/xpra: update to 0.17.5
2016-09-08 13:37:17 +02:00
Carlo Landmeter
20b5ad664e
community/xpra: disabled (failed to build)
...
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:
2016-08-21 23:28:26 +02:00
Stuart Cardall
5c9f3ca3e3
testing/[various]: move to community
...
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
2016-08-21 22:24:04 +02:00