Commit graph

6940 commits

Author SHA1 Message Date
Sergei Trofimovich 4e4ffb73e8 ympd: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: CMakeFiles/ympd.dir/src/mpd_client.c.o:(.bss+0x0): multiple definition of `mpd';
      CMakeFiles/ympd.dir/src/ympd.c.o:(.bss+0x20): first defined here
2022-05-18 08:05:39 +01:00
Jan Tojnar 365be2abe0
pulseeffects-legacy: drop myself from maintainers 2022-05-17 07:54:40 +02:00
Felix Bühler d48fc739dc
Merge pull request #173133 from Stunkymonkey/sony-headphones-client-gcc-fix
sony-headphones-client: patch gcc-20 support
2022-05-15 21:10:13 +02:00
Felix Buehler f8e9160a67 sony-headphones-client: patch gcc-20 support 2022-05-15 20:14:11 +02:00
Sergei Trofimovich 6372948d4b jamin: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

     ld: jamin-preferences.o:/build/jamin-0.95.0/src/hdeq.h:64: multiple definition of
       `l_notebook1'; jamin-callbacks.o:/build/jamin-0.95.0/src/hdeq.h:64: first defined here
2022-05-15 13:29:01 +01:00
Jörg Thalheim 6185626f12
Merge pull request #173058 from trofi/workaround-fno-common-for-gtkpod
gtkpod: add -fcommon workaround
2022-05-15 07:43:00 +01:00
Robert Schütz e96d684b8f rhvoice: 1.6.0 -> 1.8.0
https://github.com/RHVoice/RHVoice/releases/tag/1.8.0
2022-05-14 19:03:52 -07:00
Robert Schütz 62753a4f39 rhvoice: unstable-2018-02-10 -> 1.6.0 2022-05-14 19:03:52 -07:00
Sergei Trofimovich 8feed1d215 gtkpod: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: .libs/autodetection.o:/build/gtkpod-2.1.5/libgtkpod/gtkpod_app_iface.h:248: multiple definition of
      `gtkpod_app'; .libs/gtkpod_app_iface.o:/build/gtkpod-2.1.5/libgtkpod/gtkpod_app_iface.h:248: first defined here
2022-05-14 18:15:45 +01:00
Bobby Rong 75f280be96
Merge pull request #172884 from MoritzBoehme/sptlrx-changelog
sptlrx: add changelog meta attribute
2022-05-14 21:25:46 +08:00
Moritz Böhme def7eb2e59
sptlrx: add changelog meta attribute
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2022-05-14 13:57:22 +02:00
Alexis Hildebrandt ab010f68fe musikcube: Fix Linux build 2022-05-14 09:25:44 +02:00
Ben Siraphob c9cbdf6b31
Merge pull request #172888 from armeenm/remove-axoloti 2022-05-13 22:43:06 -05:00
Bobby Rong b76ad2c880
Merge pull request #172881 from MoritzBoehme/sptlrx-git-updater
sptlrx: add updateScript
2022-05-14 10:49:33 +08:00
Rick van Schijndel dc91515841
Merge pull request #172689 from boogewooge/patch-1
clementine: add gst-plugins-bad to buildInputs
2022-05-13 18:49:32 +02:00
Armeen Mahdian b7a15b8885 axoloti: remove 2022-05-13 11:33:20 -05:00
Moritz Böhme cb1ae7f1c4
sptlrx: add updateScript 2022-05-13 18:01:13 +02:00
Sandro b9a664abba
Merge pull request #172438 from legendofmiracles/update/pause/noisetorch
noisetorch: 0.11.4 -> 0.11.5
2022-05-13 16:33:49 +02:00
Janne Heß 1b0f5bf701
Merge pull request #172702 from OPNA2608/fix/adlplug_everything
{adl,opn}plug: 1.0.2 -> unstable-2021-12-17, fix Darwin, fix Linux de…
2022-05-13 11:57:07 +02:00
markuskowa 39936c75c5
Merge pull request #172555 from linsui/amberol
amberol: 0.6.0 -> 0.6.1
2022-05-12 23:50:20 +02:00
Sergei Trofimovich 82a5a60589 dirt: pull fix pending upstream inclusion for -fno-common toolchains
Without the change build fails on -fno-common toolchains like upstream
gcc-10:

    ld: audio.o:/home/slyfox/dev/git/Dirt/audio.h:55: multiple definition of
      `delays'; dirt.o:/home/slyfox/dev/git/Dirt/audio.h:55: first defined here
