snes9x-gtk: 1.57 -> 1.60 (#85910)
This commit is contained in:
parent
c5e8985fd7
commit
d13a19cfba
@ -1,25 +1,22 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, wrapGAppsHook, intltool, pkgconfig
|
{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig
|
||||||
, SDL2, zlib, gtk3, libxml2, libXv, epoxy, minizip, portaudio }:
|
, SDL2, zlib, gtk3, libxml2, libXv, epoxy, minizip, pulseaudio, portaudio }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "snes9x-gtk";
|
pname = "snes9x-gtk";
|
||||||
version = "1.57";
|
version = "1.60";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "snes9xgit";
|
owner = "snes9xgit";
|
||||||
repo = "snes9x";
|
repo = "snes9x";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1jcvj2l03b98iz6aq4x747vfz7i6h6j339z4brj4vz71s11vn31a";
|
sha256 = "12hpn7zcdvp30ldpw2zf115yjqv55n1ldjbids7vx0lvbpr06dm1";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
nativeBuildInputs = [ autoreconfHook wrapGAppsHook intltool pkgconfig ];
|
nativeBuildInputs = [ meson ninja pkgconfig ];
|
||||||
buildInputs = [ SDL2 zlib gtk3 libxml2 libXv epoxy minizip portaudio ];
|
buildInputs = [ SDL2 zlib gtk3 libxml2 libXv epoxy minizip pulseaudio portaudio ];
|
||||||
|
|
||||||
preAutoreconf = ''
|
preConfigure = "cd gtk";
|
||||||
cd gtk
|
|
||||||
intltoolize
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://www.snes9x.com";
|
homepage = "http://www.snes9x.com";
|
||||||
|
Loading…
Reference in New Issue
Block a user