Commit Graph

762 Commits

Author SHA1 Message Date
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
volth
34f12184cd treewide: s/saneBackends/sane-backends/g 2018-03-13 00:47:10 +00:00
Nikolay Amiantov
bef8321f9f kega-fusion: init at 3.63x 2018-03-13 01:08:50 +03:00
Michael Raskin
00d6d772e5
Merge pull request #35057 from bignaux/qmc2
qmc2 : init at 0.195
2018-03-10 13:07:45 +00:00
Nikolay Amiantov
9983c7004b citra: disable on AArch64
Wants SSE2 instructions.
2018-03-09 16:35:10 +03:00
Bignaux Ronan
a611114b46 qmc2 : init at 0.195 2018-03-08 21:55:56 +01:00
Vladimír Čunát
71f899c2c3
Merge #34461: mesa -> libGL* rename
This will just bit rot otherwise.  Almost nothing gets rebuilt.
2018-03-05 14:59:40 +01:00
Vladimír Čunát
565bd805e6
Merge branch 'master' 2018-03-05 14:53:27 +01:00
Herwig Hochleitner
039428d3b2 wine: 3.0 -> 3.3 2018-03-05 14:06:43 +01:00
Bignaux Ronan
7bffe53aea caprice32 : init at unstable-2018-02-10 (#35008) 2018-03-04 22:51:15 +00:00
Daiderd Jordan
95eb92a22a
Merge pull request #36237 from DarkScythe97/retroarch
retroarch: 1.6.0 -> 1.7.1
2018-03-04 21:47:40 +01:00
DarkScythe97
6a92260227
retroarch: fix darwin build 2018-03-04 21:25:56 +01:00
DarkScythe97
799178fe45 libretro: add higan-sfc core (#36238) 2018-03-04 05:39:18 +00:00
Ruben Maher
688aaf10fb desmume: avoid errors with with -fpermissive
Prior to this change, desmume would fail to build due to an error:

utils/libfat/directory.cpp:142:33: error: ISO C++ forbids comparison between
  pointer and integer [-fpermissive]
2018-03-04 13:43:40 +10:30
DarkScythe97
e604a3175d retroarch: 1.6.0 -> 1.7.1 2018-03-03 12:39:35 +10:30
DarkScythe97
e21aa3baef libretro: specify license per core 2018-03-02 10:41:16 +10:30
Bignaux Ronan
dbb22dd1d6
xcpc: init at 20070122 2018-02-27 19:07:00 +01:00
Bignaux Ronan
2b7e912c57
libdsk: init at 1.5.8 2018-02-27 19:07:00 +01:00
Ryan Mulligan
9d26713675 hatari: 1.8.0 -> 2.1.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/9fnkx4rgnai6qvkqdwyhx9824xqdqawf-hatari-2.1.0/bin/hmsa -h` got 0 exit code
- ran `/nix/store/9fnkx4rgnai6qvkqdwyhx9824xqdqawf-hatari-2.1.0/bin/hmsa --help` got 0 exit code
- ran `/nix/store/9fnkx4rgnai6qvkqdwyhx9824xqdqawf-hatari-2.1.0/bin/hmsa -V` and found version 2.1.0
- ran `/nix/store/9fnkx4rgnai6qvkqdwyhx9824xqdqawf-hatari-2.1.0/bin/hmsa -v` and found version 2.1.0
- ran `/nix/store/9fnkx4rgnai6qvkqdwyhx9824xqdqawf-hatari-2.1.0/bin/hmsa --version` and found version 2.1.0
- ran `/nix/store/9fnkx4rgnai6qvkqdwyhx9824xqdqawf-hatari-2.1.0/bin/hmsa -h` and found version 2.1.0
- ran `/nix/store/9fnkx4rgnai6qvkqdwyhx9824xqdqawf-hatari-2.1.0/bin/hmsa --help` and found version 2.1.0
- found 2.1.0 with grep in /nix/store/9fnkx4rgnai6qvkqdwyhx9824xqdqawf-hatari-2.1.0
- found 2.1.0 in filename of file in /nix/store/9fnkx4rgnai6qvkqdwyhx9824xqdqawf-hatari-2.1.0

cc "@fuuzetsu"
2018-02-26 18:19:24 -08:00
adisbladis
424e2afefe
Merge pull request #35641 from ryantm/auto-update/fceux-2.2.2-to-2.2.3
fceux: 2.2.2 -> 2.2.3
2018-02-26 15:22:43 +08:00
Ryan Mulligan
716825a090 fceux: 2.2.2 -> 2.2.3
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/27q1wf9bs3qp60l2q0b2pyzf6ykijarj-fceux-2.2.3/bin/fceux -h` got 0 exit code
- ran `/nix/store/27q1wf9bs3qp60l2q0b2pyzf6ykijarj-fceux-2.2.3/bin/fceux --help` got 0 exit code
- ran `/nix/store/27q1wf9bs3qp60l2q0b2pyzf6ykijarj-fceux-2.2.3/bin/fceux -h` and found version 2.2.3
- ran `/nix/store/27q1wf9bs3qp60l2q0b2pyzf6ykijarj-fceux-2.2.3/bin/fceux --help` and found version 2.2.3
- found 2.2.3 with grep in /nix/store/27q1wf9bs3qp60l2q0b2pyzf6ykijarj-fceux-2.2.3
- found 2.2.3 in filename of file in /nix/store/27q1wf9bs3qp60l2q0b2pyzf6ykijarj-fceux-2.2.3
2018-02-25 21:20:22 -08:00
Nikolay Amiantov
cbe5143a69 citra: 2018-01-24 -> 2018-02-23 2018-02-25 22:24:09 +03:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Nikolay Amiantov
6850418426 rpcs3: init at 2018-02-23 2018-02-25 01:48:23 +03:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Alexander V. Nikolaev
1bc1909e5b treewide: transition from mesa_glu to libGLU 2018-02-24 17:05:43 +02:00
Alexander V. Nikolaev
8f2a22935c treewide: transition from mesa_noglu to libGL 2018-02-24 17:03:46 +02:00
wisut hantanong
317da085aa winetricks: 20171222 -> 20180217 2018-02-23 14:41:52 +07:00
Ryan Mulligan
64fbc476b7 ataripp: 1.73 -> 1.81
fixes #34725
2018-02-08 07:43:34 -08:00
Herwig Hochleitner
4e8cd90b67 wineStaging: remove evaluation warning
cc @peti @7c6f434c
2018-01-26 17:21:58 +01:00
Herwig Hochleitner
4fec62d01d wineUnstable: 2.21 -> 3.0
wineStaging redirects to wineUnstable, for now
2018-01-25 23:43:54 +01:00
rnhmjoj
d157794ff9
citra: 2017-07-26 -> 2018-01-24 2018-01-24 21:54:42 +01:00
Herwig Hochleitner
6cc8541ef5 winetricks: 20171018 -> 20171222 2018-01-22 02:16:42 +01:00
Andreas Rammhold
a4edba9943
Merge pull request #34045 from andir/kmod-missing-libelf
Fix remaining 4.14 libelf outbreak
2018-01-19 14:16:22 +00:00
Andreas Rammhold
a4d3c86e05
linuxPackages.vhba: use kernel.moduleBuildDependencies instead of hardcoding libelf 2018-01-19 14:40:14 +01:00
Lengyel Balazs
287415ad52 wine-stable: 2.0.3 -> 3.0 2018-01-18 17:24:34 -08:00
Herwig Hochleitner
9059c93b84 linuxPackages.vhba: fix add libelf build input 2018-01-15 20:52:19 +01:00
Samuel Dionne-Riel
7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
adisbladis
73050d3b20
Merge pull request #33292 from bkchr/mgba
mgba: 0.6.0 -> 0.6.1
2018-01-02 02:23:38 +01:00
Bastian Köcher
a7e54afc4d mgba: 0.6.0 -> 0.6.1
Also fixes build with qt 5.10.
2018-01-01 21:07:59 +01:00
Herwig Hochleitner
5fdf1b972a wine: update stable and unstable
2.0.2 -> 2.0.3
2.19 -> 2.20

additional comments for the update procedure
2017-12-30 14:58:50 +01:00
Herwig Hochleitner
ea4320d348 wine: remove wrapper for wine64
fix #28486
2017-12-30 14:58:47 +01:00
Luke Adams
5379bb4def dolphinEmuMaster: 20170902 -> 20171218 2017-12-23 22:31:15 -08:00
Luke Adams
18a1943ad8 dolphinEmuMaster: enable Darwin building (x64 only) 2017-12-23 22:31:15 -08:00
Luke Adams
51e53e0a71 dolphinEmuMaster: Add options to build gui with wx or qt 2017-12-23 22:31:15 -08:00
Luke Adams
a44253ec65 dolphinEmuMaster: allow Dolphin to use nix-provided deps 2017-12-23 22:31:15 -08:00
Luke Adams
6d63847041 dolphinEmuMaster: Create darwin outpath 2017-12-23 22:31:15 -08:00
Luke Adams
1852176d2e dolphinEmuMaster: move inputs to nativeBuildInputs
- add Darwin inputs
- Add curl to prevent in-tree build
- add libpng hidapi wxgtk for dolphin to use
2017-12-23 22:31:15 -08:00
Luke Adams
1e5973850e dolphinEmuMaster: convert cmakeFlags to list 2017-12-23 22:31:15 -08:00
Vladimír Čunát
6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Jan Malakhovski
1858e8909e tree-wide: fix either check-meta or meta attrs of all the packages I evaluate 2017-12-05 13:46:52 +01:00
Orivej Desh
4cbbecc85d libretro.mame: fix parallel building 2017-11-29 11:18:14 +00:00
adisbladis
bc6d45f8c5
Merge pull request #32136 from AndersonTorres/upload/higan
higan: 105 -> 106
2017-11-28 18:13:21 +08:00
AndersonTorres
33f9847376 higan: 105 -> 106 2017-11-28 07:23:42 -02:00
Orivej Desh
4e344bb5ce retroarch: enable parallel building 2017-11-26 20:12:23 +00:00
Cray Elliott
2e29a1e4b3 wineUnstable: 2.19 -> 2.21 2017-11-26 07:36:21 -08:00
Jörg Thalheim
f2a689b7f6
Merge pull request #31184 from AndersonTorres/upload/openmsx
openmsx: init at git-2017-11-02
2017-11-25 15:55:27 +00:00
Orivej Desh
10cec932d7 retroarch: enable parallel building 2017-11-21 19:29:29 +00:00
Orivej Desh
fbdc74c761 makeWrapper: delete --set-eval
because --run is good enough.
2017-11-17 12:53:54 +00:00
Orivej Desh
74648f7466 treewide: use --set-default and --set-eval where appropriate 2017-11-17 12:28:14 +00:00
Matthew Bauer
fdf92b553d dosbox: add gpl2 license 2017-11-13 20:55:40 -06:00
Matthew Bauer
3e6040e3ec dosbox: add myself as maintainer 2017-11-13 18:08:19 -06:00
Matthew Bauer
010475bb8b dosbox: build on darwin
fixes dosbox issue on dariwn
2017-11-13 18:07:57 -06:00
AndersonTorres
9e7b916852 openmsx: init at git-2017-11-02 2017-11-11 20:54:48 -02:00
Orivej Desh
43d4ebbb0a
Merge pull request #30846 from c0bw3b/pkg/Gcode
treewide: abandon Google Code homepages
2017-11-03 19:10:06 +00:00
c0bw3b
525380b472 treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
Piotr Bogdan
1f379ed3a7 snes9x-gtk: fix build 2017-11-03 14:06:23 +00:00
Cray Elliott
83d7fe0f0d wineUnstable: 2.18 -> 2.19
staging and winetricks updated as well
2017-10-23 23:24:15 -07:00
AndersonTorres
ef198c93a8 higan: 104 -> 105 2017-10-17 06:02:40 -02:00
Herwig Hochleitner
30b3b5d85f announce myself as a maintainer
added maintainer entries for `cdemu` (which i've created), as well as
`wine` and `chromium` (which I regularly contribute to)
2017-10-14 11:11:49 +02:00
Vladimír Čunát
9b4f74e38f
yabause: fix meta eval 2017-10-08 11:16:44 +02:00
Jörg Thalheim
3c8d4854af Merge pull request #29899 from yegortimoshenko/yabause/0.9.15
yabause: Qt4 -> Qt5, disable emu-compatibility.com in About menu
2017-10-07 18:27:06 +01:00
Vladimír Čunát
ef41fc7f51
Merge branch 'master' into staging
Hydra: ?compare=1399476
2017-10-07 10:17:42 +02:00
Orivej Desh
ac9550dca6 Merge pull request #30125 from avnik/wine-update
Wine update
2017-10-05 22:28:15 +00:00
Orivej Desh
da20916efa Merge pull request #29863 from yegortimoshenko/mednafen/0.9.48
mednafen: 0.9.47 -> 0.9.48, disable PIC, unversioned docs
2017-10-05 21:42:04 +00:00
Alexander V. Nikolaev
8c34112be9 wineUnstable: 2.17 -> 2.18
Staging updated as well
2017-10-05 15:08:01 +03:00
Alexander V. Nikolaev
0317d5d083 wine: replace samba3 with samba4
Unbreak security assertion via samba3 which no more supported.
2017-10-05 15:07:53 +03:00
Orivej Desh
f137004179 Merge branch 'master' into staging
* master: (81 commits)
  Add NixOS 17.09 AMIs
  gradle: 4.2 -> 4.2.1
  maintainers.nix: use my GitHub handle as maintainer name
  fcitx-engines.rime: init at 0.3.2
  brise: init at 2017-09-16
  librime: init at 1.2.9
  marisa: init at 0.2.4
  opencc: build shared library and programs
  josm: 12712 -> 12914
  exa: 0.7.0 -> 0.8.0
  krb5: add deprecation date for old configuration
  rustRegistry: 2017-09-10 -> 2017-10-03
  go-ethereum: Fix libusb segmentation faults on Darwin
  tor-browser-bundle-bin: 7.0.5 -> 7.0.6
  libsodium: 1.0.13 -> 1.0.15
  tor-browser-bundle: geoip support
  tor-browser-bundle: support transports obfs2,obfs3
  tor-browser-bundle: bump https-everywhere to 2017.9.12
  tint2: limit platforms to Linux since macOS is not supported and fails the tests
  eclipse-plugin-vrapper: init at 0.72.0
  ...
2017-10-03 17:46:39 +00:00
Joachim F
0a3dae8225 Merge pull request #29854 from yegortimoshenko/darcnes/cleanup
darcnes: use web.archive.org links, clean up
2017-10-03 00:49:26 +00:00
Orivej Desh
fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00