Commit graph

30 commits

Author SHA1 Message Date
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Ben Siraphob c4d38733f1 mednafen-server: expand platforms to unix 2021-03-06 21:01:45 +07: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
R. RyanTM 1be3bc423a mednafen: 1.24.3 -> 1.26.1 2020-11-18 19:31:52 +00:00
R. RyanTM 72dfda3d82 mednafen: 1.24.2 -> 1.24.3 2020-05-22 06:51:09 +00:00
R. RyanTM 77d21a4abb mednafen: 1.24.1 -> 1.24.2 2020-05-06 11:32:47 -07:00
Damien Cassou a3f35c0267
mednafen: Add alsaLib to get ALSA audio output 2020-04-23 19:48:35 +02:00
R. RyanTM de718a0574 mednafen: 1.22.2 -> 1.24.1 2020-04-09 10:38:39 -07:00
AndersonTorres 66bd71cf13 mednafen-server: convert meta.homepage to an explicit string 2020-03-03 09:18:04 -03:00
AndersonTorres 3867188af7 mednafen: 0.9.48 -> 1.22.2 2020-03-03 09:18:04 -03:00
adisbladis c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00: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
Alexander V. Nikolaev 0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Yegor Timoshenko 333a425e36 mednafen-server: use $out/share/mednafen-server for standard.conf 2017-09-30 20:42:14 +00:00
Yegor Timoshenko 5449dd2bb7 mednafen: 0.9.47 -> 0.9.48, disable PIC, unversioned docs 2017-09-30 20:42:11 +00:00
AndersonTorres 026bc4f783 Mednafen: 0.9.38.7 -> 0.9.47
And some minor changes
2017-08-29 00:10:20 -03:00
AndersonTorres 18df335c17 Mednafen-server: change download location
And some minor modifications
2017-08-29 00:05:55 -03:00
AndersonTorres b493be1bd4 Mednafen: 0.9.38.6 -> 0.9.38.7 2016-01-27 07:33:28 -02:00
Cillian de Róiste 75f880b1d1 mednafen: fix src url (sourceforge -> mednafen.fobby.net)
Also bump the minor version 0.9.38.5 -> 0.9.38.6
2015-08-31 13:50:14 +02:00
AndersonTorres 0b9f605a2d Mednafen: Updates
Mednafen: 0.9.36.4 -> 0.9.38.5
Server: 0.5.1 -> 0.5.2
2015-07-15 08:11:23 -03:00
William A. Kennington III 7297255019 Convert all jack references to libjack2 2015-06-27 00:17:52 -07:00
AndersonTorres efdc89de60 Mednafen: update to 0.9.36.4
Closes #4304
2014-09-28 22:48:20 +01:00
AndersonTorres b39e5ce957 Small style fixups
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
2014-09-10 21:34:50 -03:00
AndersonTorres a21a987c63 Mednafen: update to 0.9.36.3 2014-08-14 11:20:25 -03:00
Bjørn Forsman 62d0a320b3 Revert "Remove obsolete jackaudio version 1."
This reverts commit bdb77826d9.

Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'.

Q: What's the difference between Jack1 and Jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-31 12:52:29 +02:00
Peter Simons bdb77826d9 Remove obsolete jackaudio version 1. 2014-07-28 20:32:52 +02:00
Bjørn Forsman f6f2f38a6e jack: change package and attr names to 'jack1' and 'jack2'
Currently, we have a 'jack' package with attrname 'jack1d' and a
'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1'
and 'jack2' in both package name and attrname.

This aligns the naming with what can be found on the JACK homepage.

Q: what's the difference between jack1 and jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-23 20:22:14 +02:00
AndersonTorres 010833c634 mednafen: fix wrong URL (close #2696) 2014-05-20 09:16:30 +02:00
AndersonTorres b1dbafbdbb Mednafen: add version 0.9.34.1 + server 0.5.1
Mednafen is a portable, CLI-driven, multi-system emulator
2014-05-17 00:08:04 -03:00