R. RyanTM
f80c3825a6
mgba: 0.8.4 -> 0.9.0
2021-03-30 14:48:56 +00:00
Ben Siraphob
fce00d15c2
pkgs/misc: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
R. RyanTM
fe3d25d8e0
mgba: 0.8.3 -> 0.8.4
2020-11-03 09:23:37 -08:00
R. RyanTM
e434584ae4
mgba: 0.8.2 -> 0.8.3
2020-08-11 06:40:27 +00:00
R. RyanTM
45ecb5b36c
mgba: 0.8.1 -> 0.8.2
2020-06-26 17:49:05 +00:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
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.
2020-06-12 11:55:31 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
AndersonTorres
dbeb004e73
mgba: 0.8.0 -> 0.8.1
2020-03-02 08:44:19 -03:00
R. RyanTM
619a095af0
mgba: 0.7.3 -> 0.8.0
2020-03-01 15:23:04 -08:00
R. RyanTM
11c93653c7
mgba: 0.7.2 -> 0.7.3
...
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
2019-10-07 10:05:12 -07:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers
2019-07-05 10:42:08 -05:00
R. RyanTM
3d4482ff8e
mgba: 0.7.1 -> 0.7.2
...
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
2019-06-01 23:20:50 -07:00
R. RyanTM
132bb0bbe3
mgba: 0.7.0 -> 0.7.1
...
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
2019-03-10 17:17:10 -07:00
Cray Elliott
c210206b7a
mgba: 0.6.3 -> 0.7.0
2019-02-21 00:56:52 -08:00
Okina Matara
933f53eabb
mgba: Add desktop file
2018-06-19 02:12:41 -05:00
Okina Matara
605827cd4d
mbga: 0.6.1 -> 0.6.3
2018-06-15 22:23:12 -05: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
AndersonTorres
4a67ee9893
mgba: 0.5.2 -> 0.6.0
2017-09-14 02:17:50 -03:00
Cray Elliott
3acd52d917
mgba: 0.5.1 -> 0.5.2
2017-02-02 15:34:38 -08:00
AndersonTorres
fd38aeafcd
mgba: git-20160325 -> 0.5.1
2016-10-09 16:47:54 +02:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Anderson Torres
4ec9453881
mgba: 0.3.1 -> git 20160325 ( #14578 )
...
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.
2016-04-13 19:55:33 +01:00
Thomas Tuegel
0b303f6edd
mgba: Qt 5 infrastructure update
2015-12-20 07:56:42 -06:00
AndersonTorres
28dd9e8a6c
mgba: 0.3.0 -> 0.3.1
2015-12-15 23:30:42 -02:00
Thomas Tuegel
8df4cbe20f
mgba: use Qt 5.4
2015-09-19 10:01:25 -05:00
Cray Elliott
e99167d7f1
new package: mgba 0.3.0
...
This is a new Gameboy Advance emulator which aims to run on lower
end hardware without sacrificing accuracy or portability.
2015-08-17 18:00:33 -07:00