Commit Graph

22 Commits

Author SHA1 Message Date
h3ndrik
6bef351759
snapcast: compile with opus codec support (#291014) 2024-02-25 20:39:25 +01:00
Manuel Frischknecht
19004cb1b5 snapcast: fix build failure due to missing #include <cstdint>
`snapcast` fails to build with GCC 13 because of a missing include
of `cstdint` (that got transitively included in older versions).
This issue has already been fixed upstream some months ago, but
there have been no new releases after that, so this change pulls
in the upstream commit using `fetchpatch` for now.
2024-01-23 23:55:39 +01:00
Tobias Mayer
315d100113 boost17x, boost18x: remove aliases 2023-07-13 17:48:33 +03:00
R. Ryantm
1ebe29e665 snapcast: 0.26.0 -> 0.27.0 2023-02-08 01:56:22 +00:00
Weijia Wang
f5a98fef5f snapcast: unbreak on x86_64-darwin 2022-12-24 20:26:55 +01:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Fionera
11b5e0c5b7 snapcast: Add macos support 2022-10-01 15:32:33 +02:00
Azat Bahawi
1e5e228f61 snapcast: switch to packaged dependencies 2022-09-09 15:07:15 +02:00
Martin Weinelt
6ec5cf98d7
snapcast: 0.25.0 -> 0.26.0 2022-01-03 20:52:27 +01:00
Sohalt
75c771c0ed
snapcast: add pulseaudio support (#144674) 2021-11-12 04:34:28 +01:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Milan Pässler
845f41770e
snapcast: 0.24.0 -> 0.25.0
Also move boost to buildInputs, which fixes cross-compilation (an
override that sets avahi = null is also required).
2021-06-03 18:57:13 +02:00
Alexandre Macabies
a32d17941f snapcast: v0.23.0 -> v0.24.0
Also, specify the more accurate license 'gpl3Plus'.
2021-04-07 00:45:54 +02:00
Alexandre Macabies
5fd8747939 snapcast: v0.20.0 -> v0.23.0
Includes dependency update: aixlog: v1.2.1 -> v1.4.0
2021-02-05 19:23:24 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Martin Weinelt
0a9dd49634
nixos/tests: add snapcast
Checks
- if all configured ports are listened on
- if all pipes for multiple streams get set up
- if rpc interaction is possible
2020-08-02 17:09:57 +02:00
Martin Weinelt
af632c9288
snapcast: v0.15.0 -> v0.20.0 2020-06-14 10:27:32 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Peter Hoeg
3eeecc0988 snapcast: 0.14.0 -> 0.15.0 2018-10-23 14:33:45 +08:00
Franz Pletz
4d37ce9199
snapcast: init at 0.14.0 2018-06-24 17:55:34 +02:00