Commit graph

6832 commits

Author SHA1 Message Date
Ben Siraphob fd523bfe80
Merge pull request #175369 from dotlambda/libspotify-drop
libspotify: remove
2022-05-30 07:11:27 +00:00
Sandro 0f8df9eee8
Merge pull request #175366 from trofi/workaround-fno-common-for-transcode
transcode: add -fcommon workaround
2022-05-30 01:39:19 +02:00
Robert Schütz 70c42db535 clementineUnfree: remove 2022-05-29 22:13:13 +00:00
Robert Schütz eaf436cc25 mopidy-spotify: remove 2022-05-29 22:05:33 +00:00
Robert Schütz e0ea4b52f0 mopidy-spotify-tunigo: remove 2022-05-29 22:04:35 +00:00
Sergei Trofimovich cb65d937b6 transcode: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: tcextract-extract_pcm.o:/build/transcode-1.1.7/import/extract_pcm.c:36: multiple definition of
      `audio'; tcextract-extract_ac3.o:/build/transcode-1.1.7/import/extract_ac3.c:337: first defined here
2022-05-29 22:14:56 +01:00
Mario Rodas 7272d50988
Merge pull request #174909 from r-ryantm/auto-update/faustlive
faustlive: 2.5.8 -> 2.5.10
2022-05-29 07:17:51 -05:00
Sandro 33aef6181d
Merge pull request #174644 from marsam/update-pyradio
pyradio: install manpage
2022-05-27 19:51:03 +02:00
Sandro 74e529163e
Merge pull request #174726 from devhell/bump-termusic
termusic: 0.6.15 -> 0.6.16
2022-05-27 19:41:35 +02:00
Sandro 95246c6927
Merge pull request #174754 from peterhoeg/u/strawberry_104
strawberry: 1.0.3 -> 1.0.4
2022-05-27 19:22:05 +02:00
Artturi 60a0871486
Merge pull request #172391 from Artturin/deprecate-stdenv-glibc 2022-05-27 17:56:19 +03:00
R. Ryantm ddaaad11c7 faustlive: 2.5.8 -> 2.5.10 2022-05-27 11:07:47 +00:00
Artturin c1fffdfffb treewide: change some glibc to stdenv.cc.libc 2022-05-27 05:57:43 +03:00
Peter Hoeg 4a2d1f7840 strawberry: 1.0.3 -> 1.0.4 2022-05-26 23:41:38 +08:00
devhell 9008a98b32 termusic: 0.6.15 -> 0.6.16 2022-05-26 13:55:07 +01:00
ajs124 0129fe1173 clementine: build without qt4 2022-05-26 03:54:00 +02:00
Emery Hemingway 29777bb048 metersLv2: 0.9.10 -> 0.9.20 2022-05-25 18:48:55 -05:00
R. Ryantm 5e880240cd picard: 2.7.3 -> 2.8 2022-05-25 10:19:52 -05:00
Pavol Rusnak ef50f067f7
Merge pull request #171043 from prusnak/curlWithGnuTls
treewide: refactor curlWithGnuTls into all-packages.nix
2022-05-25 17:18:07 +02:00
Mario Rodas e698f9713a
Merge pull request #174490 from r-ryantm/auto-update/pyradio
pyradio: 0.8.9.17 -> 0.8.9.20
2022-05-25 08:36:48 -05:00
Artturin 0c4d65b21e treewide: stdenv.glibc -> glibc 2022-05-25 15:51:20 +03:00
R. Ryantm d2e921713c pyradio: 0.8.9.17 -> 0.8.9.20 2022-05-25 12:00:02 +00:00
Sergei Trofimovich 1473924321
Merge pull request #173993 from trofi/workaround-fno-common-for-mpc123
mpc123: add -fcommon workaround
2022-05-25 06:43:16 +00:00
Mario Rodas 56e1d67f0f pyradio: install manpage 2022-05-25 04:20:00 +00:00
Sandro 934462ef8f
Merge pull request #173994 from trofi/workaround-fno-common-for-mpg321
mpg321: add -fcommon workaround
2022-05-25 00:32:50 +02:00
Rick van Schijndel 9527fa83ad
Merge pull request #174048 from Mindavi/praat/cross
praat: fix cross-compilation
2022-05-24 19:15:06 +02:00
Bobby Rong 89299dc189
Merge pull request #174011 from fgaz/pt2-clone/1.49
pt2-clone: 1.46 -> 1.49
2022-05-24 21:23:52 +08:00
ajs124 3bd27912af
Merge pull request #173875 from onny/ocenaudio
ocenaudio: 3.11.10 -> 3.11.11
2022-05-23 17:32:14 +02:00
Rick van Schijndel 55b1550473 praat: fix cross-compilation 2022-05-22 23:27:19 +02:00
Francesco Gazzetta f7933e9fac pt2-clone: 1.46 -> 1.49 2022-05-22 18:16:40 +02:00
Sergei Trofimovich a35a568954 mpg321: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: volume.o:/build/mpg321-0.3.2-orig/mpg321.h:119: multiple definition of
      `loop_remaining'; mpg321.o:/build/mpg321-0.3.2-orig/mpg321.h:119: first defined here
