Commit graph

4954 commits

Author SHA1 Message Date
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ryan Mulligan 77d90b87c4
Merge pull request #109754 from r-ryantm/auto-update/cmus
cmus: 2.8.0 -> 2.9.0
2021-01-18 21:57:00 -08:00
Sandro b1a80fa01b
Merge pull request #109821 from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.42 -> 1.43
2021-01-18 22:57:42 +01:00
R. RyanTM ac29a296ca ft2-clone: 1.42 -> 1.43 2021-01-18 20:50:55 +00:00
Sandro 7f827a9982
Merge pull request #99259 from magnetophon/faustlive
faustlive: 2.5.4 -> unstable-dev-2020-08-03
2021-01-18 21:21:04 +01:00
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
R. RyanTM 7c574d7254 cmus: 2.8.0 -> 2.9.0 2021-01-18 13:25:53 +00: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
EEva (JPotier) 7964c9827f vcv-rack: fetch pffft from upstream project website instead of bitbucket
Starting from this commit
2db08f15a0
the upstream project does not expect to use bitbucket anymore. The title
mentions that “BitBucket deleted all Mercurial repos”. Instead, an archive of
the pffft source is hosted on vcvrack.com directly. The unziped sha256 is the
same as before this change.
2021-01-03 15:04:51 +02:00
Bernardo Meurer 264f7981ee bs1770gain: nuke
The package is filled with white supremacist hate speech, and the only
reverse dependency on it, beets, can now use ffmpeg instead.
2021-01-03 14:36:54 +02:00
github-actions[bot] 0649757570
Merge staging-next into staging 2021-01-03 12:24:59 +00:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Sandro e5e3c0f40e
Merge pull request #108162 from fgaz/pt2-clone/1.28
pt2-clone: 1.27 -> 1.28
2021-01-03 10:03:55 +01:00
Frederik Rietdijk f7267e9797
Merge pull request #107783 from NixOS/staging-next
Staging next (with gcc 10, binutils 2.34 and autoconf 2.70)
2021-01-03 09:59:31 +01:00
zowoq fb2311d430 Merge staging-next into staging 2021-01-03 16:33:28 +10:00
Sandro 7ce2c5a5f7
Merge pull request #104788 from SuperSandro2000/auto-update/opustags 2021-01-03 07:25:59 +01:00
Francesco Gazzetta 5ec0a5636e ft2-clone: fix darwin 2021-01-02 18:55:09 +01:00
Frederik Rietdijk e48db707e4 Merge master into staging-next 2021-01-02 08:49:09 +01:00
Francesco Gazzetta 62f0b749d2 ft2-clone: 1.41_fix -> 1.42 2021-01-01 22:08:07 +01:00
Francesco Gazzetta a82af793df pt2-clone: 1.27 -> 1.28 2021-01-01 21:25:18 +01:00
Sandro d974d7fc5d
Merge pull request #107997 from 6AA4FD/new-session-manager 2021-01-01 19:52:24 +01:00
Ben Siraphob 3496ce2a0c treewide: remove trailing whitespaces 2021-01-01 10:41:04 -08:00
Frederik Rietdijk 3f08495212
Merge pull request #108022 from siraben/cmake-native-build-inputs
[staging] treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 10:54:25 +01:00
github-actions[bot] 8500f595a1
Merge master into staging-next 2021-01-01 06:22:40 +00:00
Ben Siraphob fcbc6c84e5 sorcer: update license 2021-01-01 11:52:33 +07:00
Ben Siraphob b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Sandro d841f374c6
Merge pull request #97140 from hirenashah/plujain-ramp
plujain-ramp: init at v1.1.3
2021-01-01 05:49:26 +01:00
Quinn e061be375b new-session-manager: init at 1.4.0 2020-12-31 19:04:05 -08:00
Bernardo Meurer 79adc84f5e
Merge pull request #107993 from jakeisnt/add-mopidy-scrobbler
mopidy-scrobbler: init at 2.0.1
2021-01-01 01:24:01 +00:00
github-actions[bot] 999c670119
Merge master into staging-next 2021-01-01 00:56:14 +00:00
jakeisnt c3920418a5 mopidy-scrobbler: init at 2.0.1 2020-12-31 16:55:44 -08:00
jakeisnt 657c280e48 mopidy: sort package declarations 2020-12-31 16:55:34 -08:00
Sandro 9f33d6589a
Merge pull request #107465 from Gerschtli/fix/audacity
audacity: switch to cmake to fix missing plug-ins
2021-01-01 01:55:24 +01:00
Lassulus 1811a07daa
Merge pull request #107065 from magnetophon/geonkick
geonkick: 2.5.1 -> 2.6.1
2021-01-01 00:45:27 +01:00
Lassulus 0dfc8139e2
Merge pull request #107630 from bfortz/bitwig-3.3.1
Bitwig Studio : 3.2.8 -> 3.3.1
2021-01-01 00:32:32 +01:00
github-actions[bot] 5dffe03f30
Merge master into staging-next 2020-12-31 18:42:41 +00:00
stigo 5a214b6b68
Merge pull request #106748 from r-ryantm/auto-update/milkytracker
milkytracker: 1.02.00 -> 1.03.00
2020-12-31 19:19:09 +01:00
Ben Siraphob db846ba1b5 rkrlv2: beta_2 -> beta_3 2020-12-31 21:43:10 +07:00
Frederik Rietdijk e823016e66 Merge master into staging-next 2020-12-31 13:29:32 +01:00
Sandro Jäckel 2d9c1ba1a4
netease-music-tui: Avoid string conversion 2020-12-30 21:38:32 +01:00
Hiren Shah 0e5bad71c8 plujain-ramp: init at v1.1.3 2020-12-29 18:10:21 +00:00
github-actions[bot] c86ce50258
Merge master into staging-next 2020-12-29 00:51:31 +00:00
Sandro efe9ac0e8e
Merge pull request #107816 from fgaz/pt2-clone/1.27
pt2-clone: 1.26_fix -> 1.27
2020-12-29 01:08:04 +01:00
Florian Klink fc6d716069
Merge pull request #107818 from Emantor/topic/pavucontrol_wayland
pavucontrol: dropdown patch for wayland support
2020-12-28 23:50:27 +01:00
Rouven Czerwinski e128aa70f3 pavucontrol: dropdown patch for wayland support
Pavucontrol employed a button with a popup instead of a dropdown menu
for it's dropdown menus. These were rendered offset to the window and
maybe even offscreen from the window. Add the upstream patch which fixes
this issue.

