Jonas Heinrich
00a89d15ab
Merge pull request #188893 from r-ryantm/auto-update/sameboy
...
sameboy: 0.15.4 -> 0.15.5
2022-09-02 09:54:41 +02:00
Ryan Burns
ef1cc4c4f5
Merge pull request #188797 from sikmir/wibo
...
wibo: 0.2.0 → 0.2.4
2022-09-01 08:50:18 +01:00
Nikolay Korotkiy
84a4b6598a
wibo: 0.2.0 → 0.2.4
2022-09-01 10:03:37 +03:00
R. Ryantm
ca8f183dff
sameboy: 0.15.4 -> 0.15.5
2022-08-30 01:06:40 +00:00
R. Ryantm
661844351c
flycast: 1.3 -> 2.0
2022-08-29 19:26:52 +00:00
Bobby Rong
40434e4454
Merge pull request #188720 from r-ryantm/auto-update/ripes
...
ripes: 2.2.4 -> 2.2.5
2022-08-29 21:37:00 +08:00
R. Ryantm
a8d96b8b99
ripes: 2.2.4 -> 2.2.5
2022-08-28 23:35:44 +00:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
...
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
Jonas Heinrich
91fc08d857
Merge pull request #183828 from r-ryantm/auto-update/sameboy
...
sameboy: 0.14.7 -> 0.15.4
2022-08-27 13:43:09 +02:00
Martino Fontana
b66cc6ba24
rpcs3: add udev rules
2022-08-23 17:25:30 +02:00
adisbladis
3cc0fc843c
Merge pull request #186683 from IvarWithoutBones/fix/yuzu-updater
...
yuzu-{ea,mainline}: {2901,1131} -> {2907,1137}
2022-08-22 22:17:39 +08:00
Jonas Heinrich
1a76ec88ad
Merge pull request #184263 from r-ryantm/auto-update/libdsk
...
libdsk: 1.5.18 -> 1.5.19
2022-08-21 21:53:55 +02:00
Sandro
0eed827932
Merge pull request #186631 from SFrijters/wine-7.15
2022-08-21 17:34:39 +02:00
Zhaofeng Li
a8ac0c221a
ryujinx: Force SDL_VIDEODRIVER to x11
...
Even though it defaults to x11, the user's environment may have
it set to wayland which doesn't current work:
<https://github.com/NixOS/nixpkgs/pull/187070#discussion_r949522925 >
2022-08-18 14:48:05 -06:00
Zhaofeng Li
fef7bfea9f
ryujinx: 1.1.213 -> 1.1.223
2022-08-18 14:48:05 -06:00
Zhaofeng Li
34281ff479
ryujinx: Migrate updater script to fetch-deps in buildDotnetModule
2022-08-18 14:48:05 -06: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
Ivv
dc32017e38
Merge pull request #187070 from zhaofengli/ryujinx-ava
...
ryujinx: Add dependencies for the Avalonia UI
2022-08-18 21:00:27 +02:00
Simon Bruder
6247b00637
ryujinx: Force display backend to X11
2022-08-18 12:44:15 -06:00
Zhaofeng Li
283d90b110
ryujinx: Add dependencies for the Avalonia UI
2022-08-17 00:59:23 -06:00
Artturin
8344f3e888
cdmemu: fix cross eval
...
there's still many improvements that can be done to cdemu expressions
2022-08-16 12:43:03 +03:00
Anderson Torres
0442e4020f
Merge pull request #186441 from SamLukeYes/ppsspp
...
ppsspp: add SDL and headless
2022-08-15 20:32:21 -03:00
Ryan Mulligan
efe461ecb4
Merge pull request #180608 from r-ryantm/auto-update/dolphin-emu-beta
...
dolphin-emu-beta: 5.0-16380 -> 5.0-16793
2022-08-14 13:33:10 -07:00
Ivv
ad589ee1c4
Merge pull request #186450 from sbruder/update-yuzu/ea-2901
...
yuzu-{ea,mainline}: {2841,1092} -> {2901,1131}
2022-08-14 15:25:37 +02:00
Ivv
68a3707a2e
Merge pull request #185617 from zhaofengli/ryujinx-1.1.208
...
ryujinx: 1.1.181 -> 1.1.213
2022-08-14 15:13:51 +02:00
Stefan Frijters
22087c57e3
wine{Unstable,Staging}: 7.14 -> 7.15
2022-08-14 13:04:28 +02:00
Stefan Frijters
0a59f0aecb
wine{Unstable,Staging}: 7.13 -> 7.14
2022-08-14 13:03:29 +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
SamLukeYes
a3cdf49dbf
ppsspp: add SDL and headless
...
Change the default ppsspp package to SDL frontend, as it supports
vulkan, and is allowed to build the headless binary together.
2022-08-14 15:42:27 +08:00
AndersonTorres
92dcbeaf1e
ppsspp: get rid of libsForQt5.callPackage
...
And use the new functional framework for recursive style attributes.
2022-08-13 21:57:50 -03:00
R. Ryantm
aa97ee8bfa
sameboy: 0.14.7 -> 0.15.4
2022-08-13 21:20:05 +00:00
Simon Bruder
9e690f486b
ryujinx: Add ffmpeg to runtimeDeps
...
Ryujinx has stopped depending on the ffmpeg executable.
c5bddfeab8
2022-08-12 11:11:54 -07:00
Zhaofeng Li
3b9cf41744
ryujinx: 1.1.181 -> 1.1.213
2022-08-12 11:06:43 -07:00
Sebastián Mancilla
3ec67444cf
Merge pull request #185341 from r-ryantm/auto-update/pcsx2
...
pcsx2: 1.7.3128 -> 1.7.3165
2022-08-12 13:22:15 -04:00
AndersonTorres
534146ea00
x16-emulator: mark as broken on aarch64-darwin
2022-08-09 00:23:50 -03:00
AndersonTorres
8b4479cf28
x16-emulator: 40 -> 41
2022-08-09 00:23:50 -03:00
AndersonTorres
326a0fda17
x16-rom: mark as broken on aarch64-darwin
2022-08-09 00:23:50 -03:00
AndersonTorres
9f61e20a68
x16-rom: 40 -> 41
2022-08-08 23:27:21 -03:00
Brian McKenna
c8107cf185
retroarch: enable dbus on Linux
2022-08-06 21:08:34 +10:00
R. Ryantm
d6905d065a
pcsx2: 1.7.3128 -> 1.7.3165
2022-08-06 02:11:30 +00:00
R. Ryantm
45b3fa8315
pcsx2: 1.7.2731 -> 1.7.3128
2022-08-01 04:18:01 +00:00
R. Ryantm
a650ba2271
libdsk: 1.5.18 -> 1.5.19
2022-07-31 16:37:13 +00:00
Anderson Torres
feac361c6b
Merge pull request #184048 from AndersonTorres/quick-ares
...
ares: 128 -> 129
2022-07-31 10:38:14 -03:00
R. Ryantm
a5c0e67ed4
stella: 6.6 -> 6.7
2022-07-31 01:35:35 +00:00
AndersonTorres
dd91058dd6
ares: 128 -> 129
2022-07-30 21:01:42 -03:00
Anderson Torres
7342265796
Merge pull request #183867 from AndersonTorres/quick-openmsx
...
openmsx: 17.0 -> 18.0
2022-07-29 23:50:07 -03:00
AndersonTorres
3cd1540510
openmsx: 17.0 -> 18.0
2022-07-29 23:29:53 -03:00
R. Ryantm
d98b8a4942
ppsspp: 1.12.3 -> 1.13.1
2022-07-29 17:16:16 +00:00
Shamrock Lee
c25543b554
wineWowPackages: default mainProgram to "wine64"
2022-07-22 22:45:44 +00:00
Shamrock Lee
c2dbbe706b
wine64Packages: fix mainProgram
2022-07-22 22:19:21 +00:00
github-actions[bot]
83702a6ef7
Merge master into staging-next
2022-07-18 18:01:14 +00: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
github-actions[bot]
8df1eb061a
Merge master into staging-next
2022-07-17 00:02:14 +00:00
Dmitry Kalinkin
04c57a8ccd
Merge pull request #181704 from SFrijters/wine-7.13
...
wine{Unstable,Staging}: 7.12 -> 7.13
2022-07-16 19:29:38 -04:00
Winter
6a69f41c37
Merge pull request #181263 from IvarWithoutBones/bump/ryu
...
ryujinx: 1.1.100 -> 1.1.181
2022-07-16 17:47:08 -04:00
Sandro
a25c87b4bb
Merge pull request #181303 from astro/rpcs3
...
rpcs3: 0.0.21-13388-4a86638ce -> 0.0.23-13907-cdef752a9
2022-07-16 23:46:31 +02:00
Stefan Frijters
c4897824b4
wine{Unstable,Staging}: 7.12 -> 7.13
2022-07-16 11:18:35 +02:00
github-actions[bot]
47a4aab0aa
Merge master into staging-next
2022-07-16 06:01:15 +00:00
Anderson Torres
07f36afbfd
Merge pull request #180312 from r-burns/wibo
...
wibo: init at 0.2.0
2022-07-15 23:56:20 -03:00
github-actions[bot]
fa96a4fa79
Merge master into staging-next
2022-07-16 00:02:26 +00:00
Thiago Kenji Okada
b0d11f84b3
Merge pull request #181626 from adisbladis/libretro-nxengine-init
...
libretro.nxengine: init at unstable-2022-04-21
2022-07-15 23:51:40 +01:00
Dmitry Kalinkin
7dd3d9334b
Merge pull request #181476 from SFrijters/wine-7.12
...
wine{Unstable,Staging}: 7.10 -> 7.12; vkd3d: 1.3 -> 1.4
2022-07-15 16:55:04 -04:00
adisbladis
6efcb7a0e3
libretro.nxengine: init at unstable-2022-04-21
2022-07-16 03:17:11 +08:00
Sandro
0405b0fa87
Merge pull request #181540 from Artturin/rpathfixes2
...
treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH'
2022-07-15 12:11:01 +02:00
Artturin
a584822577
treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH'
...
f7414e2
2022-07-15 02:50:09 +03:00
Ivar Scholten
4429ea6603
ryujinx: 1.1.100 -> 1.1.181
...
Also fixes the update script, which used to fail because of set -u.
2022-07-14 21:38:42 +02:00
Stefan Frijters
47c340212d
wine{Unstable,Staging}: 7.11 -> 7.12
2022-07-14 15:14:09 +02:00
Stefan Frijters
58be603e7d
vkd3d: 1.3 -> 1.4
2022-07-14 15:14:06 +02:00
Stefan Frijters
a517a2867c
wine{Unstable,Staging}: 7.10 -> 7.11
2022-07-14 15:07:14 +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
Ben Siraphob
08dfccb401
Merge pull request #179753 from celestefox/craftos
2022-07-12 22:22:58 -07:00
Astro
60722ac1d9
rpcs3: 0.0.21-13388-4a86638ce -> 0.0.23-13907-cdef752a9
2022-07-13 03:43:56 +02:00
Ryan Burns
447e562f81
wibo: init at 0.2.0
2022-07-12 01:24:10 -07:00
Peter Hoeg
42100e31bf
dosbox: use SDL_compat for Wayland support
2022-07-08 16:43:59 +08:00
R. Ryantm
1c6697dec7
dolphin-emu-beta: 5.0-16380 -> 5.0-16793
2022-07-08 02:05:13 +00:00
Martino Fontana
f009b690eb
dolphin-emu-primehack: 1.0.6 -> 1.0.6a
2022-07-06 17:44:47 +02:00
AndersonTorres
d7d1174c93
bochs: new recursive style
2022-07-02 12:36:06 -03:00
Glowpelt
82f4659c47
(craftos-pc): 2.4.5 -> 2.6.6
...
Update to the newest version.
Also:
* Adds in most optional dependencies (besides `libharu`)
* Bundles the rom files (under ComputerCraft Public License, so `free`)
* packages the headers
2022-06-30 13:34:25 -06:00
R. Ryantm
75e972b763
atari800: 4.2.0 -> 5.0.0
2022-06-25 02:49:40 +00:00
Robert Scott
466c2e342a
treewide/applications: add sourceType
binaryNativeCode
for many packages
2022-06-23 18:38:19 +01:00
mdarocha
659967e180
ryujinx: update dependencies
2022-06-17 10:12:43 +02:00
Anderson Torres
20c0964ebf
Merge pull request #177827 from malob/fix-wxGTK30-darwin
...
wxGTK30-gtk2,wxGTK30-gtk3: add missing buildInput on Darwin
2022-06-17 02:29:51 -03:00
Mario Rodas
cc0e6df7c9
Merge pull request #174195 from SFrijters/wine-7.9
...
wine{Unstable,Staging}: 7.8 -> 7.10
2022-06-16 22:38:26 -05:00
Malo Bourgon
abff737e36
bochs: mark as broken on Darwin
2022-06-16 19:20:03 -07:00
Michael Weiss
d8ba6b400b
dynamips: 0.2.21 -> 0.2.22
2022-06-12 13:51:38 +02:00
Sergei Trofimovich
6130c92db6
retroarchBare: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10 or llvm-11. Otherwise build fails as:
duplicate symbol '_apple_platform' in:ui_cocoa.o cocoa_common.o
2022-06-10 09:18:41 +01:00
Stefan Frijters
d90ca9162d
wine{Unstable,Staging}: 7.9 -> 7.10
2022-06-06 09:40:17 +02:00
Stefan Frijters
3bceabcb78
wine{Unstable,Staging}: 7.8 -> 7.9
2022-06-06 09:40:13 +02:00
Sergei Trofimovich
813520e624
uae: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: bsdsocket.o:(.bss+0x0): multiple definition of
`socketbases'; main.o:(.bss+0x2792c0): first defined here
2022-06-05 20:52:35 +01:00
Sandro
528d858336
Merge pull request #176340 from trofi/workaround-fno-common-for-zsnes
...
zsnes: add -fcommon workaround
2022-06-05 13:11:54 +02:00
Sergei Trofimovich
72e40c2bd2
zsnes: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: initc.o:(.bss+0x28): multiple definition of `HacksDisable'; cfg.o:(.bss+0x59e3): first defined here
2022-06-05 07:52:34 +01:00
Robert Scott
3b6bc4b69c
treewide: set sourceProvenance for packages containing downloaded jars
...
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Martino Fontana
6d4dfe7906
dolphin-emu-{beta,primehack}: adjust platforms
2022-06-02 18:47:53 +02:00
Martino Fontana
c3cb6d53ed
dolphin-emu-primehack: 1.0.5 -> 1.0.6
2022-06-02 18:47:36 +02:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux
2022-05-30 13:42:58 +02:00
Rick van Schijndel
37c633f7ae
treewide: pkgs/applications: mark broken for darwin
2022-05-29 10:56:04 +02:00
Rick van Schijndel
d898e26892
bsnes-hd: mark broken on x86_64-darwin
2022-05-29 10:56:03 +02:00
Bobby Rong
a849e2c89e
Merge pull request #174158 from xfix/dolphin-5.0-16380
...
dolphin-emu-beta: 5.0-16101 -> 5.0-16380
2022-05-28 19:11:22 +08:00
Rick van Schijndel
d8b2ee9168
Merge pull request #174251 from xfix/dolphin-emu-beta-aarch64
...
dolphin-emu-beta: mark as compatible with aarch64
2022-05-27 16:23:06 +02:00
Peter Hoeg
12f36a7cff
tree-wide: SDL may not have a .dev
2022-05-27 08:09:56 +08:00