Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-25 | user/mesa: bump to 19.3.1 - complete overhaul | A. Wilcox | 4 | -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-24 | user/libva: use release tarball, don't require Mesa | A. Wilcox | 1 | -9/+3 | |
2019-12-24 | user/libdrm: enable more thingies on ARM | A. Wilcox | 1 | -3/+9 | |
2019-12-24 | user/py3-pluggy: bump to 0.13.1 | A. Wilcox | 1 | -3/+3 | |
2019-12-24 | user/py3-importlib_metadata: bump to 1.3.0 | A. Wilcox | 2 | -23/+3 | |
2019-12-24 | user/py3-packaging: bump to 19.2 | A. Wilcox | 1 | -2/+2 | |
2019-12-24 | user/py3-more-itertools: bump to 8.0.2 | A. Wilcox | 1 | -2/+2 | |
2019-12-24 | user/py3-attrs: bump to 19.3.0 | A. Wilcox | 1 | -2/+2 | |
2019-12-24 | user/py3-pbr: Bump to 5.4.4 | A. Wilcox | 1 | -2/+2 | |
2019-12-24 | user/libXvMC: install header again | A. Wilcox | 1 | -4/+1 | |
xorgproto has been bumped to 2019.2, so there is no more conflict. | |||||
2019-12-24 | user/libvdpau: change download URL because ~fd.o~ | A. Wilcox | 1 | -2/+2 | |
They keep moving tarballs around. Let's just use GitLab archives. | |||||
2019-12-23 | user/pixman: modernise, add PNG support | A. Wilcox | 1 | -1/+2 | |
2019-12-23 | user/fontconfig: modernise, remove empty -doc | A. Wilcox | 1 | -6/+1 | |
This only contained the (standard) license. | |||||
2019-12-23 | user/libpng: modernise | A. Wilcox | 1 | -7/+0 | |
abuild will remove libtool files automatically since forever ago, so we don't need to manually remove *.la files any more. | |||||
2019-12-23 | user/glib: bump to 2.62.4 | A. Wilcox | 1 | -4/+4 | |
Also enable GIO D-Bus support, which should solve some weird issues. | |||||
2019-12-23 | user/libxpm: bump to 3.5.13 | A. Wilcox | 1 | -7/+3 | |
2019-12-23 | user/libxkbcommon: bump to 0.9.1 | A. Wilcox | 1 | -18/+13 | |
* Uses Meson build system now * Forces documentation so we get a -doc package now * Disable Wayland support (it was never enabled, but explicitly disable it since it is default-on now) | |||||
2019-12-23 | user/xkeyboard-config: add dependency on xsltproc | A. Wilcox | 1 | -1/+1 | |
This is required for building man pages; without it, -doc is empty. | |||||
2019-12-23 | user/intltool,xkbcomp: Minor syntax fixes | A. Wilcox | 2 | -6/+1 | |
2019-12-23 | user/meson: bump to 0.52.1 | A. Wilcox | 1 | -2/+2 | |
2019-12-23 | user/gtest: bump to 1.10.0 | A. Wilcox | 1 | -5/+3 | |
2019-12-23 | user/*: More syntax fixes | A. Wilcox | 5 | -24/+7 | |
2019-12-23 | user/libexecinfo: move to system/ repository | A. Wilcox | 4 | -5/+1 | |
This is required by CMake 3.15+; the dependency wasn't noticed because a full distro rebuild hasn't been done since before the CMake bump. | |||||
2019-12-23 | user/re2c: bump to 1.3 | A. Wilcox | 1 | -2/+4 | |
2019-12-23 | user/X11 libs: More minor syntax fixes | A. Wilcox | 3 | -9/+1 | |
2019-12-23 | user/xorgproto: Fix installation conflicts | A. Wilcox | 1 | -0/+4 | |
Since we --enable-legacy, xorgproto "helpfully" installs headers which are now provided by newer releases of upstream libraries. We need to remove these so that libx11/libxvmc and xorgproto may be installed at the same time. | |||||
2019-12-23 | user/X11 stuff: minor fixes | A. Wilcox | 5 | -19/+49 | |
Ensure modern syntax, don't install COPYING for typical licenses, etc. For libxcb, ensure test suite works with new version of system/check. Upstreamed at: https://gitlab.freedesktop.org/xorg/lib/libxcb/merge_requests/6 | |||||
2019-12-23 | system/strace: fix IPC_64 issue properly | A. Wilcox | 2 | -89/+4 | |
See: https://www.openwall.com/lists/musl/2019/10/29/7 Suggested-by: Rich Felker <dalias@aerifal.cx> Fixes: 7d8bef13b311 ("system/strace: fix build on time64") | |||||
2019-12-23 | system/strace: fix build on time64 | A. Wilcox | 2 | -0/+89 | |
2019-12-23 | system/musl: bump to 1.2.0_alpha3 | A. Wilcox | 2 | -34/+2 | |
2019-12-23 | system/fcron: explicitly specify sendmail location | A. Wilcox | 1 | -0/+1 | |
2019-12-23 | system/strace: bump to 5.4, remove unnecessary PPC patch | A. Wilcox | 2 | -23/+2 | |
2019-12-23 | system/gcc: fix Go on 32-bit machines with 64-bit time_t | A. Wilcox | 2 | -0/+21 | |
2019-12-22 | system/psmisc: remove unneeded PPC patch | A. Wilcox | 2 | -27/+1 | |
2019-12-22 | system/lutok: use the proper .pc file | A. Wilcox | 1 | -2/+2 | |
2019-12-22 | system/lua5.3: fix shell syntax error | A. Wilcox | 1 | -4/+2 | |
2019-12-22 | system/cvs: add depressingly sad and feeble patch to force time64 build | A. Wilcox | 2 | -1/+21 | |
2019-12-22 | system/patch: add autotools to checkdependencies | A. Wilcox | 1 | -1/+1 | |
Yes, really. The test suite is what needs automake/autoconf. The rest of the build works without it and if you want to avoid autotools (for a minimal build or such), you can disable check. | |||||
2019-12-22 | system/nvi: add dependency on db-dev | A. Wilcox | 1 | -1/+1 | |
2019-12-22 | system/{easy-kernel,musl}: fix struct iphdr UAPI thing | A. Wilcox | 4 | -1/+82 | |
2019-12-22 | system/mdevd: update checksum | A. Wilcox | 1 | -1/+1 | |
2019-12-22 | system/kbd: add libtool dep | A. Wilcox | 1 | -1/+1 | |
2019-12-22 | system/git: fix secfixes comment | A. Wilcox | 1 | -1/+1 | |
2019-12-22 | Merge branch 'sysv.git.cve' into 'master' | A. Wilcox | 1 | -2/+12 | |
secbump git to 2.24.1 See merge request adelie/packages!380 | |||||
2019-12-22 | system/at: fix build on ARMv7 | A. Wilcox | 1 | -0/+1 | |
2019-12-22 | system/easy-kernel: return kernel.h hack for gcc-go and others | A. Wilcox | 2 | -1/+22 | |
2019-12-22 | system/libedit: add libtool dep | A. Wilcox | 1 | -1/+1 | |
2019-12-21 | system/file: declare build-time dep on libtool | A. Wilcox | 1 | -1/+1 | |
2019-12-21 | system/git: [cve] bump to 2.24.1 | Molly Miller | 1 | -2/+12 | |
2019-12-21 | system/icu: declare test dep on Python 3 | A. Wilcox | 1 | -1/+1 | |