Merge pull request #81615 from AndersonTorres/update-mednafen
Update mednafen and mednaffe
This commit is contained in:
commit
2e001194f2
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, freeglut, libGLU, libGL, libcdio, libjack2
|
{ stdenv, fetchurl, pkgconfig, freeglut, libGLU, libGL, libcdio, libjack2
|
||||||
, libsamplerate, libsndfile, libX11, SDL, SDL_net, zlib }:
|
, libsamplerate, libsndfile, libX11, SDL2, SDL2_net, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mednafen";
|
pname = "mednafen";
|
||||||
version = "0.9.48";
|
version = "1.22.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://mednafen.github.io/releases/files/${pname}-${version}.tar.xz";
|
url = "https://mednafen.github.io/releases/files/${pname}-${version}.tar.xz";
|
||||||
sha256 = "00i12mywhp43274aq466fwavglk5b7d8z8bfdna12ra9iy1hrk6k";
|
sha256 = "159gvzrf4as1fp74czzc14vamhd6s3hlnvwglfgdd5j6d6n37m7s";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
|
|||||||
libsamplerate
|
libsamplerate
|
||||||
libsndfile
|
libsndfile
|
||||||
libX11
|
libX11
|
||||||
SDL
|
SDL2
|
||||||
SDL_net
|
SDL2_net
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -34,7 +34,38 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A portable, CLI-driven, SDL+OpenGL-based, multi-system emulator";
|
description = "A portable, CLI-driven, SDL+OpenGL-based, multi-system emulator";
|
||||||
homepage = https://mednafen.github.io/;
|
longDescription = ''
|
||||||
|
Mednafen is a portable, utilizing OpenGL and SDL,
|
||||||
|
argument(command-line)-driven multi-system emulator. Mednafen has the
|
||||||
|
ability to remap hotkey functions and virtual system inputs to a keyboard,
|
||||||
|
a joystick, or both simultaneously. Save states are supported, as is
|
||||||
|
real-time game rewinding. Screen snapshots may be taken, in the PNG file
|
||||||
|
format, at the press of a button. Mednafen can record audiovisual movies
|
||||||
|
in the QuickTime file format, with several different lossless codecs
|
||||||
|
supported.
|
||||||
|
|
||||||
|
The following systems are supported (refer to the emulation module
|
||||||
|
documentation for more details):
|
||||||
|
|
||||||
|
- Apple II/II+
|
||||||
|
- Atari Lynx
|
||||||
|
- Neo Geo Pocket (Color)
|
||||||
|
- WonderSwan
|
||||||
|
- GameBoy (Color)
|
||||||
|
- GameBoy Advance
|
||||||
|
- Nintendo Entertainment System
|
||||||
|
- Super Nintendo Entertainment System/Super Famicom
|
||||||
|
- Virtual Boy
|
||||||
|
- PC Engine/TurboGrafx 16 (CD)
|
||||||
|
- SuperGrafx
|
||||||
|
- PC-FX
|
||||||
|
- Sega Game Gear
|
||||||
|
- Sega Genesis/Megadrive
|
||||||
|
- Sega Master System
|
||||||
|
- Sega Saturn (experimental, x86_64 only)
|
||||||
|
- Sony PlayStation
|
||||||
|
'';
|
||||||
|
homepage = "https://mednafen.github.io/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Netplay server for Mednafen";
|
description = "Netplay server for Mednafen";
|
||||||
homepage = https://mednafen.github.io/;
|
homepage = "https://mednafen.github.io/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -5,13 +5,13 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mednaffe";
|
pname = "mednaffe";
|
||||||
version = "0.8.6";
|
version = "0.8.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AmatCoder";
|
owner = "AmatCoder";
|
||||||
repo = "mednaffe";
|
repo = "mednaffe";
|
||||||
rev = "v${version}";
|
rev = "${version}";
|
||||||
sha256 = "13l7gls430dcslpan39k0ymdnib2v6crdsmn6bs9k9g30nfnqi6m";
|
sha256 = "15qk3a3l1phr8bap2ayh3c0vyvw2jwhny1iz1ajq2adyjpm9fhr7";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook makeWrapper pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [ autoreconfHook makeWrapper pkgconfig wrapGAppsHook ];
|
||||||
@ -22,9 +22,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GTK-based frontend for mednafen emulator";
|
description = "GTK-based frontend for mednafen emulator";
|
||||||
homepage = https://github.com/AmatCoder/mednaffe;
|
homepage = "https://github.com/AmatCoder/mednaffe";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ sheenobu yegortimoshenko ];
|
maintainers = with maintainers; [ sheenobu yegortimoshenko AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user