Commit Graph

1351 Commits

Author SHA1 Message Date
obadz
4c1be2b7da pithos: add desktop item 2016-03-07 18:46:07 +00:00
=
a6479aa580 non: 2016-02-07 -> 2016-03-06 2016-03-07 11:01:29 +01:00
Arseniy Seroka
e82dcd70e4 Merge pull request #13680 from matthewbauer/darwin-fluidsynth
fluidsynth: fix build errors in darwin builds
2016-03-06 23:22:45 +03:00
zimbatm
47c2411d00 rubyripper: fix installation 2016-03-05 18:49:13 +00:00
Matthew Bauer
a1363ef02d fluidsynth: fix build errors in darwin builds
Build inputs were not being passed in properly.
2016-03-04 17:44:44 -06:00
Michael Raskin
24bbb9718f Merge pull request #8021 from magnetophon/lv2bm-master
lv2bm init at git-2015-04-10
2016-03-04 15:59:22 +00:00
joachifm
ce9e2012af Merge pull request #13674 from zimbatm/sonic-pi-2.9.0
sonic-pi: 2.8.0 -> 2.9.0
2016-03-04 15:34:43 +00:00
zimbatm
4bc516aa54 sonic-pi: 2.8.0 -> 2.9.0
Fixes compilation and path issues. The executable still segfaults after boot
though.
2016-03-04 14:44:07 +00:00
Nikolay Amiantov
630ab80bd4 deadbeef: 1.6.2 -> 1.7.0 2016-03-04 14:58:58 +03:00
=
7f26d6edf5 guitarix: 0.33 -> 0.34 2016-03-04 01:22:00 +01:00
zimbatm
69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Arseniy Seroka
c39cc6cd60 Merge pull request #13512 from magnetophon/yoshimi-1.3.8.2
yoshimi: 1.3.7.1 -> 1.3.8.2
2016-02-27 23:38:45 +03:00
Bart Brouns
4deefc15ef yoshimi: 1.3.7.1 -> 1.3.8.2 2016-02-27 20:29:44 +01:00
Bart Brouns
6f8db5b12e ardour: 4.4-> 4.7 2016-02-27 20:26:20 +01:00
Arseniy Seroka
824a1fb5b9 Merge pull request #13496 from zimbatm/no-dots-at-end-of-description
Remove all dots at end of descriptions
2016-02-27 21:34:06 +03:00
Tuomas Tynkkynen
58f0071a9e renoise: Don't use builtins.currentSystem
stdenv.system should be almost always used instead of builtins.currentSystem
or cross-evaluation (e.g. evaluating a i686 NixOS system on a 64-bit nix)
will be subtly broken.
2016-02-27 19:58:18 +02:00
zimbatm
17348dc094 Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
goibhniu
c2ce61c78f Merge pull request #13443 from magnetophon/helm-0.6.1
helm: 2015-09-11 -> 0.6.1
2016-02-25 14:42:51 +01:00
Bart Brouns
03c9a77275 helm: 2015-09-11 -> 0.6.1 2016-02-25 11:29:03 +01:00
Franz Pletz
501a1d92f0 lmms: 1.1.3 -> 1.1.90
cc @goibhniu
2016-02-24 14:30:21 +01:00
Frederik Rietdijk
40ca841c5c Merge pull request #13124 from FRidh/buildPythonApplication
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Thomas Tuegel
bd8158593d spotify: 1.0.19.106 -> 1.0.23.93 2016-02-20 07:10:58 -06:00
Frederik Rietdijk
4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Asko Soukka
f567c395a7 mopidy-spotify: 2.2.0 -> 2.3.1 2016-02-17 09:40:24 +02:00
goibhniu
eb4d571cb6 Merge pull request #12965 from nico202/iannix
IanniX: init at 0.9.17b (latest git)
2016-02-15 23:21:05 +01:00
goibhniu
15500eae75 Merge pull request #12955 from nico202/patchage
patchage: init at 1.0.1
2016-02-15 17:47:31 +01:00
aszlig
d9470c9e19
gpodder: Clean up package expression
We don't need to wrap twice, because we can actually pass the additional
XDG_DATA_DIRS via makeWrapperArgs.

