Commit graph

4746 commits

Author SHA1 Message Date
Sandro f2cbacbc4e
Merge pull request #98794 from tomcur/fix-renoise-audiopluginserver
renoise: patch audio plugin server
2021-01-18 17:28:11 +01:00
Ryan Mulligan bab2aa831b
Merge pull request #109732 from r-ryantm/auto-update/bchoppr
bchoppr: 1.8.0 -> 1.10.0
2021-01-18 08:01:54 -08:00
Ryan Mulligan 1a59c1e590
Merge pull request #109739 from r-ryantm/auto-update/bschaffl
bschaffl: 1.2.0 -> 1.4.2
2021-01-18 07:48:27 -08:00
markuskowa e80cbcfb93
Merge pull request #109719 from r-ryantm/auto-update/MIDIVisualizer
MIDIVisualizer: 6.0 -> 6.2
2021-01-18 13:59:39 +01:00
R. RyanTM c4c1813b07 bschaffl: 1.2.0 -> 1.4.2 2021-01-18 11:36:27 +00:00
R. RyanTM 61bcbb2f2a bchoppr: 1.8.0 -> 1.10.0 2021-01-18 10:47:53 +00:00
R. RyanTM 93da25d320 MIDIVisualizer: 6.0 -> 6.2 2021-01-18 09:47:18 +00:00
Mario Rodas 19f017df5c spotifyd: 0.2.24 -> 0.3.0
https://github.com/Spotifyd/spotifyd/releases/tag/v0.3.0
2021-01-17 04:20:00 +00:00
Thomas Gerbet 2fbc36f3d8 fluidsynth: update homepage permanent redirect to HTTPS 2021-01-16 18:29:04 -08:00
Anderson Torres d20d283fa7
Merge pull request #106729 from freezeboy/update-iannix
iannix: 0.9.20-b -> unstable-2020-12-09
2021-01-16 16:25:59 -03:00
Anderson Torres fe0b3800c1
Merge pull request #105770 from r-ryantm/auto-update/pianobar
pianobar: 2020.04.05 -> 2020.11.28
2021-01-16 16:23:09 -03:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Sandro a9bb54359e
Merge pull request #108099 from siraben/double-quotes-fix 2021-01-16 11:27:58 +01:00
Peter Hoeg 249db9f8a7 audacity: 2.4.1 -> 2.4.2
A few other things:
 - prep for transition to gtk3 when audacity recommends it
 - we drop the runtime linking with lame as audacity is picking it up on
   its own
 - on linux, add a number of missing dependencies.
 - use a newer (recommended) wxwidgets
 - add a patch (merged upstream) that makes audacity follow XDG for file locations
2021-01-16 18:27:31 +08:00
Ben Siraphob 8dd78bb4fb treewide: fix double quoted strings in meta.description 2021-01-16 11:29:30 +07:00
Sandro cebcc7a891
Merge pull request #109317 from hexop/mopidy-youtube
mopidy-youtube: 3.1 -> 3.2
2021-01-14 13:23:57 +01:00
Mario Rodas cf2ca61d97 ncspot: 0.2.6 -> 0.3.0
https://github.com/hrkfdn/ncspot/releases/tag/v0.3.0
2021-01-13 21:00:00 -05:00
ilian 72b730c5e9 reaper: 6.12c -> 6.19 2021-01-13 23:09:02 +01:00
coolneng 80a22aa1e7
mopidy-youtube: 3.1 -> 3.2 2021-01-13 21:46:36 +01:00
Sandro 769a4a83e6
Merge pull request #90580 from fps/add-tap-plugins
tap-plugins: init at 1.0.1
2021-01-12 17:03:56 +01:00
David Birks fec9f56aa6 pulseeffects: 4.8.3 -> 4.8.4 2021-01-11 20:08:44 -08:00
fps.io 5e0cf323e7 tap-plugins: init at 1.0.1 2021-01-11 21:45:48 +01: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
github-actions[bot] 36bab113bf
Merge master into staging-next 2021-01-11 01:02:21 +00:00
Sandro f4017bff44
Merge pull request #108167 from fgaz/ft2-clone/1.42 2021-01-11 02:00:49 +01:00
Frederik Rietdijk 0c42bb5027 Merge master into staging-next 2021-01-10 15:50:49 +01:00
Sandro Jäckel 6bd95f2d1d
opustags: 1.5.1 -> 1.6.0 2021-01-10 11:00:00 +01:00
Jan Tojnar e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Sandro 372806018c
Merge pull request #91674 from MetaDark/zynaddsubfx
zynaddsubfx: use zyn-fusion as default gui module
2021-01-07 23:02:11 +01:00
MetaDark 8deca0d420 zynaddsubfx: use zyn-fusion as default gui module
- Added `guiModule` option that accepts "fltk", "ntk", "zest", or "off"

