summary refs log tree commit diff
path: root/pkgs/misc/emulators/mgba/default.nix
Commit message (Collapse)AuthorAge
* mgba: ffmpeg_3 -> ffmpegAndersonTorres2021-04-30
| | | | And refactor.
* mgba: 0.8.4 -> 0.9.0R. RyanTM2021-03-30
|
* pkgs/misc: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* mgba: 0.8.3 -> 0.8.4R. RyanTM2020-11-03
|
* mgba: 0.8.2 -> 0.8.3R. RyanTM2020-08-11
|
* mgba: 0.8.1 -> 0.8.2R. RyanTM2020-06-26
|
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-12
| | | | | | After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* mgba: 0.8.0 -> 0.8.1AndersonTorres2020-03-02
|
* mgba: 0.7.3 -> 0.8.0R. RyanTM2020-03-01
|
* mgba: 0.7.2 -> 0.7.3R. RyanTM2019-10-07
| | | | | | | 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
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel2019-07-05
|
* mgba: 0.7.1 -> 0.7.2R. RyanTM2019-06-01
| | | | | | | 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
* mgba: 0.7.0 -> 0.7.1R. RyanTM2019-03-10
| | | | | | | 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
* mgba: 0.6.3 -> 0.7.0Cray Elliott2019-02-21
|
* mgba: Add desktop fileOkina Matara2018-06-19
|
* mbga: 0.6.1 -> 0.6.3Okina Matara2018-06-15
|
* mgba: 0.6.0 -> 0.6.1Bastian Köcher2018-01-01
| | | | Also fixes build with qt 5.10.
* mgba: 0.5.2 -> 0.6.0AndersonTorres2017-09-14
|
* mgba: 0.5.1 -> 0.5.2Cray Elliott2017-02-02
|
* mgba: git-20160325 -> 0.5.1AndersonTorres2016-10-09
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* 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.
* mgba: Qt 5 infrastructure updateThomas Tuegel2015-12-20
|
* mgba: 0.3.0 -> 0.3.1AndersonTorres2015-12-15
|
* mgba: use Qt 5.4Thomas Tuegel2015-09-19
|
* new package: mgba 0.3.0Cray Elliott2015-08-17
This is a new Gameboy Advance emulator which aims to run on lower end hardware without sacrificing accuracy or portability.