Commit graph

138332 commits

Author SHA1 Message Date
Urs Schulz
9fbfe53c4c kicad-symbols: update to 5.1.8. 2020-12-21 20:55:20 -03:00
Urs Schulz
9c837f7550 kicad-packages3D: update to 5.1.8. 2020-12-21 20:55:20 -03:00
Urs Schulz
d1a54bac25 kicad-i18n: update to 5.1.8. 2020-12-21 20:55:20 -03:00
Urs Schulz
5223f0ed02 kicad-footprints: update to 5.1.8. 2020-12-21 20:55:20 -03:00
Urs Schulz
aec3517243 kicad-doc: update to 5.1.8. 2020-12-21 20:55:20 -03:00
Urs Schulz
c50f50bbc2 kicad: update to 5.1.8. 2020-12-21 20:55:20 -03:00
Jürgen Buchmüller
3af9613175 qtcreator: update to 4.14.0 2020-12-22 00:32:04 +01:00
travankor
3d068bd98d foot: update to 1.6.2. 2020-12-21 19:56:11 -03:00
Piraty
a93cecb48f
gimp: disable update check 2020-12-21 22:36:48 +01:00
Helmut Pozimski
aa7cbf3264 kmymoney: update to 5.1.1. 2020-12-21 21:05:49 +01:00
Andrew J. Hesford
66403d0dc8 samba: add transitional dummy for samba-cups 2020-12-21 13:31:19 -05:00
Leah Neukirchen
e30a15dd36 wireguard-dkms: update to 1.0.20201221. 2020-12-21 18:24:50 +01:00
travankor
aec96a346a linux5.9: update to 5.9.16.
[ci skip]
2020-12-21 14:23:09 -03:00
Nathan Owens
c1a082f20c liberation-fonts-ttf: update to 2.1.2. 2020-12-21 14:22:54 -03:00
cinerea0
9ffaab86dc sof-firmware: update to 1.6.1 2020-12-21 13:56:07 -03:00
Leah Neukirchen
658455e77e linux5.10: update to 5.10.2. 2020-12-21 17:30:55 +01:00
Leah Neukirchen
6e225bc1de ipe: update to 7.2.22. 2020-12-21 17:30:55 +01:00
Leah Neukirchen
9f0faa1606 sysstat: update to 12.4.2. 2020-12-21 17:30:54 +01:00
Leah Neukirchen
451ffb90e0 nickle: update to 2.90. 2020-12-21 17:30:54 +01:00
Leah Neukirchen
9cc4375859 ipset: update to 7.10. 2020-12-21 17:30:54 +01:00
Duncaen
4b36f8b253
miniupnpd: update to 2.2.1. 2020-12-21 16:39:39 +01:00
Andrew J. Hesford
e6f1223a2a openmpi: update to 4.1.0. 2020-12-21 10:38:22 -05:00
Andrew J. Hesford
dddc89cb70 opencl2-headers: update to 2020.12.18. 2020-12-21 10:38:22 -05:00
DirectorX
f6fb190ab4 ffms2: update to 2.40.
Closes: #25850 [via git-merge-pr]
2020-12-21 12:24:56 -03:00
Benjamin Slade
9a1ffa48af pdfpc: update to 4.5.0 2020-12-21 11:55:17 -03:00
Đoàn Trần Công Danh
94942443c2 gettext-devel: depends on tar
/usr/bin/autopoint: line 497: tar: command not found
2020-12-21 20:26:29 +07:00
andry-dev
da2cea569c samba: add optional glusterfs vfs module and ctdb
Also remove a few more private libraries that can be built in.

Co-authored-by: andry-dev <andry-dev@users.noreply.github.com>
Co-authored-by: Andrew J. Hesford <ajh@sideband.org>

