Commit graph

6037 commits

Author SHA1 Message Date
Sandro a3cf666fdf
Merge pull request #143142 from dan4ik605743/tonelib-up 2021-10-27 22:39:47 +02:00
github-actions[bot] 22401dcc39
Merge master into staging-next 2021-10-27 18:01:02 +00:00
dan4ik 1c09a32d85 tonelib-jam: 4.6.6 -> 4.7.0 2021-10-27 19:24:17 +07:00
figsoda 007c379bec ncspot: use buildFeatures 2021-10-27 08:08:03 -04:00
R. Ryantm 16aa9f2ca7 mpdevil: 1.3.0 -> 1.4.0 2021-10-27 11:10:33 +00:00
P. R. d. O 5156f07c96
pocket-casts: set electron version on top-level 2021-10-26 19:58:57 -06:00
Sandro 52abab8c90
Merge pull request #141918 from sternenseemann/remove-fluidsynth-1 2021-10-26 11:34:35 +02:00
Sandro 45e2dc61fd
Merge pull request #142900 from trofi/sequential-espeak-ng
espeak-ng: explicitly disable parallel building
2021-10-26 09:11:47 +02:00
github-actions[bot] e5fe4acb71
Merge staging-next into staging 2021-10-26 06:01:35 +00:00
github-actions[bot] 7e0da80ec9
Merge master into staging-next 2021-10-26 06:01:02 +00:00
Peter Hoeg 4956a145e1 strawberry: 0.9.3 -> 1.0.0 2021-10-26 12:27:48 +08:00
P. R. d. O 4f25697acf pocket-casts: init at 0.5.0 2021-10-26 10:28:22 +09:00
github-actions[bot] 47ad670e14
Merge staging-next into staging 2021-10-26 00:02:18 +00:00
sternenseemann 45b312013e fluidsynth_1: remove at 1.1.11
* FluidSynth 1.1.11 was kept around as a dependency of some packages
  that hadn't yet adjusted to API breakages. All of these packages now
  use FluidSynth 2.x, so fluidsynth_1 can be removed. It has been broken
  ever since glib was updated to 2.70 and was affected by an unpatched
  CVE.

* Refactor expression a bit, use pname instead of name.

* Add changelog entry in case someone was using this downstream
  (accidentally?).

Fixes #141508.
Fixes #124624.
2021-10-26 01:56:17 +02:00
Sergei Trofimovich ed66694ebf espeak-ng: explicitly disable parallel building
Current release lacks dependencies on local espeak-ng:

    cd dictsource && ESPEAK_DATA_PATH=/build/espeak-ng LD_LIBRARY_PATH=../src: \
        ../src/espeak-ng --compile=yue && cd ..
    bash: line 1: ../src/espeak-ng: No such file or directory

