Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-11 | user/xapian-core: Update to 1.4.25 | A. Wilcox | 2 | -4/+20 | |
Finally fixed the test suite, too! | |||||
2024-06-11 | user/liborcus: Update to 0.19.2 | A. Wilcox | 1 | -9/+5 | |
Needed for GCC compat. Also needed for new mdds. Use upstream dist tarball, ala mdds and libixion. | |||||
2024-06-11 | user/libixion: Update to 0.19.0 | A. Wilcox | 1 | -7/+5 | |
Use upstream dist tarball, ala mdds. Update needed for new mdds. | |||||
2024-06-11 | user/libetonyek: Update for new mdds | A. Wilcox | 1 | -3/+3 | |
2024-06-11 | user/mdds: Update to 2.1.1 | A. Wilcox | 1 | -5/+5 | |
Use upstream dist tarballs so we don't have to autogen. | |||||
2024-06-11 | user/openttd: Update download URL | A. Wilcox | 1 | -1/+1 | |
2024-06-11 | user/seatd: Update to 0.8.0 and improve | A. Wilcox | 1 | -10/+9 | |
* Add test suite. * Use meson commands instead of hardcoding ninja (hoping samu someday). * Add scdoc dep and build docs. | |||||
2024-06-11 | user/libmspub: Integrate upstream patch for <cstdint> | A. Wilcox | 2 | -3/+16 | |
2024-06-11 | user/liblbxutil: Patch for -fno-common | A. Wilcox | 2 | -3/+24 | |
No upstream any more, so not submitted. | |||||
2024-06-11 | user/libgnt: Update to 2.14.3 and patch | A. Wilcox | 2 | -4/+68 | |
Upstream has an unreleased 2.14.4 with this patch, that fixes an attempted access on an internal ncurses struct. | |||||
2024-06-11 | user/libpfm: Update to 4.13.0 | A. Wilcox | 1 | -3/+3 | |
* New CPUs supported, including Zen3/4 and Power10. * Fix for GCC build. | |||||
2024-06-11 | user/xf86-video-openchrome: Use -fcommon | A. Wilcox | 1 | -0/+1 | |
Yeah, it's not clean, but this is a very crusty codebase. | |||||
2024-06-11 | user/xf86-video-vmware: Update to 13.4.0 | A. Wilcox | 1 | -7/+4 | |
2024-06-11 | user/xf86-video-ati: Update to 22.0.0 | A. Wilcox | 2 | -84/+4 | |
2024-06-11 | user/xf86-video-amdgpu: Update to 23.0.0 | A. Wilcox | 1 | -3/+3 | |
2024-06-11 | user/olm: [CVE] Update to 3.2.16 | A. Wilcox | 1 | -2/+2 | |
2024-06-11 | user/yubikey-personalization: Patches | A. Wilcox | 4 | -2/+266 | |
* Update for GCC 10 compatibility. * Memory safety issues. | |||||
2024-06-11 | user/x11vnc: Integrate upstream GCC 10 patch | A. Wilcox | 2 | -3/+47 | |
2024-06-11 | user/i3lock: Update to 2.15 | A. Wilcox | 1 | -22/+7 | |
* New build system based on Meson. * We have a proper 'login' PAM config, so we don't need that sed. * Security update (don't show Shift indicator). | |||||
2024-06-11 | user/htop: Update to 3.3.0 | A. Wilcox | 3 | -99/+6 | |
* New upstream URL and source. * Remove patches that were integrated upstream. | |||||
2024-06-11 | user/horizon: Temporary workaround for JSON compat | A. Wilcox | 1 | -1/+1 | |
2024-06-11 | user/grfcodec: Update to 6.1.0 | A. Wilcox | 2 | -26/+16 | |
PowerPC fixes upstream, and compatibility with newer GCC. | |||||
2024-06-11 | user/rttr: Bring upstream patches in for newer C++ | A. Wilcox | 6 | -3/+359 | |
Also, change the warnings we disable to ensure it builds with GCC 13. Also, replaces '-Werror' with '-Wextra' for more verbosity without causing the build to fail. Closes: #1196 | |||||
2024-06-11 | user/vlc: Update to 3.0.20 | A. Wilcox | 1 | -3/+3 | |
Security fixes and GCC 13 compat. | |||||
2024-06-11 | user/gdbm: Update to 1.23 | A. Wilcox | 1 | -2/+2 | |
Many improvements, including support for newer GCC releases. | |||||
2024-06-11 | user/fluxbox: Pull in GCC patch from upstream | A. Wilcox | 2 | -3/+31 | |
2024-06-11 | user/{mozilla}: Add GCC 13 compatibility to gfx | A. Wilcox | 4 | -3/+27 | |
2024-06-11 | user/mariadb: Add patch for build on GCC 13 | A. Wilcox | 2 | -1/+15 | |
2024-06-11 | user/digikam: Fix issue with GCC C++ STL | A. Wilcox | 2 | -2/+16 | |
2024-06-11 | user/sane: Update to 1.3.1 for GCC + other fixes | A. Wilcox | 5 | -43/+16 | |
Also, they have dropped the SANE Exception from the genesys backend's license. Everything is GPL-2.0+ or Public-Domain now. Closes: #1186 | |||||
2024-06-11 | user/opencv: Fix GCC 10+ compile issue | A. Wilcox | 2 | -3/+18 | |
We have to patch after CMake because it's in the 3rdparty zip. | |||||
2024-06-11 | user/freeglut: Update to 3.2.2 for GCC 10+ | A. Wilcox | 1 | -4/+4 | |
2024-06-11 | user/readstat: Update to 1.1.9 and fix issues | A. Wilcox | 4 | -3/+149 | |
1.1.9 includes many big-endian fixes and other improvements. * Fix use-after-free found after 1.1.9 release that causes GCC to error. * Fix buffer overflow that might cause a crash. * Fix two more big endian issues. | |||||
2024-06-11 | user/dhcpcd: Update to 9.5.2 | A. Wilcox | 1 | -3/+3 | |
Security fixes and new download URL. | |||||
2024-06-11 | user/cups-filters: Update to 1.28.16 | A. Wilcox | 1 | -6/+6 | |
Upstream has dropped the font requirement from runtime deps, so we do the same in our packaging. Fixes for GCC, but also fixes various printing issues and NULL derefs. | |||||
2024-06-11 | user/vte: Fix build on modern GCC | Síle Ekaterin Liszka | 2 | -2/+49 | |
2024-06-11 | user/libgphoto2: Add hidden libxml2-dev dep | A. Wilcox | 1 | -2/+2 | |
2024-06-11 | user/libnih: Fix for GCC -fno-common | A. Wilcox | 2 | -2/+19 | |
2024-06-11 | user/libplist: Serialise test suite | A. Wilcox | 1 | -1/+2 | |
Closes: #1175 | |||||
2024-06-11 | user/qca: Update for GCC 11+ | A. Wilcox | 3 | -3/+111 | |
2024-06-11 | user/openal-soft: Update to 1.23.1 for GCC 10+ | A. Wilcox | 1 | -4/+4 | |
2024-06-11 | user/awesome: Backport GCC 10+ patch from upstream | A. Wilcox | 2 | -4/+243 | |
There was a difference in the context due to other upstream changes, but it was simple to change the patch to apply anyway. I didn't want to start poking with signal argument changes.. | |||||
2024-06-11 | user/menu-cache: Integrate upstream GCC 10+ patch | A. Wilcox | 2 | -3/+109 | |
2024-06-11 | user/xorg-server: Update for GCC 12+ compat | A. Wilcox | 3 | -2/+165 | |
2024-06-11 | user/qt5-qtbase: Don't use deprecated egrep | A. Wilcox | 1 | -1/+1 | |
2024-06-11 | user/v4l-utils: Update to 1.26.1 | A. Wilcox | 6 | -154/+15 | |
* Convert to Meson build system. * Use upstream provided .desktop/icon files. * Add qvidcap to qv4l2 package and auto-install when v4l-utils and Qt5::X11 are installed. * Remove patches which have all been applied to upstream. | |||||
2024-06-11 | user/qt5-qtwebkit: Patch missing header | A. Wilcox | 2 | -1/+14 | |
GCC 13 C++ STL doesn't bring in <cstdint>, needed by ANGLE for uint32_t. | |||||
2024-06-11 | user/akonadi-search: Disable PGSQL tests as well | A. Wilcox | 1 | -1/+1 | |
2024-06-11 | user/volume_key: Fix build against Python 3 | A. Wilcox | 1 | -2/+4 | |
If the build environment has a /usr/bin/python, the build system believes it is Python 2. Ensure that does not happen. | |||||
2024-06-11 | user/bash-completion: Workaround for GCC 13 | A. Wilcox | 2 | -1/+25 | |
Non-x86 arches don't have -march= or -mtune=generic. This has been reported upstream. |