Fixes https://github.com/NixOS/nixpkgs/issues/87446
2020-12-28 21:37:30 +01:00
Martin Weinelt 1c74abe555 mopidy-tunein: 1.0.0 -> 1.0.2 2020-12-28 20:54:30 +01:00
Francesco Gazzetta 9bb7cb4856 pt2-clone: 1.26_fix -> 1.27 2020-12-28 17:33:28 +01:00
github-actions[bot] d5506c4c59
Merge master into staging-next 2020-12-28 12:24:08 +00:00
luc65r 2fba99c47c game-music-emu: 0.6.1 -> 0.6.3 2020-12-28 08:43:31 +01:00
github-actions[bot] 2d9193f9f0
Merge staging-next into staging 2020-12-28 06:21:16 +00:00
Jörg Thalheim 6baecc0abb
aucdtect: remove (#107611)
* aucdtect: remove

* Update pkgs/top-level/aliases.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Co-authored-by: Peter Hoeg <peter@hoeg.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-28 09:26:52 +08:00
github-actions[bot] 9ddbef87ec
Merge staging-next into staging 2020-12-28 00:51:04 +00:00
Sandro cdfbfec2da
Merge pull request #98006 from OPNA2608/package-sc68
sc68: init at unstable-2020-05-18
2020-12-28 00:03:33 +01:00
Doron Behar a56f793ccc
Merge pull request #100980 from devhell/patch-mp3gain-cve-2019-18359
mp3gain: Fix vulnerabilities
2020-12-27 23:54:10 +02:00
devhell 487fb291d9 mp3gain: Fix vulnerabilities
This commit fetches a patch for CVE-2019-18359 from Gentoo's repository
[1]. Previously openSuSE[2] was used, but that did not work well with
`fetchpatch` and having copies of patches is discouraged.

This commit should also close https://github.com/NixOS/nixpkgs/issues/90893

[1]:
https://gitweb.gentoo.org/repo/gentoo.git/commit/media-sound/mp3gain?id=36f8689f7903548f5d89827a6e7bdf70a9882cee
[2]:
https://build.opensuse.org/package/view_file/openSUSE:Factory/mp3gain/0001-fix-security-bugs.patch
2020-12-27 14:27:24 +00:00
Bernard Fortz 0863300f17 Bitwig Studio : 3.2.8 -> 3.3.1 2020-12-27 14:33:51 +01:00
Mario Rodas 2cc63fa4ca espeak-ng: enable on darwin 2020-12-27 04:25:00 -05:00
github-actions[bot] 5504b75e2b
Merge staging-next into staging 2020-12-27 06:20:04 +00:00
Sandro d8197b2961
Merge pull request #107560 from Vonfry/init/netease-music-tui
netease-music-tui: init at v0.1.2
2020-12-27 02:18:23 +01:00
github-actions[bot] 9c87ad5a33
Merge staging-next into staging 2020-12-27 00:51:02 +00:00
Sandro 71af942b68
Merge pull request #107619 from suhr/helio 2020-12-26 22:25:58 +01:00
Sandro 4b3e39fa51
Merge pull request #107577 from magnetophon/stochas 2020-12-26 20:11:23 +01:00
Bart Brouns 4dc9fff596 stochas: init at 1.3.4 2020-12-26 19:47:38 +01:00
github-actions[bot] 1ccbdbb3a4
Merge staging-next into staging 2020-12-26 12:23:20 +00:00
Сухарик 8e004a6851 helio-workstation: 3.1 -> 3.3 2020-12-26 14:56:24 +03:00
Sandro 1fae688f77
Merge pull request #107605 from r-ryantm/auto-update/sonata
sonata: 1.7b1 -> 1.7.0
2020-12-26 12:23:53 +01:00
Vonfry d6acc7ffc5
netease-music-tui: init at v0.1.2 2020-12-26 08:57:36 +08:00
github-actions[bot] 309b7614e7
Merge staging-next into staging 2020-12-26 00:47:55 +00:00
R. RyanTM 62eed247ed sonata: 1.7b1 -> 1.7.0 2020-12-26 00:14:33 +00:00
aszlig 4e4b499861
gpodder: 3.10.16 -> 3.10.17
Upstream release notes:

  This release restores Youtube-DL function. It also includes a lot of
  fixes and improvements since last release.

  Notably: feed update errors now only produce a single notification.
  See feeds in error via a warning icon next to their title. You'll get
  the error message in the description (also in settings for the feed in
  error).

Signed-off-by: aszlig <aszlig@nix.build>
2020-12-25 22:56:02 +01:00
Doron Behar e89ecac0a2
Merge pull request #103428 from Tomahna/mopidy
mopidy-iris: 3.50.0 -> 3.54.0
2020-12-25 22:38:51 +02:00
Bart Brouns 6c75a62945 geonkick: 2.5.1 -> 2.6.1 2020-12-25 15:29:15 +01:00
github-actions[bot] 09a970dcd2
Merge staging-next into staging 2020-12-25 12:23:40 +00:00
Doron Behar 57e9cb9112
Merge pull request #107480 from marsam/update-ncmpcpp
ncmpcpp: 0.8.2 -> 0.9.1
2020-12-25 12:51:34 +02:00
github-actions[bot] 91f827cb1d
Merge staging-next into staging 2020-12-24 18:34:36 +00:00
R. RyanTM f63d83696a picard: 2.5.4 -> 2.5.5 2020-12-24 08:37:50 -08:00
github-actions[bot] 8d42e46e8e
Merge staging-next into staging 2020-12-24 12:25:45 +00:00
Tobias Happ de1d520b58 audacity: switch to cmake to fix missing plug-ins 2020-12-24 12:57:54 +01:00
Gabriel Ebner 5ea858139a qjackctl: 0.6.3 -> 0.9.0 2020-12-24 12:43:00 +01:00
Gabriel Ebner e8a8d380ec
Merge pull request #107490 from gebner/gstreamer-wrapper
treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
2020-12-24 12:29:43 +01:00
Gabriel Ebner c9161fb11a treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
When GST_PLUGIN_SYSTEM_PATH_1_0 is set, gstreamer ignores
GST_PLUGIN_SYSTEM_PATH.
2020-12-24 10:34:30 +01:00
Сухарик c25347d89e qjackctl: add jackSession option 2020-12-23 21:23:49 +03:00
github-actions[bot] 6c58f57ad7
Merge staging-next into staging 2020-12-23 06:22:28 +00:00
Peter Hoeg 2ae527c50e qtractor: 0.9.18 -> 0.9.19 2020-12-23 13:07:01 +08:00
Mario Rodas 8123355e63 ncmpcpp: 0.8.2 -> 0.9.1 2020-12-23 04:20:00 +00:00
IvarWithoutBones 531bd054ea apple-music-electron: init at 1.5.2 2020-12-21 03:24:59 +01:00
Frederik Rietdijk f081225a83
Merge pull request #106533 from helsinki-systems/refactor/waf-hook
[staging] wafHook: Don't wrap Python 2
2020-12-19 19:28:05 +01:00
R. RyanTM a105609c5e picard: 2.5.2 -> 2.5.4 2020-12-19 17:29:46 +01:00
Reed 1328c5d95d noisetorch: 0.8.2 -> 0.9.0 2020-12-17 15:31:04 -08:00
Janne Heß 2d505c9051
ams-lv2: Add Python 3 for wafHook 2020-12-17 19:01:33 +01:00
Janne Heß a903f8f111
mda_lv2: Add Python 3 for wafHook 2020-12-17 19:01:33 +01:00
R. RyanTM 98a8c9f577 mopidy: 3.0.2 -> 3.1.0 2020-12-17 06:31:48 +00:00
Mario Rodas d24d4b0def
Merge pull request #107035 from marsam/update-ncspot
ncspot: 0.2.5 -> 0.2.6
2020-12-16 21:40:40 -05:00
Ruud van Asseldonk fa685262d0 mopidy-local: 3.1.1 -> 3.2.0 2020-12-16 18:21:59 +01:00
Mario Rodas 5c70ff13ea ncspot: 0.2.5 -> 0.2.6
https://github.com/hrkfdn/ncspot/releases/tag/v0.2.6
2020-12-16 04:20:00 +00:00
R. RyanTM f90eb9d1fc mopidy-soundcloud: 2.1.0 -> 3.0.1 2020-12-15 12:27:43 +00:00
Mario Rodas b292eb4373 ncspot: 0.2.4 -> 0.2.5
https://github.com/hrkfdn/ncspot/releases/tag/v0.2.5
2020-12-13 16:06:00 -05:00
Mario Rodas 04d99fe69f
Merge pull request #106744 from magnetophon/ardour
ardour: 6.3 -> 6.5
2020-12-13 15:57:23 -05:00
Bart Brouns ef5e90f6e3 MMA: 20.02 -> 20.12 2020-12-13 14:07:45 +01:00
R. RyanTM fee2ce181d milkytracker: 1.02.00 -> 1.03.00 2020-12-12 14:31:57 +00:00
Bart Brouns 2e703eccc9 ardour: 6.3 -> 6.5 2020-12-12 15:11:33 +01:00
freezeboy ed99a16635 iannix: 0.9.20-b -> unstable-2020-12-09
It includes a few bug fixes.
This also allows to migrate to Qt5.15
2020-12-12 10:58:41 +01:00
Aaron Andersen 99fe3aa052
Merge pull request #106600 from r-ryantm/auto-update/musikcube
musikcube: 0.96.1 -> 0.96.2
2020-12-11 17:17:39 -05:00
Thomas Tuegel e772531ce8
Merge pull request #104474 from doronbehar/pkg/qt515/qtwebkit
qt515.qtwebkit: unbreak
2020-12-11 05:43:59 -06:00
R. RyanTM 7b52a0b946 musikcube: 0.96.1 -> 0.96.2 2020-12-10 21:21:16 +00:00
Eduardo Sánchez Muñoz 3d22c964af milkytracker: install .desktop, .appdata and icon files
Fixes https://github.com/NixOS/nixpkgs/issues/106288.
2020-12-09 12:52:54 +01:00
Orivej Desh a9ba757842 musescore: build in release configuration
This affects settings and document directories.

The configuration was "release" before the switch from fetchzip to
fetchFromGitHub.
2020-12-08 16:40:13 +00:00
Doron Behar da32a988ef
Merge pull request #106306 from r-ryantm/auto-update/mympd
mympd: 6.8.1 -> 6.8.3
2020-12-08 15:24:31 +02:00
Jan Tojnar 8a42fbfa6a
Merge pull request #106277 from Pacman99/fix-gnome-podcasts
gnome-podcasts: add dependency gst-plugins-good
2020-12-08 10:03:32 +01:00
R. RyanTM 537b1abc3e mympd: 6.8.1 -> 6.8.3 2020-12-08 00:58:25 +00:00
R. RyanTM a85e96dd05 musikcube: 0.95.0 -> 0.96.1 2020-12-08 00:52:42 +00:00
Pacman99 94ba22c1fa gnome-podcasts: add dependency gst-plugins-good
This fixes "No decoder available for type
'application/x-id3'"
2020-12-07 11:59:03 -08:00
Bart Brouns 4e08fc1c58
melmatcheq.lv2: init at 0.1 (#102743) 2020-12-07 14:44:43 +00:00
Bart Brouns 1d862b4c2a
distrho: unstable-2019-10-09 -> 2020-07-14 (#103143) 2020-12-07 14:39:41 +00:00
Orivej Desh (NixOS) e750a79e49
Merge pull request #101266 from pbogdan/quodlibet
quodlibet: 4.2.1 -> 4.3.0, fix tests
2020-12-07 14:20:01 +00:00
Jan Tojnar 4462f06ad8
Merge pull request #106110 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.8.2 -> 4.8.3
2020-12-07 13:00:19 +01:00
R. RyanTM 75283f00c5 MIDIVisualizer: 5.2 -> 6.0 2020-12-07 10:44:44 +00:00
Jan Tojnar 7686a61f27
pulseeffects: 4.8.2 -> 4.8.3
https://github.com/wwmm/pulseeffects/compare/v4.8.2...v4.8.3
2020-12-07 10:04:27 +01:00
Orivej Desh 7dfe92ab94 quodlibet: support feedparser 6 2020-12-07 01:31:32 +00:00
Orivej Desh 02dabab2bd cadence: fix build with Qt 5.15 2020-12-07 00:06:39 +00:00
Andreas Rammhold 7e5c64df85
spotifyd: workaround panic with older rust version
rust >= 1.48 causes a panic within spotifyd on music playback. As long
as there is no upstream fix for the issue we use an older version of
rust.

Upstream issue: https://github.com/Spotifyd/spotifyd/issues/719
2020-12-06 11:00:42 +01:00
R. RyanTM c18a63091a geonkick: 2.5.0 -> 2.5.1 2020-12-05 18:10:08 +00:00
Mario Rodas a84d82e00a
Merge pull request #105915 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.25_fix -> 1.26_fix
2020-12-04 23:34:30 -05:00
R. RyanTM df0736405a pt2-clone: 1.25_fix -> 1.26_fix 2020-12-04 21:07:04 +00:00
Doron Behar f06af9213a
Merge pull request #96673 from doronbehar/pkg/mympd
mympd: init at 6.8.1
2020-12-04 21:40:17 +02:00
Raghav Sood 3a3e8e6a8b
Merge pull request #105242 from RaghavSood/microhttpd/version
libmicrohttpd dependents: fix build
2020-12-04 05:37:48 +00:00
Sandro Jäckel 9796f668e2
opustags: add SuperSandro2000 as maintainer 2020-12-04 03:10:58 +01:00
Sandro Jäckel e0090f93e9
opustags: Fix some build failures on darwin, enable tests 2020-12-04 03:10:48 +01:00
Sandro 5b8c9111cd
Merge pull request #105729 from r-ryantm/auto-update/MellowPlayer
mellowplayer: 3.6.6 -> 3.6.7
2020-12-03 11:23:38 +01:00
R. RyanTM 590d2c63e7 pianobar: 2020.04.05 -> 2020.11.28 2020-12-03 06:57:36 +00:00
Sandro 535c1daca6
Merge pull request #105713 from fgaz/use-unstable-updater 2020-12-03 01:06:56 +01:00
R. RyanTM 106a31efb3 mellowplayer: 3.6.6 -> 3.6.7 2020-12-02 19:56:08 +00:00
R. RyanTM 6646a8f7f6 openmpt123: 0.5.3 -> 0.5.4 2020-12-02 19:01:41 +00:00
Francesco Gazzetta 30c6b9793f littlegptracker: use unstableGitUpdater 2020-12-02 17:22:23 +01:00
zimbatm bbc9af1f0a
tree-wide: do not use pkgs.extend in nixpkgs
Each invocation of pkgs.extends adds 130MB of allocation to the hydra
evaluator. We are already struggling with the amount of memory nixpkgs
requires.

`pkgs.extend` is a useful escape-hatch, but should be not be used inside
of nixpkgs directly.
2020-11-30 14:24:40 +01:00
Christoph Neidahl a35e790c96 sc68: init at unstable-2020-05-18 2020-11-29 22:56:22 +01:00
Frederik Rietdijk db29c15173
Merge pull request #105151 from B4dM4n/copy-desktop-hook
copyDesktopItems: add new setup-hook
2020-11-29 13:26:40 +01:00
Raghav Sood 39373645ed
faustlive: fix build 2020-11-29 09:42:22 +00:00
Sandro b3c57394ec
Merge pull request #93974 from laMudri/cmusfm-curl
cmusfm: 2018-10-11 -> 2020-07-23
2020-11-29 08:00:22 +01:00
Fabian Möller 65f8183685 goattracker: use copyDesktopItems hook 2020-11-29 04:03:39 +01:00
Sandro 96ee7aca87
Merge pull request #91512 from kalekseev/fix/greg
greg: add setuptools to propagatedBuildInputs
2020-11-29 01:33:34 +01:00
Sandro 97dcc005ac
Merge pull request #105285 from r-ryantm/auto-update/ocenaudio 2020-11-28 22:13:57 +01:00
R. RyanTM 36de795b6c ocenaudio: 3.9.5 -> 3.9.6 2020-11-28 20:18:29 +00:00
Sandro cee92cf107
Merge pull request #74845 from dmrauh/add/dsf2flac 2020-11-28 17:11:53 +01:00
Doron Behar 439e5f5b67
Merge pull request #104447 from freezeboy/update-iannix 2020-11-28 18:01:34 +02:00
R. RyanTM 1d1ae0f8a7 jamulus: 3.6.0 -> 3.6.1 2020-11-28 05:33:01 +00:00
Sandro Jäckel 60c54866ed
treewide: run ./maintainers/scripts/update_redirected_urls.sh 2020-11-27 01:35:54 +01:00
Sandro 6bd6d67845
Merge pull request #101702 from r-ryantm/auto-update/mopidy-musicbox-webclient
mopidy-musicbox-webclient: 2.4.0 -> 3.1.0
2020-11-27 01:02:57 +01:00
R. RyanTM 31025b04d8
mopidy-musicbox-webclient: 2.4.0 -> 3.1.0 2020-11-27 00:33:26 +01:00
Francesco Gazzetta ea84f9d409
littlegptracker: unstable-2019-04-14 -> unstable-2020-11-26, remove upstreamed patch (#105062) 2020-11-26 15:15:05 -05:00
Ryan Mulligan 5f32ca2286
Merge pull request #105053 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.24 -> 1.25_fix
2020-11-26 12:05:07 -08:00
R. RyanTM 6e10f43c6b pt2-clone: 1.24 -> 1.25_fix 2020-11-26 17:26:49 +00:00
Pavol Rusnak b8bc039a13
Merge pull request #99381 from fgaz/ft2-pt2-clone/endianness
pt2-clone,ft2-clone: only build on little-endian systems
2020-11-26 17:52:32 +01:00
Pavol Rusnak b431a2bf0c
Merge pull request #103682 from evils/elvis
fix some dead meta.homepage entries
2020-11-26 17:35:38 +01:00
Doron Behar c012b79c04 mympd: init at 6.8.1 2020-11-26 11:34:41 +02:00
Graham Christensen d9c3f13df3
Merge pull request #104776 from grahamc/utillinux
utillinux: rename to util-linux
2020-11-24 15:14:36 -05:00
Guillaume Girol 0be35abecd
Merge pull request #104319 from magnetophon/m32edit
m/x32edit: 3.2 -> 4.1
2020-11-24 20:11:49 +00:00
Sandro Jäckel 211a84e410
opustags: 1.5.0 -> 1.5.1 2020-11-24 18:57:53 +01:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Bart Brouns 56437bfba4 hybridreverb2: 2.1.1 -> 2.1.2 2020-11-24 13:05:17 +01:00
Sandro 6f29643d35
Merge pull request #97530 from reedrw/noisetorch-072 2020-11-24 02:16:57 +01:00
Ryan Mulligan 25aacc6ca9
Merge pull request #104574 from r-ryantm/auto-update/ptcollab
ptcollab: 0.3.5 -> 0.3.5.1
2020-11-23 05:47:46 -08:00
Sandro 33feadd4ef
Merge pull request #104285 from r-ryantm/auto-update/projectm
projectm: 3.1.7 -> 3.1.8
2020-11-23 14:12:10 +01:00
freezeboy bfaf30c5e7 iannix: set myself as maintainer 2020-11-23 14:04:26 +01:00
freezeboy c4ab2f4f7d iannix: 2016-01-31 -> 0.9.20-b 2020-11-23 14:02:52 +01:00
Sandro c55356c0aa
Merge pull request #104661 from magnetophon/mamba
mamba: 1.7 -> 1.8
2020-11-23 12:53:06 +01:00
Sandro 1dea4df922
Merge pull request #104390 from r-ryantm/auto-update/picard
picard: 2.5.1 -> 2.5.2
2020-11-23 12:21:13 +01:00
Sandro 35d1a8d559
Merge pull request #102497 from IvarWithoutBones/nuclear-0.6.6
nuclear: init at 0.6.6
2020-11-23 12:15:41 +01:00
Bart Brouns 8579a8cbd1 mamba: 1.7 -> 1.8 2020-11-23 11:54:20 +01:00
Pavol Rusnak f94ed4e968 luppp: 1.2.0 -> 1.2.1
drop upstreamed patch
2020-11-23 09:12:31 +01:00
Pavol Rusnak deb0943ec6
Merge pull request #99193 from bfortz/bitwig
bitwig-studio3: jack dependency fixed
2020-11-23 09:05:40 +01:00
Sandro a9f8357e2e
MIDIVisualizer: 5.1 -> 5.2 (#101006) 2020-11-23 03:52:47 +01:00
Ryan Mulligan c77516ae0c
Merge pull request #104534 from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.40 -> 1.41_fix
2020-11-22 07:03:57 -08:00
R. RyanTM 3c8c57dc33 strawberry: 0.8.3 -> 0.8.4 2020-11-22 20:38:21 +08:00
R. RyanTM 4d9367330e ptcollab: 0.3.5 -> 0.3.5.1 2020-11-22 09:06:19 +00:00
R. RyanTM 080ad2b0c8 ft2-clone: 1.40 -> 1.41_fix 2020-11-21 22:10:54 +00:00
Ryan Mulligan d0ed5c75a3
Merge pull request #103508 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.23 -> 1.24
2020-11-21 13:42:17 -08:00
Timo Kaufmann c18b90b5b9
Merge pull request #98462 from raboof/gem-update-to-2020-09-22
gem: 2020-03-26 -> 2020-09-22
2020-11-21 16:04:36 +01:00
Marek Mahut b054528c8e
Merge pull request #98534 from tasmo/bitwig-studio-3.2.8
bitwig-studio3: 3.2.7 -> 3.2.8
2020-11-21 16:00:39 +01:00
Doron Behar 1b04eac101 clementine: comment it should support qt5.15 on next update 2020-11-21 12:54:14 +02:00
freezeboy 94f44a6895 samplv1: 0.9.13 -> 0.9.18, migrate to Qt5.15
Rewrite without stdenv
2020-11-20 22:24:19 +01:00
Jörg Thalheim 7cf7fb7948
Merge pull request #89638 from Mic92/svox
svox: 2017-07-18 -> 2018-02-14
2020-11-20 19:03:30 +01:00
R. RyanTM dd1afe3207 picard: 2.5.1 -> 2.5.2 2020-11-20 17:14:33 +00:00
Ivar 9df15228fc nuclear: init at 0.6.6 2020-11-20 00:49:11 +00:00
Bart Brouns 248be693b3 m/x32edit: 3.2 -> 4.1 2020-11-19 23:38:53 +01:00
R. RyanTM ad97250bb7 projectm: 3.1.7 -> 3.1.8 2020-11-19 15:25:26 +00:00
Jörg Thalheim 72f6df338d remove genesis maintainer
genesis has no longer access to github
2020-11-18 22:37:56 -08:00
Piotr Bogdan 5fe86e006e quodlibet: update maintainers 2020-11-18 13:10:30 +00:00
Piotr Bogdan 8275e5b391 quodlibet: 4.2.1 -> 4.3.0, fix tests 2020-11-18 13:10:30 +00:00
Lassulus d93584cd1c
Merge pull request #101547 from kmein/feature/spotify-cli-linux
spotify-cli-linux: init at 1.6.0
2020-11-17 22:23:54 +01:00
Raghav Sood fe1a36fe5b
aacgain: fix src 2020-11-17 15:30:31 +00:00
ajs124 9706108b63
Merge pull request #102124 from helsinki-systems/upd/jackmix
jackmix: 0.5.2 -> 0.6.0
2020-11-17 16:13:47 +01:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
R. RyanTM 0f049c8d11 strawberry: 0.8.2 -> 0.8.3 2020-11-17 13:59:39 +08:00
Timo Kaufmann 7f42b0a5ab
Merge pull request #103965 from samuela/upkeep-bot/spotify-unwrapped-1.1.46.916.g416cacf1-1605528604
spotify-unwrapped: 1.1.42.622.gbd112320-37 -> 1.1.46.916.g416cacf1
2020-11-16 21:10:32 +01:00
Doron Behar b23ac198b7
Merge pull request #103960 from gnidorah/my 2020-11-16 19:15:56 +02:00
Frederik Rietdijk 36b27ccf77
Merge pull request #103462 from NixOS/staging-next
Staging next
2020-11-16 15:23:47 +01:00
Ryan Mulligan e2bde6c14f
Merge pull request #103906 from r-ryantm/auto-update/ptcollab
ptcollab: 0.3.4.1 -> 0.3.5
2020-11-16 06:05:13 -08:00
upkeep-bot 08f33ba4fb spotify-unwrapped: 1.1.42.622.gbd112320-37 -> 1.1.46.916.g416cacf1 2020-11-16 12:10:04 +00:00
gnidorah c2acc89018 openmpt123: 0.5.2 -> 0.5.3 2020-11-16 13:42:52 +03:00
Frederik Rietdijk 986c2d36da Merge master into staging-next 2020-11-16 09:01:53 +01:00
R. RyanTM 9c698f5f93 ptcollab: 0.3.4.1 -> 0.3.5 2020-11-15 15:01:36 +00:00