Commit Graph

8240 Commits

Author SHA1 Message Date
github-actions[bot]
cd6a5f6c46
Merge staging-next into staging 2023-01-24 00:02:42 +00:00
github-actions[bot]
727e365f02
Merge master into staging-next 2023-01-24 00:02:11 +00:00
Sandro
7115ead0f2
Merge pull request #196982 from lorenz/dolby-swdecode 2023-01-24 00:14:19 +01:00
Sandro
e0c1c6a689
Merge pull request #206218 from r-ryantm/auto-update/MIDIVisualizer 2023-01-23 23:53:38 +01:00
Sandro
a73ac48aff
Merge pull request #190378 from adamcstephens/squeezelite_gpio 2023-01-23 23:40:16 +01:00
John Ericson
8240bc77e8
Merge pull request #212275 from alyssais/libdl
treewide: remove -ldl linker flags
2023-01-23 16:28:21 -05:00
Weijia Wang
c1d466f13b
Merge pull request #210835 from r-ryantm/auto-update/dragonfly-reverb
dragonfly-reverb: 3.2.7 -> 3.2.8
2023-01-23 21:31:42 +01:00
github-actions[bot]
112ac51b78
Merge master into staging-next 2023-01-23 18:01:16 +00:00
Weijia Wang
fbf1189f9d
Merge pull request #210815 from r-ryantm/auto-update/pyradio
pyradio: 0.8.9.32 -> 0.8.9.36
2023-01-23 17:01:50 +01:00
Alyssa Ross
12d2821bf5
treewide: remove -ldl linker flags
With all libcs I'm aware of, libdl is now either empty (Glibc, musl,
uclibc, illumos), a symlink to libc or equivalent (Apple), or does not
exist (FreeBSD, NetBSD).  So explicitly linking libdl now does nothing
for the former platforms, and breaks the build for the latter
platforms.

