Bart Brouns
56f5eaae86
yoshimi: 1.4.1 -> 1.5.0
2017-03-01 18:50:34 +01:00
Bart Brouns
067e3dcbf1
yoshimi: 1.3.8.2 -> 1.4.1
2016-11-01 02:57:27 +01:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Bart Brouns
4deefc15ef
yoshimi: 1.3.7.1 -> 1.3.8.2
2016-02-27 20:29:44 +01:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Bart Brouns
b94a2db590
yoshimi: 1.3.6 -> 1.3.7.1
2015-12-03 19:54:19 +01:00
Vladimír Čunát
333d69a5f0
Merge staging into closure-size
...
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Cillian de Róiste
1d3a4b17dd
yoshimi: update from 1.3.5.2 to 1.3.6
2015-10-04 14:27:36 +02:00
Vladimír Čunát
5227fb1dd5
Merge commit staging+systemd into closure-size
...
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
Cillian de Róiste
c8707db64c
yoshimi: update from 1.3.5.1 to 1.3.5.2
2015-09-23 16:31:15 +02:00
William A. Kennington III
7297255019
Convert all jack references to libjack2
2015-06-27 00:17:52 -07:00
Cillian de Róiste
5c4a2d311f
yoshimi: update from 1.3.4 to 1.3.5.1
2015-06-23 09:48:48 +02:00
Vladimír Čunát
3b9ef2c71b
fix "libc}/lib" and similar references
...
Done mostly without any verification.
I didn't bother with libc}/include, as the path is still correct.
2015-05-05 11:52:08 +02:00
Cillian de Róiste
e74e572331
yoshimi: update from 1.3.3 to 1.3.4
2015-04-20 14:51:55 +02:00
Cillian de Róiste
96cc8da5de
yoshimi: update from 1.3.2 to 1.3.3
2015-03-07 19:01:37 +01:00
Cillian de Róiste
0a00a351ab
yoshimi: update from 1.3.1 to 1.3.2
2015-02-15 20:36:38 +01:00
Cillian de Róiste
f5e874903e
yoshimi: update from 1.3.0 to 1.3.1
2015-01-02 23:47:59 +01:00
Cillian de Róiste
46cd3237af
yoshimi: update from 1.2.5 to 1.3.0
...
Fix build by adding LV2 support
2014-12-02 23:12:21 +01:00
Cillian de Róiste
f9fddf1e78
yoshimi: update from 1.2.4 to 1.2.5
2014-11-12 20:56:49 +01:00
William A. Kennington III
aa3e800be7
boost: Remove boost.lib
2014-11-02 17:22:27 -08:00
Cillian de Róiste
c74adc358d
yoshimi: update from 1.2.3 to 1.2.4
2014-10-08 19:53:17 +02:00
William A. Kennington III
31220480d8
boost: Update depdendent packages
2014-09-21 17:20:59 -07:00
Cillian de Róiste
6a12b9ab53
yoshimi: update from 1.2.2 to 1.2.3
2014-08-26 14:57:22 +02:00
Cillian de Róiste
2702cedb53
yoshimi: update from 1.2.0 to 1.2.2
2014-08-02 11:31:30 +02:00
Bjørn Forsman
62d0a320b3
Revert "Remove obsolete jackaudio version 1."
...
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-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
Cillian de Róiste
b60f8810b2
yoshimi: update from 1.1.0 to 1.2.0
2014-03-26 22:27:02 +01:00
Cillian de Róiste
cbacf96b1c
yoshimi: add cairo as build input
2014-01-19 12:44:28 +01:00
Cillian de Róiste
e9e8cf4b98
Tidy up
2014-01-19 12:44:27 +01:00
Cillian de Róiste
ea72595fab
yoshimi: update from 0.060.12 to 1.1.0
2014-01-19 12:43:58 +01:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Cillian de Roiste
4550700ec9
Updating Yoshimi, no need for the fluid patch any more.
...
svn path=/nixpkgs/trunk/; revision=34187
2012-05-20 18:15:23 +00:00
Yury G. Kudryashov
e785aae6e8
Fix most packages depending on fltk
...
I failed to build cinepaint
svn path=/nixpkgs/trunk/; revision=31224
2012-01-03 10:32:56 +00:00
Eelco Dolstra
d5d5aa6801
* Fix nix-env evaluation errors on non-Linux platforms.
...
svn path=/nixpkgs/trunk/; revision=27143
2011-05-04 12:52:46 +00:00
Cillian de Roiste
0d09cc4348
Adding Yoshimi, a fork of ZynAddSubFX (audio synthesizer) with many enhancements including jack support
...
svn path=/nixpkgs/trunk/; revision=26935
2011-04-23 13:54:25 +00:00