Commit Graph

3906 Commits

Author SHA1 Message Date
R. RyanTM
e0f21e1691 strawberry: 0.6.9 -> 0.6.10 2020-05-04 09:03:16 +00:00
R. RyanTM
d092232a91 qmidinet: 0.6.1 -> 0.6.2 2020-05-01 09:05:59 +02:00
Jan Tojnar
61a2045c9a
pulseeffects: fix build
Meson 0.54 is no longer able to find Boost:

See https://github.com/NixOS/nixpkgs/issues/86131
2020-04-27 22:19:14 +02:00
Arnout Engelen
1d23950b5f
puredata: 0.49-0 -> 0.50-2 2020-04-27 12:04:41 +02:00
Konrad Borowski
df81d9a41c clementineUnfree: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
Konrad Borowski
1e802d70af clementine: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
Aaron Andersen
78250e8040
Merge pull request #84348 from aanderse/musikcube
musikcube: init at 0.90.1
2020-04-24 08:27:18 -04:00
Aaron Andersen
27d8b3ef40 musikcube: init at 0.90.1 2020-04-24 06:52:41 -04:00
Mario Rodas
7c41b7dee7
Merge pull request #85830 from marsam/update-spotify-tui
spotify-tui: 0.17.1 -> 0.18.0
2020-04-23 09:10:50 -05:00
Bart Brouns
d0b9212338 x42-plugins: 20200114 -> 20200411
The patchShebangs need to stay. Upstream changed them to /usr/bin/env,
but I forgot that doesn't exist at build time.
2020-04-23 08:22:07 +02:00
worldofpeace
b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Martin Milata
9384f48860 iannix: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
21d3ce5887 dfasma: use qt5's mkDerivation 2020-04-22 15:23:09 +02:00
Martin Milata
461843af71 traverso: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Mario Rodas
ebf8442ad3
spotify-tui: 0.17.1 -> 0.18.0 2020-04-22 04:20:00 -05:00
gnidorah
b4a7b66d82 openmpt123: 0.4.11 -> 0.4.12 2020-04-21 19:47:06 +02:00
Greg Price
45a04ed6d4 gbsplay: fix configure flags
This caused none of these flags to have any effect.  That's because
the configure command looked like this:

    ./configure --prefix=/nix/store/svhl0fjdj1jl2sqcppy5vnzpfi4gj3d3-gbsplay-2016-12-17 \
        --without-test\ --without-contrib\ --disable-devdsp\ --enable-pulse\ --disable-alsa\ --disable-midi\ --disable-nas\ --disable-dsound\ --disable-i18n

with one giant flag '--without-test --without-contrib...', containing
internal spaces.

This can be seen in `nix log nixpkgs.gbsplay`, in this line:

    configure flags: --prefix=/nix/store/svhl0fjdj1jl2sqcppy5vnzpfi4gj3d3-gbsplay-2016-12-17 --without-test\ --without-contrib\ --disable-devdsp\ --enable-pulse\ --disable-alsa\ --disable-midi\ --disable-nas\ --disable-dsound\ --disable-i18n

and then in the fact that features like "devdsp" and "midi" are listed
as enabled in later output, and source files like plugout_midi.c are
included in the build.

