Commit Graph

1141 Commits

Author SHA1 Message Date
Renaud
75ebc76ea8
Merge pull request #69624 from r-ryantm/auto-update/libdsk
libdsk: 1.5.10 -> 1.5.12
2019-10-12 23:23:24 +02:00
nyanloutre
75f52e12f0
fs-uae: 2.8.4 -> 3.0.0 2019-10-12 18:34:11 +02:00
marius851000
2718c41712 faudio, wine, vkd3d: add faudio 19.10 and vkd3d 1.1 to wine
fixes https://github.com/NixOS/nixpkgs/pull/68952
2019-10-12 14:57:28 +02:00
Herwig Hochleitner
39b7c7e688 wine: unstable 4.16 -> 4.17
also mono 4.9.2 -> 4.9.3
2019-10-12 14:57:28 +02:00
Linus Heckemann
5aa4b19946 treewide: mark some broken packages as broken
Refs:
e675498026
1e9cc5b984
793a2fe1e8
c19cf65261
f6544d618f
2019-10-08 17:14:26 +02:00
R. RyanTM
11c93653c7 mgba: 0.7.2 -> 0.7.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mgba/versions
2019-10-07 10:05:12 -07:00
Linus Heckemann
91ceb6b997 treewide: fix dead anonscm.debian.org links 2019-10-04 12:42:21 +02:00
Linus Heckemann
c6be8bfc10 desmume: copy debian patches
Obtained from
http://deb.debian.org/debian/pool/main/d/desmume/desmume_0.9.11-3.diff.gz
since desmume never moved to salsa.debian.org (previously on
anonscm.debian.org as a subversion repo)
2019-10-04 12:03:09 +02:00
Joachim F
ad773d31e2
Merge pull request #69345 from joachifm/feat/split-version
Replace uses of splitString for splitting version strings
2019-09-27 06:19:18 +00:00
R. RyanTM
50a34183ea libdsk: 1.5.10 -> 1.5.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdsk/versions
2019-09-26 19:03:25 -07:00
Joachim Fasting
bad07dfac5
tree-wide: replace uses of splitString "." with lib.versions
Quoting from the splitString docstring:

   NOTE: this function is not performant and should never be used.

