Commit Graph

770 Commits

Author SHA1 Message Date
R. Ryantm
5de95a88a1 rpcs3: 0.0.26-14757-3388c8ed0 -> 0.0.27-14812-cf5346c26 2023-03-13 05:31:00 +00:00
Vladimír Čunát
1dd94ad62f
Merge branch 'master' into staging-next 2023-03-12 09:06:28 +01:00
Weijia Wang
200c72fe6a
Merge pull request #220707 from OPNA2608/update/box64
box64: 0.2.0 -> 0.2.2
2023-03-11 22:32:16 +02:00
github-actions[bot]
feb117e32c
Merge master into staging-next 2023-03-11 18:01:19 +00:00
Weijia Wang
651e4175cf
Merge pull request #220181 from r-ryantm/auto-update/proton-caller
proton-caller: 3.1.1 -> 3.1.2
2023-03-11 19:59:03 +02:00
OPNA2608
06a1851ded box64: 0.2.0 -> 0.2.2 2023-03-11 17:08:22 +01:00
github-actions[bot]
140a35879a
Merge master into staging-next 2023-03-11 12:01:11 +00:00
Artturin
cab4a24c34 treewide: fix lints
Arg to lib.optional is a list

build time tool in buildInputs
2023-03-11 00:55:17 +02:00
R. Ryantm
b820cb182a ryujinx: 1.1.650 -> 1.1.651 2023-03-10 13:26:03 +00:00
github-actions[bot]
39f6788067
Merge master into staging-next 2023-03-09 12:01:27 +00:00
R. Ryantm
b6124a6283 xemu: 0.7.84 -> 0.7.85 2023-03-09 05:18:44 +00:00
github-actions[bot]
c8c1423cd9
Merge master into staging-next 2023-03-09 00:02:23 +00:00
R. Ryantm
f3acb36d64 proton-caller: 3.1.1 -> 3.1.2 2023-03-08 17:57:02 +00:00
Morgan Helton
668f36dbd5 ryujinx: 1.1.489 -> 1.1.650 2023-03-08 06:15:57 -06:00
Martin Weinelt
c288c37fdd Merge remote-tracking branch 'origin/master' into staging-next 2023-03-06 17:24:21 +00:00
Weijia Wang
5c4218eb69
Merge pull request #219794 from reckenrode/darwin-wine-8.x-fix
wine: fix build failure on Darwin
2023-03-06 18:59:09 +02:00
K900
2fe3640540
Merge pull request #219425 from wegank/gcc12-cleanup
treewide: remove -lgcc from NIX_LDFLAGS
2023-03-06 17:05:12 +03:00
Randy Eckenrode
1d79811a42
wine: fix build failure on Darwin 2023-03-05 21:09:33 -05:00
R. Ryantm
437508639d cemu: 2.0-26 -> 2.0-28 2023-03-05 21:22:57 +00:00
Jörg Thalheim
cea0757370
Merge pull request #217480 from r-ryantm/auto-update/winetricks
winetricks: 20220411 -> 20230212
2023-03-05 09:29:23 +01:00
Anderson Torres
9cfcd0c884
Merge pull request #218926 from atorres1985-contrib/yapesdl
yapesdl: 0.70.2 -> 0.71.2
2023-03-04 18:32:04 -03:00
Weijia Wang
8f040ec406 dolphin-emu: remove -lgcc from NIX_LDFLAGS 2023-03-04 11:51:34 +02:00
Anderson Torres
7548197583 yapesdl: mark as broken on Darwin 2023-03-02 22:38:15 -03:00
Anderson Torres
7a63cf30f8
Merge pull request #218925 from atorres1985-contrib/small-fixups
dosbox: refactor
2023-03-02 22:36:08 -03:00
Anderson Torres
6554497505
Merge pull request #216913 from atorres1985-contrib/xemu
xemu: cosmetic rewrite
2023-03-01 09:34:53 -03:00
Anderson Torres
e938616a7e yapesdl: 0.70.2 -> 0.71.2 2023-03-01 00:22:55 -03:00
Anderson Torres
9417578300 dosbox-staging: refactor
- Reorder argument set
- Remove references to pname
- Use rec-less overlay-style overridable attributes to mkDerivation
- Simplify postFixup
- Remove nested with
2023-02-28 23:59:17 -03:00
Weijia Wang
762c401cbf
Merge pull request #215826 from r-ryantm/auto-update/rpcs3
rpcs3: 0.0.26-14702-cfb788941 -> 0.0.26-14757-3388c8ed0
2023-02-26 01:02:09 +02:00
R. Ryantm
dfd0441c5d mame: 0.251 -> 0.252 2023-02-25 08:28:39 +00:00
R. Ryantm
18750d3455 rpcs3: 0.0.26-14702-cfb788941 -> 0.0.26-14757-3388c8ed0 2023-02-24 19:55:56 +00:00
lasers
2275649fd6 desmume: add wrapGAppsHook 2023-02-23 06:34:12 -06:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
R. Ryantm
a9c47ffc86 winetricks: 20220411 -> 20230212 2023-02-21 09:43:07 +00:00
Anderson Torres
31b278f6ad xemu: add meta attributes
- Get rid of nested `with` in meta
  + Because `with` itself is an antipattern, as explained in
    https://nix.dev/anti-patterns/language#with-attrset-expression
  + Because nested `with` has unintuitive behavior, as shown in
    https://github.com/NixOS/nix/issues/490
