Commit graph

10 commits

Author SHA1 Message Date
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Sam Doshi 52c27c3b7d
squeezelite: use ffmpeg 4 (#122336)
see #120705
2021-05-09 11:29:28 -04:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Sam Doshi 8bccdc4b81 squeezelite: git -> 1.9.1196
Fix mp3, aac and ogg support, add extra codecs.
2020-02-12 08:45:55 -08:00
Alberto Berti 562facfb81 squeezelite: Fix codec libraries loading by using a wrapper
Fix args declaration
2019-12-27 22:39:17 +01:00
Peter Hoeg 4a73fa3126 squeezelite: 2016-05-27 -> 2018-08-14 2018-10-10 17:41:08 +08:00
Phil Wetzel 7e9fbf4a1d squeezelite: init at git 2016-05-27 2016-06-11 22:03:56 -04:00