Closes: #27300 [via git-merge-pr]
2020-12-21 08:05:26 -05:00
Đoàn Trần Công Danh
304f9485e6 nss: update to 3.60. 2020-12-21 19:57:47 +07:00
Michael Aldridge
9b61bf5df5 .github/workflows: Remove old notifications 2020-12-20 22:11:54 -08:00
q66
f7f8341645 portaudio: disable sndio by default
non-upstream feature patches should be off by default

feel free to turn back on after it's accepted upstream
2020-12-21 04:40:51 +01:00
q66
2e9ed7988c gst-plugins-base1: disable sndio by default
upstream has noted that this patch is problematic and actually
breaks things for people who don't have sndio installed, plus
the patch is not present anywhere in upstream and it is outside
the distro policy to patch features in

therefore, disable by default at very least, and add a note

in longer term this should either be split off, upstreamed
or removed if it cannot be upstreamed
2020-12-21 04:09:39 +01:00
Érico Rolim
b104143572 foot: actually fix build.
Backport patches from upstream that added the proper dependencies
between source files.
2020-12-20 23:02:16 -03:00
Érico Rolim
bb297cad7e foot: disable parallel builds.
Some builds were failing due to the xdg-shell.h header (generated at
build time) not being available.
2020-12-20 22:32:30 -03:00
q66
a3a64f6ab7 graphite: need nodefaultlibs hack on ppc(le)-musl too 2020-12-21 02:13:56 +01:00
q66
00da0a2232 gcc: fix dynamic linker paths and default os library paths
Void used to mess with the dynamic linker paths, which is very
wrong, so it's time to change that. The reason this was done was
because the lib32/64 symlinks were not available in unconfigured
chroots (since base-files used to create them during configuration)
and this has not been the case for a while, so there is nothing
blocking this.

While at it, change the library paths to lib64 for 64-bit systems
and lib32 for 32-bit systems. This merely changes the toolchain
and usually does not have much of an effect; dynamic libraries
do not contain the paths (the search paths are controlled by
the dynamic linker). The lib32/64 symlinks are contained in
base-files, so there is no harm in having this be consistent.
2020-12-21 00:00:48 +01:00
Stefano Ragni
f2a1ec6557 foot: update to 1.6.0 2020-12-20 19:57:15 -03:00
Jan Christian Grünhage
26e2760342 onefetch: update to 2.8.0. 2020-12-20 19:50:33 -03:00
Roberto Ricci
20e1b439ac sigil: update to 1.4.3 2020-12-20 19:49:14 -03:00
Jan Christian Grünhage
9c4650145f comrak: update to 0.9.0. 2020-12-20 19:48:48 -03:00
Jan Christian Grünhage
a03e24b7cb cargo-about: update to 0.2.3. 2020-12-20 19:47:44 -03:00
Jan Christian Grünhage
f912d33d9e topgrade: update to 6.1.0. 2020-12-20 19:47:06 -03:00
Leah Neukirchen
bebdb338cc netdata: update to 1.28.0. 2020-12-20 23:45:45 +01:00
Leah Neukirchen
48a2eb01d4 pax-utils: update to 1.2.8. 2020-12-20 23:45:45 +01:00
Leah Neukirchen
8d9bf502ac open-iscsi: update to 2.1.3. 2020-12-20 23:45:45 +01:00
Leah Neukirchen
bdeee5c7ee pax-utils: update to 1.2.7. 2020-12-20 23:45:45 +01:00
Érico Rolim
dbc2e9b532 geda: remove -L/lib workaround.
Now part of cross-cc wrapper.
2020-12-20 19:43:35 -03:00
Érico Rolim
811f311dd2 common/wrappers/cross-cc: catch -L/lib in args.
Issue spotted while building geda.
2020-12-20 19:43:35 -03:00
q66
720f2c1c52 guile: unbork ppc 2020-12-20 23:16:50 +01:00
logen
335a5b37de apvlv: update to 0.2.0 2020-12-20 18:41:33 -03:00
Érico Rolim
06a99096ea geda: fix cross builds. 2020-12-20 18:30:04 -03:00