Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-07 | user/fluxbox: Pull in GCC patch from upstream | A. Wilcox | 2 | -3/+31 | |
2024-08-07 | user/{mozilla}: Add GCC 13 compatibility to gfx | A. Wilcox | 4 | -3/+27 | |
2024-08-07 | user/mariadb: Add patch for build on GCC 13 | A. Wilcox | 2 | -1/+15 | |
2024-08-07 | user/digikam: Fix issue with GCC C++ STL | A. Wilcox | 2 | -2/+16 | |
2024-08-07 | 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-08-07 | 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-08-07 | user/freeglut: Update to 3.2.2 for GCC 10+ | A. Wilcox | 1 | -4/+4 | |
2024-08-07 | 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-08-07 | user/dhcpcd: Update to 9.5.2 | A. Wilcox | 1 | -3/+3 | |
Security fixes and new download URL. | |||||
2024-08-07 | 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-08-07 | user/vte: Fix build on modern GCC | Síle Ekaterin Liszka | 2 | -2/+49 | |
2024-08-07 | user/libgphoto2: Add hidden libxml2-dev dep | A. Wilcox | 1 | -2/+2 | |
2024-08-07 | user/libnih: Fix for GCC -fno-common | A. Wilcox | 2 | -2/+19 | |
2024-08-07 | user/libplist: Serialise test suite | A. Wilcox | 1 | -1/+2 | |
Closes: #1175 | |||||
2024-08-07 | user/qca: Update for GCC 11+ | A. Wilcox | 3 | -3/+111 | |
2024-08-07 | user/openal-soft: Update to 1.23.1 for GCC 10+ | A. Wilcox | 1 | -4/+4 | |
2024-08-07 | 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-08-07 | user/menu-cache: Integrate upstream GCC 10+ patch | A. Wilcox | 2 | -3/+109 | |
2024-08-07 | user/xorg-server: Update for GCC 12+ compat | A. Wilcox | 3 | -2/+165 | |
2024-08-07 | user/qt5-qtbase: Don't use deprecated egrep | A. Wilcox | 1 | -1/+1 | |
2024-08-07 | 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-08-07 | 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-08-07 | user/akonadi-search: Disable PGSQL tests as well | A. Wilcox | 1 | -1/+1 | |
2024-08-07 | 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-08-07 | 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. | |||||
2024-08-07 | user/swig: Update to 4.2.1 | A. Wilcox | 2 | -32/+6 | |
Needed for GCC 13 support, since the generated C++ code was not amenable to GCC 13 in its prior state. 4.1.1 is the last version to support PHP 7, so I stopped there until we are able to land PHP 8. Closes: #1213 | |||||
2024-08-07 | user/glm: Workaround for GCC 13 | A. Wilcox | 1 | -10/+10 | |
There is a compiler bug on PowerPC 64 that is being investigated. Ref: #1170 | |||||
2024-08-04 | user/{kaffeine,phonon-vlc}: relbump for vlc rebuild. | Zach van Rijn | 2 | -2/+2 | |
2024-08-04 | user/vlc: Disable AltiVec on 32-bit PowerPC | A. Wilcox | 1 | -1/+2 | |
VLC was automatically enabling AltiVec on 32-bit PPC builds despite not requesting it on the ./configure line. This wasn't evident until GCC 13 enforced the AltiVec ABI switch for vec_* primitive calls. Closes: #1059, #1237 | |||||
2024-06-11 | user/open-vm-tools: add time64 patch. fixes #1210. | Zach van Rijn | 2 | -1/+61 | |
2024-06-10 | user/xmlsec: bump { 1.3.3 --> 1.3.4 }. switch upstream. fixes #1209. | Zach van Rijn | 1 | -3/+3 | |
2024-06-10 | user/lynx: upgrade to 2.9.2 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/libxfce4ui: upgrade to 4.18.6 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/icewm: upgrade to 3.5.0 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/gucharmap: upgrade to 15.1.5 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/aspell-dict-da: upgrade to 4.3 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/apache-httpd: upgrade to 2.4.59 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/gvim: upgrade to 9.1.0378 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-07 | Skaware.20240531 | Laurent Bercot | 4 | -14/+18 | |
2024-05-22 | user/open-vm-tools: New package | A. Wilcox | 15 | -0/+532 | |
2024-05-22 | user/fuse3: Update to 3.16.2 | A. Wilcox | 1 | -3/+3 | |
2024-05-04 | user/nano: bump { 5.8 --> 8.0 }. | Zach van Rijn | 1 | -3/+3 | |
2024-04-27 | user/apaste: align packaging with Adélie style | Laurent Bercot | 4 | -20/+18 | |
2024-04-26 | user/horizon: Fix for horizon#376 | A. Wilcox | 2 | -3/+81 | |
2024-04-26 | user/diskdev_cmds: Install hfsbootdata file | A. Wilcox | 1 | -3/+8 | |
This file is required to create bootable HFS+ partitions, which is needed by Horizon. Fixes: 9e44b83b0c49 ("user/diskdev_cmds: add 1985 Apple C code...") Closes: horizon#392 | |||||
2024-04-25 | user/grub: Fix dependencies on PowerPC targets | A. Wilcox | 1 | -2/+2 | |
The variable is $CTARGET_ARCH, not $CTARGETARCH. Reported numerously on IRC and Telegram, but not in GitLab. | |||||
2024-04-25 | user/elogind: add required changes from skaware cleanup. | Zach van Rijn | 1 | -2/+2 | |
2024-04-25 | user/tipidee: clean up compiled db on deinstall | Laurent Bercot | 2 | -0/+4 | |
2024-04-25 | user/tipidee: fix default logdir permissions | Laurent Bercot | 1 | -1/+1 | |
2024-04-25 | user/tipidee: improve APKBUILD, fix packaging nits | Laurent Bercot | 4 | -16/+17 | |