- Split FLTK dependencies from NTK dependencies

- Added support for building the FLTK gui

- Added support for building the Zyn-Fusion (zest) gui

- Added new derivation for the Zest UI framework (local to zynaddsubfx)
  It's not yet designed to be used outside of zynaddsubfx, but it
  may be in the future

- Added flags for all optional features

- Added & disabled `dssiSupport` by default

- Disabled `lashSupport` by default
  Slows down startup looking for LASH server if not running

- Added & enabled `portaudioSupport` by default
  Cross platform audio library that uses ALSA/JACK on Linux.
  Supports multiple audio streams without needing JACK.

- Enabled tests

- Removes nico202 as maintainer, as requested in code review
2021-01-07 15:00:35 -05:00
github-actions[bot] 5c072a088d
Merge master into staging-next 2021-01-07 18:40:50 +00:00
Sandro 50e382b43d
Merge pull request #108667 from peterhoeg/u/strawberry
strawberry: 0.8.4 -> 0.8.5
2021-01-07 17:21:53 +01:00
Peter Hoeg 365d0b9bf3 strawberry: 0.8.4 -> 0.8.5 2021-01-07 20:57:16 +08:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Sandro db5a3ef5e6
Merge pull request #108634 from tckmn/sunvox-1.9.6c
sunvox: 1.9.5d -> 1.9.6c
2021-01-07 11:47:10 +01:00
Sandro Jäckel 1f0048cd89
sublime-music: Disable tests 2021-01-07 10:42:11 +01:00
Frederik Rietdijk 479867700b ecasound: let it use more dependencies
Patch partially contributed by Kai Ruemmler.
2021-01-07 09:13:16 +01:00
Andy Tockman 297c5b3ecd sunvox: 1.9.5d -> 1.9.6c
The current derivation is broken because sunvox doesn't host old
versions of their software on their website.
2021-01-06 21:06:28 -06:00
Mario Rodas 32c3eeb897
Merge pull request #107084 from r-ryantm/auto-update/mopidy
mopidy: 3.0.2 -> 3.1.0
2021-01-06 18:03:56 -05:00
Mario Rodas d70b9c4c55
Merge pull request #106963 from r-ryantm/auto-update/mopidy-soundcloud
mopidy-soundcloud: 2.1.0 -> 3.0.1
2021-01-06 17:55:23 -05:00
Mario Rodas 92473bf94d mopidy-local: fix tests for Mopidy≥3.1.0 2021-01-06 17:46:45 -05:00
Mario Rodas b2859274ee mopidy: 3.1.0 -> 3.1.1 2021-01-06 17:41:04 -05:00
Mario Rodas b413504364 spotify-tui: 0.22.0 -> 0.23.0
https://github.com/Rigellute/spotify-tui/releases/tag/v0.23.0
2021-01-06 05:59:16 -05:00
Mario Rodas 44ef664c89 mp3gain: enable on darwin 2021-01-06 04:20:00 +00:00
R. RyanTM c8ea2c9898 picard: 2.5.5 -> 2.5.6 2021-01-06 02:39:47 +00:00
github-actions[bot] 581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
Bernardo Meurer 77d190f109
Merge pull request #108275 from lovesegfault/beetsUnstable
beets: 1.4.9 -> unstable-2020-12-22
2021-01-03 23:44:03 +00:00
github-actions[bot] 07165c7226
Merge staging-next into staging 2021-01-03 18:38:32 +00:00
John Ericson b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
Pavol Rusnak b33fd9a5ae
Merge pull request #108287 from jpotier/fix-vcv-rack-bitbucket
Fetch pffft from upstream project website instead of bitbucket
2021-01-03 15:22:17 +01:00