Should be fixed in next release: https://github.com/espeak-ng/espeak-ng/pull/1029
Can't apply patch as is as Makefile.am diverged quite a bit since 1.50
release.
2021-10-25 22:57:25 +01:00
Martin Weinelt a47e0a6554 Merge remote-tracking branch 'origin/master' into staging-next 2021-10-25 21:03:48 +02:00
Timur Demin 7cbb26bb9d
librespot: 0.3.0 -> 0.3.1 (#142855) 2021-10-25 16:39:38 +02:00
github-actions[bot] f9ab4de694
Merge staging-next into staging 2021-10-22 18:01:54 +00:00
Jonathan Ringer fc25d94010
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/jupyter-client/default.nix
	pkgs/development/python-modules/jupyterlab-git/default.nix
2021-10-22 09:33:07 -07:00
Sergei Trofimovich 10ead26812 cdparanoiaIII: disable parallel building
Manually written makefile relies on inplace re-execution to build
shared and static libraries. Then built in parallel it occasionally
causes build failures when partially overwritten file gets used by
linker.

Let's disable parallel builds.
2021-10-22 10:43:14 +01:00
Sandro 6bd478abcb
Merge pull request #134855 from r-ryantm/auto-update/synthv1 2021-10-21 22:40:26 +02:00
Fabian Affolter 0384292012
Merge pull request #142379 from fgaz/pt2-clone/1.36
pt2-clone: 1.34 -> 1.36
2021-10-21 22:20:23 +02:00
Sandro 903e790be2
Merge pull request #138768 from samuela/upkeep-bot/spotify-unwrapped-1.1.68.632.g2b11de83-1632183218 2021-10-21 20:39:04 +02:00
Hubert Jasudowicz 6936a589db helvum: 0.3.0 -> 0.3.1 2021-10-21 19:46:12 +02:00
Artturi 78c584e0c0
Merge pull request #140628 from 0x4A6F/master-giada 2021-10-21 20:36:27 +03:00
0x4A6F e1aed21464 giada: 0.16.4 -> unstable-2021-09-24 2021-10-21 19:22:31 +03:00
figsoda 203ef7ca55 orca-c: set meta.mainProgram 2021-10-21 09:13:57 -04:00
github-actions[bot] ba32b28e59
Merge master into staging-next 2021-10-20 18:01:18 +00:00
Francesco Gazzetta d0150d9366 pt2-clone: 1.34 -> 1.36 2021-10-20 17:29:46 +02:00
Orivej Desh 0d20bfd742
tonelib-gfx: 4.6.6 -> 4.7.0 (#142259)
Fix runtime dependencies:
- libjack2 is needed for jack output
- libX* are needed to properly render the GUI

Missing runtime dependencies were discovered by running:
strace -fe open,openat ToneLib-GFX |& grep glibc | grep ENOENT
2021-10-20 13:43:27 +00:00
github-actions[bot] 2d8f645c79
Merge master into staging-next 2021-10-20 06:01:15 +00:00
Mario Rodas 330e6a9b46 ncspot: 0.8.2 -> 0.9.0
https://github.com/hrkfdn/ncspot/releases/tag/v0.9.0
2021-10-19 21:46:13 -05:00
Vladimír Čunát 01df3cd7dd
Merge branch 'master' into staging-next 2021-10-19 19:24:43 +02:00
figsoda 70285d4c4f
Merge pull request #142220 from legendofmiracles/pavucontrol
pavucontrol: 4.0 -> 5.0, format
2021-10-19 11:55:57 -04:00
legendofmiracles a3f93473e5
pavucontrol: 4.0 -> 5.0, format 2021-10-19 08:42:00 -06:00
Orivej Desh 4949d2930b
reaper: 6.29 -> 6.38 (#141914)
Dispatch based on hostPlatform.system, similar to how it is done for
example in sbclBootstrap.
2021-10-19 10:21:54 +00:00
github-actions[bot] b0a41194a1
Merge master into staging-next 2021-10-18 18:01:14 +00:00
Bobby Rong 0e6ae37e2f
Merge pull request #142056 from OPNA2608/update/ptcollab/21.11
ptcollab: 0.4.3 -> 0.5.0
2021-10-18 23:05:28 +08:00
OPNA2608 3cdaf29e98 ptcollab: 0.4.3 -> 0.5.0 2021-10-18 09:29:19 +02:00
github-actions[bot] 0f92179807
Merge master into staging-next 2021-10-17 18:01:07 +00:00
Bobby Rong f8c65a4490
Merge pull request #141800 from wamserma/mimic-refactor
mimic: reorder attributes
2021-10-17 20:44:08 +08:00
Ryan Burns 3220fbe696 Merge branch 'master' into staging-next 2021-10-16 16:07:38 -07:00
sternenseemann a2004d37a3 lmms: build using fluidsynth 2.x
LMMS supports building against FluidSynth 2, so there's no need to keep
using the legacy version.
2021-10-16 23:23:35 +02:00
Martin Weinelt a415d5dd2e Merge remote-tracking branch 'origin/master' into staging-next 2021-10-15 23:10:08 +02:00
Markus S. Wamser 4c168e4679 mimic: reorder attributes 2021-10-15 22:13:35 +02:00
Jan Tojnar 85ec600026
Merge pull request #141299 from dotlambda/libadwaita-1.0.0.alpha.3
libadwaita: 1.0.0-alpha.2 -> 1.0.0.alpha.3
2021-10-15 17:03:15 +02:00
Martin Weinelt adf4e67dd4 Merge remote-tracking branch 'origin/staging' into staging-next 2021-10-15 01:34:36 +02:00
maralorn 2b6a304ef5
Merge pull request #141506 from sternenseemann/csound-fluidsynth-2
csound: build with fluidsynth 2.x
2021-10-14 23:01:30 +02:00
Jan Tojnar c254c77513
Merge pull request #141589 from jtojnar/easyeffects-6.1
easyeffects: 6.0.3 → 6.1.3
2021-10-14 21:01:19 +02:00
Robert Schütz 1984b89dfe mousai: 0.4.2 -> 0.6.6 2021-10-14 09:11:26 -07:00
ckie e694aebd10
in-formant: init at 2021-06-30 2021-10-14 17:18:05 +03:00
Timur Demin b752cde8a9
librespot: 0.2.0 -> 0.3.0 2021-10-14 09:58:27 +05:00
Jan Tojnar 3cc0c3ab3f easyeffects: 6.0.3 → 6.1.3
https://github.com/wwmm/easyeffects/blob/v6.1.3/CHANGELOG.md
2021-10-14 02:31:13 +02:00
Jan Tojnar 3e881e5692 easyeffects: fix maximizer
In 6.0.0, it was switched from ladspa to lv2 (eb6834f9ef)
2021-10-14 02:31:12 +02:00
Jan Tojnar c57f0ff44e easyeffects: add dependencies forgotten in 6.0.3 bump
loudness is back https://github.com/wwmm/easyeffects/blob/v6.0.2/CHANGELOG.md
2021-10-14 02:31:12 +02:00
Jan Tojnar cead114134 easyeffects: drop accidental GTK3 dependency 2021-10-14 02:31:12 +02:00
Timur Demin 60b41214de
librespot: 0.1.6 -> 0.2.0, remove Cargo lock 2021-10-14 00:43:10 +05:00
sternenseemann aa0a596e6c csound: build with fluidsynth 2.x
csound has supported FluidSynth 2 since 6.13.0:
https://github.com/csound/csound/pull/1106

Since fluidsynth_1 has finally been broken by glib 2.70.0, so now is a
good opportunity to get rid of this dependency.
2021-10-13 15:44:10 +02:00
github-actions[bot] 5065827878
Merge staging-next into staging 2021-10-12 00:02:05 +00:00
Sandro 23c3a59801
Merge pull request #140682 from sersorrel/hushboard 2021-10-11 21:42:45 +02:00
Artturi f9a8d97835
Merge pull request #135140 from r-ryantm/auto-update/faustPhysicalModeling 2021-10-11 21:04:40 +03:00
ash 0b4c16d229 hushboard: init at unstable-2021-03-17 2021-10-11 17:10:56 +01:00
github-actions[bot] aac35c22db
Merge staging-next into staging 2021-10-10 18:01:41 +00:00
Sandro 824014aa54
Merge pull request #141173 from fabaff/clean-mopidy-youtube 2021-10-10 19:45:31 +02:00
Fabian Affolter dabafc8ac7 mopidy-youtube: enable tests 2021-10-10 11:46:31 +02:00
github-actions[bot] 1b2b1c3d56
Merge staging-next into staging 2021-10-10 00:02:14 +00:00
Artturi 141c605e81
Merge pull request #141084 from xfix/guitarix-python3 2021-10-10 00:27:06 +03:00
github-actions[bot] 73444b1e90
Merge staging-next into staging 2021-10-09 12:01:44 +00:00
Konrad Borowski 467e36f5da guitarix: move from Python 2 to Python 3 2021-10-09 11:02:43 +02:00
Piper McCorkle 757d3b91a6 plexamp: update hash due to silent release 2021-10-08 16:18:02 -05:00
github-actions[bot] 1925039a74
Merge staging-next into staging 2021-10-07 12:01:47 +00:00
R. RyanTM 9bd53ad913 picard: 2.6.3 -> 2.6.4 2021-10-07 09:06:25 +02:00
github-actions[bot] f4ec0a418f
Merge staging-next into staging 2021-10-05 18:01:58 +00:00
Artturi 24bdf9fff9
Merge pull request #135979 from r-ryantm/auto-update/samplv1 2021-10-05 15:48:41 +03:00
github-actions[bot] b7725a001d
Merge staging-next into staging 2021-10-04 18:01:44 +00:00
Thiago Kenji Okada c8352c076d pamixer: unstable-2021-03-29 -> 1.5 2021-10-04 13:22:52 -03:00
Thiago Kenji Okada 18fd76f7c7 pamixer: install using Makefile 2021-10-04 13:22:51 -03:00
Bobby Rong 623c132209
Merge pull request #137816 from wamserma/mimic-1301
mimic: 1.2.0.2 -> 1.3.0.1
2021-10-04 20:12:33 +08:00
github-actions[bot] afcd8b2bad
Merge staging-next into staging 2021-10-04 12:01:58 +00:00
Sandro d145117679
Merge pull request #140129 from tobiasBora/carla_fix_appname 2021-10-04 11:28:46 +02:00
Tobias Bora a89400db62 carla: fix --app-name for compatibility with NSM 2021-10-04 11:04:52 +02:00
github-actions[bot] 59ff1ff83a
Merge staging-next into staging 2021-10-04 00:02:34 +00:00
Pavol Rusnak 89b3699e9e
Merge pull request #137887 from trofi/update-fluidsynth
fluidsynth: 2.0.6 -> 2.2.3
2021-10-04 00:03:57 +02:00
Sandro d5b67885fd
Merge pull request #140252 from rski/iris-1 2021-10-03 23:27:06 +02:00
github-actions[bot] 23fbe4eb93
Merge staging-next into staging 2021-10-03 18:01:40 +00:00
Sandro 371ffbd25e
Merge pull request #140100 from hrhino/fix/oxefmsynth 2021-10-03 19:02:32 +02:00
Sandro db8a1e5e5a
Merge pull request #140365 from VergeDX/mopidy-youtube 2021-10-03 16:33:05 +02:00
Vanilla 5895ece3b9
mopidy-youtube: 3.2 -> 3.4 2021-10-03 22:16:12 +08:00
Gabriel Ebner e4f15f27fd mpdevil: add missing libnotify dependency 2021-10-03 15:11:15 +02:00
Romanos Skiadas 0e4095c8dc mopidy-iris: 3.58.2 -> 3.59.0 2021-10-02 11:03:55 +03:00
github-actions[bot] 869a6d093b
Merge staging-next into staging 2021-10-02 06:01:31 +00:00
Bobby Rong 09b2efb2d3
Merge pull request #135139 from r-ryantm/auto-update/vmpk
vmpk: 0.8.2 -> 0.8.4
2021-10-02 12:16:45 +08:00
alyaeanyx 751ce748bd friture: backport fix for setuptools packaging 2021-10-02 09:37:14 +09:00
alyaeanyx 5c81b88187 friture: use sed instead of patch 2021-10-02 09:37:14 +09:00
alyaeanyx 3b9943f477 friture: add myself as maintainer 2021-10-02 09:37:14 +09:00
alyaeanyx ac0269c379 friture: 0.47 -> 0.48 2021-10-02 09:37:14 +09:00
github-actions[bot] b38a46cddd
Merge staging-next into staging 2021-10-02 00:06:56 +00:00
figsoda 088298d633
Merge pull request #139961 from thiagokokada/bump-pamixer
pamixer: 1.4 -> unstable-2021-03-29
2021-10-01 15:39:10 -04:00
pennae 9ad5029b71
helm: fix #79177 on linux (#137146)
* helm: replace /usr/share reference with $out/share

with the stock path helm will always determine that it is not installed
properly and thus refuse to save/load settings, preset and builtin presets.

* helm: remove buildPhase

the default is adequate since using `make install` during installPhase will
build the remaining targets anyway.

* helm: enable parallel builds

* helm: fix package lints
2021-10-01 15:32:12 -04:00
Thiago Kenji Okada 4c2579ed94 pamixer: 1.4 -> unstable-2021-03-29 2021-10-01 11:05:53 -03:00
github-actions[bot] 6baf6700f7
Merge staging-next into staging 2021-10-01 06:01:38 +00:00
Bobby Rong 04b854ffad
Merge pull request #140007 from trofi/update-sc68
sc68: unstable-2020-05-18 -> unstable-2021-08-23
2021-10-01 11:24:18 +08:00
Harrison Houghton 5449d04a6b oxefmsynth: fix
Well, it wasn't really broken, just emitting a zillion narrowing
warnings in generated code. Apparently "-Wno-narrowing" is how the
modern compilers like you to ask them to tone it down.
2021-09-30 20:18:34 -04:00
github-actions[bot] a92850904c
Merge staging-next into staging 2021-09-30 18:01:43 +00:00
Sandro 542b6b6ac9
Merge pull request #138859 from astro/bespokesynth 2021-09-30 18:56:45 +02:00
Nick Hu 008e126448
mopidy-ytmusic: init at 0.3.2 2021-09-30 16:46:22 +01:00
Nick Hu c4112ea936
mopidy-mpd: 3.0.0 -> 3.2.0 2021-09-30 16:45:50 +01:00
Nick Hu e1f3bc6204
mopidy-mpris: 3.0.2 -> 3.0.3 2021-09-30 16:42:53 +01:00
alyaeanyx 37d2d14c04 friture: fix desktop item
friture: remove trailing whitespace

friture: use substituteInPlace instead of patch file

friture: fix
2021-09-30 21:16:07 +09:00
Sergei Trofimovich 1aa48d7fd6 sc68: unstable-2020-05-18 -> unstable-2021-08-23
Contains a single change to fix build on -fno-common toolchains:

    $ nix-build -E 'with import ./. {}; sc68.override { stdenv = clang12Stdenv; }'
    ...
    ld: as68-opcode.o:/build/code-r693/as68/opcode.c:2418:
      multiple definition of `opcode_table';
        as68-as68.o:/build/code-r693/as68/as68.c:72: first defined here
2021-09-30 08:12:42 +01:00
github-actions[bot] ce4a8ae240
Merge staging-next into staging 2021-09-29 18:01:44 +00:00
Mario Rodas a5b3afece3
Merge pull request #139792 from legendofmiracles/update/noisetorch
noisetorch: 0.11.3 -> 0.11.4
2021-09-29 12:20:53 -05:00
Jonas Heinrich 38d13a6015 blanket: init at 0.5.0 2021-09-29 10:36:44 +02:00
Thomas Tuegel 0e87e81ee5
Merge pull request #139764 from veprbl/pr/qtwrap_ismacho
qt: use isELF and isMachO in wrapQtAppsHook
2021-09-28 20:37:15 -05:00
legendofmiracles 778481f1c6
noisetorch: 0.11.3 -> 0.11.4 2021-09-28 12:33:53 -06:00
Dmitry Kalinkin e0532475bc
treewide: remove darwin-only manual wrapQtApp invocations 2021-09-28 10:29:46 -04:00
Tom b1adc89386
spot: 0.1.14 -> 0.2.0 (#137435) 2021-09-28 14:17:04 +02:00
Sandro ff3fc0bfd2
Merge pull request #139670 from prusnak/ardour5-drop 2021-09-28 11:07:25 +02:00
Pavol Rusnak 2174c7715f
ardour_5: remove package 2021-09-28 01:58:06 +02:00
Artturi 75b5e5ee26
Merge pull request #138412 from tomfitzhenry/spot-fast 2021-09-27 21:46:05 +03:00
Tom a72cf113d8
Update pkgs/applications/audio/spot/default.nix
Co-authored-by: Artturi <Artturin@artturin.com>
2021-09-27 09:11:59 +00:00
Sandro 0ab6fd23de
Merge pull request #139115 from r-ryantm/auto-update/praat 2021-09-23 11:15:51 +02:00
R. RyanTM 268e78edd5 praat: 6.1.52 -> 6.1.53 2021-09-23 08:00:37 +00:00
Astro d06d273721 bespokesynth: init at 1.0.0 2021-09-23 00:23:47 +02:00
OPNA2608 13001b44dc ptcollab: 0.4.2 -> 0.4.3 2021-09-22 21:21:39 +02:00
Amneesh 89393893ec
tauon: add optional withDiscordRPC (#138765)
* tauon: add optional withDiscordRPC

* Update pkgs/applications/audio/tauon/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-21 21:09:49 +02:00
Bobby Rong 02378673ac
Merge pull request #135783 from r-ryantm/auto-update/praat
praat: 6.1.51 -> 6.1.52
2021-09-21 23:42:37 +08:00
nixpkgs-upkeep-bot e24fac5fc0 spotify-unwrapped: 1.1.68.628.geb44bd66 -> 1.1.68.632.g2b11de83 2021-09-21 00:13:38 +00:00
Ben Siraphob 0a44482ab5
Merge pull request #138345 from colemickens/master 2021-09-20 00:45:20 -05:00
Cole Mickens f65bd7a8a7
libopenmpt: default to supporting pulseaudio 2021-09-18 16:48:53 -07:00
Ryan Mulligan 98cb2c44a8
Merge pull request #138295 from r-ryantm/auto-update/sidplayfp
sidplayfp: 2.2.1 -> 2.2.2
2021-09-18 10:20:10 -07:00
JST 647a5f636b pyradio: moved package folder
pyradio is an end-user-application to listen to music and should be
placed in the 'audio' folder, where all the similar applications are
stored. It currently resides in the 'radio' folder, which mainly contains
applications in the realm of signal processing and software-radio.

See #137905.
2021-09-18 16:01:19 +02:00
Tom Fitzhenry 3db41812bb spot: Build an optimised binary, to drop CPU usage: 70% -> 10%
https://github.com/xou816/spot/issues/131 reports that this dropped
~30-40% to 5-10% on an i7-7700.

On my Pinephone, it dropped 70% to 10%.
2021-09-18 21:28:26 +10:00
Ryan Mulligan a264515493
Merge pull request #138278 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.33 -> 1.34
2021-09-17 16:42:17 -07:00
Patrick Hilhorst 07d9c44ab0
Merge pull request #138206 from samuela/upkeep-bot/plexamp-3.7.1-1631837550
plexamp: 3.7.0 -> 3.7.1
2021-09-17 18:42:39 +02:00
R. RyanTM 61f16322e4 sidplayfp: 2.2.1 -> 2.2.2 2021-09-17 15:46:46 +00:00
R. RyanTM 1c8f2a421a pt2-clone: 1.33 -> 1.34 2021-09-17 13:21:50 +00:00
Bobby Rong b9847f26b6
Merge pull request #137099 from rski/mopidy-iris
mopidy-iris: 3.58.0 -> 3.58.2
2021-09-17 09:38:22 +08:00
nixpkgs-upkeep-bot d5c3d46935 plexamp: 3.7.0 -> 3.7.1 2021-09-17 00:12:30 +00:00
figsoda c54a793670
Merge pull request #137797 from r-ryantm/auto-update/qmidinet
qmidinet: 0.9.1 -> 0.9.4
2021-09-16 19:36:12 -04:00
nixpkgs-upkeep-bot ceb9e86e80 spotify-unwrapped: 1.1.67.586.gbb5ef64e -> 1.1.68.628.geb44bd66 2021-09-16 12:13:02 +00:00
Artturi da33a585bb
Merge pull request #135451 from landorg/bugfix/bitwig-studio4
bitwig-studio: fix gtk file dialog
2021-09-16 05:53:03 +03:00
Ryan Mulligan 50cf24e37f
Merge pull request #137900 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.32 -> 1.33
2021-09-15 13:00:34 -07:00
R. RyanTM 8f6aa1f1da pt2-clone: 1.32 -> 1.33 2021-09-14 21:10:01 +00:00
Sergei Trofimovich ba1dca357c fluidsynth: 2.0.6 -> 2.2.3 2021-09-14 21:25:30 +01:00
Artturi 944ca5b185
Merge pull request #137817 from r-ryantm/auto-update/qsynth 2021-09-14 17:17:22 +03:00
Artturi aad9685b83
Merge pull request #137810 from r-ryantm/auto-update/qtractor
qtractor: 0.9.19 -> 0.9.23
2021-09-14 17:16:15 +03:00
Artturi e22f65e990
Merge pull request #137808 from r-ryantm/auto-update/qjackctl
qjackctl: 0.9.0 -> 0.9.4
2021-09-14 17:14:21 +03:00
Artturi e290383305
Merge pull request #137725 from r-ryantm/auto-update/bchoppr 2021-09-14 17:10:17 +03:00
Artturi 7748d069d8
Merge pull request #137760 from r-ryantm/auto-update/snd
snd: 21.1 -> 21.7
2021-09-14 16:31:50 +03:00
Artturi 86663fcd84
Merge pull request #137756 from r-ryantm/auto-update/songrec 2021-09-14 16:30:17 +03:00
Artturi dc21c3eb53
Merge pull request #137752 from r-ryantm/auto-update/sayonara
sayonara: 1.6.0-beta7 -> 1.7.0-stable3
2021-09-14 16:28:45 +03:00
Markus S. Wamser 827b7b962c mimic: 1.2.0.2 -> 1.3.0.1
* version bump
* adopt upstream renaming of repository
* add wrapper for alsaPlugins
2021-09-14 14:50:03 +02:00
R. RyanTM a4dcfb400c qsynth: 0.9.1 -> 0.9.4 2021-09-14 12:36:12 +00:00
Sandro d9e40e202e
Merge pull request #137733 from r-ryantm/auto-update/bsequencer 2021-09-14 14:16:36 +02:00
R. RyanTM cfe77d5e87 qtractor: 0.9.19 -> 0.9.23 2021-09-14 12:13:51 +00:00
R. RyanTM d26fd428bc qjackctl: 0.9.0 -> 0.9.4 2021-09-14 12:05:58 +00:00
Sandro 2ff3a74fd3
Merge pull request #137729 from r-ryantm/auto-update/bjumblr
bjumblr: 1.6.6 -> 1.6.8
2021-09-14 14:00:30 +02:00
R. RyanTM 2a0486ed8b qmidinet: 0.9.1 -> 0.9.4 2021-09-14 11:09:15 +00:00
R. RyanTM e0c205578d snd: 21.1 -> 21.7 2021-09-14 06:57:34 +00:00
R. RyanTM 6763102a3c songrec: 0.1.9 -> 0.2.0 2021-09-14 06:27:56 +00:00
R. RyanTM 4d25b19c2b sayonara: 1.6.0-beta7 -> 1.7.0-stable3 2021-09-14 05:57:09 +00:00
R. RyanTM b6fc3dff4d bsequencer: 1.8.8 -> 1.8.10 2021-09-14 03:03:42 +00:00
R. RyanTM c13796af38 bschaffl: 1.4.6 -> 1.4.8 2021-09-14 02:58:31 +00:00
R. RyanTM b4d780dd8f bjumblr: 1.6.6 -> 1.6.8 2021-09-14 02:33:25 +00:00
R. RyanTM 5538096c8e bchoppr: 1.10.8 -> 1.10.10 2021-09-14 01:59:47 +00:00
Sandro 8410f8adb4
Merge pull request #136374 from samuela/upkeep-bot/spotify-unwrapped-1.1.67.586.gbb5ef64e-1630498177 2021-09-11 22:58:27 +02:00
Sandro f6e9e908cc
Merge pull request #136737 from SuperSandro2000/tauon 2021-09-11 19:33:16 +02:00
Davíð Steinn Geirsson 370dc36c33 audacity: Fix URL to audacity_xdg_paths.patch 2021-09-11 01:01:41 +00:00
Guillaume Girol a8dbd3fd88
Merge pull request #136760 from magnetophon/boops
boops: 1.6.4 -> 1.8.2
2021-09-10 19:25:52 +00:00
Guillaume Girol 185c0820f0
Merge pull request #137093 from OPNA2608/update/libopenmpt-0.5.11/21.11
libopenmpt: 0.5.10 -> 0.5.11
2021-09-10 18:52:51 +00:00
Patrick Hilhorst b0fab004f3
Merge pull request #137098 from samuela/upkeep-bot/plexamp-3.7.0-1631103031
plexamp: 3.5.0 -> 3.7.0
2021-09-09 18:11:02 +02:00
Samuel Ainsworth 9d0e83d6af spotify: add missing xorg.libxshmfence dependency 2021-09-08 15:01:45 -07:00
Bernardo Meurer df1552c810
Merge pull request #136954 from lovesegfault/lollypop-1.4.23
lollypop: 1.4.17 -> 1.4.23
2021-09-08 10:36:00 -07:00
Romanos Skiadas 5f88ab5044 mopidy-iris: 3.58.0 -> 3.58.2 2021-09-08 15:16:27 +03:00
nixpkgs-upkeep-bot b32e2cfc1d plexamp: 3.5.0 -> 3.7.0 2021-09-08 12:10:31 +00:00
OPNA2608 68178096c6 libopenmpt: 0.5.10 -> 0.5.11 2021-09-08 13:01:15 +02:00
ryneeverett 3e9f6d7e99
exaile: init at 4.1.1 (#120761) 2021-09-08 06:07:28 -04:00
Sandro Jäckel 76a0ad1833
tauon: init at 6.7.1 2021-09-08 02:27:00 +02:00
Bart Brouns 6ffa6c67c9
ardour: 6.7 -> 6.9 (#136694) 2021-09-07 13:28:51 -04:00
Bernardo Meurer aec12877d3
lollypop: 1.4.17 -> 1.4.23 2021-09-06 20:33:03 -07:00
Jörg Thalheim bd0914491b
Merge pull request #136878 from r-ryantm/auto-update/hydrogen
hydrogen: 1.0.2 -> 1.1.0
2021-09-07 03:26:08 +01:00
Sandro 84bf8623f7
Merge pull request #136735 from SuperSandro2000/libopenmtp 2021-09-06 20:07:11 +02:00
R. RyanTM b597dcf1bc hydrogen: 1.0.2 -> 1.1.0 2021-09-06 10:32:18 +00:00
Bart Brouns 1195470349 boops: 1.6.4 -> 1.8.2 2021-09-05 10:17:03 +02:00
Sandro Jäckel 6a53e71df9
libopenmpt: split lib and dev output 2021-09-05 03:57:00 +02:00
Sandro Jäckel 347caa9775
treewide: rename openmpt123 to libopenmpt to match the name in other distros 2021-09-05 03:56:59 +02:00
Sandro 5a825ba0a5
Merge pull request #135685 from kraem/kraem/sonic-pi/wrap_sonic-pi-server
sonic-pi: wrap sonic-pi-server.rb as standalone executable
2021-09-05 03:46:26 +02:00
nixpkgs-upkeep-bot 59d5d090c2 spotify-unwrapped: 1.1.55.498.gf9a83c60 -> 1.1.67.586.gbb5ef64e 2021-09-01 12:09:37 +00:00
Philipp Bartsch c8624013d3 cozy: rename directory and drop unused argument
Suggestions by @mweinelt and @r-rmcgibbo.
2021-08-29 18:15:10 +02:00
Philipp Bartsch a3c6a33768 cozy: add gst-plugin-bad
This adds support for: ISO Media, Apple iTunes ALAC/AAC-LC (.M4A) Audio
2021-08-29 18:10:07 +02:00
Philipp Bartsch d783afb8de cozy: 1.0.3 -> 1.1.2 2021-08-29 18:07:51 +02:00
Mario Rodas 081d39eee2 ncspot: 0.8.1 -> 0.8.2
https://github.com/hrkfdn/ncspot/releases/tag/v0.8.2
2021-08-28 00:04:20 +00:00
R. RyanTM 58e98be106 samplv1: 0.9.20 -> 0.9.23 2021-08-27 23:10:53 +00:00
Orivej Desh a8ec48a4c7
musescore: fix JACK output (#135740)
It needs to load libjack in audio/drivers/jackweakapi.cpp.
2021-08-27 19:17:33 +00:00
kraem 4f7012bef7
sonic-pi: wrap sonic-pi-server.rb as standalone executable 2021-08-27 19:01:51 +02:00
R. RyanTM cf6f436ae7 praat: 6.1.51 -> 6.1.52 2021-08-26 12:12:17 +00:00
Maximilian Bosch 7d1a6cd17d
Merge pull request #135542 from robertodr/spotify-tui
spotify-tui: 0.24.0 -> 0.25.0
2021-08-25 22:21:20 +02:00
Ryan Mulligan 67eba4b965
Merge pull request #134993 from r-ryantm/auto-update/carla
carla: 2.3.2 -> 2.4.0
2021-08-24 13:41:51 -07:00
Roberto Di Remigio 317f4af37e
spotify-tui: 0.24.0 -> 0.25.0 2021-08-24 12:28:04 +02:00
Sumner Evans 241a422f46
sublime-music: 0.11.12 -> 0.11.13 2021-08-23 14:26:03 -06:00
Doron Behar 7631b0cf03
Merge pull request #135219 from r-ryantm/auto-update/mympd 2021-08-23 15:43:20 +00:00
Artturi 87c39528ab
Merge pull request #135359 from r-ryantm/auto-update/songrec 2021-08-23 17:15:53 +03:00
Artturi 987a4ce4be
Merge pull request #135352 from r-ryantm/auto-update/radiotray-ng
radiotray-ng: 0.2.7 -> 0.2.8
2021-08-23 17:03:48 +03:00
Roland Gritzer 79bab74f0e bitwig-studio: fix gtk file dialog
Fixes: #133554
GTK file dialog was broken in 4.0.1
2021-08-23 15:50:43 +02:00
R. RyanTM 67b60dd9bf songrec: 0.1.8 -> 0.1.9 2021-08-23 03:44:39 +00:00
R. RyanTM ae5219a941 radiotray-ng: 0.2.7 -> 0.2.8 2021-08-23 02:06:14 +00:00
Sandro 613f69e3ba
Merge pull request #135260 from r-ryantm/auto-update/ptcollab
ptcollab: 0.4.1 -> 0.4.2
2021-08-22 16:06:43 +02:00
Sandro b25f2c01e8
Merge pull request #134154 from r-ryantm/auto-update/mopidy
mopidy: 3.1.1 -> 3.2.0
2021-08-22 15:18:16 +02:00
R. RyanTM 8ed936a10b ptcollab: 0.4.1 -> 0.4.2 2021-08-22 11:39:33 +00:00
R. RyanTM f1241bcd83 mympd: 8.0.3 -> 8.0.4 2021-08-22 07:29:58 +00:00
R. RyanTM 9a424f2c5f vmpk: 0.8.2 -> 0.8.4 2021-08-21 23:47:30 +00:00
R. RyanTM 1936a4e5f0 faustPhysicalModeling: 2.30.5 -> 2.33.1 2021-08-21 23:45:17 +00:00
Sandro 4e3a844577
Merge pull request #134349 from OPNA2608/fix/mpg123-darwin-sound/21.11 2021-08-21 21:01:50 +02:00
OPNA2608 beb2863646 mpg123: 1.26.5 -> 1.28.2 2021-08-21 10:42:27 +02:00
OPNA2608 8f4c7af8aa mpg123: Refactor
* Adds support for more audio APIs
* Explicitly requires APIs for sane order of preference
* Enables parallel building
2021-08-21 10:42:27 +02:00
Sebastián Mancilla 8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
R. RyanTM 0c52ee1a7a carla: 2.3.2 -> 2.4.0 2021-08-20 19:26:35 +00:00
R. RyanTM 5bc28be035 synthv1: 0.9.15 -> 0.9.23 2021-08-19 19:33:25 +00:00
Ryan Mulligan a6471422ec
Merge pull request #134566 from r-ryantm/auto-update/sidplayfp
sidplayfp: 2.2.0 -> 2.2.1
2021-08-19 09:01:03 -07:00
davidak ab0993438b
Merge pull request #134453 from r-ryantm/auto-update/praat
praat: 6.1.50 -> 6.1.51
2021-08-19 03:15:59 +02:00
davidak db3e6d7a2c
Merge pull request #134499 from rski/mopidy-spotify
mopidy-spotify: Fix warning, add myself as maintainer
2021-08-19 02:00:34 +02:00
Fabian Affolter 38332c4e50
Merge pull request #134117 from dan4ik605743/tagutil
tagutil: init at 3.1
2021-08-19 01:18:25 +02:00
Sandro 84de5d7ae2
Merge pull request #134590 from r-ryantm/auto-update/spotify-qt
spotify-qt: 3.6 -> 3.7
2021-08-18 23:26:58 +02:00
github-actions[bot] 90d220f41f
Merge master into staging-next 2021-08-18 12:01:14 +00:00
Alexandra d6afe91d21
friture: unstable-2020-02-16 -> 0.47 (#133781)
* friture: unstable-2020-02-16 -> v0.47

* python39Package -> python3Packages
2021-08-18 12:00:51 +02:00
R. RyanTM 00b4c55fd1 spotify-qt: 3.6 -> 3.7 2021-08-18 01:36:55 +00:00
github-actions[bot] 893d6605ee
Merge master into staging-next 2021-08-18 00:01:24 +00:00
R. RyanTM 71d5ab8883 sidplayfp: 2.2.0 -> 2.2.1 2021-08-17 23:49:02 +00:00
Ben Siraphob c63b792a5a
Merge pull request #134555 from r-ryantm/auto-update/scream
scream: 3.7 -> 3.8
2021-08-17 17:38:10 -05:00
R. RyanTM 0374a6c0b0 scream: 3.7 -> 3.8 2021-08-17 22:30:46 +00:00
Artturi fdbca2f271
Merge pull request #134019 from r-ryantm/auto-update/x42-plugins
x42-plugins: 20210114 -> 20210714
2021-08-17 23:11:03 +03:00
Artturi ebaf4ff72a
Merge pull request #133882 from r-ryantm/auto-update/zita-njbridge 2021-08-17 21:47:29 +03:00
Ryan Mulligan 170ea681e5
Merge pull request #134462 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.31 -> 1.32
2021-08-17 11:33:18 -07:00
github-actions[bot] ad00d57d02
Merge master into staging-next 2021-08-17 18:01:12 +00:00
R. RyanTM 1a9b997088 mpdevil: 1.1.1 -> 1.3.0 2021-08-17 10:57:57 -07:00
Romanos Skiadas f33039ed8a mopidy-spotify: add myself as maintainer
It's a simple enough package, I do use it and it's unmaintained,
I might as well volunteer for it.
2021-08-17 20:55:36 +03:00
Romanos Skiadas b3d550d392 mopidy-spotify: Fix warning about not using fetchFromGitHub 2021-08-17 20:48:18 +03:00
R. RyanTM 8140f4d679 pt2-clone: 1.31 -> 1.32 2021-08-17 15:33:52 +00:00
R. RyanTM 0bb661ff7a praat: 6.1.50 -> 6.1.51 2021-08-17 14:51:52 +00:00
github-actions[bot] 8a131da1bc
Merge master into staging-next 2021-08-17 00:01:28 +00:00
OPNA2608 d416e6878c mpg123: Add audio support on Darwin 2021-08-16 22:40:13 +02:00
Bernardo Meurer 2c090abeb0
hqplayer-desktop: 4.12.2-36 -> 4.13.1-38 2021-08-16 13:39:16 -07:00
github-actions[bot] cb937d70cd
Merge master into staging-next 2021-08-16 18:01:13 +00:00
Sandro 5676524bf8
Merge pull request #134329 from rski/mopidy-spotify
mopidy-spotify: 4.0.1 -> 4.1.1
2021-08-16 16:53:12 +02:00
Sandro 497d49e4db
Merge pull request #134326 from rski/mopidy 2021-08-16 16:52:51 +02:00
Romanos Skiadas e4c527476e mopidy-spotify: 4.0.1 -> 4.1.1 2021-08-16 17:09:49 +03:00
Romanos Skiadas 81769efdee mopidy-iris: 3.54.0 -> 3.58.0 2021-08-16 16:57:11 +03:00
R. RyanTM 2d205738ee mopidy: 3.1.1 -> 3.2.0 2021-08-15 09:46:16 +00:00
dan4ik be20f51611 tagutil: init at 3.1 2021-08-15 15:13:17 +07:00