about summary refs log tree commit diff
path: root/pkgs/misc/emulators
Commit message (Collapse)AuthorAge
* winetricks: 20160219 -> 20160622Nikolay Amiantov2016-06-24
|
* wine: fix gstreamer supportNikolay Amiantov2016-06-24
|
* wine: set default features in all-packagesNikolay Amiantov2016-06-23
| | | | | I haven't noticed that we actually _do_ set some flags already in all-packages, just not all the old ones. Use that way instead.
* wine: restore old featuresNikolay Amiantov2016-06-23
|
* Revert "Merge branch 'staging'" due to glibcVladimír Čunát2016-06-23
| | | | | | | | The main output started to retain dependency on bootstrap-tools; see https://github.com/NixOS/nixpkgs/pull/15867#issuecomment-227949096 This reverts commit c05d8295988697adbb920a7b4a999ae3670c5504, reversing changes made to f073df60d60444c30c49cb26d6b187a4100b41fe.
* Merge branch 'staging'Vladimír Čunát2016-06-22
|\
| * Merge branch 'master' into stagingVladimír Čunát2016-06-19
| |\ | | | | | | | | | Hydra nixpkgs: ?compare=1279790
| * | treewide: fix #include errors after gcc-5.4Vladimír Čunát2016-06-19
| | | | | | | | | | | | They were mostly missing <cmath> or <math.h>.
* | | Captialize meta.description of all packagesBjørn Forsman2016-06-20
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* | retroarch: 2015-11-20 -> 1.3.4Matthew Bauer2016-06-12
| | | | | | | | | | | | | | | | | | | | also: remove nvidia-cg-toolkit as input for retroarch. see #15707 darwin is also building but you have to trick it into thinking it's a desktop app for the GUI to load platforms is set to "platforms.all".
* | Merge pull request #15367 from bendlas/update-wineNikolay Amiantov2016-06-10
|\ \ | | | | | | wine-unstable: 1.9.7 -> 1.9.11; add optional dependencies; opencl-icd: init; refactor flags
| * | wine: 1.9.10 -> 1.9.11Herwig Hochleitner2016-05-30
| | |
| * | wine: make features configurableHerwig Hochleitner2016-05-29
| | |
| * | wine: 1.8.1 -> 1.8.2Herwig Hochleitner2016-05-29
| | |
| * | wine: 1.9.9 -> 1.9.10Herwig Hochleitner2016-05-29
| | |
| * | wine-staging: move libtxc_dxtn to buildInputsHerwig Hochleitner2016-05-29
| | | | | | | | | | | | this adds it to RPATH, via LDFLAGS (see base.nix)
| * | wine-unstable: 1.9.7 -> 1.9.9Herwig Hochleitner2016-05-29
| | |
| * | wine: add optional dependenciesHerwig Hochleitner2016-05-29
| | |
* | | zsnes: add desktop itemRyan Mulligan2016-06-09
| |/ |/| | | | | | | add desktop item so zsnes can be used without the terminal add icons
* | Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|/
* Merge pull request #15712 from rardiol/pcsxr94bJoachim Fasting2016-05-28
|\ | | | | pcsxr: init at 1.9.94
| * pcsxr: init at 1.9.94Ricardo Ardissone2016-05-26
| |
* | Merge branch 'master' into stagingVladimír Čunát2016-05-26
|\ \ | | | | | | | | | ... to get the systemd update (rebuilding ~7k jobs).
| * | mednaffe: Fix segfault on shutdownAmatCoder2016-05-25
| |/
* | treewide: Make explicit that 'dev' output of libX11 is usedTuomas Tynkkynen2016-05-19
| |
* | treewide: Make explicit that 'dev' output of gtk2 is usedTuomas Tynkkynen2016-05-19
|/
* add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov2016-04-25
|
* dosbox: pass mesa explicitly (needed for glu.h)Michael Raskin2016-04-25
|
* ppsspp: move to qmake4HookNikolay Amiantov2016-04-20
|
* wine: Disable stripping to avoid breaking fakedlls.Ambroz Bizjak2016-04-17
|
* wine: Fix RPATH for multiple-outputsAlexander V. Nikolaev2016-04-17
|
* higan: 096 -> 098AndersonTorres2016-04-15
| | | | | | | Now without some options, reflecting upstream development. In special, no GTK building (as it was obsoleted on 096) and no profile selecion, because it will be obsoleted on next release.
* Merge pull request #14577 from hrdinka/fix/pcsx2joachifm2016-04-14
|\ | | | | pcsx2: disable advance SIMD instructions
| * pcsx2: disable advance SIMD instructionsChristoph Hrdinka2016-04-10
| | | | | | | | | | | | By setting `-DDISABLE_ADVANCE_SIMD=TRUE` pcsx2 will be compiled with predefined SIMD flags instead of `-march=native`. This makes the resulting binary more portable. Further this seems to be needed to make pcsx2 compile with gcc5.
* | mass-replace glib and gtk lib/*/include pathsNikolay Amiantov2016-04-14
| |
* | mgba: 0.3.1 -> git 20160325 (#14578)Anderson Torres2016-04-13
| | | | | | | | | | I have made this release fromgit because 0.4.0 release doesn't compile (gcc complains with an error in Window.cpp: "isnan is not defined on this scope"). The error disappears on mgba git master.
* | Merge branch 'staging', containing closure-size #7701Vladimír Čunát2016-04-13
|\ \
| * | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
| |\| | | | | | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * | Merge master into closure-sizeVladimír Čunát2016-03-08
| |\ \ | | | | | | | | | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * \ \ Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
| |\ \ \
| * \ \ \ Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Let's get rid of those merge conflicts.
| * \ \ \ \ Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
| * \ \ \ \ \ \ Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno2015-11-25
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge staging into closure-sizeVladimír Čunát2015-11-20
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| * | | | | | | | | | SDL: split the dev output and fix referrersVladimír Čunát2015-10-13
| | | | | | | | | | |
* | | | | | | | | | | wine: use gcc49 for 64-bit buildsNikolay Amiantov2016-04-12
| | | | | | | | | | |
* | | | | | | | | | | wine: use only native-arch native dependenciesNikolay Amiantov2016-04-12
| | | | | | | | | | |
* | | | | | | | | | | wine: add more dependencies (notably, mpg123 and openal)Nikolay Amiantov2016-04-12
| | | | | | | | | | |