I don't have a real opinion on whether it's better to have these flags
or not, but it's clear the author's intention was to pass them.  So,
fix the attr name so they get passed.
2020-04-21 07:51:55 +02:00
Orivej Desh
f9fbc9b118
hydrogen-unstable: init at 1.0.0-beta2 (#85454) 2020-04-20 15:09:15 +00:00
Maximilian Bosch
beb9b1a7e3
Merge pull request #85548 from turion/master
Add myself (turion) to the maintainers list for several packages
2020-04-20 00:34:14 +02:00
Mario Rodas
25c8da3275
Merge pull request #85554 from magnetophon/lsp-plugins
lsp-plugins: 1.1.15 -> 1.1.19
2020-04-19 13:26:10 -05:00
worldofpeace
2457037d2e lollypop: 1.2.32 -> 1.2.35 2020-04-19 13:09:15 -04:00
Bart Brouns
183e448a23 lsp-plugins: 1.1.15 -> 1.1.19 2020-04-19 14:08:15 +02:00
Manuel Bärenz
f253da42f8 Add myself (turion) to the maintainers list for several packages
Following nh2's advice, I want to be more involved in nixpkgs,
and I'll start to review changes to programs that are important to me,
and that didn't have a long list of maintainers yet.
2020-04-19 13:14:31 +02:00
Mario Rodas
ad4eebc5ca
Merge pull request #85471 from bbigras/spotifyd
spotifyd: add withMpris and withKeyring optionals
2020-04-19 02:38:26 -05:00
Vladimír Čunát
e233a9d4dd
Merge #84442: staging-next branch 2020-04-18 23:11:00 +02:00
Pavol Rusnak
fadcfc3ea4
treewide: per RFC45, remove more unquoted URLs 2020-04-18 14:04:37 +02:00
Vladimír Čunát
d96487b9ca
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
Bruno Bigras
11be0cd745 spotifyd: add withMpris and withKeyring optionals 2020-04-17 20:29:56 -04:00
adisbladis
5340ebe085
mopidy: Create a mopidyPackages set
This is to avoid mixing python versions in the same plugin closure.
2020-04-17 12:39:03 +01:00
adisbladis
83cb22963b
mopidy: Move mopidy default.nix to mopidy.nix
This is in anticipation of a mopidyPackages set
2020-04-17 12:39:03 +01:00
Jan Tojnar
3d8e436917
Merge branch 'master' into staging-next 2020-04-16 10:09:43 +02:00
R. RyanTM
2368c61463 carla: 2.0.0 -> 2.1 2020-04-14 06:30:57 +00:00
Jan Tojnar
cc57640aeb
Merge pull request #84470 from jtojnar/ardour-cleanup
ardour: clean up the expression
2020-04-13 20:10:27 +02:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
R. RyanTM
ae7b04a55f qsynth: 0.6.1 -> 0.6.2 2020-04-12 17:37:56 -07:00
R. RyanTM
2aa785ba09 qjackctl: 0.6.1 -> 0.6.2 2020-04-12 17:36:19 -07:00
R. RyanTM
7cf5ece4e8 qtractor: 0.9.12 -> 0.9.13 2020-04-12 17:35:51 -07:00
R. RyanTM
64e666f772 pianobar: 2019.02.14 -> 2020.04.05 2020-04-12 17:33:45 -07:00
R. RyanTM
d4684cf612
zita-ajbridge: 0.8.2 -> 0.8.4 (#85012) 2020-04-12 19:59:17 +00:00
Benjamin Hipple
e9174748ac
Merge pull request #85052 from r-ryantm/auto-update/BSlizr
bslizr: 1.2.4 -> 1.2.6
2020-04-12 14:05:39 -04:00
Maximilian Bosch
539b7f1e3b
Merge pull request #84975 from Maxdamantus/polyphone
polyphone: init at 2.2.0
2020-04-12 18:10:11 +02:00
R. RyanTM
7bd6554951 bslizr: 1.2.4 -> 1.2.6 2020-04-12 06:39:50 +00:00
Peter Hoeg
a7bd722ec8
Merge pull request #84984 from r-ryantm/auto-update/strawberry
strawberry: 0.6.8 -> 0.6.9
2020-04-11 23:18:07 +08:00
R. RyanTM
03e18abf05 strawberry: 0.6.8 -> 0.6.9 2020-04-11 11:22:04 +00:00
Max Zerzouri
ab65cb50c8 polyphone: init at 2.2.0 2020-04-11 17:33:45 +12:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Mario Rodas
93eb7478f1
ncspot: 0.1.2 -> 0.1.3
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.1.3
2020-04-09 17:05:00 -05:00
Mario Rodas
d92cc0f25b
Merge pull request #84640 from r-ryantm/auto-update/snd
snd: 20.1 -> 20.2
2020-04-08 19:35:56 -05:00
Jörg Thalheim
b9b8388e4a vocal: add missing glib-networking
otherwise https is disabled
2020-04-08 13:22:50 -04:00