1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-11 23:24:35 +00:00
Commit graph

5972 commits

Author SHA1 Message Date
github-actions[bot] 2f9a2c9dfe
Merge master into staging-next 2021-11-22 00:01:39 +00:00
Rick van Schijndel 7640f6e678 callaudiod: support cross-compilation, enable strictDeps 2021-11-21 17:16:06 +01:00
github-actions[bot] 43d088886e
Merge master into staging-next 2021-11-21 00:01:46 +00:00
Kira Bruneau a88446e324 zynaddsubfx: fix aarch64-linux build 2021-11-20 16:57:28 -05:00
Sandro 1d26590ed3
Merge pull request #146599 from trofi/fix-vimpc-for-ncurses-6.3 2021-11-20 19:55:04 +01:00
Jonathan Ringer fadaef5aed
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/networking/browsers/chromium/common.nix
2021-11-19 14:31:57 -08:00
Evgenia Vaartis b23e863959 gigedit: use old pangomm version 2021-11-19 21:51:12 +03:00
Jonathan Ringer 7268b1ea83
hybridreverb2: fix eval with expoxy rename 2021-11-19 10:46:18 -08:00
Francesco Zanini f4cd131e38 roomeqwizard: init at 5.20.4 2021-11-19 19:42:50 +01:00
Jonathan Ringer 6ede9cd761
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/audio/hybridreverb2/default.nix
2021-11-19 08:44:33 -08:00
Sandro b95292072f
Merge pull request #144241 from Stunkymonkey/applications-github-1 2021-11-19 17:09:37 +01:00
Sergei Trofimovich b524bea334 vimpc: pull pending upstream inclusion fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:

    src/window/listwindow.cpp:120:16:
      error: format not a string literal and no format arguments [-Werror=format-security]
      120 |       mvwprintw(window, line, 0, BlankLine.c_str());
          |       ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-11-19 09:25:36 +00:00
github-actions[bot] f8cf67790e
Merge master into staging-next 2021-11-17 06:01:28 +00:00
Sandro 1553a73ffa
Merge pull request #146221 from trofi/fix-mp3blaster-for-ncurses-6.3 2021-11-17 04:05:59 +01:00
figsoda ce0da1b871 librespot: use buildFeatures 2021-11-16 08:11:48 -05:00
figsoda 9ed4b5c961 spotifyd: use buildFeatures 2021-11-16 08:11:48 -05:00
Sergei Trofimovich 5933da24d2 mp3blaster: pull pending upstream inclusion fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:

    nmixer.cc:219:26: error: format not a string literal and no format arguments [-Werror=format-security]
      219 |                 mvwprintw(mixwin, my_y - 1, my_x, (char*)source);
          |                 ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-11-16 08:41:14 +00:00
