Merge pull request #28668 from AndersonTorres/upload-mednafen
Mednafen: 0.9.38.7 -> 0.9.47
This commit is contained in:
commit
e1f755e44f
@ -4,18 +4,20 @@
|
|||||||
, SDL, SDL_net, zlib
|
, SDL, SDL_net, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "mednafen-${meta.version}";
|
name = "mednafen-${version}";
|
||||||
|
version = "0.9.47";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://mednafen.fobby.net/releases/files/${name}.tar.bz2";
|
url = "https://mednafen.github.io/releases/files/${name}.tar.xz";
|
||||||
sha256 = "1n6y7b86sv11vd6rv8if3wr4qyihkjai9km1s4smqcisi3pvxcqv";
|
sha256 = "0flz6bjkzs9qrw923s4cpqrz4b2dhc2w7pd8mgw0l1xbmrh7w4si";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib;
|
buildInputs =
|
||||||
[ pkgconfig libX11 mesa freeglut libjack2 libcdio libsndfile libsamplerate SDL SDL_net zlib ];
|
[ pkgconfig libX11 mesa freeglut libjack2 libcdio
|
||||||
|
libsndfile libsamplerate SDL SDL_net zlib ];
|
||||||
|
|
||||||
# Install docs
|
# Install docs
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
@ -25,9 +27,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
version = "0.9.38.7";
|
|
||||||
description = "A portable, CLI-driven, SDL+OpenGL-based, multi-system emulator";
|
description = "A portable, CLI-driven, SDL+OpenGL-based, multi-system emulator";
|
||||||
homepage = http://mednafen.sourceforge.net/;
|
homepage = http://mednafen.github.io/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.AndersonTorres ];
|
maintainers = [ maintainers.AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -2,22 +2,22 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "mednafen-server-${meta.version}";
|
name = "mednafen-server-${version}";
|
||||||
|
version = "0.5.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://mednafen.fobby.net/releases/files/${name}.tar.gz";
|
url = "https://mednafen.github.io/releases/files/mednafen-server-0.5.2.tar.xz";
|
||||||
sha256="06fal6hwrb8gw94yp7plhcz55109128cgp35m7zs5vvjf1zfhcs9";
|
sha256 = "0xm7dj5nwnrsv69r72rcnlw03jm0l8rmrg3s05gjfvxyqmlb36dq";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/share/$name
|
mkdir -p $out/share/$name
|
||||||
install -m 644 -t $out/share/$name standard.conf
|
install -m 644 -t $out/share/$name standard.conf
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
version = "0.5.2";
|
|
||||||
description = "Netplay server for Mednafen";
|
description = "Netplay server for Mednafen";
|
||||||
homepage = http://mednafen.sourceforge.net/;
|
homepage = http://mednafen.github.io/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.AndersonTorres ];
|
maintainers = [ maintainers.AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user