With this patch I've removed -ldl from all overridden linker flags for
all free packages in Nixpkgs.  Everything still seems to build.
2023-01-23 15:34:53 +00:00
github-actions[bot]
eadaaa7d20
Merge master into staging-next 2023-01-23 12:01:24 +00:00
Weijia Wang
5ef52057e1
Merge pull request #210468 from wegank/sooperlooper-bump
sooperlooper: 1.7.4 -> 1.7.8
2023-01-23 11:16:33 +01:00
Weijia Wang
7ae2e46fd6
Merge pull request #203441 from r-ryantm/auto-update/cider
cider: 1.5.7 -> 1.6.0
2023-01-23 08:08:20 +01:00
Weijia Wang
bbb7ae5c82
Merge pull request #201275 from r-ryantm/auto-update/grandorgue
grandorgue: 3.9.0-1 -> 3.9.4-1
2023-01-23 07:12:26 +01:00
github-actions[bot]
44319c878e
Merge master into staging-next 2023-01-23 00:02:15 +00:00
Weijia Wang
c07c68580c
Merge pull request #196714 from r-ryantm/auto-update/csound-manual
csound-manual: 6.17.0 -> 6.18.0
2023-01-22 23:28:30 +01:00
Weijia Wang
935e92c2af
Merge pull request #191297 from r-ryantm/auto-update/drumgizmo
drumgizmo: 0.9.19 -> 0.9.20
2023-01-22 22:25:05 +01:00
github-actions[bot]
feb2240b37
Merge master into staging-next 2023-01-22 18:01:03 +00:00
Weijia Wang
e19aef0a5c
Merge pull request #192719 from r-ryantm/auto-update/flacon
flacon: 9.2.0 -> 9.5.1
2023-01-22 15:57:51 +01:00
Weijia Wang
26c3b86f7a
Merge pull request #174352 from r-ryantm/auto-update/aeolus
aeolus: 0.9.9 -> 0.10.4
2023-01-22 15:33:06 +01:00
Artturin
270625cd92 calf: split outputs
out is 16M
doc is 4.9M
2023-01-22 16:12:43 +02:00
Artturin
22c7e51491 lsp-plugins: split outputs and fix indendation
out is 56M
dev is 6.7K
doc is 23M
2023-01-22 15:59:53 +02:00
Artturi
fe7dd8eed0
Merge pull request #212006 from Shawn8901/remove_with_lib_1 2023-01-22 15:03:02 +02:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
figsoda
ef479383e1
Merge pull request #212025 from r-ryantm/auto-update/goodvibes
goodvibes: 0.7.5 -> 0.7.6
2023-01-21 23:32:11 -05:00
Mario Rodas
12d77fc4b6 mpg123: 1.31.1 -> 1.31.2 2023-01-22 04:20:00 +00:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
R. Ryantm
3773f56f7f goodvibes: 0.7.5 -> 0.7.6 2023-01-22 01:34:01 +00:00
Weijia Wang
2e60096666
Merge pull request #187028 from r-ryantm/auto-update/snd
snd: 22.5 -> 23.0
2023-01-22 02:16:40 +01:00
Shawn8901
3866fa44a7 treewide: remove global with lib; in pkgs/{audio,blockchain,editors} 2023-01-21 23:11:12 +01:00
R. Ryantm
6f87cb2be9 gxplugins-lv2: 0.9 -> 1.0 2023-01-21 21:08:34 +00:00
Jonas Heinrich
9e0e711dee
Merge pull request #211903 from r-ryantm/auto-update/youtube-music
youtube-music: 1.18.0 -> 1.19.0
2023-01-21 20:11:32 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Guillaume Girol
90c78aee6c Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs 2023-01-21 12:00:00 +00:00
R. Ryantm
d6f5a817db youtube-music: 1.18.0 -> 1.19.0 2023-01-21 11:00:09 +00:00
linsui
c58270a3c9 helvum: fix build 2023-01-21 12:03:19 +08:00
R. Ryantm
d949e69824 strawberry: 1.0.13 -> 1.0.14 2023-01-20 14:26:07 +08:00
Mauricio Scheffer
f867378f08 pianoteq.{stage-trial,standard-trial}: 7.5.4 -> 8.0.5 2023-01-19 22:48:12 +00:00
Mauricio Scheffer
596d123cbb pianoteq: fix fetchers 2023-01-19 22:48:12 +00:00
Nick Cao
cdf1ea55a9
Merge pull request #211284 from rodrgz/mopidy-tidal
mopidy-tidal: init at 0.3.2
2023-01-19 09:19:47 +08:00
Sandro
ba38d8bd37
Merge pull request #207775 from lilyinstarlight/pkg/mopidy-notify 2023-01-18 23:10:48 +01:00
R. Ryantm
776e0f600a termusic: 0.7.7 -> 0.7.8 2023-01-18 01:45:40 +00:00
Erik Rodriguez
500f3b94c3
mopidy-tidal: init at 0.3.2 2023-01-17 14:47:52 -03:00
ChaosAttractor
b48c6ab66b yesplaymusic: init at 0.4.5 2023-01-17 16:56:27 +08:00
R. Ryantm
f9743eebe2 pyradio: 0.8.9.32 -> 0.8.9.36 2023-01-16 14:53:50 +00:00
github-actions[bot]
55b5b71fba
Merge staging-next into staging 2023-01-16 12:02:01 +00:00
Nick Cao
c85d086929
Merge pull request #210885 from LeSuisse/fdk-aac-encoder-CVE-2022-37781
fdk-aac-encoder: apply patch for CVE-2022-37781
2023-01-16 15:54:09 +08:00
github-actions[bot]
76839f69b4
Merge staging-next into staging 2023-01-16 06:01:40 +00:00
R. Ryantm
75e72251ad deadbeef: 1.9.3 -> 1.9.4 2023-01-16 06:53:26 +01:00
Thomas Gerbet
7766691094 fdk-aac-encoder: apply patch for CVE-2022-37781 2023-01-15 13:47:45 +01:00
R. Ryantm
42b3ad82cc callaudiod: 0.1.4 -> 0.1.7 2023-01-15 10:15:07 +00:00
R. Ryantm
489d76624c strawberry: 1.0.12 -> 1.0.13 2023-01-15 08:58:06 +00:00
R. Ryantm
6984331709 dragonfly-reverb: 3.2.7 -> 3.2.8 2023-01-15 06:54:19 +00:00
github-actions[bot]
5ad514cb7e
Merge staging-next into staging 2023-01-14 18:01:41 +00:00
Martin Weinelt
b974cf6522
Merge pull request #209180 from NixOS/staging-next 2023-01-14 16:26:39 +00:00
Anderson Torres
5c2347a3e9
Merge pull request #210581 from r-ryantm/auto-update/kid3
kid3: 3.9.2 -> 3.9.3
2023-01-14 12:44:01 -03:00
Sergei Trofimovich
ca4da963f8 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/libraries/audio/roc-toolkit/default.nix
2023-01-14 11:07:42 +00:00
github-actions[bot]
f656c3e849
Merge master into staging-next 2023-01-14 06:01:02 +00:00
Nick Cao
f223477a9c
Merge pull request #208460 from r-ryantm/auto-update/wolf-shaper
wolf-shaper: 0.1.8 -> 1.0.0
2023-01-14 11:58:56 +08:00
Nick Cao
03d8c24653
Merge pull request #206202 from r-ryantm/auto-update/zam-plugins
zam-plugins: 3.14 -> 4.1
2023-01-14 11:58:23 +08:00
R. Ryantm
83a93014f1 kid3: 3.9.2 -> 3.9.3 2023-01-13 20:58:24 +00:00
Weijia Wang
18fd604cf0 sooperlooper: 1.7.4 -> 1.7.8 2023-01-13 02:38:52 +01:00
github-actions[bot]
9e72ff5c31
Merge staging-next into staging 2023-01-13 00:02:48 +00:00
github-actions[bot]
d51e8ce349
Merge master into staging-next 2023-01-13 00:02:15 +00:00
Sandro
bbde45ac42
Merge pull request #204878 from LoveIsGrief/quodlibet-wma
Closes https://github.com/NixOS/nixpkgs/issues/204695
2023-01-13 00:33:10 +01:00
github-actions[bot]
db669efe0d
Merge staging-next into staging 2023-01-11 06:02:05 +00:00
Colin Arnott
3cff1da834
aaxtomp3: use resholve not PATH
Instead of wrapping out binary, we can patch the script to point
directly into /nix/store/. While doing this, we added a few dependencies
we missed and found an osh parsing bug that has been reported upstream.