This replaces trivial uses of splitString for splitting version
strings with the (potentially builtin) splitVersion.
2019-09-26 17:42:49 +02:00
Bjørn Forsman
bf7a1d6afe retroarch: 1.7.5 -> 1.7.8.4
Fixes missing GUI elements.
2019-09-26 08:11:32 +02:00
Tadeo Kondrak
82428b32b9
wine{Unstable,Staging}: 4.14 -> 4.16 2019-09-14 03:05:51 -06:00
Tadeo Kondrak
e3da137708
winetricks: 20190615 -> 20190912 2019-09-14 03:05:47 -06:00
Aaron Andersen
4ece8498dc dolphinEmu: fix broken build 2019-09-09 22:48:32 -04:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Frederik Rietdijk
ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
worldofpeace
fa29f98bb5
Merge pull request #67368 from tadeokondrak/wine-4.0.2
wine{,-mono,-unstable,-staging}: update
2019-08-27 15:05:07 -04:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Tadeo Kondrak
58d383a5dc
wine{,-mono,-unstable,-staging}: update
wine: 4.0.1 -> 4.0.2
wine-mono: 4.9.0 -> 4.9.2
wine-unstable: 4.12.1 -> 4.14
wine-staging: 4.12.1 -> 4.14
2019-08-23 14:25:12 -06:00
ash lea
fe9e1854cc dolphinEmuMaster: update to latest upstream 2019-08-23 02:41:36 -07:00
ash lea
44b0d3ff6b dolphinEmuMaster: add ashkitten as maintainer 2019-08-23 02:41:36 -07:00
ash lea
acbe898c8b dolphinEmuMaster: use lib instead of stdenv.lib 2019-08-23 02:41:36 -07:00
ash lea
32f332fded dolphinEmu: use lib instead of stdenv.lib 2019-08-23 02:41:36 -07:00
ash lea
bd8f12024b dolphinEmuMaster: use wrapQtAppsHook 2019-08-23 02:41:36 -07:00
ash lea
4a7992d2b8 dolphinEmu: fix build 2019-08-23 02:41:36 -07:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
marius851000
f2068d3aa4 dolphinEmuMaster: update to the latest upstream version 2019-08-04 18:10:11 -07:00
Frederik Rietdijk
6f723b9bad Merge master into staging-next 2019-08-02 09:18:37 +02:00
K. Bruneau
7c4d08421e winetricks: 20190310 -> 20190615 (#64706) 2019-08-01 10:47:16 -04:00
Frederik Rietdijk
cb3ce5d26d Merge master into staging-next 2019-07-28 12:11:37 +02:00
Michael Raskin
11ed5eba74
Merge pull request #65368 from ikervagyok/wine412
wine-{unstable,staging}: 4.9 -> 4.12.1
2019-07-28 07:10:59 +00:00
Frederik Rietdijk
0f6bda38fe Merge staging-next into staging 2019-07-26 14:45:31 +02:00
Averell Dalton
9332773e51 wine: disable zbar in gst-plugins-bad 2019-07-23 16:30:56 +02:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Lengyel Balazs
a031a1f4b8 wine: 4.9 -> 4.12.1 2019-07-21 20:47:52 +02:00
Lengyel Balazs
8a83fb70d0 wine-mono: 4.8.3 -> 4.9.0 2019-07-21 20:47:01 +02:00
Graham Christensen
3f4ed94173
Merge pull request #64731 from risicle/ris-dosbox-0.74-3
dosbox: 0.74-2 -> 0.74-3, fixing CVE-2019-7165, CVE-2019-12594
2019-07-18 17:35:51 -04:00
Frederik Rietdijk
a28a9ac156 Merge master into staging-next 2019-07-16 11:15:46 +02:00
Michael Raskin
4a68d3bb79
Merge pull request #63817 from ambrop72/wine-wrapper-fix
wine: Set WINELOADER in wrapper, wrap also wine64.
2019-07-15 10:40:15 +00:00
Robert Scott
428e215313 dosbox: 0.74-2 -> 0.74-3
fixes CVE-2019-7165, CVE-2019-12594
2019-07-14 12:39:15 +01:00
Thomas Tuegel
56d5963382
Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-apps
Wrap Qt applications
2019-07-05 14:38:10 -05:00
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Daiderd Jordan
956c197ee6
dolphin-emu: remove cf-private 2019-07-03 22:20:11 +02:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
Ambroz Bizjak
96c957f92c wine: Set WINELOADER in wrapper, wrap also wine64.
Fixes #63170. Note that this brings back wrapping of wine64 which was removed in #28486 because the underlying issue is now fixed.
2019-06-27 14:38:57 +02:00
Frederik Rietdijk
f120248daf Merge staging-next into staging 2019-06-18 11:07:56 +02:00
Michael Raskin
63379e8e86
Merge pull request #63044 from JohnAZoidberg/wine-fonts
winePackages.fonts: init at 4.0
2019-06-17 19:39:52 +00:00
Matthew Bauer
4d6f65b81f
Merge pull request #62167 from matthewbauer/alias-libgl
Add libGL* aliases
2019-06-17 15:18:29 -04:00
Matthew Bauer
263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Alexander V. Nikolaev
2b4ac8d003 wine: 4.8 -> 4.9, 4.0 -> 4.0.1 2019-06-15 18:32:50 +02:00
Daniel Schaefer
3303bc1fd7 wine: Use proper license attribute 2019-06-12 23:36:10 +02:00
Daniel Schaefer
66fffe99d8 winePackages.fonts: init at 4.0
"Wine's fonts should be a natural candidate for their own subpackage"
https://wiki.winehq.org/Packaging

They are a replacement for some Microsoft fonts not available in other
replacement packages.
2019-06-12 23:33:18 +02:00
Matthew Bauer
290737edf0
Merge pull request #57103 from natemonster321/master
pcsx2: add -DXDG_STD build flag
2019-06-10 21:20:57 -04:00
Renaud
ec57ea39a6
Merge pull request #62477 from r-ryantm/auto-update/mgba
mgba: 0.7.1 -> 0.7.2
2019-06-10 15:55:11 +02:00
Vladimír Čunát
e596a33dc0
uae: fixup build
Fixes #62341.  I'm not sure why the problem happened,
but the solution seems fairly simple and risk-free.
2019-06-09 12:24:19 +02:00
Nikolay Amiantov
dff950155e rpcs3: 0.0.5-6980-81e5f3b7f -> 0.0.6-8187-790962425
Clean whitespaces.
2019-06-04 01:36:27 +03:00
Nikolay Amiantov
bb0fc95a89 citra: 2018-06-09 -> 2019-05-25 2019-06-04 01:36:27 +03:00
R. RyanTM
3d4482ff8e mgba: 0.7.1 -> 0.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mgba/versions
2019-06-01 23:20:50 -07:00
Bignaux Ronan
6e175d1371 xcpc: move libsdk and lesstiff as optional 2019-05-24 02:17:26 +02:00
Robin Gloster
6cf583cf2f
Merge pull request #60406 from JohnAZoidberg/remove-isnull
treewide: Remove usage of isNull
2019-05-18 09:36:24 +00:00
Renaud
d9df60fb71
Merge pull request #60819 from r-ryantm/auto-update/vhba
linuxPackages.vhba: 20190302 -> 20190410
2019-05-15 14:38:09 +02:00
nyanloutre
f2affe0344 wine-{unstable,staging}: 4.7 -> 4.8 2019-05-14 10:22:49 +02:00
R. RyanTM
804105e6b7 vbam: 2.1.2 -> 2.1.3 (#60821)
* vbam: 2.1.2 -> 2.1.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/visualboyadvance-m/versions

* vbam: refactor build inputs
2019-05-03 10:16:32 +02:00
R. RyanTM
c2708f9e96 linuxPackages.vhba: 20190302 -> 20190410
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vhba/versions
2019-05-02 16:48:13 -07:00
Florian Klink
ecf59492c7
caprice32: unstable-2018-03-05 -> 4.5.0 (#60663)
caprice32: unstable-2018-03-05 -> 4.5.0
2019-05-01 22:59:27 +02:00
Bignaux Ronan
24b83b0af9 caprice32: unstable-2018-03-05 -> 4.5.0 2019-05-01 21:20:47 +02:00
Daniel Schaefer
786f02f7a4 treewide: Remove usage of isNull
isNull "is deprecated; just write e == null instead" says the Nix manual
2019-04-29 14:05:50 +02:00
nyanloutre
3dc4e55ffc
wine-mono: 4.8.2 -> 4.8.3 2019-04-27 14:54:20 +02:00
nyanloutre
b1ae0ef297
wine{unstable,staging}: 4.6 -> 4.7 2019-04-27 14:53:51 +02:00
Chris Rendle-Short
86b5fb78dd dosbox: add XDG icon
Add an XDG icon for dosbox. The official icon is in .ico format, which
is not compatible with the freedesktop.org spec, so graphicsmagick is
included as a build time dependency and used to convert it to a PNG.
2019-04-21 22:04:10 +10:00
R. RyanTM
a73d69c912 vbam: 2.1.1 -> 2.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/visualboyadvance-m/versions
2019-04-18 19:43:49 +02:00
nyanloutre
676a77a5e5 wine-mono: 4.8.0 -> 4.8.2 2019-04-18 09:27:10 +02:00
nyanloutre
e2adc64175 wine{unstable,staging}: 4.5 -> 4.6 2019-04-18 09:27:10 +02:00
ash lea
1e8606946f dolphinEmuMaster: 2019-02-16 -> 5.0-9976
changed versioning scheme to match dolphin's own. this also allows us to
include the describe string without deriving it from the git repository
during build.
2019-04-17 17:35:40 -07:00
Dmitry Kalinkin
04ff9941b6
Merge pull request #58506 from nyanloutre/wine-update
Update wine{unstable,staging,mono,winetricks}
2019-04-15 22:02:06 -04:00
Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer
290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Dmitry Kalinkin
59c81160e7
Merge pull request #58504 from symphorien/static-proot
Static proot, wafHook cross compilation
2019-04-13 12:04:32 -04:00
Matthew Bauer
a79a8f29bc waf: use wafConfigureFlags for waf flags
This avoids the potential conflict between autoconf flags and the waf
flags. There is some overlap between the two but waf errors when it
doesn’t recognize the flag.
2019-04-09 23:44:37 -04:00
Herwig Hochleitner
79d653be55 cdemu: update to 3.2 release
closes https://github.com/NixOS/nixpkgs/pull/58911
2019-04-05 15:48:34 +02:00
R. RyanTM
794e864a07 linuxPackages.vhba: 20170610 -> 20190302
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vhba/versions
2019-04-05 15:48:34 +02:00
Tadeo Kondrak
b4850a9371
wine{unstable,staging}: 4.4 -> 4.5
Co-Authored-By: nyanloutre <paul@nyanlout.re>
2019-04-03 11:17:42 +02:00
Maximilian Bosch
27ad1d515b
Merge pull request #58188 from r-ryantm/auto-update/hatari
hatari: 2.1.0 -> 2.2.1
2019-03-29 11:38:39 +01:00
nyanloutre
e5a68c5314
winetricks: 20181203 -> 20190310 2019-03-28 22:46:21 +01:00
nyanloutre
da1b3e7bb9
wine{unstable,staging}: 4.2 -> 4.4 2019-03-28 22:46:02 +01:00
nyanloutre
c06ec8b3ac
wine-mono: 4.7.5 -> 4.8.0 2019-03-28 22:45:28 +01:00
R. RyanTM
257076158d libdsk: 1.5.9 -> 1.5.10 (#57274)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdsk/versions
2019-03-27 23:12:20 +01:00
R. RyanTM
9e281d5eed vbam: 2.1.0 -> 2.1.1 (#57499)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/visualboyadvance-m/versions
2019-03-27 15:52:51 +01:00
R. RyanTM
8156bc47ca hatari: 2.1.0 -> 2.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hatari/versions
2019-03-23 14:54:37 -07:00
CrazedProgrammer
11919c3a3a ccemux: 1.1.0 -> 1.1.1 2019-03-20 21:31:37 +01:00
R. RyanTM
132bb0bbe3 mgba: 0.7.0 -> 0.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mgba/versions
2019-03-10 17:17:10 -07:00
Nathan
636f156b91 pcsx2: add -DXDG_STD build flag 2019-03-08 22:55:58 -05:00
Frederik Rietdijk
2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Cray Elliott
4cfb4ec5f4 dolphinEmuMaster: 2018-12-25 -> 2019-02-16 2019-02-21 01:27:28 -08:00
Cray Elliott
c210206b7a mgba: 0.6.3 -> 0.7.0 2019-02-21 00:56:52 -08:00
Matthew Bauer
b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Frederik Rietdijk
815b77cbe6 Merge master into staging-next 2019-02-18 14:18:04 +01:00
Lengyel Balazs
4310dfc90a
wine{Unstable,Staging}: 4.1 -> 4.2 2019-02-17 13:34:55 -07:00
Jan Tojnar
606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Tadeo Kondrak
c9d5c86237
wine-{unstable,staging}: 4.0 -> 4.1 2019-02-12 18:53:17 -07:00
Tadeo Kondrak
4e8b3319a2
wine: 3.0.4 -> 4.0 2019-01-23 18:10:00 -07:00
Tadeo Kondrak
87e5893cec
wine-mono: 4.7.3 -> 4.7.5 2019-01-23 18:09:08 -07:00
Tadeo Kondrak
1838df987f
wine{unstable,staging}: 4.0-rc5 -> 4.0 2019-01-23 18:07:33 -07:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible 2019-01-16 20:37:15 +01:00
R. RyanTM
df3ebbea60 libdsk: 1.5.8 -> 1.5.9 (#52849)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdsk/versions
2019-01-13 22:39:03 +01:00
Ivan Kozik
2f80d662a8 wine{Unstable,Staging}: 4.0-rc2 -> 4.0-rc5 2019-01-07 21:43:41 +00:00
Tadeo Kondrak
0d99389a6d wine: add perl to buildInputs to fix winemaker 2019-01-05 18:40:59 +01:00
ash lea
ace58271af dolphinEmuMaster: 2018-09-24 -> 2018-12-25 (#52917) 2018-12-29 20:34:53 +01:00
Samuel Dionne-Riel
3c38cc8058
Merge pull request #51813 from samueldr/aarch64/disable-non-arm-builds-part-1
aarch64: ZHF for aarch64 (1/??)
2018-12-20 21:06:52 -05:00
Lengyel Balazs
a960696f71 wineStable: 3.0.3 -> 3.0.4 2018-12-19 16:55:08 -05:00
Lengyel Balazs
80a1d934b8 winetricks: 20180815 -> 20181203 2018-12-19 16:55:08 -05:00
Matthew Bauer
df90fdf62b
Merge pull request #51301 from timor/libretro-dolphin-dep-fix
libretro.dolphin: add missing dependencies to fix build
2018-12-19 12:05:03 -06:00
Matthew Bauer
762c3d730f
Merge pull request #52011 from r-ryantm/auto-update/snes9x-gtk
snes9x-gtk: 1.56.2 -> 1.57
2018-12-19 11:00:02 -06:00
Alexander V. Nikolaev
946e6af857 wine{Unstable,Staging}: 3.20 -> 4.0-rc2
Disabling the build of regression tests was proposed in #51341
but this change has been postponed until we reach a concensus.
2018-12-18 21:29:23 -05:00
Jörg Thalheim
6b69a8c8f5
Merge pull request #51935 from neonfuz/retroarch-menu-fix
retroarch: Remove --menu from wrapper
2018-12-18 10:44:09 +00:00
Matthew Bauer
9a06f08d85
Merge pull request #51847 from plapadoo/fix-epsxe
epsxe: add libGLU_combined to buildInputs
2018-12-14 22:19:45 -06:00
R. RyanTM
c6cb93339f snes9x-gtk: 1.56.2 -> 1.57
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/snes9x-gtk/versions
2018-12-14 00:53:57 -08:00
Sage Raflik
b33fc4e618 retroarch: Remove --menu from wrapper 2018-12-13 02:20:31 -08:00
Alyssa Ross
64f73752fc
Merge pull request #51928 from neonfuz/retroarch-1.7.5
retroarch: 1.7.1 -> 1.7.5
2018-12-13 10:17:55 +00:00
Sage Raflik
8cccab7bf4 retroarch: 1.7.1 -> 1.7.5 2018-12-12 21:11:01 -08:00
Philipp Middendorf
f4ea6fd287 epsxe: add libGLU_combined to buildInputs
This fixes #51845.
2018-12-10 22:41:22 +01:00
Samuel Dionne-Riel
38d6719cbc blastem: Disables build for aarch64-linux. 2018-12-10 14:55:20 -05:00
Alyssa Ross
0e8e02e686
Merge pull request #51214 from rnhmjoj/wine
winePackages.wine: add SDL support
2018-12-07 22:44:13 +00:00
timor
4ec1e15558 libretro.dolphin: add missing dependencies to fix build 2018-12-01 01:28:03 +01:00
rnhmjoj
ff74da41fd
winePackages.wine: add SDL support 2018-11-29 00:18:46 +01:00
Frederik Rietdijk
701375662b Merge master into staging-next 2018-11-21 12:39:20 +01:00
R. RyanTM
00de60dc3c atari800: 3.1.0 -> 4.0.0 (#50816)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/atari800/versions
2018-11-20 20:57:33 +01:00
Frederik Rietdijk
aabf1a93bc Merge staging-next into staging 2018-11-20 11:51:11 +01:00
Frederik Rietdijk
fd26e7be2a Merge master into staging-next 2018-11-20 11:47:26 +01:00
Herwig Hochleitner
86ec6b14fc wine: correct comment in sources 2018-11-19 22:30:36 +01:00
Lengyel Balazs
34c09d9caa wine{Unstable,Staging}: 3.18 -> 3.20
close #50637
2018-11-19 22:30:36 +01:00
Frederik Rietdijk
0d0d7dcd06 Merge staging-next into staging 2018-11-18 10:41:34 +01:00
Matthew Bauer
83d02fad5f wxmupen64plus: fix with fpermissive
This flag seems to make things work again.
2018-11-13 19:15:26 -06:00
Matthew Bauer
06c403e846 treewide: remove unstable packages
There’s nothing wrong with unstable packages when they are maintained
and frequently updated. However, when they become out-of-date, as many
do, it is usually best to just get rid of them as the stable version
is become newer than the unstable version. This removes any packages
called "unstable" that have not been updated in over 1 year. Affected
packages include:

- isyncUnstable
- sxhkd-unstable
- dosbox-unstable

Revert "treewide: remove unstable packages"

This reverts commit df01b0b37a04624cfe6f8d2ccb42b99289841b68.
2018-11-13 19:14:44 -06:00
Matthew Bauer
bfbfe941ab treewide: use scons setup hook
Lots of packages can use it. Here is the list:

- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -06:00
Matthew Bauer
f2a20b6e52 treewide: use wafHook
Replace "waf" phases with wafHook that manages everything
automatically. Should make things more modular.

Packages affected here are:

- a2jmidid
- ams-lv2
- ardour
- fomp
- guitarix
- ingen
- jalv
- mda-lv2
- non
- patchage
- hamster-time-tracker
- kupfer
- xiphos
- xfce4-dockbarx-plugin
- xfce4-namebar-plugin
- dropbox
- clasp
- aubio
- liliv
- lv2
- lvtk
- ntk
- raul
- sratom
- suil
- ganv
- ndn-cxx
- ns3
- serd
- sord
- termbox
- wxmupen64plus
- jackaudio
- pflask
- blockhash
- glmark2
- weighttp
2018-11-13 19:13:48 -06:00
Frederik Rietdijk
1d3bff25db Merge staging-next into staging 2018-11-11 14:28:08 +01:00
Orivej Desh
65e0b5c725 dosbox: 0.74 -> 0.74-2 2018-11-11 02:42:33 +00:00
Patrick Hilhorst
9ec40cc3bf
treewide: Fix overrides having wrong versions 2018-11-06 00:06:21 +01:00
Frederik Rietdijk
3059cf7f0c retroarch: use python3 instead of python34 2018-11-04 18:48:24 +01:00
Alex Leferry 2
9a6e899d00 Fix higan typo 2018-10-27 11:45:59 +02:00
lassulus
aac680d4c9 vbam: unstable-2017-09-04 -> 2.1.0 2018-10-16 16:26:20 +02:00
Pierre Bourdon
259cf8812b dolphin-emu: fix metadata (GPLv2 -> GPLv2+, http -> https)
Dolphin has been GPLv2+ since 2015.
2018-10-15 03:28:17 +02:00
Lengyel Balazs
a1b4859d1b wine: 3.17 -> 3.18 (unstable and staging) 2018-10-13 13:09:20 +02:00
Lengyel Balazs
c73ed9625b wine: use current flex 2018-10-13 12:55:49 +02:00
Lengyel Balazs
12d9443a66 wineStable: 3.0.2 -> 3.0.3 2018-10-13 12:55:49 +02:00
Cray Elliott
dcd8cec0f0 winetricks: 20180603 -> 20180815 2018-10-09 12:05:38 -07:00
AndersonTorres
f65adf6292 higan: small fixes 2018-10-06 23:36:19 -03:00
Alexander V. Nikolaev
3b67c0b243 wineUnstable: 3.15 -> 3.17
Staging updated as well
2018-10-04 21:24:22 +03:00
Alexander V. Nikolaev
b839b25551 wine: 3.14 -> 3.15 2018-10-04 21:24:10 +03:00
Okina Matara
55d43d4e02
dolphinEmuMaster: 2018-08-17 -> 2018-09-24 2018-09-25 09:26:57 -05:00
Brian McKenna
77088b5d12 blastem: init at 0.5.1 2018-09-25 09:33:11 +10:00
Daiderd Jordan
1a1a5af252
Merge pull request #47051 from LnL7/darwin-broken-d
broken darwin packages (d)
2018-09-21 20:15:00 +02:00
Christoph Hrdinka
da84efcd12
libretro.mame: 2017-03-02 -> 2018-09-13
Fixes build of the MAME libretro core.

Closes #47137.

Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-09-21 18:53:59 +02:00
Daiderd Jordan
f6bc086b21
dolphinEmuMaster: mark broken on darwin
The default version isn't enabled on darwin either, however it did work
at some point.

    /tmp/nix-build-dolphin-emu-2018-08-17.drv-0/source/Source/Core/Core/NetPlayServer.cpp:1180:26: error: unknown type name 'lzo_uint32_t'; did you mean 'lzo_uint32'?
      std::vector<u8> wrkmem(LZO1X_1_MEM_COMPRESS);

/cc ZHF #45961
2018-09-20 22:17:57 +02:00
Samuel Dionne-Riel
2c751dcdc9 yabause: 0.9.14 -> 0.9.15 (#46353)
+ fixes for Qt 5.11 build.
2018-09-08 13:58:50 +02:00
John Ericson
0828e2d8c3 treewide: Remove usage of remaining redundant platform compatability stuff
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Sarah Brofeldt
ab18814a8e
Merge pull request #45753 from ikervagyok/wine314
wine{Unstable,Staging}: 3.13 -> 3.14
2018-08-30 11:20:57 +02:00
Lengyel Balázs
f9ab1c5d41 wine{Unstable,Staging}: 3.13 -> 3.14 2018-08-29 16:54:08 +02:00
Michael Raskin
529c62cd47 gensgs: update src link 2018-08-21 20:51:41 +03:00
Markus Kowalewski
a0f6e0552d
gens-gs: add license 2018-08-20 19:39:08 +02:00
Joachim F
c69e3ba514
Merge pull request #45197 from Chiiruno/dev/dolphin
dolphinEmuMaster: 2018-07-22 -> 2018-08-17
2018-08-18 18:43:12 +00:00
Okina Matara
6cf43791e7 dolphinEmuMaster: 2018-07-22 -> 2018-08-17 2018-08-18 12:38:13 -05:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Frederik Rietdijk
d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
CrazedProgrammer
cb183acbaa ccemux: init at 1.1.0 (#44614) 2018-08-07 21:45:01 +02:00
Pascal Wittmann
f442f7d2b2
dosbox-unstable: add license
see issue #43716
2018-08-06 12:45:57 +02:00
Bignaux Ronan
4c2c12da20 caprice32: unstable-2018-02-10 -> unstable-2018-03-05 (#44462) 2018-08-04 22:21:17 +02:00
John Ericson
f0d6b385d1 treewide: Make all the rest of configureFlags 2018-08-03 17:06:03 -04:00
John Ericson
db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
Okina Matara
21e5d59f9c dolphinEmuMaster: 2018-07-02 -> 2018-07-22 2018-07-30 09:42:53 -07:00
Lengyel Balázs
8c8f0c8058 winetricks: 20180513 -> 20180603 2018-07-26 11:52:20 +02:00
Lengyel Balázs
30e0a5b009 wine-mono: 4.7.1 -> 4.7.3 2018-07-26 11:48:41 +02:00
Lengyel Balázs
d3de53eae5 wine{Unstable,Staging}: 3.11 -> 3.13 2018-07-26 11:45:18 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
leenaars
5902e11cd6 termtekst: init -> 1.0 (#43045) 2018-07-06 21:55:18 +02:00
Matthew Bauer
c491a99362 treewide: remove callPackage_i686
This has been replaced with pkgsi686Linux.callPackage
2018-07-05 14:04:52 -04:00
Okina Matara
8b312db421 dolphinEmuMaster: 2018-06-22 -> 2018-07-02
also migrate from wxwidgets to qt, wxwidgets support in dolphin has been
dropped
2018-07-02 09:29:43 -07:00
Matthew Bauer
92d258cd7d
Merge pull request #42615 from ikervagyok/wine311
wine: stable 3.0.1 -> 3.0.2, unstable: 3.9 -> 3.11
2018-06-28 22:28:12 -04:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Kevin Liu
cb303b8074 firebird-emu: init at 1.4 (#42663)
* firebird-emu: init at 1.4

* firebird-emu: limit platform to linux

Other platforms fail to compile currently.
2018-06-28 12:47:36 +02:00
R. RyanTM
953ab8fb4f snes9x-gtk: 1.56.1 -> 1.56.2 (#42446)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/snes9x-gtk/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/dwkaz8igww0j8mvlvbmmia9dqn1zfi4r-snes9x-gtk-1.56.2/bin/snes9x-gtk had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/dwkaz8igww0j8mvlvbmmia9dqn1zfi4r-snes9x-gtk-1.56.2/bin/.snes9x-gtk-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.56.2 with grep in /nix/store/dwkaz8igww0j8mvlvbmmia9dqn1zfi4r-snes9x-gtk-1.56.2
- directory tree listing: https://gist.github.com/9099159d34f80ca08f46e16de03222b7
- du listing: https://gist.github.com/089002406d67da563ace4b09e11494ab
2018-06-27 16:59:12 +02:00
Lengyel Balázs
b845a8129f wine: stable 3.0.1 -> 3.0.2, unstable: 3.9 -> 3.11 2018-06-26 17:03:56 +02:00
nocent
f8530c887b rpcs3: 0.0.4-8032 -> 0.0.5-6980 (#41414)
* rpcs3: 0.0.4-8032 -> 0.0.5-6884

* rpcs3: update hash

* rpcs3: 0.0.5-6884 -> 0.0.5-6925

* rpcs3: 0.0.5-6925 -> 0.0.5-6938

* rpcs3: 0.0.5-6938 -> 0.0.5-6980

Manually write version header instead of generating it with git, which required leaveDotGit to be enabled.
This caused some hash mismatches (see #8567) has thus been disabled.
2018-06-25 11:45:50 +02:00
Ryan Mulligan
0d5eb901ad treewide: http -> https 2018-06-23 04:34:55 -07:00
Okina Matara
794c91b49e dolphinEmuMaster: 20180618 -> 2018-06-22 2018-06-23 01:48:52 -07:00
Okina Matara
25d4708c95 dolphinEmuMaster: Add option-dependent desktop file 2018-06-23 01:48:52 -07:00
Okina Matara
e4a32f980b dolphinEmuMaster: 20180609 -> 20180618 2018-06-23 01:48:52 -07:00
Pascal Wittmann
56b867ca99
Merge pull request #42214 from Chiiruno/dev/mgba
mgba: Add desktop file
2018-06-19 14:27:19 +02:00
Okina Matara
933f53eabb mgba: Add desktop file 2018-06-19 02:12:41 -05:00
Okina Matara
49eae144e6 snes9x-gtk: Install normally 2018-06-19 01:51:56 -05:00
Okina Matara
605827cd4d mbga: 0.6.1 -> 0.6.3 2018-06-15 22:23:12 -05:00
Yegor Timoshenko
ec092b288f
Merge pull request #42086 from Chiiruno/dev/citra
citra: 2018-02-23 -> 2018-06-09
2018-06-16 02:06:25 +00:00
Okina Matara
580b8f8ca8 citra: 2018-02-23 -> 2018-06-09 2018-06-15 20:31:53 -05:00
Okina Matara
51403b2426 snes9x-gtk: 1.54.1 -> 1.56.1 2018-06-15 20:11:01 -05:00
Okina Matara
45af94bfb9 dolphinEmuMaster: Enable Vulkan Dolphin did not have access to the Vulkan libs before, now it does. 2018-06-10 16:24:28 -07:00
Okina Matara
03ca9eeaa2 dolphinEmuMaster: 20180430 -> 20180609 2018-06-10 16:24:28 -07:00
Lengyel Balázs
2aebd62cfc winetricks: 20180217 -> 20180513 2018-05-28 18:09:34 +02:00
Lengyel Balázs
609f718cab wine: Stable: 3.0 -> 3.0.1; Unstable, Staging 3.7 -> 3.9 2018-05-28 13:31:13 +02:00
Tuomas Tynkkynen
f9feacfc7c Merge remote-tracking branch 'upstream/master' into staging 2018-05-22 17:48:29 +03:00
Matthew Bauer
f22a63d533 libretro: build cores on darwin 2018-05-21 19:55:37 -05:00
John Ericson
5ccb99e372 Merge remote-tracking branch 'upstream/master' into staging 2018-05-18 17:48:37 -04:00
Moritz Angermann
0828bc5b1f wine: Enable on macOS 2018-05-18 17:15:42 -04:00
John Ericson
ee4b56edd3 Merge remote-tracking branch 'upstream/master' into staging 2018-05-11 14:36:08 -04:00
Matthew Bauer
352f8cb6b6 retroarch: fix on macOS 2018-05-10 23:58:12 -05:00
Matthew Bauer
6748534d83 Merge remote-tracking branch 'upstream/master' into staging 2018-05-08 09:36:00 -05:00
Jörg Thalheim
2326fd2d53
Merge pull request #39404 from dwe11er/wine-vulkan
wine: add vulkanSupport option
2018-05-07 16:25:50 +01:00
Joachim F
7a39cb90a1
Merge pull request #39685 from ikervagyok/wine37
wine-{Unstable,Staging}: 3.5 -> 3.7
2018-05-06 09:47:46 +00:00
John Ericson
cf06e42d1c Merge remote-tracking branch 'upstream/master' into staging 2018-05-03 16:35:36 -04:00
Matthew Bauer
143978a477 treewide: remove platform assertions
linux: readd assertion
2018-05-03 13:09:20 -05:00
Matthew Justin Bauer
eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions 2018-05-02 15:40:38 -05:00
Matthew Justin Bauer
b6a771f670
Merge pull request #39793 from ryantm/https
treewide: http to https
2018-05-01 02:05:55 -05:00
Cray Elliott
800c46b24b dolphinEmuMaster: 20171218 -> 20180430
also fix build
2018-04-30 23:46:14 -07:00
Ryan Mulligan
038a0c9a60 treewide: http to https 2018-04-30 21:39:20 -07:00
Lengyel Balazs
87b51a1e67 wine-{Unstable,Staging}: 3.5 -> 3.7 2018-04-29 22:22:19 +02:00
Jan Malakhovski
7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Matthew Justin Bauer
ab7aaf1b94
Revert "libretro.mame: 2017-06-04 -> 2017-03-02" 2018-04-24 13:54:12 -05:00
Marcin Falkiewicz
0fad5f7a84 wine: add Vulkan support 2018-04-24 14:47:12 +02:00
Ryan Mulligan
0f239f6557 fs-uae: 2.8.3 -> 2.8.4 (#37295)
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae --help` got 0 exit code
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae --version` and found version 2.8.4
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae --help` and found version 2.8.4
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae-device-helper -h` got 0 exit code
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae-device-helper --help` got 0 exit code
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae-device-helper help` got 0 exit code
- found 2.8.4 with grep in /nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4
- directory tree listing: https://gist.github.com/6996324bf1e34d7108f74089af68c981
2018-04-17 10:43:58 -05:00
Matthew Justin Bauer
064d4bfee1
Merge pull request #38476 from coreyoconnor/wine-3.5
wine-unstable: 3.4 -> 3.5 (and staging likewise)
2018-04-14 23:26:54 -05:00
Frederik Rietdijk
0aa59a08d6 Merge master into staging 2018-04-09 15:12:32 +02:00
Matthew Justin Bauer
e05cd54603
Merge pull request #38308 from ikervagyok/wine
wine: 3.4 -> 3.5
2018-04-08 21:29:20 -05:00
Corey O'Connor
cbcb9eb909 wine: 3.4 -> 3.5 (and staging likewise) 2018-04-05 08:57:50 -07:00
Tuomas Tynkkynen
747ebe3f66 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/top-level/all-packages.nix
2018-04-03 02:22:54 +03:00
Lengyel Balazs
7e97675fa1 wine: 3.4 -> 3.5 2018-04-01 22:12:14 +02:00
Matthew Justin Bauer
3070e9263e
Merge pull request #37640 from coreyoconnor/retroarch-mame
libretro.mame: 2017-06-04 -> 2017-03-02
2018-03-31 19:19:13 -05:00
Shea Levy
05e375d710
Merge remote-tracking branch 'origin/master' into staging 2018-03-28 09:36:47 -04:00
Matthew Justin Bauer
75616ceb49
Merge pull request #37840 from matthewbauer/unixtools
Cross-platform "unixtools"
2018-03-27 18:43:03 -05:00
Jan Malakhovski
c7cf808ff8 libva: make libva-full the default
It seems that all uses of `libva` it in nixpkgs except `mesa` and itself actually
either will gain from using `libva-full` instead of `libva-minimal` by default
or simply won't care.
2018-03-26 14:02:06 +03:00
Nikolay Amiantov
6bf1421f13 treewide: refactor to use libglvnd
* Implement libGL as a symlink package which uses libraries from libglvnd and
  headers from Mesa (since ones from libglvnd are outdated).
* Use libGL_driver.driverLink treewide; add FHS paths where possible.
2018-03-26 14:01:49 +03:00
Jörg Thalheim
90cfaf1ab3
Merge pull request #37743 from ikervagyok/wine
wine: Unstable 3.3 -> 3.4 & reenable wineStaging
2018-03-26 10:10:28 +01:00
Matthew Justin Bauer
8f3091939b
Merge pull request #37752 from ryantm/fix-urls
treewide: use more HTTPS URLs
2018-03-25 00:40:17 -05:00
Ryan Mulligan
b189247ba0 treewide: use more HTTPS URLs
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.

Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Lengyel Balázs
f8f067d627 wine: Unstable 3.3 -> 3.4 & reenable wineStaging 2018-03-24 22:26:51 +01:00
Albert Safin
ba960ac383 wine: disable bindnow hardening 2018-03-23 18:11:57 +02:00
Corey O'Connor
1a282a2ec7 libretro.mame: 2017-06-04 -> 2017-03-02 2018-03-22 10:55:44 -07:00
Yegor Timoshenko
b46aea76e9
epsxe: remove duplicated with stdenv.lib; 2018-03-21 02:44:02 +00:00
Corey O'Connor
7f112e37d1 wine: correct install order for WoW wine build.
Per the wiki at https://wiki.winehq.org/Building_Wine#Shared_WoW64

"if you do choose to install your WoW64 build, you should run make
install in the 32-bit build tree first, then in the 64-bit one."

This is required, for instance, for the resulting "wineserver"
executable to be the 64 bit variant not 32 bit. Which is expected by the
binary loader for WoW64.

This odd dependency is vaguely mentioned on the packaging wiki page:

* https://wiki.winehq.org/Packaging#Binaries
2018-03-14 21:10:12 -07:00