2022-05-12 22:42:48 +01:00
OPNA2608 30060a2268 {adl,opn}plug: Install plugins on Darwin 2022-05-12 23:12:46 +02:00
OPNA2608 f88302aa1c mt32emu-smf2wav: 1.7.0 -> 1.8.2 2022-05-12 18:05:47 +02:00
OPNA2608 883cb64ae9 mt32emu-qt: 1.9.0 -> 1.10.2 2022-05-12 18:05:47 +02:00
OPNA2608 bff64d8e02 libmt32emu: 2.5.3 -> 2.6.3 2022-05-12 16:46:01 +02:00
OPNA2608 afd5edfa38 {adl,opn}plug: 1.0.2 -> unstable-2021-12-17, fix Darwin, fix Linux dependencies 2022-05-12 15:21:51 +02:00
boogewooge 88b80a6f73
clementine: add gst-plugins-bad to buildInputs
clementine: add gst-plugins-bad to buildInputs

`gst-plugins-bad` is required to play internet radio streams in clementine. 

Specifically, this fixes the `No URI handler implemented for "http"` error when trying to play internet radio streams in clementine.
2022-05-12 11:58:51 +00:00
boogewooge 392742146f
clementine: add gst-plugins-bad to buildInputs
clementine: add gst-plugins-bad to buildInputs

`gst-plugins-bad` is required to play internet radio streams in clementine. 

Specifically, this fixes the `No URI handler implemented for "http"` error when trying to play internet radio streams in clementine.
2022-05-12 11:52:52 +00:00
boogewooge 4924858c64
add gst-plugins-bad to buildInputs
`gst-plugins-bad` is required to play internet radio streams in clementine. 