The reason why I'm doing this within the patchPhase is because we can't
add shell variables from the current builder to makeWrapperArgs as that
content is going to end up in the wrapper verbatim.

In addition to this, gpodder was trying to search for its own directory
using the current program name, which I guess was another reason for the
double-wrap. We fix this now by setting gpodder_dir explicitly in the
main script.

Another main change is that we no longer set the "pythonX.Y-" prefix, so
the derivation name now is just "gpodder-3.9.0".

Last but not least, we enable the unit tests for gpodder in checkPhase.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @svenkeidel
2016-02-15 14:24:11 +01:00
aszlig
fb1b8464f8
gpodder: 3.8.4 -> 3.9.0
Changes in 3.8.5 (without bug IDs):

 * vimeo: Fix vimeo feed discovery
 * vimeo: Allow both http and https URLs
 * youtube: Improve channel migration code
 * youtube: Fix cover art downloading
 * Make the YouTube key button link to the gPodder Wiki
 * Add pattern to YouTube feed URL list
 * CLI: Cleanup old downloads on CLI startup
 * Gtk UI: Fix model column data types
 * Device sync: Handle sync failure when no space left
 * model: Limit filenames to 120 characters for eCryptFS
 * rename_download: Add add_sortdate and add_podcast_title option
 * Remove the unused 'pipe' IPC module
 * Fix coverage usage
 * Use Travis CI for running basic sanity tests
 * Various small code improvements and fixes

Release announcement for 3.8.5:

http://blog.gpodder.org/2015/12/gpodder-385-casting-agents-and-cowgirls.html

