summary refs log tree commit diff
path: root/pkgs/misc/emulators/zsnes
Commit message (Collapse)AuthorAge
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* zsnes: restrict building to x86-based Linux platforms only, znses' core is ↵Sander van der Burg2017-09-10
| | | | written in x86 asm code
* zsnes: remove $STRIP from compiler optionsRyan Mulligan2017-08-05
| | | | | | | | | | | | In ab70693 @viric says zsnes works better without stripping. But the build expression kept the $STRIP in the compiler options, so if it is set to something it will show up in there. For example: g++ -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__ -I/nix/store/04qgmdpmalgsy92zgs2z896jx073hcn2-SDL-1.2.15-dev/include/SDL -I/nix/store/04qgmdpmalgsy92zgs2z896jx073hcn2-SDL-1.2.15-dev/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DNCURSES -D__OPENGL__ -march=native -O3 -fomit-frame-pointer -fprefetch-loop-arrays -fforce-addr strip -D__RELEASE__ -fno-rtti -o tools/fileutil.o -c tools/fileutil.cpp g++: error: strip: No such file or directory This commit removes that reference to $STRIP too.
* zsnes: only build on LinuxDan Peebles2017-03-23
| | | | It uses callPackage_i686 which forces Linux anyway, and the current setup just means that we end up with a weird i686-linux job under Darwin.
* zsnes: use more debian patchesNikolay Amiantov2016-10-08
| | | | Fixes #19343
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* zsnes: add desktop itemRyan Mulligan2016-06-09
| | | | | add desktop item so zsnes can be used without the terminal add icons
* zsnes: use Debian patches, fix segfault on saving stateNikolay Amiantov2015-07-28
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* zsnes: manual header magic is no longer needed with the gcc-4.8 patchMathijs Kwik2014-01-05
|
* Merge master into stdenv-updatesVladimír Čunát2014-01-04
|\ | | | | | | | | | | | | Conflicts: pkgs/development/libraries/glibc/2.18/common.nix (take stdenv-updates) pkgs/misc/emulators/zsnes/default.nix (more complex, build tested) pkgs/top-level/all-packages.nix (auto-solved)
| * zsnes seems to work better, without stripping.Lluís Batlle i Rossell2014-01-03
| | | | | | | | | | I can't understand why. Without disabling stripping, it segfaults saving state.
* | zsnes: patches for modern gcc & libpngMathijs Kwik2013-10-11
|/ | | | | builds fine on stdenv-updates now needs gcc 4.8+, so keep this commit on stdenv-updates until merge
* Updated some meta information for the emulators I've tried recently. They ↵Sander van der Burg2011-07-22
| | | | | | all seem to work fine :-) svn path=/nixpkgs/trunk/; revision=27905
* Added ZSNES emulator packageSander van der Burg2011-06-25
svn path=/nixpkgs/trunk/; revision=27539