2022-05-22 14:53:05 +01:00
Sergei Trofimovich 1dace77da5 mpc123: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: /build/cc566Cj9.o:(.bss+0x0): multiple definition of `mpc123_file_reader'; ao.o:(.bss+0x40): first defined here
2022-05-22 14:47:37 +01:00
linsui d397ef0010 amberol: 0.6.2 - > 0.6.3 2022-05-22 15:39:23 +08:00
Jonas Heinrich 96f9a15947 ocenaudio: 3.11.10 -> 3.11.11 2022-05-21 13:19:54 +02:00
linsui 7e4ecdb319 amberol: 0.6.1 -> 0.6.2 2022-05-21 12:03:00 +08:00
Mario Rodas bbf42e811a mpg321: fix build on darwin 2022-05-20 04:20:00 +00:00
Sandro 2c3a3ac541
Merge pull request #173628 from trofi/workaround-fno-common-for-bristol
bristol: add -fcommon workaround
2022-05-19 19:10:59 +02:00
Sandro 8fe7487c16
Merge pull request #173144 from trofi/workaround-fno-common-for-jamin
jamin: add -fcommon workaround
2022-05-19 19:09:18 +02:00
Sandro eb63a764a9
Merge pull request #173466 from trofi/workaround-fno-common-for-ympd
ympd: add -fcommon workaround
2022-05-19 19:08:23 +02:00
Sergei Trofimovich 5d372d74c6 bristol: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: brightonCLI.o:/build/bristol-0.60.11/brighton/brightonCLI.c:139: multiple definition of
      `event'; brightonMixerMenu.o:/build/bristol-0.60.11/brighton/brightonMixerMenu.c:1182: first defined here
2022-05-19 15:28:22 +01:00
legendofmiracles cccab7f003
Merge pull request #173611 from legendofmiracles/master
noisetorch: mark insecure
2022-05-19 06:47:42 -06:00
lom 18a66b6767 noisetorch: mark insecure 2022-05-19 06:45:42 -06:00
Sandro ed58443645
Merge pull request #173172 from Artturin/deprecatestringconf
stdenv: start deprecating non-list configureFlags
2022-05-19 11:25:24 +02:00
Sergei Trofimovich d985039f6d
Merge pull request #172768 from trofi/fix-fno-common-for-dirt
dirt: pull fix pending upstream inclusion for -fno-common toolchains
2022-05-19 07:06:42 +00:00
Artturi 4d0e4b8573
Merge pull request #172990 from afh/musikcube-linux
musikcube: Fix Linux build
2022-05-19 01:56:58 +03:00
Robert Schütz 3b35e34b6d mousai: use wrapGAppsHook4 2022-05-18 12:38:50 -07:00
Artturin cf7476804a treewide: convert string configureFlags to list of strings 2022-05-18 20:32:33 +03:00
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