Commit Graph

5992 Commits

Author SHA1 Message Date
Jörg Thalheim
b4314083d0
Merge pull request #146363 from trofi/fix-musikcube-for-ncurses-6.3
musikcube: pull pending upstream inclusion fix for ncurses-6.3
2021-12-01 08:58:10 +00:00
Sandro
6c727368ef
Merge pull request #145079 from rski/iris 2021-11-30 20:46:35 +01:00
Sandro
c876d31bd1
Merge pull request #144975 from trofi/fix-gmu-for-ncurses-6.13 2021-11-30 18:15:20 +01:00
Hexadecimal Hyuga
14a87afdf8 bitwig-studio: 4.0.7 -> 4.1 2021-11-29 22:18:07 +08:00
Doron Behar
f573b8fb0e
Merge pull request #147464 from doronbehar/pkg/musescore 2021-11-29 14:09:21 +02:00
Doron Behar
b7199d242e musescore: Fix some qt issues
- Force use QT_QPA_PLATFORM=xcb since setting it to `wayland` causes
  some GUI issues.
- Use qt515 - There are no issues with it at least now (it was set to
  qt514 in commit c3cd2be2e2).
- Don't disable QML cache since it's been a long time since the update
  from 3.4.2 to 3.5.0 of musescore.
- Add @doronbehar as maintainer.
2021-11-29 13:39:54 +02:00
Thiago Kenji Okada
028811bcaf
Merge pull request #146915 from flokli/pulseaudio-dlna
pulseaudio-dlna: unstable-2017-11-01 -> unstable-2021-11-09
2021-11-28 10:39:21 -03:00
Sandro
ef5d8a75c7
Merge pull request #143227 from p-h/init-losslessaudiochecker 2021-11-28 03:17:23 +01:00
Philippe Hürlimann
de31473c42 losslessaudiochecker: init at 2.0.5 2021-11-27 15:34:05 +01:00
Bobby Rong
dfae03cfb9
Merge pull request #147227 from mitchmindtree/ardour-video-default
ardour: Enable video support by default
2021-11-27 09:37:37 +08:00
Florian Klink
f567ff4440 pulseaudio-dlna: ensure pactl is available
pulseaudio-dlna shells out to pactl to configure sinks and sources.
As pactl might not be in $PATH, add --suffix it (so pactl configured by the
user get priority)
2021-11-26 13:32:29 +01:00
Florian Klink
b1204359fa pulseaudio-dlna: minor cleanups 2021-11-26 13:22:20 +01:00
Zane van Iperen
ee718148c8
audacious: 4.0.5 -> 4.1 2021-11-25 18:54:23 +10:00
mitchmindtree
30e9e7bea5 ardour: Enable video support by default
Enables video support in ardour by default.

I do a lot of sound design using ardour and in turn have it enabled in
my configuration. However, seeing as hydra only builds the default
configuration, the build I need is never cached, and I always end up
needing to build ardour from scratch which takes over an hour on my
small laptop. The `videoSupport` flag itself just ensures that xjadeo
and harvid (both required for video support to work in ardour) are
accessible via the PATH.
2021-11-24 15:49:09 +10:00
Maciej Krüger
e75245614e
Merge pull request #146643 from mkg20001/sws 2021-11-24 03:29:44 +01:00
github-actions[bot]
2f9a2c9dfe
Merge master into staging-next 2021-11-22 00:01:39 +00:00
Florian Klink
467aead38e pulseaudio-dlna: unstable-2017-11-01 -> unstable-2021-11-09
This moves pulseaudio-dlna to a more recent fork, which works with
Python 3.
2021-11-21 19:49:04 +01: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
Maciej Krüger
bc8d1dfa83
soundwireserver: init at 3.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-20 21:21:01 +01: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
Sergei Trofimovich
e699a0ade2 musikcube: pull pending upstream inclusion fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:

    musikcube/cursespp/cursespp/curses_config.h:54:36:
     error: format not a string literal and no format arguments [-Werror=format-security]
       54 |     if (window && format) { wprintw(window, format, ##__VA_ARGS__); }
          |                             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    musikcube/src/musikcube/app/window/TransportWindow.cpp:640:5: note: in expansion of macro 'checked_wprintw'
      640 |     checked_wprintw(c, shuffleLabel.c_str(
2021-11-17 09:16:02 +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