summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-02-09upgpkg: 2.1.11-3: Disable link functionality to remove SFML dependencySven-Hendrik Haase
See also https://github.com/visualboyadvance-m/visualboyadvance-m/issues/1390
2024-10-13install configuration files in /etcThomas Eberhardt
Added for consistency in the wx-variant in case it will sometimes install configuration files in /etc.
2024-10-03upgpkg: 2.1.11-2: x265 rebuildT.J. Townsend
2024-09-15upgpkg: 2.1.11-1: update to 2.1.11T.J. Townsend
2024-09-09upgpkg: 2.1.10-2: fix gtest conflictT.J. Townsend
Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/vbam/-/issues/2
2024-09-09upgpkg: 2.1.10-1T.J. Townsend
2024-07-04add nvcheckerT.J. Townsend
2024-05-22ffmpeg rebuildMaxime Gauduin
2024-05-01upgpkg: 2.1.9-2: rebuild with -D_FORTIFY_SOURCE=3T.J. Townsend
2024-03-13add checksumT.J. Townsend
2024-02-04update homepage urlT.J. Townsend
Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/vbam/-/issues/1
2024-02-03upgpkg: 2.1.9-1: update to 2.1.9T.J. Townsend
2023-12-13upgpkg: 2.1.8-1T.J. Townsend
2023-10-24fix depsMaxime Gauduin
2023-09-11upgpkg: 2.1.7-1: update to 2.1.7T.J. Townsend
2023-07-09upgpkg: 2.1.6-1: update to 2.1.6T.J. Townsend
2023-06-30upgpkg: 2.1.5.r109.79061810-2: rebuild to add sfml dependsT.J. Townsend
2023-06-23upgpkg: 2.1.5.r109.79061810-1: temporarily build from git masterT.J. Townsend
the current release no longer builds with what we have in the repo, so just use git master (which works fine) until the next release.
2023-03-04FFmpeg 6 rebuildAntonio Rojas
2023-01-21minor cleanupT.J. Townsend
- add maintainer line - use _pkgname variable for longer name - comment out pkgver() since we're using a release - add git rev-parse comment - add -Wno-dev cmake flag - drop unused ffmpeg patch
2022-12-28upgpkg: 2.1.5-1T.J. Townsend
2022-10-24upgpkg: 2.1.4.r637.ea2a929f-1Maxime Gauduin
2022-08-23upgpkg: 2.1.4.r573.7f1d49d3-1Maxime Gauduin
2022-08-18upgpkg: 2.1.4.r568.639003a8-1Maxime Gauduin
2022-07-08wxWidgets 3.2 rebuildAntonio Rojas
2022-07-08wxWidgets 3.2 rebuildAntonio Rojas
2022-03-12Unbundle doctest, fixes build with glibc 2.34Antonio Rojas
2022-01-30upgpkg: 2.1.4.r453.65b5affe-1Maxime Gauduin
2020-09-13fix FS#67194Frederik Schwan
2020-07-07reproducibility rebuildFelix Yan
2019-10-06upgpkg: 2.1.4-1Maxime Gauduin
2019-04-23upgpkg: 2.1.3-1Maxime Gauduin
2019-04-07upgpkg: 2.1.2-1Maxime Gauduin
2019-03-31Rebuild to fix missing packageAntonio Rojas
2019-03-25wxgtk 3.1.2 rebuild: vbam 2.1.1-2Maxime Gauduin
2019-03-03upgpkg: 2.1.1-1Maxime Gauduin
2018-08-02FS#59479: vbam 2.1.0-2Maxime Gauduin
2018-07-02upgpkg: 2.1.0-1Maxime Gauduin
2018-05-09upgpkg: 2.0.2-4Sven-Hendrik Haase
2018-05-09upgpkg: 2.0.2-3Sven-Hendrik Haase
2018-04-23upgpkg: 2.0.2-2Maxime Gauduin
2018-03-29upgpkg: 2.0.2-1Maxime Gauduin
2017-12-31upgpkg: 2.0.1-1Maxime Gauduin
2017-11-15Remove i686 from arch=()Evangelos Foutras
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
2017-07-03Rebuild with wxgtk3Balló György
2016-10-23upgpkg: 2.0.0b2-2Maxime Gauduin
2016-02-21upgpkg: 2.0.0b2-1Maxime Gauduin
2016-02-16upgpkg: 2.0.0b1-3Maxime Gauduin
2015-12-07C++11 ABI rebuildAntonio Rojas
2015-12-07Fix build on i686Evangelos Foutras