Commit Graph

1166 Commits

Author SHA1 Message Date
Michael Raskin
0ccc3ec571
Merge pull request #104001 from Atemu/wineStaging-strictDeps-regression
wine: only use strictDeps when mingwSupport is enabled
2020-11-17 08:58:19 +00:00
Atemu
35db176b85 wine: only use strictDeps when mingwSupport is enabled
9f5cba0aaabc176bde6daf2b0079bc870f009615 broke regular wineStaging
2020-11-16 23:15:12 +01:00
Anderson Torres
b6deb94192
Merge pull request #103839 from AndersonTorres/wip-simh
simh: init at 3.11-1
2020-11-15 10:04:04 -03:00
Anderson Torres
3f45b5f904
Merge pull request #103556 from r-ryantm/auto-update/stella
stella: 6.3 -> 6.4
2020-11-15 09:13:46 -03:00
AndersonTorres
c7463be402 simh: init at 3.11-1 2020-11-14 19:24:35 -03:00
Kira Bruneau
9f5cba0aaa wine: add MinGW-w64 support 2020-11-12 17:44:55 -05:00
R. RyanTM
bcbc529b91 stella: 6.3 -> 6.4 2020-11-12 05:31:41 +00:00
R. RyanTM
fe3d25d8e0 mgba: 0.8.3 -> 0.8.4 2020-11-03 09:23:37 -08:00
Pavol Rusnak
2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
gnidorah
eae2982123
mame: 0.225 -> 0.226 (#102329) 2020-11-01 11:40:42 -05:00
Christoph Hrdinka
67b292a1f5
Merge pull request #101949 from AluisioASG/aasg/libretro-mame2016
libretro.mame2016: fix build with Make 4.3
2020-10-29 09:31:19 +01:00
Aluísio Augusto Silva Gonçalves
8880179b65
libretro.mame2016: fix build with gnumake-4.3
Builds currently fail with `ar` trying to operate on what are clearly
two paths concatenated together.  It stems from a backward-incompatible
change in Make:

> Previously appending using '+=' to an empty variable would result in
> a value starting with a space.  Now the initial space is only added
> if the variable already contains some value.  Similarly, appending an
> empty string does not add a trailing space.

This issue was first reported on the MAME repository proper
(https://github.com/mamedev/mame/issues/6248), and affects libretro's
2016 snapshot as well.  A fix that is reported to work with previous
versions of Make was upstreamed to:
- GENie, the build system: https://github.com/bkaradzic/GENie/pull/493
- MAME: https://github.com/mamedev/mame/pull/6262
- libretro: https://github.com/libretro/mame2016-libretro/pull/47

The fetched patch comes from the last of these.
2020-10-28 13:31:34 -03:00
Stefan Frijters
4e3cc04c9f wine{Unstable,Staging}: 5.19 -> 5.20 2020-10-28 11:04:18 -04:00
Stefan Frijters
daa40ef488 wine{Unstable,Staging}: 5.18 -> 5.19 2020-10-28 11:04:18 -04:00
Christoph Hrdinka
972ba804fd
Merge pull request #100162 from samuelgrf/pcsx2_gtk3-x86_64
pcsx2: multiple improvements
2020-10-23 16:48:45 +02:00
Konrad Borowski
cff07fe0fd dolphinEmuMaster: 5.0-11824 -> 5.0-12716 2020-10-21 21:54:04 +02:00
Samuel Gräfenstein
f21ced0bb5
pcsx2: build with LTO 2020-10-21 14:26:11 +02:00
Samuel Gräfenstein
d6def694c1
pcsx2: build with gtk3 and support x86_64 builds 2020-10-21 00:00:00 +02:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Anderson Torres
4669a06b33
Merge pull request #99572 from siraben/tilem-init
tilem: init at 2.0
2020-10-16 12:18:21 -03:00
AndersonTorres
492507697a stella: 6.2.1 -> 6.3 2020-10-12 04:07:17 -03:00
Ben Siraphob
81ef443d05 tilem: init at 2.0 2020-10-11 11:21:34 +07:00
1000101
53c0d59ba5
stella: 6.2.1 -> 6.3 (#100144) 2020-10-10 14:06:08 +00:00
AndersonTorres
c2ee241885 ppsspp: 1.9.4 -> 1.10.3 2020-10-09 12:32:54 -03:00
gnidorah
bdf7cf5939
mame: 0.224 -> 0.225 (#99969) 2020-10-07 22:50:06 -04:00
Patrick Hilhorst
b133532434 treewide: remove some trailing whitespace to please ofborg 2020-10-02 09:01:35 -07:00
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473874762fdb1b49d17dcf703d48352c3
 - 593e11fd944ce961ecf5425c3540df09e4f52265
 - 508ae42a0f64c350036d722b84c2e2905bbc5418

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Anderson Torres
c7bc218f02
Merge pull request #97803 from JamieMagee/dotnet-sdk-3.1
dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402
2020-09-23 14:39:53 -03:00
Jamie Magee
460c98ec69
dotnetCorePackages.sdk_3_1: fix dependent packages 2020-09-23 13:18:44 +02:00
Jamie McClymont
561078189e mame: make the parallel build reliable 2020-09-22 23:11:29 -07:00
Martin Weinelt
aeab683e38
Merge pull request #98168 from gnidorah/updates
update some packages I maintain
2020-09-22 03:59:27 +02:00
Jakub Kądziołka
220490a6b4 sameboy: init at 0.13.6 2020-09-19 09:06:37 +02:00
gnidorah
34e8ce3de5 mame: 0.223 -> 0.224 2020-09-17 16:12:19 +03:00
AndersonTorres
c4b869efc5 openmsx: 0.15.0 -> 16.0 2020-09-11 14:44:42 -03:00
Alexander V. Nikolaev
e049f91e10 wineUnstable: 5.15 -> 5.16 2020-09-05 14:14:39 -04:00
Alexander V. Nikolaev
1b197ce0d1 wineUnstable: 5.14 -> 5.15 2020-09-05 14:14:39 -04:00
Ryan Mulligan
8170d622de
Merge pull request #95094 from IvarWithoutBones/gxemul-cleanup
gxemul: 0.6.0.1 -> 0.6.2
2020-08-15 16:06:48 -07:00
Anderson Torres
c7588685bb
Merge pull request #95146 from r-ryantm/auto-update/mgba
mgba: 0.8.2 -> 0.8.3
2020-08-13 00:11:48 -03:00
Samuel Gräfenstein
bdf347956d
pcsx2: 1.6.0-rc -> 1.6.0 2020-08-11 08:55:15 +02:00
R. RyanTM
e434584ae4 mgba: 0.8.2 -> 0.8.3 2020-08-11 06:40:27 +00:00
IvarWithoutBones
2e2f87db13 ryujinx: init at 1.0.5160 2020-08-10 10:47:09 -07:00
IvarWithoutBones
3f8127c68b simplenes: init at unstable-2019-03-13 2020-08-10 09:55:24 -07:00
IvarWithoutBones
0bbae9cd4f gxemul: 0.6.0.1 -> 0.6.2 2020-08-10 17:58:57 +02:00
Alexander V. Nikolaev
5ce323abf2 wineUnstable: 5.13 -> 5.14 2020-08-09 10:13:31 -07:00
Alexander V. Nikolaev
2d918db274 wineUnstable: 5.12 -> 5.13 2020-08-09 10:13:31 -07:00
gnidorah
9bae9409ac
mame: 0.222 -> 0.223 (#94853) 2020-08-07 12:03:39 -04:00
Konrad Borowski
bfac20752f snes9x-gtk: use wrapGAppsHook 2020-07-27 11:59:54 +02:00
Dmitry Kalinkin
a4c7c2ab30
Merge pull request #92295 from avnik/wine-update
Wine update: 5.11 -> 5.12
2020-07-14 16:35:23 -04:00
Alexander V. Nikolaev
ec7b6af024 wineStaging: allow to blacklist patchsets from staging
Due repeatable issues with xactengine-initial patchset.
Later, `disablePatchsets` can be extended to be overridable argument
of wineStaging.
2020-07-09 13:13:06 +03:00
Alexander V. Nikolaev
e79e7e17e9 wineUnstable: 5.11 -> 5.12 2020-07-05 00:10:53 +03:00