Specifically, this fixes the `No URI handler implemented for "http"` error when trying to play internet radio streams in clementine.
2022-05-12 11:16:56 +00:00
Rick van Schijndel e680b5cf74
Merge pull request #172383 from Mindavi/treewide/remove-broken
Treewide(ish): remove long-time broken pkgs
2022-05-11 19:34:13 +02:00
Rick van Schijndel bb38235dc6 infobar: drop
Broken since 2019-06-12
2022-05-11 19:23:05 +02:00
Artturi 8665df6c4f
Merge pull request #154917 from dasj19/remove-split2flac
split2flac: removed
2022-05-11 17:12:49 +03:00
Moritz Böhme a4022cf3de
sptlrx: add version test 2022-05-11 21:57:52 +08:00
Daniel Șerbănescu b116e88556 split2flac: removed 2022-05-11 15:27:01 +02:00
linsui 181a365076 amberol: 0.6.0 -> 0.6.1 2022-05-11 19:43:15 +08:00
lom 274c7e0f5e noisetorch: 0.11.4 -> 0.11.5 2022-05-10 20:32:53 -06:00
devhell 88d28c300c termusic: 0.6.10 -> 0.6.15 2022-05-11 02:38:49 +01:00
Sandro cc071a2166
Merge pull request #171993 from hlolli/feature/csound-darwin-support
csound: darwin support
2022-05-11 00:45:32 +02:00
Artturi e542055118
Merge pull request #154044 from magnetophon/Surge-XT 2022-05-10 20:25:52 +03:00
Bart Brouns 69267309a7 lsp-plugins: 1.1.31 -> 1.2.1
lsp-plugins: 1.2.0 -> 1.2.1
2022-05-10 19:17:55 +02:00
Artemis Tosini 69146c5629 dsf2flac: unstable-2018-01-02 → unstable-2021-07-31
Set artemist as maintainer as current one isn't active
Set platform to only x86-64_linux as others do not work
2022-05-10 18:08:03 +02:00
Hlöðver Sigurðsson 14d0c3f3a1 csound: darwin support 2022-05-10 12:34:33 +02:00
Artturi 6d007b2ce4
Merge pull request #172250 from Artturin/ridofnulls
remove some useless null asserts
2022-05-10 04:24:31 +03:00
Artturin 14a9590751 deadbeef: remove useless nulls 2022-05-10 00:49:34 +03:00
Armeen Mahdian d346c95784
exaile: add python3 to PATH (#169494)
* exaile: add python3 to PATH

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

Co-authored-by: Artturi <Artturin@artturin.com>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Artturi <Artturin@artturin.com>
2022-05-09 17:30:18 +02:00
Sandro 0ce06bcec4
Merge pull request #168173 from afh/musikcube-darwin
musikcube: fix Darwin build
2022-05-09 17:10:23 +02:00
github-actions[bot] f39e774f11
Merge master into staging-next 2022-05-09 00:02:27 +00:00
Doron Behar 938dddf99f
Merge pull request #171682 from doronbehar/pkg/monkey-audio 2022-05-08 22:40:38 +03:00
github-actions[bot] e92815729d
Merge master into staging-next 2022-05-08 18:01:10 +00:00
Sandro ed87bd6874
Merge pull request #171022 from linsui/amberol
amberol: 0.4.3 -> 0.6.0
2022-05-08 15:07:53 +02:00
Vladimír Čunát e2d0e574c8
Merge #171997: cdparanoiaIII: Fix Darwin build after #171046
...into staging-next
2022-05-08 10:35:09 +02:00
github-actions[bot] 7c1e4ffd7f
Merge master into staging-next 2022-05-08 06:01:24 +00:00
Mario Rodas 4d67161fa7
Merge pull request #170651 from magnetophon/airwindows-lv2
airwindows-lv2: init at 1.0
2022-05-07 19:05:54 -05:00
John Ericson 850c9fea3e cdparanoiaIII: Fix Darwin build after #171046
I shouldn't have been so hasty rearranging things, and also should have
tested Darwin before merging!

Sorry @vcunat!
2022-05-07 17:55:19 -04:00
Doron Behar 44a91b7153 monkeysAudio: Update license 2022-05-07 21:32:13 +03:00
Doron Behar f8ee62b3dc monkeysAudio: Add -old suffix to pname - to update URL 2022-05-07 21:32:13 +03:00
Doron Behar 0b084cd7af monkeysAudio: Fix compilation using an older version of gcc
Fixes this issue:

> /nix/store/...-gcc-11.2.0/include/c++/11.2.0/cmath:1930:1: error: expected declaration before '}' token
>  1930 | } // extern "C++"
>       | ^
2022-05-07 21:32:04 +03:00
linsui dcf8a34e1c amberol: 0.4.3 -> 0.6.0 2022-05-07 21:13:28 +08:00
Alexis Hildebrandt 037ec9ab0d musikcube: fix darwin build 2022-05-07 11:28:59 +02:00
github-actions[bot] 78c3adb476
Merge master into staging-next 2022-05-07 06:01:11 +00:00
Jan Tojnar c70641c8d9 rhythmbox: 3.4.4 → 3.4.5
https://gitlab.gnome.org/GNOME/rhythmbox/-/compare/v3.4.4...v3.4.5

