Commit graph

4712 commits

Author SHA1 Message Date
Gangsta Cat
502d8d90d0 dotherside: update to 0.6.5. 2019-12-15 16:53:40 +01:00
Cameron Nemo
23ff926700 base-files: install /usr/lib32 symlink on i686 2019-12-15 09:17:51 +01:00
Cameron Nemo
091ab0b612 base-files: ship bin and lib symlinks 2019-12-14 14:01:42 +01:00
q66
43a43845a5 common/shlibs: add missing libglvnd libs
These are linked against when using .pc files, cmake FindOpenGL
and so on, so lots of things will now complain about shlibs
being missing.

[ci skip]
2019-12-14 11:27:42 +01:00
q66
3a363d2611 xbps-src: account for nonfree repo with -E
This makes sure nonfree packages don't get rebuilt when -E is
passed to xbps-src.

[ci skip]
2019-12-14 11:26:36 +01:00
John
4a967a96da common/rust.sh: set CARGO_HOME to /host/cargo
currently cargo chaches everything in /tmp/.cargo and is not shared
between masterdirs
2019-12-14 11:25:59 +01:00
Stefano Ragni
1eb451790d common/shlibs: add libnvidia-glsi.so.340.107 2019-12-14 11:08:43 +01:00
Nathan Owens
51a700cbca liblouis: update to 3.12.0
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-12 14:22:23 +01:00
Nathan Owens
b9bb0daef3 libyang: update to 1.0r5
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-12 14:20:01 +01:00
Daniel Eyßer
f928f9861c libtorrent-rasterbar: update to 1.2.2. 2019-12-12 10:30:38 +01:00
Piraty
e9be840c54 x265: update to 3.2.1. 2019-12-09 11:37:10 +01:00
lemmi
246f0f9242 ddcutil: update to 0.9.8. 2019-12-07 06:02:45 +01:00
Piotr Wójcik
0139bdb524 04-create-xbps-medatada-scripts.sh: autogenerate pycompile_modules 2019-12-06 20:23:37 +01:00
Jürgen Buchmüller
79503e11e1 openexr: update to 2.4.0
Use qemu-user-static to run binaries for the target.

[ci skip]
2019-12-06 13:49:52 +01:00
Jürgen Buchmüller
e4dae813f1 ilmbase: update to 2.4.0
Use qemu-user-static to run binaries for the target.

[ci skip]
2019-12-06 13:49:52 +01:00
k4leg
1584dc3b27 common/shlibs: add libbtrfsutil.so.1. 2019-12-06 11:20:51 +01:00
q66
32a183b3d1 New package: openjdk10-bootstrap-10.0.2p13
This will be used to bootstrap openjdk11. It is itself
bootstrapped with openjdk9-bootstrap.
2019-12-01 12:33:37 +01:00
q66
e5f37001ed New package: openjdk9-bootstrap-9.0.4p12
This will be used to bootstrap openjdk10-bootstrap, which will
be used to bootstrap openjdk11. It is itself bootstrapped with
openjdk8.
2019-12-01 12:33:37 +01:00
Stefano Ragni
3c8ad720a3 shutils/bulk.sh: use XBPS_DISTDIR when running xbps-src 2019-12-01 12:14:39 +01:00
Nathan Owens
1d525ca432 fwupd: update to 1.3.3
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-01 12:13:52 +01:00
Nathan Owens
96e751df65 New Package: tpm2-tss-2.3.1 2019-12-01 12:13:52 +01:00
Andrew Benson
66b62e55e7 New package: termrec-0.18 2019-11-29 21:51:02 +01:00
k4leg
f820dce5dc atom: update to 1.41.0. [ci skip] 2019-11-29 14:18:48 +01:00
Jürgen Buchmüller
64b61c7eda
kea: update to 1.7.2
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-11-28 19:17:08 +01:00
John
f20e10cd44 Revert "build-style meson: fix _MESON_CPU_FAMILY=ppc64le"
This reverts commit 0d23f73635.
2019-11-27 21:41:55 +01:00
Andrew Benson
c11c71e59d libmodule: update to 5.0.0. 2019-11-27 16:37:08 +01:00
Jürgen Buchmüller
0d23f73635
build-style meson: fix _MESON_CPU_FAMILY=ppc64le
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-11-27 11:16:20 +01:00
Helmut Pozimski
d800a0bd4d libfilezilla: update to 0.19.1. (soname bump) 2019-11-26 22:25:24 +01:00
Leah Neukirchen
a41dd71546 bind: update to 9.11.13. 2019-11-25 15:35:19 +01:00
John
b9ff9d22f0 nuspell: update to 3.0.0. 2019-11-25 11:03:57 +01:00
q66
6783ab9f47 openjdk: update to 8u232b09, rename to openjdk8, native bootstrap
This updates OpenJDK 8 to a newer version and brings a bunch of
changes.