- Add meta.longDescription;
- Add meta.changelog;
- Update meta.maintainers list.
2023-02-20 11:29:06 -03:00
Anderson Torres
320cb59815 xemu: refactor installPhase
- Use install command instead of mkdir + cp
- Use nix functional code instead of shell for loop
2023-02-20 11:29:06 -03:00
Anderson Torres
9bff8435da xemu: cosmetic rewrite
- Use rec-less, overlay-style overridable attributes for stdenv.mkDerivation;
- Reorder the lists and sets in asciibetical order;
- Format the code.
2023-02-19 22:21:23 -03:00
Anderson Torres
d0e354b9a1
Merge pull request #216528 from GenericNerdyUsername/xemu-init
xemu: init at 0.7.84
2023-02-17 23:46:58 -03:00
GenericNerdyUsername
379bb7c2af
xemu: init at 0.7.84 2023-02-17 14:44:38 +00:00
Nick Cao
875041c758
Merge pull request #216675 from SuperSamus/flycast-update
flycast: 2.0 -> 2.1
2023-02-17 19:34:18 +08:00
R. Ryantm
4f9a955c5a cemu: 2.0-22 -> 2.0-26 2023-02-16 21:55:25 -05:00
Martino Fontana
ba1078beb5 flycast: 2.0 -> 2.1 2023-02-16 19:49:26 +01:00
Thiago Kenji Okada
4987c7aacd libretro.picodrive: unstable-2022-12-20 -> unstable-2023-02-15 2023-02-16 08:55:13 +01:00
Anderson Torres
0621648513
Merge pull request #216123 from Detegr/c64-debugger
c64-debugger: init at 0.64.58.6
2023-02-14 20:32:22 -03:00
figsoda
3bee4ab8db
Merge pull request #216092 from NixOS/revert-215860-small-fixups
Revert "Small fixups" #215860
2023-02-14 13:11:01 -05:00
Antti Keränen
a80aad7a10 c64-debugger: init at 0.64.58.6 2023-02-14 12:39:35 +02:00
figsoda
78aa32e76e Revert "dosbox-staging: add meta.changelog"
This reverts commit cb534023c0.
2023-02-13 09:16:56 -05:00
github-actions[bot]
0d7cb3a2aa
Merge master into staging-next 2023-02-13 06:01:30 +00:00
Nick Cao
0fdc487133
Merge pull request #216019 from SuperSamus/dolphin-emu-update
dolphin-emu: remove stable, 5.0-17995 -> 5.0-18498
2023-02-13 09:48:23 +08:00
Alyssa Ross
c6c7493c3b
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/pyarrow/default.nix
2023-02-13 00:15:28 +00:00
Martino Fontana
4535a5aa35 dolphin-emu: 5.0-17995 -> 5.0-18498 2023-02-12 18:54:59 +01:00
Martino Fontana
67ffcc85bc dolphin-emu: remove "stable", replace with "beta" 2023-02-12 18:52:51 +01:00
Anderson Torres
cb534023c0 dosbox-staging: add meta.changelog 2023-02-12 00:08:06 -03:00
github-actions[bot]
cd4ded4f12
Merge master into staging-next 2023-02-11 12:01:14 +00:00
Anderson Torres
782caacdc9
Merge pull request #215686 from superherointj/pkg-dosbox-staging-0.80.1
dosbox-staging: 0.78.1 -> 0.80.1
2023-02-11 08:17:19 -03:00
github-actions[bot]
63655bdaea
Merge master into staging-next 2023-02-11 06:01:15 +00:00
Weijia Wang
6140ff35a4
Merge pull request #215579 from r-ryantm/auto-update/rpcs3
rpcs3: 0.0.26-14684-8652b7d35 -> 0.0.26-14702-cfb788941
2023-02-11 06:23:07 +01:00
superherointj
d8b83ecc3a dosbox-staging: 0.78.1 -> 0.80.1
* clean-up, ordered alphabetically
2023-02-10 23:09:35 -03:00
github-actions[bot]
42cf9b70d4
Merge master into staging-next 2023-02-10 18:01:23 +00:00
Weijia Wang
5ba42416f7
Merge pull request #215697 from wegank/rpcs3-linux
rpcs3: add aarch64-linux support
2023-02-10 18:33:44 +01:00
Weijia Wang
7d9230761a rpcs3: add aarch64-linux support 2023-02-10 17:36:33 +01:00
github-actions[bot]
bff8e74964
Merge master into staging-next 2023-02-10 06:01:18 +00:00
Anderson Torres
1aa6e47d97 ppsspp: don't rely on libsForQt5.callPackage 2023-02-09 22:04:31 -03:00
R. Ryantm
b30dd1b8b5 rpcs3: 0.0.26-14684-8652b7d35 -> 0.0.26-14702-cfb788941 2023-02-09 21:45:15 +00:00
github-actions[bot]
7244b4babe
Merge master into staging-next 2023-02-07 18:01:43 +00:00
R. Ryantm
72bce6efa4 rpcs3: 0.0.26-14637-c471120a8 -> 0.0.26-14684-8652b7d35 2023-02-05 19:05:36 +00:00
Vladimír Čunát
8627b384af
treewide: gcc11Stdenv on x86_64-linux -> gcc12Stdenv
These seemed done to upgrade version on aarch64-linux,
but now they were (also) downgrading on x86_64-linux.
I checked that they still build; some cases were even fixed, e.g.:
https://hydra.nixos.org/log/40jmdmnk07ac7xwwxmdqa7smvc3xflm2-qcoro-0.7.0.drv
2023-02-05 10:13:34 +01:00
github-actions[bot]
33919d25f0
Merge master into staging-next 2023-02-04 12:01:24 +00:00
Stefan Frijters
ee03c8669f
winePackages.{unstable,staging}: 8.0 -> 8.1 2023-02-03 23:06:36 +01:00
Ryan Hendrickson
b0ec519e3d
wine: fix for updateScript 2023-02-03 23:06:36 +01:00
Stefan Frijters
cf692195c5
wine: replace sha256 fetcher arguments with hash 2023-02-03 23:06:35 +01:00
Stefan Frijters
1e14a900a5
wine: remove vkd3dSupport
From https://www.winehq.org/announce/8.0:

