summaryrefslogtreecommitdiff
path: root/user
AgeCommit message (Collapse)AuthorFilesLines
2019-12-28user/kconfigwidgets: Bump to 5.65.0, fix issues:A. Wilcox2-728/+6
* Remove languagename patch, which backported a 5.57.0 feature to 5.54.0. * Correctly escape newline in CMake invocation.
2019-12-28user/kauth: Bump to 5.65.0, remove upstream CVE patchA. Wilcox2-75/+5
2019-12-28user/polkit-qt-1: Fix CMake invocationA. Wilcox1-2/+1
2019-12-28user/flite: moderniseA. Wilcox1-3/+0
2019-12-28user/knotifications: Bump to 5.65.0, add Qt Text-to-Speech supportA. Wilcox1-7/+4
2019-12-28user/speech-dispatcher: declare libtool dependencyA. Wilcox1-1/+2
2019-12-28user/dotconf: Fix multiple issuesA. Wilcox1-6/+2
* distfiles.gentoo.org does not support HTTPS any more. * Split -doc before -dev so that example .c files aren't considered -dev. * Modernise / fix syntax.
2019-12-28user/phonon: Fix a few issuesA. Wilcox3-42/+7
* Remove patches for building against older Qt * Split locale files * Remove old CMake options that upstream no longer supports
2019-12-28user/sdl2: Use CMake instead of autotoolsA. Wilcox1-18/+14
The SDL 2 build system does not support dash-binsh when using the autotools build system: ./configure: 1: ./configure: objects: not found ./configure: 1: ./configure: objects: not found ./configure: 1: ./configure: objects: not found ./configure: 1: ./configure: objects: not found ./configure: 1: ./configure: objects: not found ./configure: 1: ./configure: objects: not found ./configure: 1: ./configure: objects: not found ./configure: 1: ./configure: objects: not found make: *** No rule to make target 'build/SDL.lo', needed by 'build/libSDL2.la'. Stop. Even when forcing shell to bash and running configure under bash, libtool fails to work: ./libtool: 1569: ./libtool: preserve_args+= --quiet: not found The CMake build system works with dash-binsh, so let's just use that.
2019-12-28user/pulseaudio: Remove config option that is removed upstreamA. Wilcox1-2/+1
2019-12-28user/consolekit2: modernise, drop years-old provides/replacesA. Wilcox1-7/+2
2019-12-28user/xorg-server: Bump to 1.20.6A. Wilcox3-21/+12
2019-12-28user/[X11 stuff]: modernise and fix syntaxA. Wilcox9-28/+8
2019-12-28user/font-misc-misc: drop old mkfontdir depA. Wilcox1-7/+3
2019-12-28user/font-cursor-misc: mkfontdir -> mkfontscaleA. Wilcox1-6/+2
2019-12-28user/[libraries]: modernise and fix syntaxA. Wilcox4-17/+5
2019-12-28user/libical: Bump to 3.0.7A. Wilcox1-7/+3
2019-12-28user/gtk+3.0: Bump to 3.24.13A. Wilcox1-7/+4
2019-12-28user/libepoxy: Bump to 1.5.4A. Wilcox1-16/+6
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