summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-13Use wine-stable-monoMike Swanson
2024-01-19Update to 9.0Mike Swanson
Remove dependency on lib32-libgphoto2, notoriously difficult to build and causes problems with automated AUR helpers. I suppose some functionality will vanish for 32-bit camera management software, but such is life.
2023-12-23Update to 9.0rc3Mike Swanson
2023-12-20Update to 9.0rc2Mike Swanson
Bunch of dependencies added and removed, too.
2023-07-20Update to 8.0.2Mike Swanson
2023-05-01Backport update to wine-gecko 2.47.4Mike Swanson
2023-04-21Update to 8.0.1Mike Swanson
2023-01-24Remove vkd3d, ldap, openal dependenciesMike Swanson
Wine bundles vkd3d and ldap, and OpenAL is no longer used
2023-01-24Change “wine-stable-next” references to “wine-stable”Mike Swanson
2023-01-24Update to 8.0Mike Swanson
2023-01-20Update to 8.0rc5Mike Swanson
2023-01-13Update to 8.0rc4Mike Swanson
2023-01-07Update to 8.0rc3Mike Swanson
2022-12-21Update to 8.0rc2Mike Swanson
2022-12-11Update to 8.0rc1Mike Swanson
2022-11-09Update to 7.0.1Mike Swanson
2022-10-10Move CFLAGS/LDFLAGS assignment to build()Mike Swanson
No compilation happens in prepare(), so it makes more logical sense to be in build(). It also happens to fix AUR managers like yay that will execute “makepkg -o” and “makepkg -e --noprepare” independently.
2022-01-22Disable lto in building WineMike Swanson
Not default in Arch Linux, but if it happens to be enabled, the compile fails.
2022-01-18Remove unnecessary dependencies (thanks @MarsSeed)Mike Swanson
Wine 7.0 includes these libraries in-tree and built as PE libraries rather than depending on Linux libraries for the functionality.
2022-01-18Update to 7.0Mike Swanson
2022-01-18Merge remote-tracking branch 'next/master'Mike Swanson
2022-01-15Update to 7.0rc6Mike Swanson
2022-01-07Repair building with current the libldap 2.6 releaseMike Swanson
2022-01-07Update to 7.0rc5Mike Swanson
2022-01-03Update to 7.0rc4Mike Swanson
2021-12-28Update to 7.0rc3Mike Swanson
2021-12-17Update to 7.0rc2Mike Swanson
2021-12-14Update to 7.0-rc1Mike Swanson
wine-mono should be changed to wine-stable-mono when merged back into the regular wine-stable packaging. lib32-sane should be a dependency, but it doesn’t build with the AUR dependencies, so it’s a no-go.
2021-10-27Update to 6.0.2Mike Swanson
2021-06-20Backport GCC 11 fix from Wine master.Mike Swanson
2021-06-11Update to 6.0.1Mike Swanson
2021-01-14Update to 6.0Mike Swanson
2021-01-14Merge aur:wine-stable-nextMike Swanson
2021-01-09Update to 6.0rc6Mike Swanson
2021-01-02Update to 6.0rc5Mike Swanson
2020-12-26Update to 6.0rc4Mike Swanson
2020-12-25Include {lib32-,}gst-plugins-{base,good} as optdependsMike Swanson
Required for some games and applications to decode file formats such as MP3.
2020-12-19Remove the conflicts entry with itself.Mike Swanson
This is a holdover from wine-stable-next (and still used in that package) that was missed for over a year. :)
2020-12-19Update to 6.0rc3Mike Swanson
2020-12-12Update to 6.0rc2Mike Swanson
2020-12-07Update to 6.0rc1Mike Swanson
2020-11-15Update to 5.0.3Mike Swanson
2020-09-24Bring back mingw-w64-gcc as a makedepends, allows building PE filesMike Swanson
This improves compatibility with Windows software (especially DRM-ladden software). The dependency was previously removed as it lived only in the AUR for some time and automatic installation was not possible. It is in the main repository now and that problem is resolved. Effectively reverts 2020-01-22T08:12:24Z!mikeonthecomputer@gmail.com
2020-08-07Update to 5.0.2Mike Swanson
2020-06-04Update to 5.0.1: remove cherry-picked patchesMike Swanson
2020-05-24Cherry pick patches that allow building on GCC 10Mike Swanson
Hopefully all of these get rolled into Wine 5.0.1 whenever that lands.
2020-01-22Remove makedepends on mingw-w64-gcc againMike Swanson
Kae1zae6ai pointed out that automatic installation of the mingw-w64-gcc isn’t really possible (at least not with the present state of the PKGBUILDs; may be impossible), requiring manual intervention instead. This is certainly too much effort for people just wanting stable wine.
2020-01-21Update to 5.0Mike Swanson
Since the RCs: adds mingw-w64-gcc to makedepends, making sure that PE modules are built for this release.
2020-01-17Update to 5.0rc6Mike Swanson
2020-01-15Update to 5.0rc5Mike Swanson