Commit graph

104101 commits

Author SHA1 Message Date
Cameron Nemo
4863baceed routinator: update to 0.3.3. 2019-05-05 07:55:03 +02:00
q66
1a1f6a876b qt-webkit: fix build and disable jit/asm for ppc
It is necessary to add python to host makedepends as python2
is necessary on host during build (python3 will fail to run the
respective script). Adding it early is necessary for proper
alternatives registration for py2.

[ci skip]
2019-05-05 07:54:48 +02:00
q66
94a37304bd qt: add ppc64 cross targets
[ci skip]
2019-05-05 07:54:48 +02:00
Cameron Nemo
38b9052ae8 vte3: update to 0.56.2. 2019-05-05 07:53:00 +02:00
Cameron Nemo
c38c8996c3 gitlab-runner: update to 11.9.2. 2019-05-05 07:51:44 +02:00
Thomas Batten
25d3fd1b5f vlc: Rebuild on live555 2019.05.03 2019-05-05 07:50:32 +02:00
Thomas Batten
ba13928703 live555: Update to version 2019.05.03 2019-05-05 07:50:32 +02:00
Jürgen Buchmüller
3532c3b039
linux3.16: update to 3.16.66
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-05 04:15:54 +02:00
Michael Aldridge
424d7dd178 google-chrome: update to 74.0.3729.131. 2019-05-04 17:41:12 -07:00
Helmut Pozimski
8f12fc5987 linux4.9: update to 4.9.173. 2019-05-04 22:18:13 +02:00
innerspacepilot
97e1ba6955 docker: enable armv7 build 2019-05-04 22:15:50 +02:00
Helmut Pozimski
c164209f9b linux4.14: update to 4.14.116. 2019-05-04 21:13:20 +02:00
Frank Steinborn
27d5c551b4 p11-kit: use system ca certificates as input for trust module 2019-05-04 21:11:59 +02:00
Helmut Pozimski
612ab333e0 linux4.19: update to 4.19.39. 2019-05-04 18:37:25 +02:00
Helmut Pozimski
ad7a47b1fd linux5.0: update to 5.0.12. 2019-05-04 16:04:31 +02:00
Cameron Nemo
734e9ccc36 brillo: update to 1.4.8. 2019-05-04 16:00:19 +02:00
Cameron Nemo
e5f0cefbc1 cni: update to 0.7.0. 2019-05-04 15:59:46 +02:00
Cameron Nemo
ef593a96da buildah: update to 1.8.2. 2019-05-04 15:59:23 +02:00
Cameron Nemo
0399aa1cf4 lxd: update to 3.12. 2019-05-04 15:59:05 +02:00
Cameron Nemo
1d68779e0a io.elementary.files: update to 4.1.8. 2019-05-04 15:54:31 +02:00
Cameron Nemo
031487b4f2 geary: update to 3.32.1. 2019-05-04 15:54:14 +02:00
Jürgen Buchmüller
b913316fba
astromenace: update to 1.4.1
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-04 12:52:37 +02:00
Johannes
a9ee6a6055 endlessh: update to 1.0. 2019-05-04 11:07:47 +02:00
Johannes
fffb67cb76 wlroots: revert to 0.5.0. 2019-05-04 10:40:28 +02:00
Helmut Pozimski
e01df2a752 mono: update to 5.20.1.27. 2019-05-04 08:36:01 +02:00
Robert Lowry
dd4e464d99 adom: update to 3.3.3 2019-05-04 08:31:42 +02:00
q66
4b9693adeb libdmapsharing: disable tests
These fail to build with libgee currently in the repository, so
disable them.

Also set the gir build helper to fix cross compilation.
2019-05-04 08:23:35 +02:00
q66
6605eae00f cross-powerpc64-linux-musl: add 64-bit long double libgcc patch
[ci skip]
2019-05-04 08:14:21 +02:00
q66
57c8f89bcd cross-powerpc64le-linux-musl: add 64-bit long double libgcc patch
[ci skip]
2019-05-04 08:14:21 +02:00
q66
67a5f0f2b2 cross-powerpc-linux-musl: add 64-bit long double patches
[ci skip]
2019-05-04 08:14:21 +02:00
q66
56444230f5 gcc: add patch to properly handle 64-bit long double for ppc*-musl
Musl requires gcc to be built with 64-bit long doubles as it does
not support the quad precision long double format, which is
implemented in software using two doubles.

This was already being patched, but it turns out libgcc is forcibly
being built with 128-bit long doubles because of several glibc
specific APIs it exposes. This wasn't causing any practical
runtime issue, but it was causing problems when using e.g.
the ld.gold linker to link, because it explicitly checks the
ABI tag and libgcc was tagged as 128-bit long double.

This extra patch solves the problem by conditionally compiling
libgcc with 64-bit long doubles (only on musl) and disabling
the APIs that would have been affected (as they are for glibc
only).

[ci skip]
2019-05-04 08:14:21 +02:00
q66
df0fcfc727 gom: use python3
The build is broken otherwise (meson pulls in python3, which
is registered first in alternatives, but the gobject bindings
were installed for python2 and they couldn't be found afterwards).

Python 2 is getting phased out anyway, so switch.
2019-05-04 08:01:20 +02:00
Robert Lowry
f862c3338e unrar: update to 5.7.5 2019-05-04 08:00:36 +02:00
q66
37540edff8 boost: add patch for context on ppc64
This fixes the ontop_fcontext function of boost::context on
ppc64.

[ci skip]
2019-05-04 08:00:20 +02:00
q66
a68d289f8e nodejs-lts: fix on ppc64 big endian
[ci skip]
2019-05-04 07:58:54 +02:00
q66
1a7bf6a1bd nodejs: fix on ppc64 big endian
[ci skip]
2019-05-04 07:58:54 +02:00
Robert Lowry
3d0a552ffb geany-plugins: update to 1.35.0
closes #11467
2019-05-04 00:38:03 +02:00
Robert Lowry
b8f5ff6180 geany: update to 1.35 2019-05-04 00:38:03 +02:00
Derriick
4318ded3d4 New package: swaybg-1.0 2019-05-04 00:36:57 +02:00
Derriick
0e5f09fa74 swayidle: update to 1.3. 2019-05-04 00:35:59 +02:00
Derriick
af535c98b1 swaylock: update to 1.4. 2019-05-04 00:34:52 +02:00
Derriick
404524b87f wlroots: update to 0.6.0. 2019-05-04 00:33:50 +02:00
Robert Lowry
b7379f6eee tmux: update to 2.9a 2019-05-04 00:32:40 +02:00
Helmut Pozimski
c1bb03e0f4 linux4.9: update to 4.9.172.
[skip ci]
2019-05-03 20:14:45 +02:00
newbluemoon
2acefaeaa0 praat: update to 6.0.52 2019-05-03 20:14:28 +02:00
q66
365f60cd19 skalibs: do not unconditionally set archs
There is no need to break native builds too when they work
perfectly fine. Also reenable armv6.
2019-05-03 20:14:06 +02:00
Thomas Batten
59380c6911 exiv2: Correct distfile location 2019-05-03 17:19:19 +02:00
Helmut Pozimski
2429e43123 linux4.14: update to 4.14.115.
[skip ci]
2019-05-03 16:53:34 +02:00
Peter Bui
84abb695ba rpi-kernel: update to 4.19.37.
[ci skip]
2019-05-03 16:51:41 +02:00
Piotr Wójcik
b89d53bd26 subversion: update to 1.12.0. 2019-05-03 16:51:19 +02:00