about summary refs log tree commit diff
path: root/pkgs/tools/misc/timidity
AgeCommit message (Collapse)AuthorFilesLines
2021-11-11timidity: fix crossAlyssa Ross1-1/+19
2021-11-08timidity: enable darwin supportAngus Trau1-5/+22
2021-08-03tools/misc: replace name with pname&versionFelix Buehler1-3/+4
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-3/+3
2020-03-25timidity: fix playing over JACK with -iA -OjOrivej Desh2-0/+16
Based on https://bugs.archlinux.org/task/40906#comment124519
2019-12-31treewide: NIX_*_COMPILE -> stringRobin Gloster1-1/+1
2019-04-11timidity: /var/run -> /runBob van der Linden1-2/+2
2018-11-23timidity: 2.14.0 -> 2.15.0Vincent Laporte1-3/+3
2017-11-10Change many homepage urls from http to https #30636Pascal Wittmann1-1/+1
2017-03-05timidity: add ALSA sequencer supportJan Malakhovski1-1/+1
2017-01-27timidity: get rid of composableDerivationRobin Gloster1-34/+6
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-06-27Convert all jack references to libjack2William A. Kennington III1-3/+3
2014-12-19timidity: update from 2.13.0 to 2.14.0Vincent Laporte1-5/+7
2014-07-31Revert "Remove obsolete jackaudio version 1."Bjørn Forsman1-3/+3
This reverts commit bdb77826d98544ab37741f740dd3516023924b27. 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-28Remove obsolete jackaudio version 1.Peter Simons1-3/+3
2014-07-23jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman1-3/+3
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
2012-10-02Fix timidity source urlMichael Raskin1-1/+1
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-7/+6
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2009-09-10timidity: fix instruments also adding jack and default alsa backendMarc Weber1-5/+40
svn path=/nixpkgs/trunk/; revision=17029
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-15/+12
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2007-09-23Returned timidity and its expression with a last-minute-fix..Michael Raskin2-0/+400
svn path=/nixpkgs/trunk/; revision=9362