See oilshell/oil#1446
2023-01-11 04:09:35 +00:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
R. Ryantm
bc9dd4279a strawberry: 1.0.11 -> 1.0.12 2023-01-11 09:00:16 +08:00
R. Ryantm
d05abd44c7 snd: 22.5 -> 23.0 2023-01-09 19:35:52 +00:00
github-actions[bot]
05972e9778
Merge staging-next into staging 2023-01-09 18:01:58 +00:00
Robert Schütz
b3241be75d python310Packages.levenshtein: don't use alias 2023-01-09 06:09:31 -08:00
github-actions[bot]
ba0dad1c94
Merge staging-next into staging 2023-01-09 00:02:51 +00:00
github-actions[bot]
fce67420c4
Merge master into staging-next 2023-01-09 00:02:14 +00:00
Sandro
bc9a00ed26
Merge pull request #206003 from azuwis/MIDIVisualizer 2023-01-09 01:00:24 +01:00
github-actions[bot]
e551f4f380
Merge staging-next into staging 2023-01-08 18:01:40 +00:00
Martin Weinelt
4d65509504 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-08 16:34:30 +01:00
Thiago Kenji Okada
0aefadec65
Merge pull request #207296 from wegank/chuck-darwin
chuck: 1.4.1.0 -> 1.4.1.1, unbreak on aarch64-darwin
2023-01-08 14:54:04 +00:00
Mario Rodas
7fd76794ae
Merge pull request #209682 from r-ryantm/auto-update/termusic
termusic: 0.7.5 -> 0.7.7
2023-01-08 08:09:08 -05:00
R. Ryantm
06690fd5ad termusic: 0.7.5 -> 0.7.7 2023-01-08 12:05:18 +00:00
Thiago Kenji Okada
10eb929d08
Merge pull request #209575 from wegank/python-qt-bump
python-qt, csound-qt: python2 -> python3
2023-01-08 11:58:53 +00:00
R. Ryantm
08d2994fe2 tageditor: 3.7.5 -> 3.7.7 2023-01-08 17:50:19 +08:00
Adam Stephens
029c0a9288
squeezelite: add gpio support 2023-01-07 20:23:41 -05:00
Weijia Wang
dd3cc02d7d csound-qt: 0.9.6-beta3 -> 1.1.1 2023-01-07 23:38:46 +01:00
github-actions[bot]
32a4ccb1d5
Merge staging-next into staging 2023-01-07 18:01:47 +00:00
github-actions[bot]
3b3114f45d
Merge master into staging-next 2023-01-07 18:01:08 +00:00
Bobby Rong
4436284c27
Merge pull request #209482 from OPNA2608/update/sc68
sc68: unstable-2021-08-23 -> unstable-2022-11-24
2023-01-07 23:35:19 +08:00
OPNA2608
7b13deb5c1 sc68: unstable-2021-08-23 -> unstable-2022-11-24 2023-01-07 14:33:37 +01:00
Thiago Kenji Okada
f6ab472c7d pamixer: 1.5 -> 1.6 2023-01-07 13:32:00 +00:00
R. Ryantm
432d4af37c mpg123: 1.29.3 -> 1.31.1 2023-01-07 11:13:07 +00:00
Weijia Wang
6bab6fb6f9 nova-filters: migrate to scons_latest 2023-01-06 22:04:01 +01:00
sternenseemann
83666885de fluidsynth: 2.3.0 -> 2.3.1
https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.1
2023-01-06 16:12:08 +01:00
github-actions[bot]
4acd5a978b
Merge staging-next into staging 2023-01-05 12:01:57 +00:00
Ryan Mulligan
17b0cf40e3
Merge pull request #166372 from r-ryantm/auto-update/cmt
cmt: 1.17 -> 1.18
2023-01-04 22:28:50 -08:00
github-actions[bot]
e076f677a1
Merge staging-next into staging 2023-01-03 18:01:45 +00:00
Weijia Wang
d5fc6aaca6 chuck: 1.4.1.0 -> 1.4.1.1 2023-01-03 18:23:33 +01:00
Mario Rodas
98c3aea77a
Merge pull request #206633 from r-ryantm/auto-update/spotifyd
spotifyd: 0.3.3 -> 0.3.4
2023-01-03 08:58:57 -05:00
Lily Foster
5988ada835
sonic-pi: add ruby to nativeBuildInputs
The ruby interpreter is used during the configure and build phases in
addition to the check phase, so add it to nativeBuildInputs instead of
checkInputs.
2023-01-03 08:13:39 -05:00
Lily Foster
2f8266e022
sonic-pi: add updateScript 2023-01-03 08:13:03 -05:00
github-actions[bot]
e2839320bb
Merge staging-next into staging 2023-01-03 12:01:44 +00:00
Jonas Heinrich
c4b015f25c
Merge pull request #208576 from r-ryantm/auto-update/ocenaudio
ocenaudio: 3.11.20 -> 3.11.21
2023-01-03 10:30:06 +01:00
Weijia Wang
4df597f427 spek: unstable-2018-12-29 -> 0.8.4 2023-01-03 08:38:40 +01:00
R. Ryantm
f78178fcc6 rosegarden: 20.12 -> 22.12.1 2023-01-03 14:27:25 +08:00
github-actions[bot]
03e830eb69
Merge staging-next into staging 2023-01-03 00:02:53 +00:00
figsoda
244d1ad6c9
Merge pull request #208763 from peterhoeg/u/strawberry
strawberry: 1.0.10 -> 1.0.11
2023-01-02 13:33:17 -05:00
github-actions[bot]
d8b859a780
Merge staging-next into staging 2023-01-02 18:01:43 +00:00
R. Ryantm
fbe696daec famistudio: 4.0.4 -> 4.0.6 2023-01-02 22:06:29 +08:00
Peter Hoeg
43889bbedb strawberry: 1.0.10 -> 1.0.11 2023-01-02 21:54:04 +08:00
Bobby Rong
e1dd69cc20
Merge pull request #208488 from onny/mousai-fix
mousai: Fix 'Namespace Gtk not available'
2023-01-02 20:21:41 +08:00
github-actions[bot]
ccef3ab7d8
Merge staging-next into staging 2023-01-02 12:02:01 +00:00
R. Ryantm
f3736db70d qpwgraph: 0.3.6 -> 0.3.9 2023-01-02 19:59:03 +08:00
github-actions[bot]
051d49badb
Merge staging-next into staging 2023-01-02 06:02:21 +00:00
figsoda
7ab926e57b
Merge pull request #208491 from r-ryantm/auto-update/ncspot
ncspot: 0.11.2 -> 0.12.0
2023-01-01 21:42:23 -05:00
Jan Tojnar
5810109b42 Merge branch 'staging-next' into staging
- readline6 attribute removed from all-packages.nix in d879125d61
- readline attribute was bumped to readline82 in 50adabdd60
2023-01-02 03:04:32 +01:00
Andrew Morgan
47fd756154
bitwig-studio: fix crash when creating user color palette via importing a JPEG image (#201847) 2023-01-02 02:11:56 +01:00
Felix Bühler
625004907b
Merge pull request #208128 from r-ryantm/auto-update/eartag
eartag: 0.2.1 -> 0.3.1
2023-01-01 15:33:13 +01:00
R. Ryantm
19227df93a ocenaudio: 3.11.20 -> 3.11.21 2023-01-01 02:13:36 +00:00
OPNA2608
b75e781579 furnace: 0.6pre2 -> 0.6pre3 2022-12-31 23:40:37 +01:00
Francesco Gazzetta
580ea0066f
Merge pull request #208502 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.55 -> 1.56
2022-12-31 14:53:39 +00:00
R. Ryantm
b2dd805235 pt2-clone: 1.55 -> 1.56 2022-12-31 14:10:10 +00:00
R. Ryantm
6fdbfe5abe eartag: 0.2.1 -> 0.3.1 2022-12-31 13:56:10 +00:00
Zhong Jianxin
dba05fbc27 MIDIVisualizer: Add Darwin support 2022-12-31 20:31:29 +08:00
R. Ryantm
5f8ab64a9f ncspot: 0.11.2 -> 0.12.0 2022-12-31 12:18:45 +00:00
Jonas Heinrich
548539679c mousai: Fix 'Namespace Gtk not available' 2022-12-31 13:11:53 +01:00
R. Ryantm
049e3877c6 wolf-shaper: 0.1.8 -> 1.0.0 2022-12-31 07:41:07 +00:00
David Houston
eb32539c96
mopidy-musicbox-webclient: Slightly refactor (#207749) 2022-12-30 15:26:28 +02:00
Ryan Orendorff
5941a71318 reaper: 6.71 -> 6.73 2022-12-29 01:08:57 -07:00
github-actions[bot]
df1fb5ef89
Merge staging-next into staging 2022-12-29 06:01:46 +00:00
Weijia Wang
826bc3f074
audacity: 3.2.2 -> 3.2.3 (#208066) 2022-12-28 19:39:47 -05:00
github-actions[bot]
d41eafcfb0
Merge staging-next into staging 2022-12-28 12:02:12 +00:00
Jonas Heinrich
abf33cf8f2
Merge pull request #208056 from r-ryantm/auto-update/ocenaudio
ocenaudio: 3.11.15 -> 3.11.20
2022-12-28 11:37:40 +01:00
Sergei Trofimovich
092d57c076 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00:00
R. Ryantm
eede9fe3b6 ocenaudio: 3.11.15 -> 3.11.20 2022-12-28 04:31:23 +00:00
Franz Pletz
27b782ee57
Merge pull request #207298 from wegank/snapcast 2022-12-27 08:31:28 +01:00
Stanisław Pitucha
e611279022
Merge pull request #207739 from r-ryantm/auto-update/qjackctl
qjackctl: 0.9.7 -> 0.9.8
2022-12-27 15:05:44 +11:00
Stanisław Pitucha
e09e6d6f62
Merge pull request #207787 from r-ryantm/auto-update/pipecontrol
pipecontrol: 0.2.4 -> 0.2.8
2022-12-27 14:27:04 +11:00
figsoda
c78ad3c4fa
Merge pull request #207744 from figsoda/nix-update-script
treewide: remove attrPath from nix-update-script calls
2022-12-26 19:00:46 -05:00
Lorenz Brun
d5d3e334ad dolbybcsoftwaredecode: init at april-2018 2022-12-26 23:27:10 +01:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
R. Ryantm
cd66de888c furnace: 0.6pre1.5 -> 0.6pre2 2022-12-26 22:01:32 +08:00
R. Ryantm
9c503f7254 pipecontrol: 0.2.4 -> 0.2.8 2022-12-26 03:01:13 +00:00
Lily Foster
8177caca2c
mopidy-notify: init at 0.2.0 2022-12-25 20:24:27 -05:00
R. Ryantm
dfccd69bfb qjackctl: 0.9.7 -> 0.9.8 2022-12-25 21:44:39 +00:00
Sandro
6321501c43
Merge pull request #205632 from hmenke/gtkcord4 2022-12-25 21:55:16 +01:00
github-actions[bot]
583c7499e5
Merge staging-next into staging 2022-12-25 18:01:38 +00:00
markuskowa
1041c9f5c2
Merge pull request #207341 from r-ryantm/auto-update/faustPhysicalModeling
faustPhysicalModeling: 2.50.6 -> 2.54.9
2022-12-25 16:59:26 +01:00
markuskowa
8e5068af64
Merge pull request #207196 from r-ryantm/auto-update/x42-plugins
x42-plugins: 20220923 -> 20221119
2022-12-25 16:58:35 +01:00
markuskowa
e4acd00c2f
Merge pull request #194580 from r-ryantm/auto-update/faust2
faust2: 2.41.1 -> 2.54.9
2022-12-25 16:57:57 +01:00
markuskowa
9edc8037f3
Merge pull request #207365 from r-ryantm/auto-update/lsp-plugins
lsp-plugins: 1.2.3 -> 1.2.4
2022-12-25 16:55:12 +01:00
markuskowa
cb7e9f5a01
Merge pull request #207383 from r-ryantm/auto-update/faustlive
faustlive: 2.5.12 -> 2.5.13
2022-12-25 16:54:54 +01:00
R. Ryantm
1e8999d1ff zam-plugins: 3.14 -> 4.1 2022-12-25 15:16:37 +00:00
github-actions[bot]
b48679133a
Merge staging-next into staging 2022-12-25 12:01:40 +00:00
R. Ryantm
8cf13ddc64 picard: 2.8.4 -> 2.8.5 2022-12-25 12:04:13 +01:00
R. Ryantm
f976a446e6 bitwig-studio: 4.4.3 -> 4.4.6 2022-12-25 11:57:27 +01:00
Jan Tojnar
72c37eddec Merge branch 'staging-next' into staging 2022-12-25 01:30:47 +01:00
Weijia Wang
f5a98fef5f snapcast: unbreak on x86_64-darwin 2022-12-24 20:26:55 +01:00
R. Ryantm
1708bbf53f faust2: 2.41.1 -> 2.54.9 2022-12-24 14:31:16 +00:00
Adam Stephens
c8408ba068
caffd2 squeezelite: 1.9.9.1414 -> 1.9.9.1419 2022-12-23 11:21:43 -05:00
R. Ryantm
937a8e35d3 faustlive: 2.5.12 -> 2.5.13 2022-12-23 06:05:03 +00:00
figsoda
338bf0b325
Merge pull request #207367 from r-ryantm/auto-update/tauon
tauon: 7.4.6 -> 7.4.7
2022-12-23 00:35:32 -05:00
R. Ryantm
bc89a66198 tauon: 7.4.6 -> 7.4.7 2022-12-23 02:47:24 +00:00
R. Ryantm
753792f06f lsp-plugins: 1.2.3 -> 1.2.4 2022-12-23 02:39:24 +00:00
R. Ryantm
8a00c83c49 faustPhysicalModeling: 2.50.6 -> 2.54.9 2022-12-22 23:06:06 +00:00
R. Ryantm
ab9cdc0072 x42-plugins: 20220923 -> 20221119 2022-12-22 03:36:25 +00:00
R. Ryantm
bd3bae9102 praat: 6.3.02 -> 6.3.03 2022-12-21 20:48:45 +08:00
Bobby Rong
8ea47e0ac6
Merge pull request #206465 from liamdiprose/fix/zrythm-find-fallback-icons
zrythm: add path for fallback icons
2022-12-21 17:59:23 +08:00
Liam Diprose
91b2c4bf92 zrythm: add path for fallback icons 2022-12-21 18:04:43 +13:00
Pascal Bach
8ab17307f8
Merge pull request #204712 from samuela/upkeep-bot/plexamp-4.6.1-1670286242
plexamp: 4.5.2 -> 4.6.1
2022-12-19 22:52:44 +01:00
David McFarland
13861970f4 treewide: update all dotnet lockfiles 2022-12-19 15:36:25 -04:00
github-actions[bot]
dc1fa2c776
Merge staging-next into staging 2022-12-19 00:02:57 +00:00
Anderson Torres
c010f15db6
Merge pull request #206687 from wahjava/init-tuner
tuner: init at 1.5.1
2022-12-18 18:58:39 -03:00
Sandro
595f528e07
Merge pull request #205099 from ddelabru/vcv-rack 2022-12-18 22:28:20 +01:00
github-actions[bot]
dc7ebb0163
Merge staging-next into staging 2022-12-18 18:01:41 +00:00
Valentin Gagarin
f782da699e
Merge pull request #206646 from figsoda/typos 2022-12-18 18:27:57 +01:00
Sandro
0f6cf57d0a
Merge pull request #205243 from wegank/fluidsynth-darwin 2022-12-18 17:26:56 +01:00
Sandro
5ef92d94d0
Merge pull request #206241 from deejayem/mopidy-musicbox-webclient-not-broken 2022-12-18 17:25:35 +01:00
Sandro
1ed3063059
Merge pull request #206243 from deejayem/mopidy-local-not-broken 2022-12-18 17:25:19 +01:00
Ashish SHUKLA
55c8cbb4c2
tuner: init at 1.5.1 2022-12-18 21:10:33 +05:30
figsoda
ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
R. Ryantm
979332605c spotifyd: 0.3.3 -> 0.3.4 2022-12-17 23:21:48 +00:00
figsoda
f01c9db412 librespot: unbreak on darwin 2022-12-16 23:44:29 -05:00
Lily Foster
067bfc6c90 open-stage-control: do not copy node_modules to reduce closure 2022-12-16 22:57:18 -05:00
David Morgan
da1333cdd2
pms: init at unstable-2022-11-12 (#205941)
Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-16 21:30:42 +01:00
Artturin
05a2dfd674 lib.replaceChars: warn about being a deprecated alias
replaceStrings has been in nix since 2015(nix 1.10)

so it is safe to remove the fallback

d6d5885c15
2022-12-15 22:25:51 +02:00
David Morgan
0e48185e74
mopidy-local: un-mark as broken on darwin 2022-12-15 12:57:53 +00:00
David Morgan
5f34d08447
mopidy-musicbox-webclient: un-mark as broken on darwin 2022-12-15 12:52:50 +00:00
R. Ryantm
f163ec78a3 MIDIVisualizer: 6.5 -> 7.0 2022-12-15 10:05:21 +00:00
R. Ryantm
40fe7f9330 tauon: 7.4.5 -> 7.4.6 2022-12-14 18:17:59 +00:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Jan Tojnar
7f522cacba
Merge pull request #201165 from fpletz/pkg/easyeffects-7
easyeffects: 6.3.0 -> 7.0.0
2022-12-13 17:57:49 +01:00
Henri Menke
f2a5bc37a0
gtkcord4: install desktop item and icons, optional libadwaita 2022-12-13 11:56:57 +01:00
R. Ryantm
82d9fb7d15 grandorgue: 3.9.0-1 -> 3.9.4-1 2022-12-13 03:53:39 +00:00
Anderson Torres
3778ce32c8
Merge pull request #205772 from atorres1985-contrib/cleanup-maintainers
treewide: remove e-user from maintainers
2022-12-12 20:00:24 -03:00
Bobby Rong
72ce854d2e
Merge pull request #205586 from foo-dogsquared/update-amberol
amberol: 0.9.1 -> 0.9.2
2022-12-12 22:26:49 +08:00
AndersonTorres
28a5476184 treewide: remove e-user from maintainers
According to https://github.com/NixOS/nixpkgs/pull/22789#issuecomment-757687683,
the maintainer doesn't use NixOS anymore.
2022-12-12 09:32:09 -03:00
Ryan Mulligan
c8acd688a5
Merge pull request #204881 from r-ryantm/auto-update/stochas
stochas: 1.3.8 -> 1.3.9
2022-12-11 20:27:36 -08:00
figsoda
9e60c8d65d
Merge pull request #205699 from r-ryantm/auto-update/airwindows-lv2
airwindows-lv2: 12.0 -> 14.0
2022-12-11 20:50:22 -05:00
R. Ryantm
a7111b1c7a airwindows-lv2: 12.0 -> 14.0 2022-12-12 01:00:31 +00:00
Stanisław Pitucha
a61b8298e0
Merge pull request #203475 from Mic92/reaper
reaper: 6.66 -> 6.71
2022-12-12 08:59:18 +11:00
Jörg Thalheim
8904ad8ed5 reaper: 6.66 -> 6.71 2022-12-11 20:42:35 +01:00
Nikolay Korotkiy
b6150f331f
Merge pull request #205411 from r-ryantm/auto-update/pyradio
pyradio: 0.8.9.31 -> 0.8.9.32
2022-12-11 15:56:38 +04:00
Francesco Gazzetta
64e0bf055f
Merge pull request #205553 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.54 -> 1.55
2022-12-11 09:33:23 +00:00
Gabriel Arazas
bceabe0ca9 amberol: 0.9.1 -> 0.9.2 2022-12-11 10:03:59 +08:00
R. Ryantm
795aa42290 pt2-clone: 1.54 -> 1.55 2022-12-10 21:24:11 +00:00
Fabian Affolter
af2a04eb31
pyradio: add changelog to meta 2022-12-10 11:33:25 +01:00
rubyowo
4baa9eab71
youtube-music: 0.17.0 -> 0.18.0 2022-12-10 11:41:04 +04:00
R. Ryantm
7674933d95 pyradio: 0.8.9.31 -> 0.8.9.32 2022-12-10 07:05:15 +00:00
figsoda
116828f769
Merge pull request #205397 from r-ryantm/auto-update/mopidy
mopidy: 3.4.0 -> 3.4.1
2022-12-09 23:20:05 -05:00
R. Ryantm
8e5192fb89 mopidy: 3.4.0 -> 3.4.1 2022-12-10 02:12:00 +00:00
Weijia Wang
6be612f64b fluidsynth: fix build on aarch64-darwin 2022-12-09 23:32:03 +01:00
Sebastian Sellmeier
2db8cdeb11
alsa-scarlett-gui: init at unstable-2022-08-11 2022-12-09 23:07:16 +01:00
R. Ryantm
e968b8b88d praat: 6.3.01 -> 6.3.02 2022-12-08 20:11:05 +08:00
Dominic Delabruere
3cf332fdb8 vcv-rack: 2.2.0 -> 2.2.1
This is a very minor update to VCV Rack, but the upstream Makefiles
now recognize `aarch64` in platform strings and accepts a
CROSS_COMPILE environment variable for cross-compiling plugins for
a given target. This commit updates the `makeFlags` accordingly.
2022-12-07 22:37:24 -05:00
R. Ryantm
11c344d864 audacity: 3.2.1 -> 3.2.2 2022-12-07 14:33:01 -05:00
Francesco Gazzetta
cce13d42dc
Merge pull request #204830 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.53.1 -> 1.54
2022-12-07 09:56:25 +00:00
R. Ryantm
fc14c1bbb1 cardinal: 22.10 -> 22.11 2022-12-07 17:07:53 +08:00
R. Ryantm
c3552b5340 stochas: 1.3.8 -> 1.3.9 2022-12-06 23:43:42 +00:00
LoveIsGrief
2b191a3bd4
quodlibet: Add WMA support
The issue already popped up with rhythmbox and this is the application of
 the solution from https://github.com/NixOS/nixpkgs/pull/130118/files

Related to NixOS/nixpkgs#204695
2022-12-06 23:35:09 +01:00
Artturi
850fb23aa8
Merge pull request #204214 from wegank/wxgtk30-gtk2-drop
treewide: drop wxGTK30-gtk2
2022-12-06 23:28:43 +02:00
figsoda
7a58092d48
Merge pull request #204648 from figsoda/mmtc
mmtc: 0.3.0 -> 0.3.1
2022-12-06 13:31:43 -05:00
R. Ryantm
890ce7d957 pt2-clone: 1.53.1 -> 1.54 2022-12-06 17:27:02 +00:00
Vladimír Čunát
089fb18420
Merge #203426: staging-next 2022-11-28 2022-12-06 12:36:58 +01:00
Sandro
95c88faec4
Merge pull request #185858 from aidalgol/soundux
soundux: init at 0.2.7
2022-12-06 10:16:48 +01:00
nixpkgs-upkeep-bot
602733331f plexamp: 4.5.2 -> 4.6.1 2022-12-06 00:24:02 +00:00
figsoda
3132d4e2f2 mmtc: 0.3.0 -> 0.3.1
Diff: https://github.com/figsoda/mmtc/compare/v0.3.0...v0.3.1

Changelog: https://github.com/figsoda/mmtc/blob/v0.3.1/CHANGELOG.md
2022-12-05 10:27:49 -05:00
Martin Weinelt
fe8eef1ae4 Merge remote-tracking branch 'origin/master' into staging-next 2022-12-04 22:06:42 +01:00
Anderson Torres
c94cdd0978
Merge pull request #203911 from fgaz/cplay-ng/init
cplay-ng: init at 5.1.0
2022-12-04 18:02:02 -03:00
Martin Weinelt
269897df6d
Merge pull request #204161 from lilyinstarlight/fix/mopidy-local-with-mopidy-3.4.0 2022-12-04 19:04:02 +01:00
Francesco Gazzetta
bc5367def1 cplay-ng: init at 5.1.0 2022-12-04 16:27:00 +01:00
Lily Foster
368aa87531
mopidy-local: apply patch to fix tests 2022-12-04 10:11:31 -05:00
R. Ryantm
d62fab8132 praat: 6.3 -> 6.3.01 2022-12-04 20:28:58 +08:00
R. Ryantm
5d80334ccc tagger: 2022.11.1-f1 -> 2022.11.2 2022-12-04 20:27:21 +08:00
Jörg Thalheim
14ddeaebcb
Merge pull request #202388 from Mic92/clerk
clerk: mark as broken
2022-12-04 12:18:32 +01:00
Guillaume Girol
3b8a19424a
Merge pull request #203547 from ddelabru/vcv-rack
vcv-rack: 2.1.2 -> 2.2.0
2022-12-03 19:50:06 +00:00
github-actions[bot]
7ec4183673
Merge master into staging-next 2022-12-03 06:01:28 +00:00
Sandro
70e765c85e
Merge pull request #203130 from wegank/aacgain-bump 2022-12-03 05:02:28 +01:00
Weijia Wang
07cd65bea2 treewide: drop wxGTK30-gtk2 2022-12-03 03:28:32 +01:00
Weijia Wang
c27f6444ac aacgain: 1.9.0 -> 2.0.0 2022-12-03 02:59:06 +01:00
Henri Menke
512aca68d3
gktcord4: add nativeBuildInput wrapGappsHook
In #200179 we noticed some application crashes triggered during file
uploads: "Settings schema 'org.gtk.gtk4.Settings.FileChooser' is not
installed". This appears to be because we failed to wrapGAppsHook, this
has been corrected.
2022-12-03 00:48:59 +00:00
github-actions[bot]
bfdca1ca4a
Merge master into staging-next 2022-12-02 12:01:20 +00:00
Francesco Gazzetta
c9baf04dfa
Merge pull request #204024 from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.61 -> 1.62
2022-12-02 09:54:02 +00:00
github-actions[bot]
1de884edb3
Merge master into staging-next 2022-12-02 06:01:28 +00:00
Sandro
112df0e23b
Merge pull request #203991 from aacebedo/aacebedo/youtube-music-fix 2022-12-02 02:36:15 +01:00
R. Ryantm
b3f7ea4e42 ft2-clone: 1.61 -> 1.62 2022-12-01 23:13:22 +00:00
Alexandre Acebedo
562a9b807d youtube-music: fix trayicon and source provenance 2022-12-01 21:15:46 +01:00
github-actions[bot]
237453e7f7
Merge master into staging-next 2022-12-01 18:01:25 +00:00
Sandro
969029135c
Merge pull request #203366 from SuperSandro2000/hqplayer-desktop 2022-12-01 13:22:49 +01:00
github-actions[bot]
5d71fe0cdb
Merge master into staging-next 2022-12-01 12:01:45 +00:00
Jörg Thalheim
84e81bb790
Merge pull request #203736 from orivej/reaper-xdotool
reaper: provide libxdo for ReaLearn 2.14
2022-12-01 11:30:48 +01:00
github-actions[bot]
818d9a61a3
Merge master into staging-next 2022-12-01 00:02:26 +00:00
github-actions[bot]
cb51cfe745
Merge master into staging-next 2022-11-30 18:01:11 +00:00
David Morgan
b0f767da93
vimpc: Support more platforms 2022-11-30 16:09:35 +00:00
Sandro
365c6518f4
Merge pull request #200179 from urandom2/gtkcord4
Fixes https://github.com/NixOS/nixpkgs/issues/96936
2022-11-30 14:21:16 +01:00
Orivej Desh
eded5ed94e reaper: provide libxdo for ReaLearn 2.14
ReaLearn 2.14 has added support for binding MIDI messages to mouse
events (to control plugins with no other method of input) via Rust
"enigo" crate which does this on Linux by binding to the xdotool
library.
2022-11-30 11:18:55 +00:00
github-actions[bot]
aff62e907a
Merge master into staging-next 2022-11-30 06:01:30 +00:00
figsoda
9205d2201e
Merge pull request #203692 from dotlambda/mopidy-ytmusic-0.3.8
mopidy-ytmusic: 0.3.7 -> 0.3.8
2022-11-29 23:08:09 -05:00
Mario Rodas
ec424e9a8a
Merge pull request #203112 from fgaz/soundtracker/1.0.3
soundtracker: 1.0.2.1 -> 1.0.3
2022-11-29 20:45:56 -05:00
Mario Rodas
fab454ed59
Merge pull request #202243 from adamcstephens/squeezelite-1414
squeezelite: 1.9.9.1411 -> 1.9.9.1414
2022-11-29 20:24:58 -05:00
Mario Rodas
6caba13f67
Merge pull request #202837 from r-ryantm/auto-update/csound
csound: 6.17.0 -> 6.18.1
2022-11-29 20:16:39 -05:00
Robert Schütz
2735f88b2f mopidy-ytmusic: 0.3.7 -> 0.3.8
https://github.com/OzymandiasTheGreat/mopidy-ytmusic/releases/tag/v0.3.8
2022-11-29 17:02:59 -08:00
github-actions[bot]
541466e966
Merge master into staging-next 2022-11-30 00:02:24 +00:00
Mario Rodas
923b5fd626
Merge pull request #203578 from r-ryantm/auto-update/mopidy
mopidy: 3.3.0 -> 3.4.0
2022-11-29 18:41:02 -05:00
Colin Arnott
a1e435e0ee
gtkcord4: init at 0.0.6
Fixes #96936
2022-11-29 20:34:32 +00:00
Lily Foster
491ccdb05c
open-stage-control: 1.20.0 -> 1.21.0 2022-11-29 12:26:48 -05:00
R. Ryantm
8039ea1b4e mopidy: 3.3.0 -> 3.4.0 2022-11-29 09:26:10 +00:00
Dominic Delabruere
39636edd57 vcv-rack: 2.1.2 -> 2.2.0 2022-11-29 02:35:34 -05:00
github-actions[bot]
c9cba1ab24
Merge master into staging-next 2022-11-28 18:01:25 +00:00
zendo
17f6139f92 qmmp: 1.4.4 -> 2.1.2 2022-11-28 13:45:59 +01:00
R. Ryantm
f797afbc26 cider: 1.5.7 -> 1.6.0 2022-11-28 11:03:18 +00:00
github-actions[bot]
6aeef7531c
Merge staging-next into staging 2022-11-28 06:01:53 +00:00
Sandro
853077236a
Merge pull request #202124 from SuperSandro2000/dbus-passthru-daemon 2022-11-28 01:35:34 +01:00
github-actions[bot]
23dcd1620e
Merge staging-next into staging 2022-11-28 00:03:09 +00:00
Sandro
6e2d0bbd28
Merge pull request #200065 from urandom2/aaxtomp3
Fixes https://github.com/NixOS/nixpkgs/issues/197312
2022-11-28 01:00:20 +01:00
Sandro Jäckel
98d1471020
hqplayer-desktop: mark broken because src link is 403 2022-11-28 00:28:35 +01:00
github-actions[bot]
38af11b9ce
Merge staging-next into staging 2022-11-27 18:01:39 +00:00
Mario Rodas
d0ebbdc4aa
Merge pull request #201852 from NickCao/netease
netease-music-tui: 0.1.4 -> 0.1.5
2022-11-27 09:04:41 -05:00
Mario Rodas
ae0e4eb71e
Merge pull request #202976 from r-ryantm/auto-update/pyradio
pyradio: 0.8.9.28 -> 0.8.9.31
2022-11-27 08:43:14 -05:00
Mario Rodas
34b163ac1e
Merge pull request #203107 from jansol/tauon
tauon: 7.4.3 -> 7.4.5
2022-11-27 08:29:53 -05:00
github-actions[bot]
f1f9569cde
Merge staging-next into staging 2022-11-27 00:03:04 +00:00
Francesco Gazzetta
ce571fce9f soundtracker: 1.0.2.1 -> 1.0.3 2022-11-26 21:23:37 +01:00
figsoda
27e0e89d85
Merge pull request #203106 from r-ryantm/auto-update/miniplayer
miniplayer: 1.7.3 -> 1.8.1
2022-11-26 15:19:01 -05:00
Guillaume Girol
50e0b80104
Merge pull request #186428 from NickCao/amb-cross
AMB-plugins: fix cross compilation by replacing hardcoded g++ with CXX
2022-11-26 19:18:06 +00:00
Jan Solanti
d730ce6004 tauon: 7.4.3 -> 7.4.5
https://github.com/Taiko2k/TauonMusicBox/releases/tag/v7.4.5
https://github.com/Taiko2k/TauonMusicBox/releases/tag/v7.4.4
2022-11-26 21:17:19 +02:00
R. Ryantm
55a5d40e48 miniplayer: 1.7.3 -> 1.8.1 2022-11-26 19:11:53 +00:00
github-actions[bot]
6d0026d4d6
Merge staging-next into staging 2022-11-26 18:01:45 +00:00
Martin Weinelt
40d9e10511
Merge pull request #202927 from dotlambda/klick-0.14.2
klick: 0.12.2 -> 0.14.2
2022-11-26 15:01:04 +01:00
github-actions[bot]
9ce2c2146e
Merge staging-next into staging 2022-11-26 12:02:03 +00:00
ajs124
81c0d0c5f4
Merge pull request #202925 from dotlambda/jackmix-python3
jackmix: build using python3
2022-11-26 11:45:23 +01:00
github-actions[bot]
f54347d2d0
Merge staging-next into staging 2022-11-26 06:01:52 +00:00
R. Ryantm
f33383ac7b pyradio: 0.8.9.28 -> 0.8.9.31 2022-11-26 04:58:10 +00:00
Colin Arnott
451fb3f721
aaxtomp3: init at 1.3
Fixes #197312
2022-11-26 02:58:00 +00:00
github-actions[bot]
627e652b73
Merge staging-next into staging 2022-11-26 00:02:47 +00:00
Lily Foster
cfec4c6813
open-stage-control: use postPatch for linking in package-lock.json 2022-11-25 17:20:37 -05:00
Robert Schütz
a3beeeb957 klick: 0.12.2 -> 0.14.2 2022-11-25 13:54:52 -08:00
Robert Schütz
02b013b930 jackmix: build using python3 2022-11-25 13:52:35 -08:00
Sandro
d04740c3aa
Merge pull request #202599 from lilyinstarlight/fix/fetch-npm-deps-hash-stability 2022-11-25 21:43:43 +01:00
github-actions[bot]
e5a45ed6d9
Merge staging-next into staging 2022-11-25 18:02:16 +00:00
Sandro
dcaa4a9982
Merge pull request #200684 from zendo/museeks 2022-11-25 18:01:51 +01:00
R. Ryantm
0f37726b77 csound: 6.17.0 -> 6.18.1 2022-11-25 10:54:09 +00:00