Changes in 3.9.0 (without bug IDs):

 * Added Korean translation
 * Device sync: Only fail if we can determine free disk space
 * Enqueue episodes after download
 * Ubuntu AppIndicator extension: 'visible' config option
 * gpodder.download: Ignore non-ASCII content-disposition header
 * Win32-launcher: Remove download feature (works around Norton warning)
 * Remove WebUI, QML UI and MeeGo 1.2 Harmattan support
 * Remove broken Flattr integration (use gpodder.net's Flattr support)
 * Redesign about dialog
 * Preferences: Move video services to separate tab
 * Vimeo: Fix Vimeo integration

Release announcement for 3.9.0:

http://blog.gpodder.org/2016/02/gpodder-390-helium-levitator-released.html

Built and tested locally on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @svenkeidel
2016-02-15 14:24:11 +01:00
Pascal Wittmann
e08c88e8ac Merge pull request #13003 from DamienCassou/update-easytag-2.4.1
easytag: 2.3.2 -> 2.4.1
2016-02-15 11:13:18 +01:00
=
2099b95d9c patchage: init at 1.0.1 2016-02-15 10:43:21 +01:00
Damien Cassou
bb4e68b9d4 easytag: 2.3.2 -> 2.4.1 2016-02-15 10:22:12 +01:00
Franz Pletz
c7aaff20e7 Merge pull request #12188 from nico202/aeolus
aeolus: init at 0.9.0
2016-02-15 04:24:52 +01:00
Cillian de Róiste
edd63763e1 Jamin: adjust to standard code conventions 2016-02-15 00:42:16 +01:00
goibhniu
024f3e8d29 Merge pull request #12951 from nico202/jamin
jamin: init at 0.95.0
2016-02-15 00:39:32 +01:00
Arseniy Seroka
5a63bf15e0 Merge pull request #12964 from sleexyz/spectrojack
spectrojack: init at 0.4
2016-02-14 22:34:14 +03:00
=
39e0909f8f IanniX: init at 0.9.17b (latest git) 2016-02-14 19:29:35 +01:00
=
6738c22a46 Added aeolus virtual organ 2016-02-14 19:16:06 +01:00
Vladimír Čunát
d039c87984 Merge branch 'master' into closure-size 2016-02-14 08:33:51 +01:00
Franz Pletz
309597b40a Merge pull request #12959 from nico202/timemachine
timemachine: init at 0.3.1
2016-02-13 18:20:07 +01:00
Sean Lee
47282a0ee6 spectrojack: init at 0.4
spectrojack - moved in all-packages

spectrojack: init at 0.4

updated

spectrojack: init at 0.4
2016-02-13 11:19:53 -05:00
=
dc82532eb8 timemachine: init at 0.3.1 2016-02-12 20:49:26 +01:00
=
67fd55b561 non: 2015-12-16 -> 2016-02-07 2016-02-12 18:54:25 +01:00
=
99178d968b jamin: init at 0.95.0 2016-02-12 13:37:51 +01:00
Franz Pletz
24ebd77ab5 Merge pull request #12720 from rvl/sonata
Add Sonata music player (MPD client)
2016-02-12 10:14:43 +01:00
Rodney Lorrimar
5a50fd4660 sonata: init at 1.7b1 2016-02-10 18:48:03 +00:00
Nikolay Amiantov
6a2cbbb24a Merge pull request #12888 from vanzef/qtscrob
Qtscrob
2016-02-09 17:20:56 +03:00
Ivan Solyankin
3482020486 qtscrobbler: init at 0.11 2016-02-09 17:15:30 +03:00
Arseniy Seroka
36242a14a2 Merge pull request #12843 from magnetophon/master-faust1-0.9.73
faust: update faust1, rename default.nix->faust2.nix
2016-02-06 23:54:11 +03:00
Robin Gloster
008acbc506 Merge pull request #12844 from magnetophon/master-ladspaH-mirror
ladspaH: move src to mirror, please also merge in 15.09
2016-02-06 20:06:14 +01:00
Bart Brouns
3b6b47976e ladspaH: move src to mirror, please also merge in 15.09 2016-02-06 13:39:30 +01:00
Bart Brouns
f357b6eb2b faust: update faust1, rename default.nix->faust2.nix 2016-02-06 13:26:31 +01:00
Vladimír Čunát
54299b60c4 Merge #12779: Mass replace pkg}/bin-style strings
... to refer to correct outputs
2016-02-03 17:25:22 +01:00
Vladimír Čunát
d3a3aa8674 Merge #12740: multiple outputs for Qt 5 and KDE 5 2016-02-03 17:09:09 +01:00
Vladimír Čunát
ae74c356d9 Merge recent 'staging' into closure-size
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
Tuomas Tynkkynen
76cfa449dc treewide: Mass replace 'flac}/bin' to refer the 'bin' output 2016-02-01 20:46:02 +02:00
Christopher Lübbemeier
ea25afa2cb spotify: fix icons 2016-02-01 14:49:43 +01:00
Thomas Tuegel
fe1bae4e58 spotify: udev -> libudev 2016-01-31 21:15:03 -06:00
Nikolay Amiantov
979dd17bac Merge pull request #12712 from akaWolf/deadbeef-ape-plugin
deadbeef: ape plugin fix
2016-01-31 13:45:12 +03:00
Artjom Vejsel
f650fed9e5 deadbeef: ape plugin fix 2016-01-31 12:12:16 +03:00
Bart Brouns
ee9d7f09ea ladspa-sdk: change source url to mirror
ladspa.org has been down for a feew weeks, and I couldn't find info on a
cause or a solution.

Closes #12640.

Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de>
2016-01-30 16:31:09 +01:00
Profpatsch
6c60a24d38 abcde: add flac and which as runtime deps 2016-01-29 23:35:05 +01:00
Jascha Geerds
1bc91e4355 pithos: 1.1.1 -> 1.1.2 2016-01-27 17:24:23 +01:00
Tobias Geerinckx-Rice
0c25292648 vorbis-tools: rename from old-style vorbisTools 2016-01-26 01:35:55 +01:00
Jascha Geerds
9e56b18cde morituri: Add missing platforms attribute 2016-01-25 23:13:21 +01:00
Tobias Geerinckx-Rice
ac33b4724a More version attribute tidying where maintainers |= nckx 2016-01-25 20:08:34 +01:00
Tobias Geerinckx-Rice
9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Tuomas Tynkkynen
ed7dbb46a8 treewide: Mass replace 'zlib}/lib' to refer the 'out' output 2016-01-24 10:03:39 +02:00
Tuomas Tynkkynen
a1909d7380 treewide: Mass replace 'glibc}/lib' to refer the 'out' output 2016-01-24 10:03:35 +02:00
Cillian de Róiste
85f9d04319 mixxx: tidy up, remove obsolete patch, co-adopt 2016-01-23 15:47:41 +01:00
Cillian de Róiste
63485280dd mixxx: 1.11.0 -> 2.0.0 2016-01-23 15:47:41 +01:00
Franz Pletz
cc3f5b40a3 mopidy: 1.1.1 -> 1.1.2 2016-01-22 18:31:28 +01:00
Arseniy Seroka
801225a34e Merge pull request #12536 from vbgl/ncmpcpp-72
ncmpcpp: 0.7 -> 0.7.2
2016-01-22 19:48:13 +03:00
Siarhei Zirukin
23e18ab88e fldigi: 3.22.02 -> 3.23.07 2016-01-22 14:03:39 +01:00
Vladimír Čunát
0957359568 Merge branch 'staging' 2016-01-22 13:48:35 +01:00
Vincent Laporte
23fa59f08b ncmpcpp: 0.7 -> 0.7.2 2016-01-22 09:57:03 +01:00
Robin Gloster
da53f27a17 Merge pull request #12206 from mayflower/mopidy/https
mopidy: Fix fetching songs over HTTPS
2016-01-20 13:08:57 +01:00
Vladimír Čunát
716aac2519 Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
Robin Gloster
53b389327e refactor to use autoreconfHook where possible
Close #12446.
2016-01-18 10:45:31 +01:00
Christopher Lübbemeier
ebd1a4ca9f spotify: 0.9.17.1 -> 1.0.19.106
changes by @globin:
used wrapper instead of propagatedUserEnvPkgs for zenity

closes #12191

Signed-off-by: Robin Gloster <mail@glob.in>
2016-01-17 19:18:32 +00:00
Vladimír Čunát
0b7e17e5a5 audacity: apply Arch patch to avoid vulnerable ffmpeg
Now it builds with the latest branch. /cc #12437.
2016-01-17 10:25:46 +01:00
Pascal Wittmann
3be1836e3d Merge pull request #12398 from eduarrrd/pianobar
pianobar: 2014.09.28 -> 2015.11.22
2016-01-15 07:45:54 +01:00
Eduard Bachmakov
f119de4b35 pianobar: 2014.09.28 -> 2015.11.22 2016-01-14 22:25:39 -05:00
Tobias Geerinckx-Rice
a52b238bab Merge pull request #12120 from benley/cdparanoia-darwin
cdparanoia: fix Darwin build
2016-01-15 00:56:06 +01:00
David Calvo Ruiz
5c3a84fc89 gtklick: init at 0.6.4 2016-01-12 22:45:41 +01:00
David Calvo Ruiz
d445ee9f37 klick: init at 0.12.2 2016-01-12 22:45:40 +01:00
Aristid Breitkreuz
5c7afe8159 Merge pull request #12207 from mayflower/mopidy/soundcloud-2.0.2
mopidy-soundcloud: 2.0.1 -> 2.0.2
2016-01-10 21:02:54 +01:00
Nikolay Amiantov
c0f72cfe33 opusfile: add platforms, cleanup 2016-01-10 06:02:50 +03:00
Franz Pletz
0f8fe82096 gmpc: Fix icon loading
gmpc wouldn't start because the icons aren't found.
2016-01-07 21:40:16 +01:00
Franz Pletz
89ad5c515f mopidy-spotify: 1.4.0 -> 2.2.0 2016-01-07 16:03:41 +01:00
Franz Pletz
e7c9d7c778 mopidy-soundcloud: 2.0.1 -> 2.0.2 2016-01-07 16:03:06 +01:00
Franz Pletz
0397da7ec4 mopidy: Fix fetching songs over HTTPS
The gstreamer plugin needs glib-networking to support HTTPS. Refactored
to use wrapGAppsHook to wrap the gstreamer plugins and glib-networking.
2016-01-07 16:00:52 +01:00
=
4c384722ea non: 2015-10-6 -> 2015-12-16 2016-01-06 15:02:02 +00:00
=
ae8ea1c147 drumgizmo: 0.9.6 -> 0.9.8.1 2016-01-06 13:27:22 +00:00
Tobias Geerinckx-Rice
e5972f3094 keyfinder: 2.00 -> 2.1; build with qt55 2016-01-05 21:03:08 +01:00
Benjamin Staffin
9f3889a9a5 cdparanoia: fix Darwin build
Fixes #12116
2016-01-03 15:49:09 -08:00
Mateusz Kowalczyk
666c6a0d6a snd: update from 15.4 to 15.9 2016-01-03 20:51:14 +00:00
Vladimír Čunát
f9f6f41bff Merge branch 'master' into closure-size
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Domen Kožar
a27a1f9f8e Merge pull request #12007 from mayflower/spotify-openssl
spotify: Use specific openssl version
2015-12-28 23:15:40 +01:00
Robin Gloster
4f6c12de30 spotify: Use specific openssl version
Spotify needs an ABI compatible libssl as it is a binary.
Only changes things if openssl is aliased to another libssl.
2015-12-28 21:52:29 +00:00
Reno Reckling
bfd77fdbbe amarok: add necessary dependencies to fix failing build 2015-12-28 22:49:36 +01:00
Reno Reckling
e94139f8c8 Add comments identifying workarounds 2015-12-26 18:42:03 +01:00
Reno Reckling
a25de32033 cantata: fix taglib search 2015-12-26 18:00:32 +01:00
Reno Reckling
4400f01c0b amarok: fix taglib search 2015-12-26 18:00:20 +01:00
Nathan Zadoks
971d580a00 spotify: fix missing ffmpeg_0_10 dependency, fixes #11877
This makes local playback work.
2015-12-23 01:41:01 +01:00
Thomas Tuegel
5810f0e7ed tomahawk: Qt 5 infrastructure upgrade 2015-12-20 07:56:55 -06:00
Arseniy Seroka
e2d8b134c6 Merge pull request #11827 from k0ral/ncmpcpp
ncmpcpp: 0.6.7 -> 0.7
2015-12-19 19:04:39 +03:00
koral
e8aee16550 ncmpcpp: 0.6.7 -> 0.7 2015-12-19 11:05:24 +00:00
Spencer Whitt
4446b078fc mopidy-spotify-tunigo: init at 0.2.1 2015-12-15 22:38:15 -05:00
Spencer Whitt
a03b98271a mopidy-musicbox-webclient: init at 2.0.0 2015-12-15 22:38:14 -05:00
Spencer Whitt
7e71068510 mopidy-soundcloud: init at 2.0.1 2015-12-15 22:38:14 -05:00
Spencer Whitt
47cbbc3abe mopidy-youtube: init at 2.0.1 2015-12-15 22:38:14 -05:00
Spencer Whitt
514b7b9328 mopidy-mopify: 1.5.1->1.5.8 2015-12-15 22:38:14 -05:00
Spencer Whitt
95d62e78e3 mopidy: improve gstreamer plugin support 2015-12-15 22:38:09 -05:00
Rickard Nilsson
46905425cf Merge pull request #11477 from jgillich/mopidy-gmusic
mopidy-gmusic: init at 1.0.0
2015-12-15 10:15:51 +01:00
viric
63eb3395cb Merge pull request #11727 from ericsagnes/praat
praat: 5417 -> 5.4.17
2015-12-15 09:57:37 +01:00
Eric Sagnes
c393711b43 praat: 5417 -> 5.4.17 2015-12-15 11:56:28 +09:00
Jakob Gillich
d241354dcd mopidy: 1.0.5 -> 1.1.1 2015-12-14 14:38:58 +01:00
Jakob Gillich
872d0be1a0 mopidy-gmusic: init at 1.0.0 2015-12-14 14:38:58 +01:00
Badi' Abdul-Wahid
a8d43d6950 google-musicmanager: beta_1.0.221.5230-r0 -> beta_1.0.243.1116-r0 2015-12-13 20:46:30 -05:00
goibhniu
e470d15423 zam-plugins: update hash (uses git submodules) 2015-12-13 18:16:49 +01:00
Luca Bruno
5b0352a6a4 Merge branch 'master' into closure-size 2015-12-11 18:31:00 +01:00
goibhniu
e83c52258a Merge pull request #11311 from magnetophon/yoshimi-master
yoshimi: 1.3.6 -> 1.3.7.1
2015-12-06 11:46:51 +01:00
Emery Hemingway
2b6dcdfcd0 Rename 'emery' maintainer handle to 'ehmry', fixes #11493
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
Jan Malakhovski
74724837d6 cmus: rewrite expression, add more options, fixes #11483 2015-12-05 20:18:13 +01:00
Jan Malakhovski
3ef66919b6 cmus: 2.6.0 -> 2.7.0, add a maintainer 2015-12-05 20:18:02 +01:00
Bart Brouns
b94a2db590 yoshimi: 1.3.6 -> 1.3.7.1 2015-12-03 19:54:19 +01:00
Domen Kožar
33eddc4e90 Merge pull request #11318 from gebner/morituri-cddb
morituri fails because of missing CDDB dependency
2015-12-02 09:21:35 +01:00
Nikolay Amiantov
123b73a182 deadbeef: add optional wildmidi support 2015-12-01 20:46:31 +03:00
Arseniy Seroka
7f6efa5497 Merge pull request #11360 from mrVanDalo/zynaddsubfx
zynaddsubfx: improvment 2.4.4 -> 2.5.2
2015-12-01 00:46:23 +03:00
Pascal Wittmann
119e0a7bdb Merge pull request #11354 from mrVanDalo/aj-snapshot
aj-snapshot: init 0.9.6
2015-11-30 22:38:41 +01:00
Ingolf Wagner
58085a9c85 zynaddsubfx: improvment 2.4.4 -> 2.5.2 2015-11-30 17:57:15 +01:00
Ingolf Wagner
90f3c390f0 aj-snapshot: init (0.9.6) 2015-11-30 17:15:49 +01:00
Luca Bruno
920b1d3591 Merge branch 'master' into closure-size 2015-11-29 16:50:26 +01:00
goibhniu
054402d479 Merge pull request #11096 from magnetophon/faust2-master
faust: add version 2 and make it the default
2015-11-28 14:37:04 +01:00
Gabriel Ebner
1c620f073a morituri: 0.2.3 -> 0.2.3.20151109 2015-11-28 08:29:42 +01:00
Gabriel Ebner
50532874fa morituri: add CDDB dependency 2015-11-28 08:06:32 +01:00
Tobias Geerinckx-Rice
2798b02ad0 Convert some *Flags from strings to lists 2015-11-26 23:45:31 +01:00
Domen Kožar
67e03d0c50 Merge branch 'buildPythonPackage+wheels' 2015-11-26 17:38:35 +01:00
Luca Bruno
a412927924 Merge remote-tracking branch 'origin/master' into closure-size 2015-11-25 21:37:30 +01:00
Pascal Wittmann
f591a171f8 mhwaveedit: fix ogg support, see #11203 2015-11-22 15:04:47 +01:00
Pascal Wittmann
712d9f1e76 mhwaveedit: fix mp3 support, closes #11203 2015-11-22 14:49:21 +01:00
Domen Kožar
d83a97823c buildPythonPackage: fix a few more wheel packages 2015-11-21 21:44:12 +01:00
Domen Kožar
704c8bab41 buildPythonPackage: fix standalone applications using it 2015-11-21 21:44:12 +01:00
Noé Rubinstein
01a81506a6 sonic-pi: init at 2.8.0 2015-11-21 20:41:30 +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
Pascal Wittmann
7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
Bart Brouns
ac3608211e add Helm, a polyphonic synthesizer, standalone or lv2 2015-11-17 18:24:39 +01:00
Bart Brouns
cec8303926 faust: add version 2 and make it the default 2015-11-17 15:29:45 +01:00
Peter Simons
e71a080488 Merge pull request #9252 from FRidh/audacity
audacity: 2.0.5 -> 2.1.1
2015-11-16 11:38:46 +01:00
William A. Kennington III
6602f49495 Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""
This reverts commit 741bf840da.

This reverts the fallout from reverting the major changes.
2015-11-14 12:32:51 -08:00