Newly, it is bootstrapped with openjdk7-bootstrap, so it does not
need to download binaries. It can also cross-compile and is patched
for musl and other platforms.

We're newly using the aarch64 port repo in order to get aarch64
JIT. For non-aarch64 platforms, the codebase is the same.

The symlink for /usr/lib/jvm/openjdk is also now gone and we're
using a unified java-VERSION-VENDOR naming.

Also general template cleanup.

[ci skip]
2019-11-24 16:33:30 -05:00
Nathan Owens
b0a5e07877 dar: update to 2.6.6 2019-11-24 13:23:28 +01:00
Nathan Owens
4aa3104dab libusbmuxd: update to 2.0.0
Change from pkg-config to pkgconf

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-24 13:20:08 +01:00
Duncaen
abb8fe932a
Revert "Revert "Revert "Revert "libressl: bump minimum versions in common/shlib to 3.0.2.""""
This reverts commit 311dc44c33.
2019-11-24 04:44:54 +01:00
Duncaen
311dc44c33
Revert "Revert "Revert "libressl: bump minimum versions in common/shlib to 3.0.2."""
This reverts commit e949a508a8.
2019-11-24 04:23:31 +01:00
Piotr Wójcik
eb3405a5ed hooks/generate-gitrevs: update summary 2019-11-23 09:33:32 +01:00
Leah Neukirchen
0d773373c6 jimtcl: update to 0.79. 2019-11-20 11:48:25 +01:00
q66
021b7cc11e xbps-src: revert to previous bulk_sortdeps code
This should restore sort-dependencies behavior back to its former
behavior of not including all of the build dependencies not in
the input list in its listing.
2019-11-19 02:04:25 +01:00
Duncaen
e949a508a8
Revert "Revert "libressl: bump minimum versions in common/shlib to 3.0.2.""
This reverts commit 9f3a7058c7.
2019-11-19 01:33:03 +01:00
Duncaen
9f3a7058c7
Revert "libressl: bump minimum versions in common/shlib to 3.0.2."
This reverts commit 1a93024d4e.
2019-11-19 01:17:35 +01:00
q66
80b96a0ea0 common: better location for config.{sub,guess} + update 2019-11-18 20:36:27 +01:00
q66
90a7924359 New package: openjdk7-bootstrap-7u221b02
This is a new toolchain used to bootstrap OpenJDK 8. It is itself
bootstrapped using gcj-6, which lets us compile the whole chain
from source without fetching foreign binaries.

[ci skip]
2019-11-18 18:48:57 +01:00
Anthony Iliopoulos
d605538c64 alsa-lib: update to 1.2.1. 2019-11-17 11:57:45 +01:00
Doan Tran Cong Danh
ad5e48816c build-style/go: use glob instead of find 2019-11-16 12:49:56 +01:00
q66
6f1c7ff607 New package: gcc6-6.5.0
This is the first part of an effort to allow bootstrapping openjdk
without downloading any binaries. The next part will be an openjdk7
package that will be used to bootstrap openjdk8.

After that, we can proceed to add the missing parts to go all the
way up to 11.

[ci skip]
2019-11-15 22:56:51 +01:00
Leah Neukirchen
1a93024d4e libressl: bump minimum versions in common/shlib to 3.0.2.
Rebuilt packages may use added functions in 3.0.2,
in spite of no soname bump on the libraries.
2019-11-14 20:36:41 +01:00
Andrew Benson
898a81a700 nvidia390: update to 390.132. 2019-11-12 16:03:18 +01:00
Nathan Owens
b467083494 fmt: update to 6.0.0
[ci skip]
2019-11-12 12:58:06 +01:00
John
89d244a9cf proj: update to 6.2.1. 2019-11-11 12:33:19 +01:00
John
9fa8ec2ea2 New package: kcalendarcore-5.63.0 2019-11-09 20:50:44 +01:00