Commit Graph

41 Commits

Author SHA1 Message Date
K900
86b1381d7b yuzu-ea: 4056 -> 4079 2024-01-22 10:44:15 +03:00
K900
44b5127020 yuzuPackages.mainline: 1676 -> 1689
Changelog: https://yuzu-emu.org/entry
2024-01-22 10:35:05 +03:00
K900
c7ad50e515 yuzuPackages.compat-list: unstable-2024-01-08 -> unstable-2024-01-21 2024-01-22 10:30:48 +03:00
K900
ff7d1ab2a5 yuzu: install udev rules 2024-01-11 10:36:21 +03:00
K900
ea5a3c8542 yuzuPackages: add update-all script 2024-01-10 11:00:40 +03:00
K900
9e18f45352 yuzuPackages.early-access: 4037 -> 4056 2024-01-10 11:00:40 +03:00
K900
779dc1e425 yuzuPackages.mainline: 1665 -> 1676
Changelog: https://yuzu-emu.org/entry
2024-01-10 10:49:52 +03:00
K900
b042a60acb yuzuPackages.compat-list: unstable-2023-12-28 -> unstable-2024-01-08 2024-01-10 10:46:13 +03:00
K900
619c4b605e yuzu: reorganize everything, use common updater scripts, actually update 2023-12-29 15:09:35 +03:00
K900
125be29c4e yuzu: 1639 -> 1651, yuzu-ea: 4003 -> 4019 2023-12-14 19:43:49 +03:00
K900
e7d25259a4 yuzu: 1611 -> 1639, yuzu-ea: 3966 -> 4003 2023-12-02 17:17:19 +03:00
K900
df4b33d97f yuzu: 1595 -> 1611, yuzu-ea: 3940 -> 3966 2023-11-05 21:08:40 +03:00
K900
bca892f7cf yuzu: 1579 -> 1595, yuzu-ea: 3911 -> 3940 2023-10-20 21:29:16 +03:00
K900
d58e8ca21f yuzu: 1569 -> 1579, yuzu-ea: 3897 -> 3911 2023-10-07 15:06:33 +03:00
K900
501435396b yuzu: 1557 -> 1569, yuzu-ea: 3864 -> 3897 2023-09-27 12:30:30 +03:00
K900
5bfefdc0a3 yuzu: 1538 -> 1557, yuzu-ea: 3838 -> 3864 2023-09-13 16:34:50 +03:00
Florian Franzen
40c633b455 yuzu: add missing unzip tool 2023-08-28 16:13:07 +02:00
github-actions[bot]
859a8f3bfa
Merge master into staging-next 2023-08-27 12:01:03 +00:00
K900
a4f237ccbc yuzu: 1522 -> 1538, yuzu-ea: 3805 -> 3838 2023-08-27 11:52:41 +03:00
K900
baf4eea5f2 yuzu: remove Vulkan version relaxation patch 2023-08-22 20:31:45 +03:00
K900
d8ef88b4b8 yuzu: 1515 -> 1522, yuzu-ea: 3788 -> 3805 2023-08-14 10:13:53 +03:00
K900
c56b1a74b9 yuzu: mainline 1513 -> 1515, ea 3783 -> 3788 2023-08-02 18:27:41 +03:00
leiserfg
bc65031eba
yuzu-ea: 3702 -> 3783, yuzu-mainline: 1475 -> 1513 2023-07-31 20:42:37 +02:00
K900
c96d4190ab yuzu: 1452 -> 1475, yuzu-ea: 3621 -> 3702 2023-06-22 13:43:34 +03:00
ChaosAttractor
9277a2426f yuzu: mainline 1437 -> 1452, early access 3596 -> 3621 2023-05-30 21:42:14 +08:00
ChaosAttractor
7292cd649e yuzu: mainline 1430 -> 1437, early access 3588 -> 3596 2023-05-19 02:19:34 +08:00
K900
76c2fa5a4f yuzu: mainline 1421 -> 1430, early access 3557 -> 3588 2023-05-13 15:08:05 +03:00
K900
f08af5a3d4 yuzu: reanimate, clean up, switch to qt6 2023-05-05 22:34:54 +03:00
Mathieu Rene
31676758a7 yuzu-early-access: remove -Werror to work around deprecated functions in depdendent libraries 2023-03-30 22:13:21 -04:00
figsoda
ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
Sandro Jäckel
04a1c0d7ad
treewide: fix quoting of GITHUB_TOKEN in curl 2022-12-17 23:32:43 +01:00
Amneesh Singh
98cd1161b0
yuzu-mainline: 1162 -> 1245
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-11-22 17:52:03 +05:30
Simon Bruder
241ce7a66c
yuzu-{ea,mainline}: {2907,1137} -> {2946,1162} 2022-09-11 12:15:42 +02:00
Ivar Scholten
3435f469ec yuzu-{ea,mainline}: {2901,1131} -> {2907,1137}
This changes the update script to be compatible with the maintainer
script in `./maintainers/scripts/update.nix`, which will hopefully make
sure r-ryantm can update these packages automatically for us.

The script now also automatically updates the compatibility list, as
@Docteh pointed out a mirror is available on Github.

The call in `all-packages.nix` is changed as well to avoid a double
`callPackage`, which can make overriding quite a pain.

`QT_QPA_PLATFORM` is automatically set to `xcb` to avoid a crash on
wayland, thanks to @sbruder for the suggestion!
2022-08-18 22:13:44 +02:00
Simon Bruder
8cb3340ffe
yuzu-{ea,mainline}: {2841,1092} -> {2901,1131}
This also changes the update script for EA to fetch the two latest
releases, filter for tags matching /^EA-[0-9]*/ and pick the latest one.
This is required because recently the auto-updater (tag: continuous) is
the latest release, which would have been picked by the update script.

It also updates the free icons patch, which is needed due to yuzu
changing how they track licenses of files to REUSE. The comment is
updated to reflect the workflow that is needed to create the patch,
because pineapple does not include files beginning with a dot in its
source.
2022-08-14 10:48:29 +02:00
Simon Bruder
bafaa05bf1
yuzu-{ea,mainline}: {2725,1088} -> {2841,1092}
This also changes the update script, because pineapple changed their
releases which no longer have a name set explicitly.
2022-07-17 10:11:15 +02:00
Simon Bruder
dccd4d7912
yuzu-mainline: 1014 -> 1088
This does not update yuzu-ea, since it currently does not build because
of https://github.com/yuzu-emu/yuzu/pull/8508#issuecomment-1178789727.
2022-07-14 11:53:47 +02:00
Ashley Chiara
59a91ce153 yuzu-{ea,mainline}: {2690,992} -> {2725,1014}
replace non-free CC BY-ND 3.0 icons with free ones

remove compat-list.json and pull from internet archive instead
2022-05-12 22:35:55 +02:00
Ivar Scholten
51a498e719 yuzu-{ea,mainline}: {2557,953} -> {2690,992} 2022-04-21 20:16:32 +02:00
Simon Bruder
e1432a6f48
yuzu-{ea,mainline}: {2432,882} -> {2557,953} 2022-03-17 14:38:10 +01:00
AndersonTorres
8d65e832f0 Move misc/emulators to applications/emulators - part 1
Emulators form a class by themselves. So, they should be moved to applications/.
2022-02-16 01:38:20 -03:00