Maximilian Bosch 92c1808c75
Merge pull request #144089 from alyssais/fluidsynth
fluidsynth: fix cross
2021-11-15 23:53:09 +01:00
github-actions[bot] 9f6360b7fb
Merge staging-next into staging 2021-11-14 18:01:49 +00:00
sternenseemann 2f78a2d3a3 Merge remote-tracking branch 'origin/master' into staging-next 2021-11-14 16:26:44 +01:00
Alyssa Ross 4e1852096f
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/tools/parsing/flex/2.6.1.nix
2021-11-14 14:17:46 +00:00
Mario Rodas 5b3df98266
Merge pull request #145860 from r-ryantm/auto-update/mpdevil
mpdevil: 1.4.0 -> 1.4.1
2021-11-14 09:05:27 -05:00
R. Ryantm 3f02caca7f mpdevil: 1.4.0 -> 1.4.1 2021-11-14 05:10:22 +00:00
github-actions[bot] 9b5a105856
Merge master into staging-next 2021-11-14 00:01:47 +00:00
Graham Christensen cacb8de58f
bespokesynth: fixup trailing whitespace 2021-11-13 10:57:04 -05:00
Graham Christensen 5419cf4046
bespokesynth: mark unfree
Binaries of VST2 cannot be distributed without upstream permission
which we don't have and cant get. Until VST2 support can be
teased out more carefully, let's mark the package us unfree.
2021-11-13 10:55:00 -05:00
Alyssa Ross 26b89bcd16
Merge remote-tracking branch 'nixpkgs/staging-next' into staging 2021-11-13 15:30:01 +00:00
sternenseemann 1a1e32f023 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts were caused by 2043dbb6fa
interacting with b2767b69dd.
2021-11-13 12:35:55 +01:00
Jörg Thalheim 34e3a9a75f
Merge pull request #145727 from trofi/fix-libopenmpt-on-gcc-12
libopenmpt: fix build on gcc-12
2021-11-13 10:01:29 +00:00
Sergei Trofimovich b1f8e1634f libopenmpt: fix build on gcc-12
`gcc-12` cleaned up implicit header includes and now requires
explicit '<memory>' for 'std::unique_ptr<>':

    openmpt123/openmpt123.cpp:194:14: error: 'unique_ptr' in namespace 'std' does not name a template type
      194 |         std::unique_ptr<file_audio_stream_base> impl;
          |              ^~~~~~~~~~
    openmpt123/openmpt123.cpp:109:1: note: 'std::unique_ptr' is defined in header '<memory>'; did you forget to '#include <memory>'?
      108 | #include "openmpt123_waveout.hpp"
      +++ |+#include <memory>
      109 |
2021-11-13 09:07:52 +00:00
nixpkgs-upkeep-bot 2421f55bca spotify-unwrapped: 1.1.68.632.g2b11de83 -> 1.1.72.439.gc253025e 2021-11-12 12:10:40 +00:00
github-actions[bot] fd8fae936e
Merge staging-next into staging 2021-11-12 06:02:01 +00:00
github-actions[bot] 9a30ed0017
Merge master into staging-next 2021-11-12 06:01:24 +00:00
Sohalt 75c771c0ed
snapcast: add pulseaudio support (#144674) 2021-11-12 04:34:28 +01:00
github-actions[bot] a4e03b8977
Merge staging-next into staging 2021-11-11 18:01:50 +00:00
github-actions[bot] f2d7271432
Merge master into staging-next 2021-11-11 18:01:13 +00:00
Thiago Kenji Okada eda6dfde2a
Merge pull request #145461 from sumnerevans/sublime-music-11.15
sublime-music: 0.11.14 -> 0.11.16
2021-11-11 10:20:15 -03:00
Sandro 982231df62
Merge pull request #136695 from magnetophon/surge-XT 2021-11-11 14:18:55 +01:00
Sandro aabb663563
Merge pull request #145018 from magnetophon/aether-lv2 2021-11-11 14:18:34 +01:00
Sandro d178aab28d
Merge pull request #143889 from r-ryantm/auto-update/faustPhysicalModeling 2021-11-11 14:14:27 +01:00
Sumner Evans 32bd7aaf32
sublime-music: 0.11.14 -> 0.11.16
The failing tests have been fixed upstream
2021-11-11 00:33:28 -07:00
Kerstin Humm bb799694db
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01:00
github-actions[bot] b199af176d
Merge master into staging-next 2021-11-11 00:01:45 +00:00
Felix Bühler f5c12e8311
treewide: replace '-git' packages with 'unstable-' in version (#145396) 2021-11-10 16:21:47 -05:00
github-actions[bot] 84d856a651
Merge master into staging-next 2021-11-10 12:01:22 +00:00
xaverdh 03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Diffumist 7148439d89
netease-cloud-music-gtk: init at 1.2.2 2021-11-10 18:02:17 +08:00
github-actions[bot] 8c89876ceb
Merge master into staging-next 2021-11-10 06:01:02 +00:00
Sandro 5fb426179a
Merge pull request #143313 from r-ryantm/auto-update/x42-avldrums 2021-11-10 01:18:12 +01:00
Sandro cfc390e7f5
Merge pull request #143887 from r-ryantm/auto-update/faust 2021-11-10 01:18:01 +01:00