- Switched to Meson, which enabled all features by default.
2022-05-07 03:23:41 +02:00
Vladimír Čunát aa885f4581
Merge #170702: fluidsynth: fix build on darwin (into staging) 2022-05-04 08:35:31 +02:00
github-actions[bot] ee7e3f30f3
Merge staging-next into staging 2022-05-04 00:02:57 +00:00
ajs124 52d66f5647
Merge pull request #167437 from r-ryantm/auto-update/greg
greg: 0.4.7 -> 0.4.8
2022-05-03 22:52:51 +01:00
github-actions[bot] 51a899bdc1
Merge staging-next into staging 2022-05-03 18:10:46 +00:00
Patrick Hilhorst 9d8bd5a520
Merge pull request #171176 from samuela/upkeep-bot/plexamp-4.2.1-1651450835
plexamp: 4.2.0 -> 4.2.1
2022-05-03 16:55:18 +02:00
github-actions[bot] c4bf3689ee
Merge staging-next into staging 2022-05-02 18:10:52 +00:00
Sandro d491986c25
Merge pull request #171061 from mothsART/feature/gspeech-0.11.0
gSpeech: 0.10.1 -> 0.11.0
2022-05-02 16:23:11 +02:00
Sandro 3682afdf6a
Merge pull request #170965 from SuperSandro2000/audio-recorder
audio-recorder: remove legacy ? null
2022-05-02 14:44:40 +02:00
github-actions[bot] c01e301153
Merge staging-next into staging 2022-05-02 12:06:41 +00:00
Ferry Jérémie 7c63f0ab84 gspeech: 0.10.1 -> 0.11.0 2022-05-02 08:03:22 +02:00
nixpkgs-upkeep-bot 7058d597eb plexamp: 4.2.0 -> 4.2.1 2022-05-02 00:20:35 +00:00
John Ericson 388df8df17
Merge pull request #171046 from Ericson2314/cleanup-cdparanoia
cdparanoiaIII: Cleanup
2022-05-01 10:45:56 -04:00
Vladimír Čunát cec6e7362c
Merge branch 'master' into staging-next-2022-04-23 2022-05-01 14:26:52 +02:00
github-actions[bot] b4cd84e421
Merge master into staging-next 2022-05-01 12:01:16 +00:00
Mario Rodas c1f57b2fd3
Merge pull request #167747 from magnetophon/faustlive
faustlive: 2.5.5 -> 2.5.8
2022-05-01 05:16:42 -05:00
Bart Brouns 6aeac3aaec
faust: 2.37.3 -> 2.40.0 (#167746) 2022-05-01 05:16:16 -05:00
Bart Brouns c7a4bb5df3
cardinal:22.02 -> 22.04 (#167745) 2022-05-01 05:11:59 -05:00
github-actions[bot] dc0ace8d6e
Merge master into staging-next 2022-05-01 06:01:14 +00:00
Mario Rodas 711738b553
Merge pull request #171075 from marsam/update-ncspot
ncspot: 0.9.7 -> 0.9.8
2022-04-30 19:34:38 -05:00
Mario Rodas 2f40d52ed8
Merge pull request #170870 from r-ryantm/auto-update/mopidy
mopidy: 3.2.0 -> 3.3.0
2022-04-30 19:32:04 -05:00
Vladimír Čunát c480cc2895
Merge branch 'master' into staging-next-2022-04-23 2022-04-30 23:02:28 +02:00
John Ericson 8a00f0ca38 cdparanoiaIII: Cleanup
Handle CC the normal way, `unset CC` was from quite old
28b6fb61e6 during early macOS experiments
and no longer needed.

Regenerate autoconf stuff unconditionally because it is so old, and
unconditional is just simpler.

Put conditional patches after unconditional ones as is more idiomatic.
2022-04-30 16:18:20 -04:00
github-actions[bot] afb1522e95
Merge master into staging-next 2022-04-30 18:01:16 +00:00
Pavol Rusnak 4b7a8ae947
treewide: refactor curlWithGnuTls into all-packages.nix 2022-04-30 18:56:59 +02:00
Ryan Mulligan ebd442ebd6
Merge pull request #170885 from r-ryantm/auto-update/pyradio
pyradio: 0.8.9.16 -> 0.8.9.17
2022-04-30 08:20:44 -07:00
github-actions[bot] 80ebf94b82
Merge master into staging-next 2022-04-30 12:01:16 +00:00
Aaron Andersen 416b7201ec
Merge pull request #168169 from afh/musikcube-0.97.0
musikcube: 0.96.10 -> 0.97.0
2022-04-30 07:00:23 -04:00
Mario Rodas 619c9fbc57 ncspot: 0.9.7 -> 0.9.8
https://github.com/hrkfdn/ncspot/releases/tag/v0.9.8
2022-04-30 04:20:00 +00:00
Sandro Jäckel e5e185e50a
audio-recorder: remove legacy ? null 2022-04-30 02:37:50 +02:00
github-actions[bot] 142bf917b0
Merge master into staging-next 2022-04-30 00:02:08 +00:00
Artturi dd3044575e
Merge pull request #167302 from Cogitri/cider
cider: 1.3.1308 -> 1.4.1.1680
2022-04-30 01:00:40 +03:00
Guillaume Girol 9733558818
Merge pull request #169187 from minijackson/carla-2.4.3
carla: 2.4.2 -> 2.4.3
2022-04-29 19:11:14 +00:00
github-actions[bot] db87306c53
Merge master into staging-next 2022-04-29 18:01:20 +00:00
Bart Brouns 2c2e44c9ff LibreArp: init at 2.2 2022-04-29 10:57:55 -05:00
R. Ryantm d7c8c8194f denemo: 2.5.0 -> 2.6.0 2022-04-29 09:47:43 -05:00
R. Ryantm d620320246 pyradio: 0.8.9.16 -> 0.8.9.17 2022-04-29 09:54:05 +00:00
R. Ryantm 13ba753ad8 mopidy: 3.2.0 -> 3.3.0 2022-04-29 08:08:12 +00:00
Vladimír Čunát 6431e183cd
guitarix: fixup build
It probably broke by the latest glib update.
2022-04-28 18:48:33 +02:00
Vladimír Čunát 84de05dba7
Merge branch 'master' into staging-next 2022-04-28 18:05:38 +02:00
Vladimír Čunát 8caa1418f6
Merge branch 'master' into staging-next-2022-04-23 2022-04-28 18:04:16 +02:00
Sandro 9760bc1e31
Merge pull request #170316 from magnetophon/noise-repellent 2022-04-28 14:24:31 +02:00
github-actions[bot] 5891152d70
Merge master into staging-next 2022-04-28 12:05:39 +00:00
nixpkgs-upkeep-bot 87b42b1a1d spotify-unwrapped: 1.1.80.699.gc3dac750 -> 1.1.84.716.gc5f8b819 2022-04-28 00:27:32 +00:00
Panayiotis f8d7adf284 fluidsynth: fix build on darwin
Make optional dependency `libpulseaudio` linux-only as it is broken on darwin.
2022-04-28 03:16:19 +03:00
Vladimír Čunát 51554cbbdb
Merge branch 'master' into staging-next-2022-04-23 2022-04-27 22:50:17 +02:00
github-actions[bot] 565df1946d
Merge master into staging-next 2022-04-27 18:01:19 +00:00
Bart Brouns 527f83f0e0 noise-repellent: 0.1.5 -> 0.2.1 2022-04-27 19:07:48 +02:00
Bart Brouns 0c494de2fd airwindows-lv2: init at 1.0 2022-04-27 19:05:13 +02:00
Sandro 110b0205f7
Merge pull request #170553 from linsui/ambe
amberol: 0.3.0 -> 0.4.3
2022-04-27 17:28:26 +02:00
Sandro be7f4c1d46
Merge pull request #163931 from lorenz/backport-jamesdsp
jamesdsp: backport fix for PipeWire 0.3.44+
2022-04-27 14:43:28 +02:00
github-actions[bot] 6013ebcc30
Merge master into staging-next 2022-04-27 12:02:07 +00:00
linsui 73c419d33f amberol: 0.3.0 -> 0.4.3 2022-04-27 10:15:54 +08:00
rewine 8a61369c45 viper4linux-gui: init at unstable-2022-04-23 2022-04-26 22:45:08 +08:00
rewine 9fcfb14035 viper4linux: init at unstable-2022-03-13 2022-04-26 22:44:29 +08:00
github-actions[bot] 4a997ba4a6
Merge master into staging-next 2022-04-26 00:02:23 +00:00
Sandro 579436df7f
Merge pull request #162097 from magnetophon/ChowPhaser
ChowPhaser: init at 1.1.1
2022-04-26 01:55:36 +02:00
Sandro ff1989edb3
Merge pull request #170168 from zendo/shortwave
shortwave: 2.0.1 -> 3.0.0
2022-04-26 01:30:24 +02:00
Bart Brouns f33c02c431 ChowPhaser: init at 1.1.1 2022-04-25 22:22:41 +02:00
github-actions[bot] 1fe6b64349
Merge master into staging-next 2022-04-25 18:01:12 +00:00
Gabriel Ebner 1a9e59acb7 clementine: 1.4.0rc1 -> unstable-2022-04-11 2022-04-25 14:13:17 +02:00
github-actions[bot] 073cad8fd6
Merge master into staging-next 2022-04-25 12:04:02 +00:00
Jan Tojnar f1363a5be4
Merge pull request #169012 from linsui/amberol
amberol: init at 0.3.0
2022-04-25 10:37:14 +02:00
Alexis Hildebrandt 25d086883c musikcube: 0.96.10 -> 0.97.0 2022-04-25 05:21:23 +02:00
zendo cc17b8413c shortwave: 2.0.1 -> 3.0.0 2022-04-25 08:51:09 +08:00
github-actions[bot] 6a14b5834e
Merge master into staging-next 2022-04-25 00:02:35 +00:00
Armeen Mahdian 3d957ef33b parlatype: remove 2022-04-24 15:07:21 -05:00
github-actions[bot] fddf656b60
Merge master into staging-next 2022-04-23 18:01:13 +00:00
Vladimír Čunát 82ec893b68
Merge branch 'staging' into staging-next 2022-04-23 18:10:57 +02:00
Ryan Mulligan a050e9178e
Merge pull request #169776 from r-ryantm/auto-update/bitwig-studio
bitwig-studio: 4.2.2 -> 4.2.3
2022-04-23 05:35:21 -07:00
Jonas Heinrich 379f69851f sonixd: 0.15.0 -> 0.15.1 2022-04-23 07:15:04 -04:00
Artturi 785373a76f
Merge pull request #166605 from siraben/remove-redundant-stdenv 2022-04-22 20:25:38 +03:00
Artturin f1c7f19e49 treewide: testVersion -> testers.testVersion 2022-04-22 16:24:27 +03:00
R. Ryantm 0ddbd36e06 bitwig-studio: 4.2.2 -> 4.2.3 2022-04-22 12:35:13 +00:00
github-actions[bot] 6afcd31054
Merge staging-next into staging 2022-04-22 12:02:09 +00:00
linsui b481025616 amberol: init at 0.3.0 2022-04-22 16:00:56 +08:00
Vinícius Müller 80adc1cdac
spot: 0.3.1 -> 0.3.3 2022-04-21 16:26:43 -03:00
github-actions[bot] cbc56d5cc3
Merge staging-next into staging 2022-04-21 18:02:06 +00:00
Sandro 496254f7c5
Merge pull request #163170 from wineee/jamesdsp
jamesdsp: add PulseAudio support
2022-04-21 16:10:15 +02:00
rewine 9cb508adf7 jamesdsp: add PulseAudio support 2022-04-21 21:35:13 +08:00
github-actions[bot] 91a1bc431e
Merge staging-next into staging 2022-04-21 12:01:54 +00:00
Bobby Rong 95af88321b
Merge pull request #169425 from fgaz/ft2-clone/1.54
ft2-clone: 1.52 -> 1.54
2022-04-21 19:08:35 +08:00
Bobby Rong 4ac2fd3a15
Merge pull request #169426 from fgaz/pt2-clone/1.46
pt2-clone: 1.43 -> 1.46
2022-04-21 19:05:00 +08:00
github-actions[bot] c51b7991d8
Merge staging-next into staging 2022-04-21 00:03:13 +00:00
Jan Tojnar 298d372393
Merge pull request #169028 from jtojnar/osdlyrics
osdlyrics: init at 0.5.10
2022-04-20 20:52:03 +02:00
Francesco Gazzetta 1f285a9046 pt2-clone: 1.43 -> 1.46 2022-04-20 12:56:41 +02:00
Francesco Gazzetta 05554d6c57 ft2-clone: 1.52 -> 1.54 2022-04-20 12:56:01 +02:00
github-actions[bot] 80657d0b20
Merge staging-next into staging 2022-04-19 12:06:46 +00:00
ElXreno c10c8912ee strawberry: Add gst-libav dependency
Strawberry cannot play ALAC files, adding the gst-libav dependency fixes this.
2022-04-19 15:30:20 +08:00
Pascal Wittmann 9e6887b3e5
Merge pull request #168281 from misuzu/moc-darwin
moc: build on darwin
2022-04-19 09:19:31 +02:00
github-actions[bot] 37bcf147fd
Merge staging-next into staging 2022-04-19 00:02:55 +00:00
Lassulus 15a955260a
Merge pull request #161789 from r-ryantm/auto-update/fluidsynth
fluidsynth: 2.2.3 -> 2.2.5
2022-04-18 22:11:50 +01:00
Lassulus 64512ac0ef
Merge pull request #163132 from suhr/helio
helio-workstation: 3.8 -> 3.9
2022-04-18 19:49:08 +01:00
Minijackson 8df7dcb2da
carla: 2.4.2 -> 2.4.3 2022-04-18 11:46:30 +02:00
Robin Gloster f3696771fe
Merge pull request #168985 from exi/qpwgraph-0.2.5
qpwgraph: 0.2.2 -> 0.2.5
2022-04-18 10:09:04 +02:00
Reno Reckling 9ca2525676 Add exi as maintainer for qpwgraph
It might be that the current maintainer is in a war.
2022-04-17 19:40:22 +02:00
Jan Tojnar 7534930284 osdlyrics: init at 0.5.10 2022-04-17 11:36:29 +02:00
Reno Reckling 2acbc3d852 qpwgraph: 0.2.2 -> 0.2.5 2022-04-17 01:33:58 +02:00
Martin Weinelt fa1bb283d8 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-16 23:14:55 +02:00
Artturi b5eaa38c5d
Merge pull request #168958 from misuzu/cmus-aarch64-darwin
cmus: fix build on aarch64-darwin
2022-04-16 23:24:14 +03:00
misuzu ed97ebc9d2 cmus: fix build on aarch64-darwin 2022-04-16 22:39:02 +03:00
Ben Siraphob 259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
github-actions[bot] 5aa88e2354
Merge master into staging-next 2022-04-15 12:01:32 +00:00
Artturi bd7c80dd14
Merge pull request #168766 from onny/blanket
blanket: 0.5.0 -> 0.6.0
2022-04-15 14:39:18 +03:00
Martin Weinelt a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Jonas Heinrich f4e3026639 blanket: 0.5.0 -> 0.6.0 2022-04-15 10:50:27 +02:00
Lassulus 92734ac395
Merge pull request #166865 from malob/treewide-mainProgram
treewide: add meta.mainProgram to many packages
2022-04-15 09:28:00 +01:00
Martin Weinelt 33425fdc96
Merge pull request #166489 from NixOS/python-updates 2022-04-15 03:47:30 +02:00
Martin Weinelt 0d75610566
puddletag: relax lxml version 2022-04-15 03:32:42 +02:00
github-actions[bot] 795332a20e
Merge staging-next into staging 2022-04-14 18:01:48 +00:00
Malo Bourgon 0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Martin Weinelt 497948ec71
Merge pull request #168634 from mweinelt/whipper 2022-04-14 17:12:24 +02:00
Artturin def4db69a7 whipper: add passthru.tests.version 2022-04-14 17:53:24 +03:00
Jonas Heinrich c0cd99801e sonixd: 0.14.0 -> 0.15.0 2022-04-14 09:43:31 -04:00
Martin Weinelt 6df2186d5a
whipper: propagate setuptools
Related: #168504
2022-04-14 15:41:03 +02:00
github-actions[bot] 999a16ca63
Merge staging-next into staging 2022-04-14 12:02:14 +00:00
Vladimír Čunát d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Mario Rodas acbf5c2030 ncspot: 0.9.5 -> 0.9.7
https://github.com/hrkfdn/ncspot/releases/tag/v0.9.6
https://github.com/hrkfdn/ncspot/releases/tag/v0.9.7
2022-04-14 04:20:00 +00:00
Martin Weinelt 1337dd75d1 lollypop: 1.4.26 -> 1.4.31 2022-04-13 17:00:22 +02:00
Lassulus 3e6f9de0de
Merge pull request #162427 from magnetophon/odin2
odin2: int at unstable-2022-02-23
2022-04-12 13:57:06 +01:00
Sandro 7a6544aa97
Merge pull request #148714 from onny/sonixd
sonixd: init at 0.14.0
2022-04-12 02:08:14 +02:00
TilCreator J b130f233d6
pipecontrol: init at 0.2.2 (#164808)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2022-04-12 02:03:57 +02:00
Ryan Mulligan 49e15f2278
Merge pull request #168244 from r-ryantm/auto-update/faustPhysicalModeling
faustPhysicalModeling: 2.37.3 -> 2.40.0
2022-04-11 12:49:14 -07:00
misuzu 69b65787e8 moc: build on darwin 2022-04-11 17:59:18 +03:00
Ryan Mulligan c25739a8f2
Merge pull request #168095 from r-ryantm/auto-update/x42-plugins
x42-plugins: 20220107 -> 20220327
2022-04-11 06:50:05 -07:00
Jonas Heinrich b2116b6561 sonixd: init at 0.14.0 2022-04-11 14:40:26 +02:00
Artturi dbe672e4a7
Merge pull request #167306 from r-ryantm/auto-update/ocenaudio 2022-04-11 14:37:46 +03:00
R. Ryantm af0e1375e4 faustPhysicalModeling: 2.37.3 -> 2.40.0 2022-04-11 08:16:16 +00:00
Bernardo Meurer f4e8ba5316
Merge pull request #168075 from samuela/upkeep-bot/plexamp-4.2.0-1649549498
plexamp: 4.1.0 -> 4.2.0
2022-04-10 23:56:58 -07:00
Sandro Jäckel 13587bb649
jmusicbot: 0.3.6 -> 0.3.8 2022-04-10 21:26:02 +02:00
R. Ryantm 1c5ef46be7 x42-plugins: 20220107 -> 20220327 2022-04-10 05:20:25 +00:00
nixpkgs-upkeep-bot 68c4492a03 plexamp: 4.1.0 -> 4.2.0 2022-04-10 00:11:38 +00:00
github-actions[bot] 28c6c88d42
Merge staging-next into staging 2022-04-10 00:02:52 +00:00
Thiago Kenji Okada c5b94499b0
Merge pull request #167379 from r-ryantm/auto-update/pianobar
pianobar: 2020.11.28 -> 2022.04.01
2022-04-09 21:53:30 +01:00
Vladimír Čunát 0ba3a6c435
Merge #164114: libopenmpt: 0.5.11 -> 0.6.2, refactor
...into staging
2022-04-09 09:20:37 +02:00
github-actions[bot] a36cec68d4
Merge staging-next into staging 2022-04-08 12:02:01 +00:00
Thiago Kenji Okada 9c27834e32
Merge pull request #165829 from r-ryantm/auto-update/callaudiod
callaudiod: 0.1.3 -> 0.1.4
2022-04-08 10:17:11 +01:00
github-actions[bot] fef4299129
Merge staging-next into staging 2022-04-07 18:01:52 +00:00
Bart Brouns 14631945b2 faustlive: 2.5.5 -> 2.5.8 2022-04-07 19:40:45 +02:00
Ryan Mulligan 936748a9e8
Merge pull request #167691 from r-ryantm/auto-update/dragonfly-reverb
dragonfly-reverb: 3.2.5 -> 3.2.6
2022-04-07 08:53:30 -07:00