"The vkd3d and LDAP libraries are bundled in the source tree and built as
  PE. The corresponding Unix libraries are no longer needed."
2023-02-03 23:06:35 +01:00
Stefan Frijters
3dbfc39ac5
wine: remove ldapSupport
From https://www.winehq.org/announce/8.0:

"The vkd3d and LDAP libraries are bundled in the source tree and built as
  PE. The corresponding Unix libraries are no longer needed."
2023-02-03 23:06:35 +01:00
Stefan Frijters
55b08c0d56
wine: remove openalSupport
From https://www.winehq.org/announce/8.0:

"The OpenAL library is no longer used."
2023-02-03 23:06:35 +01:00
Stefan Frijters
45af4636b3
winePackages.stable: 7.0.1 -> 8.0 2023-02-03 23:06:35 +01:00
Stefan Frijters
003b4c59d4
winePackages.{unstable,staging,wayland}: 7.22 -> 8.0 2023-02-03 23:06:35 +01:00
Stefan Frijters
daf0b11297
winePackages.{unstable,staging,wayland}: 7.21 -> 7.22 2023-02-03 23:06:34 +01:00
Stefan Frijters
c8a6c65d97
winePackages.{unstable,staging,wayland}: 7.20 -> 7.21 2023-02-03 23:06:34 +01:00
github-actions[bot]
fffb187b8e
Merge master into staging-next 2023-02-02 12:01:33 +00:00
Anderson Torres
c639515f3b
Merge pull request #213946 from atorres1985-contrib/rpcemu
rpcemu: init at 0.9.4
2023-02-02 07:58:56 -03:00
Anderson Torres
74cc92f93b rpcemu: init at 0.9.4 2023-02-01 21:29:27 -03:00
Vladimír Čunát
9e2af38827
Merge branch 'staging' into staging-next 2023-02-01 17:05:25 +01:00
Vladimír Čunát
9287f4461d
Merge #206907: stdenv: gcc11 -> gcc12 2023-02-01 16:54:44 +01:00
Nick Cao
42c048fb3a
ppsspp: fixup meta.description 2023-02-01 15:10:12 +08:00
Nick Cao
57cbd07426
Merge pull request #213533 from atorres1985-contrib/small-fixups
ppsspp: refactor
2023-02-01 09:55:07 +08:00
Christoph Neidahl
6e1b43747a
punes: 0.109 -> 0.110, add Qt6 variant (#209485) 2023-01-31 20:59:19 +01:00
Sandro
59e9ca3ae6
Merge pull request #206790 from OPNA2608/add/box64_more_targets 2023-01-31 20:58:28 +01:00
Anderson Torres
7c4e72f205 ppsspp: refactor 2023-01-30 22:22:28 -03:00
R. Ryantm
10b24321c6 rpcs3: 0.0.26-14599-d3183708e -> 0.0.26-14637-c471120a8 2023-01-30 17:00:55 +00:00
Sandro
70b8ae442d
Merge pull request #208549 from tomodachi94/craftos-pc
craftos-pc: 2.6.6 -> 2.7.3
2023-01-30 11:24:29 +01:00
Tomo
fb8cf494a1 craftos-pc: Add tomodachi94 to maintainers 2023-01-29 08:16:37 -08:00
Tomo
6b4b96e685 craftos-pc: 2.6.6 -> 2.7.3
Changelog: https://github.com/MCJack123/craftos2/releases/tag/v2.7.3
2023-01-29 08:16:37 -08:00
Fabián Heredia Montiel
0cf5d85f0c treewide: add gcc12 flags 2023-01-27 21:20:52 -06:00
Weijia Wang
6eab504d00
Merge pull request #212324 from wegank/dolphin-darwin
dolphin-emu-beta: fix build on aarch64 platforms
2023-01-25 15:51:56 +01:00
Anderson Torres
2341cf190f
Merge pull request #212018 from atorres1985-contrib/zsnes2
zsnes2: init at 2.0.10
2023-01-24 00:07:49 -03:00
Weijia Wang
451193a309 dolphin-emu-beta: fix build on aarch64 platforms 2023-01-23 23:52:31 +01:00
Nick Cao
294e70ee2f
Merge pull request #211933 from r-ryantm/auto-update/rpcs3
rpcs3: 0.0.26-14568-1852b370d -> 0.0.26-14599-d3183708e
2023-01-23 09:11:22 +08:00
Anderson Torres
2e49ab3319 zsnes2: init at 2.0.10 2023-01-22 20:26:20 -03:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
R. Ryantm
5d3ae1d386 rpcs3: 0.0.26-14568-1852b370d -> 0.0.26-14599-d3183708e 2023-01-21 13:32:15 +00:00
Pierre Bourdon
5acf84a5ab
Merge pull request #210428 from SuperSamus/dolphin-emu
dolphin-emu-beta: 5.0-17269 -> 5.0-17995
2023-01-21 12:21:04 +01:00
Sandro
d3db983cb4
Merge pull request #206502 from jchw-forks/update/ruffle 2023-01-20 13:22:25 +01:00
Artturi
3b1502dd1c
Merge pull request #211593 from panda2134/master 2023-01-19 18:02:43 +02:00
panda2134
b0d02ef8ba
pcem: fix file dialog crash 2023-01-19 22:49:26 +08:00
Anderson Torres
405d7a76ce
Merge pull request #210621 from r-ryantm/auto-update/mgba
mgba: 0.10.0 -> 0.10.1
2023-01-14 09:54:22 -03:00
R. Ryantm
f51111db49 rpcs3: 0.0.25-14358-a00f9e421 -> 0.0.26-14568-1852b370d 2023-01-14 17:33:45 +08:00
R. Ryantm
b32200b648 mgba: 0.10.0 -> 0.10.1 2023-01-14 03:34:47 +00:00
R. Ryantm
b3f11c60ed ripes: 2.2.5 -> 2.2.6 2023-01-13 18:11:05 +08:00
Martino Fontana
6ca0697f8f dolphin-emu-beta: 5.0-17269 -> 5.0-17995 2023-01-12 22:35:27 +01:00
Sandro
09f0112e6e
Merge pull request #209102 from anthonyroussel/dynamips 2023-01-12 00:28:59 +01:00
Anderson Torres
69fb696ec5
Merge pull request #209960 from r-ryantm/auto-update/ppsspp-sdl
ppsspp-sdl: 1.14.1 -> 1.14.4
2023-01-09 23:30:08 -03:00
Anderson Torres
40818471d7
Merge pull request #209883 from SuperSamus/duckstation
duckstation: unstable-2022-12-08 -> unstable-2023-01-01
2023-01-09 22:35:35 -03:00
R. Ryantm
97062d8aa9 ppsspp-sdl: 1.14.1 -> 1.14.4 2023-01-09 22:46:19 +00:00
Martino Fontana
900357f355 duckstation: unstable-2022-12-08 -> unstable-2023-01-01 2023-01-09 18:42:21 +01:00
Thiago Kenji Okada
592d8680ad
Merge pull request #209599 from thiagokokada/retroarch-add-qt-backend
retroarch: add qtbase/spirv-tools as deps
2023-01-08 14:06:10 +00:00
Thiago Kenji Okada
c05b9ccd82 retroarch: add qtbase/spirv-tools as deps 2023-01-08 00:48:23 +00:00
Thiago Kenji Okada
ecc06edd98 mame: 0.250 -> 0.251 2023-01-07 14:01:54 +00:00
OPNA2608
6da3265568 box64: More platforms, dynarec option, hello test, extra maintainer 2023-01-06 22:18:48 +01:00
Anthony Roussel
7a5b362ea1
dynamips: 0.2.22 -> 0.2.23 2023-01-04 23:47:24 +01:00
Artturi
f1ec039ed1
Merge pull request #208422 from r-burns/wibo 2023-01-03 20:23:00 +02:00
SuperSamus
6ae1c53d72
melonDS: 0.9.4 -> 0.9.5 (#208738) 2023-01-03 13:20:13 -05:00
Weijia Wang
8c94b28996 ares: fix build on darwin 2023-01-01 11:59:36 +01:00
Ryan Burns
c2c3bc9085 wibo: 0.2.4 -> 0.3.0
Also fix MWCIncludes for unfree checkPhase
2022-12-30 15:05:35 -08:00
Anderson Torres
a34638414d
Merge pull request #208394 from r-ryantm/auto-update/ares
ares: 130.1 -> 131
2022-12-30 17:01:48 -03:00
R. Ryantm
4907c94717 ares: 130.1 -> 131 2022-12-30 18:41:07 +00:00
Anderson Torres
cd8d465edd mgba: remove inherit (libsForQt5) reference on all-packages.nix
According to the issue linked at the end, filling arguments for `callPackage` in
all-packages.nix breaks splicing and makes the expressions incompatible with
cross-compilation.

This issue is more pronounced in the many `inherit (darwin)` calls. However, it
is present in similar contexts too.

The idea here is not the smartest: it just hides those inheritances from
`all-packages.nix` and sends them to the `default.nix` expressions.

Issue: https://github.com/NixOS/nixpkgs/issues/204303
2022-12-29 15:40:23 -03:00
Weijia Wang
76aaf902a5 bsnes-hd: unbreak on x86_64-darwin 2022-12-28 16:29:53 +01:00
Weijia Wang
cfe303f7a4 ares: refactor against #204303 2022-12-28 14:02:09 +01:00
Weijia Wang
6be1c77f05 ares: add darwin support 2022-12-28 06:31:27 +01:00
figsoda
c78ad3c4fa
Merge pull request #207744 from figsoda/nix-update-script
treewide: remove attrPath from nix-update-script calls
2022-12-26 19:00:46 -05:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
R. Ryantm
15c0575099 ryujinx: 1.1.373 -> 1.1.489 2022-12-25 21:14:00 +00:00
Thiago Kenji Okada
3b2ea169f1 retroarch: fix retroarch-cg2glsl script
Patch script so it loads `cgc` from the correct place when
`enableNvidiaCgToolkit` is set to `true`.

Also, in case `enableNvidiaCgToolkit` is set to `false`, also remove the
manual for the script.
2022-12-23 22:26:34 +00:00
Thiago Kenji Okada
1aacb258cb retroarchBare: backport patches from upstream 2022-12-23 22:26:34 +00:00
Thiago Kenji Okada
61ffb5da59 libretro-core-info: set INSTALLDIR to RetroArch's expected location 2022-12-23 22:26:34 +00:00
7c6f434c
679ee78ff3
Merge pull request #201315 from SFrijters/wine-7.0.1
wineStable: 7.0 -> 7.0.1
2022-12-23 19:01:04 +00:00
Anderson Torres
f95c3c3fed
Merge pull request #207193 from r-ryantm/auto-update/ppsspp-qt
ppsspp-qt: 1.13.2 -> 1.14.1
2022-12-22 19:58:43 -03:00
Thiago Kenji Okada
6f7c9f7d7c
Merge pull request #206707 from thiagokokada/retroarch-assets-init
retroarch: add with{Assets,CoreInfo} options, libretro: unstable-2022-11-21 -> unstable-2022-12-20
2022-12-22 17:31:49 +00:00
Bobby Rong
215e668a02
Merge pull request #206359 from zhaofengli/cemu-2.0-22
cemu: 2.0-17 -> 2.0-22
2022-12-22 23:01:58 +08:00
Thiago Kenji Okada
94d953fd37 retroarchBare: use system mbedtls 2022-12-22 12:53:04 +00:00
Thiago Kenji Okada
65cc2bb933 retroarch-wrapper: remove unused parameter 2022-12-22 12:42:08 +00:00
Thiago Kenji Okada
37c88386a4 libretro: unstable-2022-11-21 -> unstable-2022-12-20 2022-12-22 12:42:08 +00:00
Thiago Kenji Okada
5dd47333af libretro: make update_core.py script run concurrently 2022-12-22 12:42:08 +00:00
Thiago Kenji Okada
8df7516450 retroarchBare: add with{Assets,CoreInfo} options 2022-12-22 12:42:08 +00:00
R. Ryantm
92b3f80647 ppsspp-qt: 1.13.2 -> 1.14.1 2022-12-22 02:25:51 +00:00
7c6f434c
60ff1ccd98
Merge pull request #206103 from rhendric/rhendric/wine-wayland-pname
wine-wayland: restore hyphen to pname
2022-12-21 15:23:03 +00:00
David McFarland
824d40aa04 build-dotnet-module: restore for current runtime by default 2022-12-19 15:36:25 -04:00
David McFarland
3fdb6c5a90 dotnetCorePackages: move systemToDotnetRid out of sdk 2022-12-19 15:36:25 -04:00
Thiago Kenji Okada
cb93ebaeec retroarch-assets: init at unstable-2022-10-24 2022-12-19 10:47:08 +00: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
Thiago Kenji Okada
9ed4897b22
Merge pull request #206060 from r-ryantm/auto-update/retroarchBare
retroarchBare: 1.13.0 -> 1.14.0
2022-12-17 17:36:56 +00:00
R. Ryantm
50d1c2ce19 libretro-core-info: 1.13.0 -> 1.14.0 2022-12-17 16:28:54 +00:00
John Chadwick
9ca6696f2c ruffle: nightly-2022-09-26 -> nightly-2022-12-16 2022-12-17 03:51:18 -05:00
Zhaofeng Li
3d260d18b6 cemu: Add updateScript
Otherwise r-ryantm attempts to check updates for the CEmu
calculator emulator instead.
2022-12-16 14:56:30 -07:00
Zhaofeng Li
c953801e40 cemu: 2.0-17 -> 2.0-22 2022-12-16 01:29:33 -07:00
Artturin
05a2dfd674 lib.replaceChars: warn about being a deprecated alias
replaceStrings has been in nix since 2015(nix 1.10)

so it is safe to remove the fallback

d6d5885c15
2022-12-15 22:25:51 +02:00
Netali
9eebb01ff5
vbam: add netali to maintainers 2022-12-15 14:44:25 +01:00
Netali
42c2f2f252
vbam: 2.1.4 -> 2.1.5 + enable GUI 2022-12-15 14:43:33 +01:00
Jörg Thalheim
9fe54ff8fd
Merge pull request #205947 from OPNA2608/update/box64
box64: 0.1.8 -> 0.2.0, add passthru.updateScript
2022-12-14 21:33:27 +00:00
Ryan Hendrickson
98111739de wine-wayland: restore hyphen to pname 2022-12-14 11:57:13 -05:00
R. Ryantm
76574979cb retroarchBare: 1.13.0 -> 1.14.0 2022-12-14 10:55:37 +00:00
R. Ryantm
ff3c906dbc proton-caller: 3.1.0 -> 3.1.1 2022-12-14 08:41:19 +00:00
OPNA2608
a21d02653c box64: 0.1.8 -> 0.2.0, add passthru.updateScript 2022-12-13 20:46:01 +01:00
Sandro
0b3e6d0eb4
Merge pull request #205162 from wegank/dosbox-darwin
Closes https://github.com/NixOS/nixpkgs/issues/203993
2022-12-13 17:26:08 +01:00
7c6f434c
489a94fd0e
Merge pull request #201917 from rhendric/rhendric/wine-updateScript
wine, winetricks: add updateScript
2022-12-12 20:32:34 +00:00
Ryan Hendrickson
729486a667 wine, winetricks: add updateScript 2022-12-12 10:10:46 -05:00
Martino Fontana
823462afcc duckstation: unstable-2022-11-18 -> unstable-2022-12-08
Diff: 8d7aea5e19...latest
2022-12-10 22:38:05 +01:00
Weijia Wang
73fddfcc38 dosbox: fix build on darwin 2022-12-08 19:25:49 +01:00
Raphael Robatsch
985c8dbe14 treewide: use mbedtls 3 where possible
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-07 19:58:55 +00:00
AndersonTorres
9a7e20255b mame: revert the use of substituteAll to substituteInPlace 2022-12-06 19:24:50 -03:00
AndersonTorres
83d89a2fad mame: refactor
- Use mame icon from papirus instead of downloading one from Archlinux packages;
- Rename the diff file to something more self-documenting;
- Add longDescription to mame;
- Add description to mame-tools;
- Get rid of top-level inheritance.
2022-12-06 19:24:50 -03:00
Artturi
850fb23aa8
Merge pull request #204214 from wegank/wxgtk30-gtk2-drop
treewide: drop wxGTK30-gtk2
2022-12-06 23:28:43 +02:00
Sandro
13be200c1b
Merge pull request #202597 from natto1784/ryujinx-update 2022-12-04 22:41:30 +01:00
Weijia Wang
07cd65bea2 treewide: drop wxGTK30-gtk2 2022-12-03 03:28:32 +01:00
R. Ryantm
bd2f039f45 mame: 0.249 -> 0.250 2022-12-02 20:56:41 +00:00
Mario Rodas
f0c3f994dd
Merge pull request #202342 from natto1784/yuzu-update
yuzu-mainline: 1162 -> 1245
2022-11-29 21:03:24 -05:00
Sandro
eef01608e5
Merge pull request #203502 from raphaelr/sameboy 2022-11-29 17:22:12 +01:00
Anderson Torres
02973674f3
Merge pull request #203377 from wegank/desmume-aarch64-linux
desmume: unbreak on aarch64-linux
2022-11-28 20:15:43 -03:00
Weijia Wang
255cfa731a desmume: unbreak on aarch64-linux 2022-11-29 00:03:05 +01:00
Raphael Robatsch
44dca86b16 sameboy: fix build by removing upstreamed patch 2022-11-28 20:49:59 +01:00
Sandro
ad8e3a283f
Merge pull request #198397 from erdnaxe/rgbds-update 2022-11-28 01:04:20 +01:00
Sandro
2ca694f473
Merge pull request #198552 from wegank/wxgtk-games 2022-11-24 14:21:25 +01:00
Thiago Kenji Okada
563adafaf7
Merge pull request #202226 from thiagokokada/bump-retroarch
retroarch: 1.12.0 -> 1.13.0; libretro: unstable-2022-10-18 -> unstable-2022-11-21
2022-11-24 12:36:48 +00:00
Amneesh Singh
42f777d9bf
ryujinx: 1.1.327 -> 1.1.373
It requires the 7.0 SDK and runtime now

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-11-24 03:09:38 +05:30
Thiago Kenji Okada
7ee7182507 libretro: unstable-2022-10-18 -> unstable-2022-11-21 2022-11-22 20:19:44 +00:00
Zhaofeng Li
bbc897272f
cemu: 2.0-13 -> 2.0-17 (#201077) 2022-11-22 14:30:09 +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
Thiago Kenji Okada
3fbd8b7611 libretro-core-info: 1.12.0 -> 1.13.0 2022-11-21 18:08:54 +00:00
Thiago Kenji Okada
a238706683 retroarchBare: 1.12.0 -> 1.13.0 2022-11-21 18:08:26 +00:00
Anderson Torres
0fd0bd0f35
Merge pull request #201851 from atorres1985-contrib/duckstation
duckstation: remove unneeded rec
2022-11-19 17:17:10 -03:00
R. Ryantm
ef945c5e88 sameboy: 0.15.6 -> 0.15.8 2022-11-19 10:38:21 -06:00
AndersonTorres
f5110c7182 duckstation: remove unneeded rec
Also, adds a controlling flag enableWayland.
2022-11-19 12:25:28 -03:00
Martin Weinelt
6957c60714
basiliskii: fix build on aarch64-linux 2022-11-19 15:55:12 +01:00
Martino Fontana
5510fa1303 duckstation: unstable-2022-07-08 -> 2022-11-18 2022-11-19 00:46:01 +01:00
Sandro
c1d12de2de
Merge pull request #200243 from SuperSamus/flycast-vulkan 2022-11-18 02:36:40 +01:00
Stefan Frijters
2f6c22496a
wineStable: 7.0 -> 7.0.1
https://www.winehq.org/announce/7.0.1
2022-11-15 14:07:12 +01:00
AndersonTorres
0c48d38167 desmume: mark as broken on linux-aarch64 2022-11-14 12:52:22 -03:00
AndersonTorres
43421bb7ea desmume: 0.9.11+unstable=2021-09-22 -> 0.9.13 2022-11-14 12:52:22 -03:00
AndersonTorres
0b7f7b954d ares: 129 -> 130.1 2022-11-14 12:52:22 -03:00
AndersonTorres
f35f6ff9f9 fceux: refactor to new overlay-style overridable attributes 2022-11-14 12:52:22 -03:00
Martino Fontana
ffb54f78f6 flycast: fix vulkan
Update pkgs/applications/emulators/flycast/default.nix
2022-11-13 01:48:48 +01:00
Martino Fontana
f5093f3eb6 dolphin-emu-beta: small cleanup 2022-11-13 01:47:45 +01:00
Sandro
9f0ebc3f63
Merge pull request #197980 from SuperSamus/dolphin-emu-mainprogram 2022-11-13 01:40:54 +01:00
Sandro
a6e71d9a7e
Merge pull request #194215 from SuperSamus/wine 2022-11-11 01:46:38 +01:00
Thiago Kenji Okada
c5668943cd mame: some improvements
- Do not depend on `dist.mak` during installPhase anymore, instead
  packaging everything manually. This removes the necessity of a
  patching it, and also we have more control
- Use system's sqlite instead of the bundled one
- General clean-up
2022-11-10 12:30:43 +00:00
Anderson Torres
40962b461b
Merge pull request #200300 from thiagokokada/mame-tools-init
mame-tools: init at 0.249
2022-11-10 07:45:00 -03:00
Thiago Kenji Okada
b89efbd9a4 mame-tools: init at 0.249
This commit adds a new `tools` output to `mame` and move all
non-emulator binaries to it. This is because some of those binaries
(e.g.: chdman) are useful outside of the MAME, and the MAME binary is
really big. So if you only want to use some of the MAME tools, this will
reduce the download size needed for it.

The `tools` output is declared as `mame-tools` inside
`all-packages.nix`, for easier discovery.

This is similar to how other distros packages MAME, e.g.: on Arch Linux
we have `mame` and `mame-tools`.
2022-11-10 09:47:54 +00:00
Weijia Wang
dd9aa5d6c9 dolphin-emu: add aarch64-linux support 2022-11-09 00:59:14 +01:00
OPNA2608
04a590b89a np2kai: Fix build 2022-11-08 21:14:28 +01:00
Sergei Trofimovich
eccb0a9b80 zsnes: pin to c++14 to fix build with gcc-11
Without the change build on `master` fails as:

    jma/jma.h:67:28: error: ISO C++17 does not allow dynamic exception specifications
       67 |     jma_open(const char *) throw(jma_errors);
          |                            ^~~~~

ZHF: https://github.com/NixOS/nixpkgs/issues/199919
2022-11-06 23:57:58 +00:00
Christian Kögler
d6fcc6fd1d
Merge pull request #199295 from rhendric/rhendric/wine-wayland
wine-wayland: 7.0-rc2 -> 7.20
2022-11-05 21:58:01 +01:00
Ryan Hendrickson
98550c8dfa wine-wayland: 7.0-rc2 -> 7.20 2022-11-04 11:41:42 -04:00
Zhaofeng Li
135d16e72f cemu: 2.0-10 -> 2.0-13 2022-11-04 02:39:04 -06:00
Martino Fontana
e1b3ee8b43 dolphin-emu-beta: fix mainProgram on Linux 2022-11-03 14:04:04 +01:00
R. Ryantm
5e30a15bf0 rpcs3: 0.0.24-14337-5210df688 -> 0.0.25-14358-a00f9e421 2022-11-02 06:16:23 +00:00
Anderson Torres
c5f073cb0c
Merge pull request #198797 from SuperSamus/mgba-desktop
mgba: don't create desktop file
2022-11-01 14:42:55 -03:00
Martino Fontana
a90a880943 wine{Unstable,Staging}: 7.19 -> 7.20 2022-11-01 11:20:18 +01:00
Stefan Frijters
1266a4dff5 vkd3d: 1.4 -> 1.5 2022-11-01 11:05:59 +01:00
Stefan Frijters
5f113c0a80 wine{Unstable,Staging}: 7.18 -> 7.19 2022-11-01 11:05:59 +01:00
Stefan Frijters
8ef33c9c53 wine{Unstable,Staging}: 7.17 -> 7.18 2022-11-01 11:05:59 +01:00
Thiago Kenji Okada
21fdd3855b
Merge pull request #198590 from zhaofengli/cemu-wiiu
cemu: init at 2.0-10
2022-10-31 20:48:52 +00:00
Zhaofeng Li
ced4404934 cemu: init at 2.0-10 2022-10-31 14:03:26 -06:00
Martino Fontana
d5769b9d91 mgba: don't create desktop file 2022-10-31 16:30:50 +01:00
Thiago Kenji Okada
b28f6cc8a3 mame: general improvements
- Fix desktop item
- Remove hardeningDisable
- Add icon
- Add pre/postInstall hooks
- Use libsForQt5 instead of libsForQt514
- Unmark broken in aarch64-linux
2022-10-31 08:48:08 -05:00
AndersonTorres
c6cbeab8bc bochs: cosmetical rewrite 2022-10-30 15:48:35 -03:00
Thiago Kenji Okada
1ec96f776b
Merge pull request #198271 from thiagokokada/retroarch-improvements
retroarch,libretro: general improvements
2022-10-29 20:09:25 +01:00
Anderson Torres
ac44ef87ab
Merge pull request #197698 from kototama/update-uxn-version
uxn: 0.pre+unstable=2021-08-30 -> unstable-2022-10-22
2022-10-29 15:39:21 -03:00
Thiago Kenji Okada
f44ef6482d
Merge pull request #198473 from bzizou/mame
mame: 0.243 -> 0.249
2022-10-29 18:14:18 +01:00
Bruno Bzeznik
0ea558b4ff mame: 0.243 -> 0.249 2022-10-29 17:57:32 +01:00
Thiago Kenji Okada
784c363bd0 retroarch: use libretro-core-info, simplify patch
A smaller patch should make easier to bump this package in the future.
2022-10-29 12:36:58 +01:00
Alexandre Iooss
bfd9577640 sameboy: add rgbds 0.6 compatibility 2022-10-29 07:14:34 +02:00
Thiago Kenji Okada
eb2992e8f8 libretro-core-info: init at 1.12.0 2022-10-28 23:52:01 +01:00
Thiago Kenji Okada
87af66df78 retroarch: drop all Darwin related code
Darwin support in retroarch was broken for a long time, and it is
getting worse with each subsequent update. Upstream abandoned
`./configure` usage in macOS systems too for a Xcode build system.

So if we want to get back decent support for retroarch in Darwin, we
should migrate it to use Xcode. For now, let's just remove all this code
that is not working.
2022-10-28 21:31:39 +01:00
Weijia Wang
a166b35110 bochs: unbreak on darwin 2022-10-28 22:22:56 +02:00
Thiago Kenji Okada
cb5179db83 retroarch: refactor wrapper to use symlinkJoin 2022-10-28 16:33:26 +01:00
Thiago Kenji Okada
64ae43e9e5 libretro: refactor mkLibretroCore function
Separate it on its own separate file, remove some unnecessary
parameters and allow more flexibility.
2022-10-28 16:33:24 +01:00
Thiago Kenji Okada
27b6e16af7 retroarch: unbundle some dependencies 2022-10-28 12:45:00 +01:00
Thiago Kenji Okada
323487fa87 retroarch: use libretroCoreInfo version v1.12.0 2022-10-28 12:41:07 +01:00
Kototama
2fd3f4515b uxn: add new maintainer 2022-10-28 11:51:46 +02:00
Kototama
3af72c9c07 uxn: 0.pre+unstable=2021-08-30 -> unstable-2022-10-22 2022-10-28 11:51:46 +02:00
Thiago Kenji Okada
f0260475c7
Merge pull request #197824 from r-ryantm/auto-update/rpcs3
rpcs3: 0.0.24-14289-0da81d22d -> 0.0.24-14337-5210df688
2022-10-26 16:01:45 +01:00
R. Ryantm
b28847a126 rpcs3: 0.0.24-14289-0da81d22d -> 0.0.24-14337-5210df688 2022-10-26 03:18:51 +00:00
R. Ryantm
230cabb34a ryujinx: 1.1.257 -> 1.1.327 2022-10-26 03:12:14 +00:00
github-actions[bot]
71e4896d63
Merge master into staging-next 2022-10-22 12:01:25 +00:00
R. Ryantm
f8026322c6 rpcs3: 0.0.24-14263-0737c788f -> 0.0.24-14289-0da81d22d 2022-10-22 16:16:54 +08:00
github-actions[bot]
bbaff9a043
Merge master into staging-next 2022-10-19 12:01:22 +00:00
Thiago Kenji Okada
c6e757f7c9
Merge pull request #196623 from thiagokokada/bump-retroarch
retroarch: 1.11.0 -> 1.12.0
2022-10-19 10:15:36 +01:00
Jan Tojnar
457f28f6f8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/tools/codespell/default.nix

codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
Stefan Frijters
d86ccab260
wine: remove unrecognized flag --with-vkd3d
`configure: WARNING: unrecognized options: --with-vkd3d`

Removed upstream in 9d56ca72fe
2022-10-19 00:11:12 +02:00