about summary refs log tree commit diff
path: root/pkgs/servers/shairport-sync
AgeCommit message (Collapse)AuthorFilesLines
2022-06-01shairport-sync: add dbus, mpris, and metadata flagsReed1-4/+18
2021-12-15shairport-sync: 3.3.8 -> 3.3.9R. Ryantm1-2/+2
2021-08-17shairport-sync: 3.3.7 -> 3.3.8R. RyanTM1-2/+2
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-04shairport-sync: 3.3.6 -> 3.3.7R. RyanTM1-2/+2
2020-02-23shairport-sync: 3.3.5 -> 3.3.6R. RyanTM1-2/+2
2019-11-29shairport-sync: 3.3.4 -> 3.3.5R. RyanTM1-2/+2
2019-11-03shairport-sync: 3.3.2 -> 3.3.4R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-05shairport-sync: 3.3.1 -> 3.3.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/shairport-sync/versions
2019-06-18shairport-sync: 3.3 -> 3.3.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/shairport-sync/versions
2019-06-05shairport-sync: 3.2.2 -> 3.3 (#62567)R. RyanTM1-2/+2
2019-05-24shairport-sync: set sysconfdir to /etc/Florian Klink1-0/+1
since 2.8.5, shairport-sync uses the directory path sysconfdir to determine where to place the configuration file shairport-sync.conf. This led to shairport-sync complaining at startup: > configuration file name "/nix/store/i8gb0hsb2zczdl8g1h73pbcb952585l9-shairport-sync-3.2.2/etc/shairport-sync.conf" can not be resolved. Looking for a configuration file there doesn't make much sense, as we'd have to include configuration in the shairport-sync derivation itself. By setting sysconfdir to /etc/, shairport-sync will try to read its configuration from /etc/shairport-sync.conf, which is a more sane default.
2018-10-24shairport-sync: 3.2.1 -> 3.2.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/shairport-sync/versions
2018-09-26shairport-sync: fix pulseaudio support & default argumentsFranz Pletz1-2/+2
2018-08-17Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
Hydra: ?compare=1473892
2018-08-16shairport-sync: 3.2 -> 3.2.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/shairport-sync/versions.
2018-08-03treewide: Make more complicated configureFlags listsJohn Ericson1-5/+5
2018-07-16shairport-sync: 3.1.7 -> 3.2R. RyanTM1-2/+2
2018-03-09shairport-sync: 3.0.2 -> 3.1.7Ryan Mulligan1-2/+2
Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 3.1.7 with grep in /nix/store/8r3k0r8vf0wfpj14443pm1k0jddlnii2-shairport-sync-3.1.7 - found 3.1.7 in filename of file in /nix/store/8r3k0r8vf0wfpj14443pm1k0jddlnii2-shairport-sync-3.1.7
2017-07-30shairport-sync: 2.3.6.5 -> 3.0.2Daiderd Jordan1-4/+5
2015-07-08shairport-sync: 2.3.0 -> 2.3.6.5Tobias Geerinckx-Rice1-12/+16
- Enable additional backends: pipe, stdout - Support high-quality resampling with soxr - Support configuration files, but don't install one - Cut down on boilerplate code with fetchFromGitHub/autoreconfHook
2015-05-29Use libpulseaudio instead of pulseaudioWilliam A. Kennington III1-2/+2
2015-05-03Add shairport sync binary.Tom Hunger1-0/+38
This binary allows to run a local airtunes server.