about summary refs log tree commit diff
path: root/pkgs/misc/emulators/dosbox
Commit message (Collapse)AuthorAge
* dosbox: 0.74-2 -> 0.74-3Robert Scott2019-07-14
| | | | fixes CVE-2019-7165, CVE-2019-12594
* dosbox: add XDG iconChris Rendle-Short2019-04-21
| | | | | | 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.
* treewide: remove unstable packagesMatthew Bauer2018-11-13
| | | | | | | | | | | | | | | | | 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.
* dosbox: 0.74 -> 0.74-2Orivej Desh2018-11-11
|
* dosbox-unstable: add licensePascal Wittmann2018-08-06
| | | | see issue #43716
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* tree-wide: fix either check-meta or meta attrs of all the packages I evaluateJan Malakhovski2017-12-05
|
* dosbox: add gpl2 licenseMatthew Bauer2017-11-13
|
* dosbox: add myself as maintainerMatthew Bauer2017-11-13
|
* dosbox: build on darwinMatthew Bauer2017-11-13
| | | | fixes dosbox issue on dariwn
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* dosbox-unstable: init at 2017-07-02Alexey Lebedeff2017-07-28
| | | | | | | | | | As current stable version segfaults when playing HoMM2, as described at https://www.reddit.com/r/linux_gaming/comments/4dxfei/dosbox_segmentation_fault_core_dumped/ Also some missing dependencies (compared to stable version) were added: - SDL_sound - for mounting .cue files with compressed sound - SDL_net - for IPX support - libpng - for making screenshots
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-03
|\
| * treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-05-02
|\|
| * dosbox: pass mesa explicitly (needed for glu.h)Michael Raskin2016-04-25
| |
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | dosbox: turn off format hardeningRobin Gloster2016-02-10
|/
* * Fix building Dosbox with GCC 4.6.Eelco Dolstra2012-01-23
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31796
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Dosbox updated to 0.74.Eelco Dolstra2010-05-28
| | | | svn path=/nixpkgs/trunk/; revision=22039
* Upgraded DOSBox to 0.73 and removed glibc fixes which are obsolete nowSander van der Burg2009-05-29
| | | | svn path=/nixpkgs/trunk/; revision=15786
* Added desktop item to DOSBoxSander van der Burg2009-05-14
| | | | svn path=/nixpkgs/trunk/; revision=15599
* Fixed dosbox expressionSander van der Burg2009-04-21
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15220
* * Dosbox 0.72.Eelco Dolstra2009-03-16
| | | | svn path=/nixpkgs/trunk/; revision=14556
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* bugfix versionArmijn Hemel2006-07-08
| | | | svn path=/nixpkgs/trunk/; revision=5664
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * Added Dosbox, a DOS (x86) emulator.Eelco Dolstra2005-12-03
svn path=/nixpkgs/trunk/; revision=4331