summaryrefslogtreecommitdiff
path: root/user
AgeCommit message (Collapse)AuthorFilesLines
2019-12-28user/[random libraries]: fix syntax, moderniseA. Wilcox13-52/+24
2019-12-28user/libcdio-paranoia: bump to 10.2+2.0.1, POSIX-ise, remove old depsA. Wilcox1-12/+5
2019-12-28user/gst-plugins-base: Bump to 1.16.2A. Wilcox1-2/+2
2019-12-28user/{libtheora,pciutils,sdl}: modernise/fix syntaxA. Wilcox3-9/+5
2019-12-28user/alsa-utils: bump to 1.2.1A. Wilcox1-3/+3
2019-12-28user/alsa-lib: Bump to 1.2.1.2, use kernel headersA. Wilcox2-15/+14
This removes the bundled headers from the source tree, forcing alsa-lib to compile against the kernel's headers. This should allow correct time64 operation on 32-bit systems.
2019-12-28user/dialog: Bump to 1.3.20191210A. Wilcox1-2/+2
2019-12-28user/wireguard-module: Initial support for module signingA. Wilcox1-0/+5
2019-12-28user/poppler-qt5: Bump to 0.83.0 with user/popplerA. Wilcox1-4/+4
2019-12-28user/orc: Bump to 0.4.31, drop merged PPC patchA. Wilcox2-996/+4
2019-12-28user/gstreamer: Bump to 1.16.2A. Wilcox1-3/+2
2019-12-28user/[multimedia libs]: fix syntax and moderniseA. Wilcox7-31/+14
2019-12-28user/wireguard-module: Update for 5.4.5-rc0A. Wilcox3-69/+2
Removes the power8 specialty kernels, since we no longer need them with 5.4.
2019-12-28user/wireguard-*: bump to 20191226 and account for repo changesJason A. Donenfeld4-30/+29
Upstream split the monolithic WireGuard repo into wireguard-linux-compat and wireguard-tools. This mostly just requires changing the URL, but in one case, we move the patch creation subpackage from wireguard-tools to wireguard-module, since that's where those scripts actually exist.
2019-12-27user/various libraries: modernise / fix syntaxA. Wilcox7-36/+12
2019-12-27user/[KDE Frameworks]: Bump (some) to 5.65.0A. Wilcox39-263/+142
The frameworks here have been built and tested on ppc64. The ones not here have dependencies that need to be worked on or bumped.
2019-12-27user/qt5: Bump to 5.12.6 LTSA. Wilcox24-572/+263
This updates Qt 5 to the latest LTS release available. Notable changes: * The infamous clipboard bug (upstream QTBUG-65145; Gerrit 254187) is fixed! * Qt Declarative's "V4 JIT" is disabled globally on pmmx. It is no longer (easily) possible to turn off the JIT selectively based on CPU capability. * Qt Script builds correctly on GCC 8 now. This does not include: * Build testing of Qt Multimedia (yet); this depends on the time64-isation of the alsa-lib package (at least). * Build testing of Qt Speech (yet); speech-dispatcher also deps on alsa-lib indirectly. * Qt WebKit 5.212. This will be committed later.
2019-12-26user/py3*: modernise, fix syntaxA. Wilcox15-41/+15
2019-12-26user/jasper: moderniseA. Wilcox1-13/+9
2019-12-26user/py3-openssl: bump to 19.1.0, fix syntaxA. Wilcox1-5/+2
2019-12-26user/py3-asn1crypto: bump to 1.2.0, fix syntaxA. Wilcox1-6/+2
2019-12-26user/py3-certifi: bump to 2019.11.28, fix syntaxA. Wilcox1-4/+3
2019-12-26user/py3-chardet: enable testing since we have hypothesis nowA. Wilcox2-6/+34
2019-12-26user/py3-python-dateutil: fix testing on newer PyTest versionsA. Wilcox1-4/+4
2019-12-26user/py3-hypothesis: bump to 4.56.3A. Wilcox1-4/+4
2019-12-26user/py3-sortedcontainers: here we are now, in containersA. Wilcox1-0/+34
Required for py3-hypothesis bump.
2019-12-26user/py3-pillow: bump to 6.2.1A. Wilcox1-2/+2
2019-12-26user/py3-jinja2: bump to 2.10.3A. Wilcox1-3/+3
2019-12-26user/graphviz: Re-add language bindingsA. Wilcox1-7/+25
2019-12-25user/*: Fix metadataA. Wilcox42-162/+73
2019-12-25user/graphviz: bump to 2.42.3A. Wilcox1-16/+6
2019-12-25user/libwacom: bump to 1.2A. Wilcox3-42/+35
2019-12-25user/fribidi: bump to 1.0.8A. Wilcox1-2/+2
2019-12-25user/shared-mime-info: bump to 1.15A. Wilcox1-3/+3
2019-12-25user/harfbuzz: bump to 2.6.4A. Wilcox1-2/+2
2019-12-25user/poppler: bump to 0.83.0A. Wilcox1-2/+2
2019-12-25user/libev: bump to 4.31A. Wilcox1-4/+2
2019-12-25user/gnutls: bump to 3.6.11.1A. Wilcox1-3/+2
2019-12-25user/swig: bump to 4.0.1A. Wilcox1-10/+7
2019-12-25user/unbound: bump to 1.9.6A. Wilcox1-2/+2
2019-12-25user/boost: bump to 1.72.0A. Wilcox1-11/+6
2019-12-25user/libtasn1: bump to 4.15.0A. Wilcox1-7/+4
2019-12-25user/libjpeg-turbo: add missing CMake dependency declarationA. Wilcox1-1/+1
2019-12-25user/mesa: bump to 19.3.1 - complete overhaulA. Wilcox4-298/+63
* Supports VA API, XvMC * Vulkan support enabled * Uses 'megadrivers' for significant install-size decrease * Supports many more drivers on ARM machines * Uses Meson instead of autotools
2019-12-24user/libva: use release tarball, don't require MesaA. Wilcox1-9/+3
2019-12-24user/libdrm: enable more thingies on ARMA. Wilcox1-3/+9
2019-12-24user/py3-pluggy: bump to 0.13.1A. Wilcox1-3/+3
2019-12-24user/py3-importlib_metadata: bump to 1.3.0A. Wilcox2-23/+3
2019-12-24user/py3-packaging: bump to 19.2A. Wilcox1-2/+2
2019-12-24user/py3-more-itertools: bump to 8.0.2A. Wilcox1-2/+2