Emily
61922738bb
treewide: optimistically unpin FFmpeg 7 dependencies
...
Per the adjusted FFmpeg pinning advice, packages that work on the
default version should use the unversioned variants to ease the
migration to future versions and reduce the number of packages that
end up referencing old versions.
I have left HandBrake pinned as it builds a custom patched FFmpeg.
2024-09-07 20:31:41 +01:00
Emily
fa2686d939
keyfinder-cli: 1.1.1 -> 1.1.2
...
Includes fixes for FFmpeg 7.
2024-09-01 02:26:29 +01:00
Marc Plano-Lesay
c963dd50c5
keyfinder-cli: add darwin as supported platform
2024-05-16 23:16:15 +10:00
h7x4
8121f3559a
treewide: add mainProgram
2024-02-11 03:19:15 +01:00
Robert Schütz
e60d822e27
keyfinder-cli: 2015-09-13 -> 1.1.1
...
Also use ffmpeg instead of libav.
2021-02-02 17:26:35 +01: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
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
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Tobias Geerinckx-Rice
9fb8020e4e
Add version attribute where maintainers |= nckx
...
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Tobias Geerinckx-Rice
2798b02ad0
Convert some *Flags from strings to lists
2015-11-26 23:45:31 +01:00
Tobias Geerinckx-Rice
59c6573cce
keyfinder-cli: 2015-09-11 -> 2015-09-13
2015-09-13 22:36:46 +02:00
Tobias Geerinckx-Rice
a365bbd910
keyfinder-cli: 20150201 (sic) -> 2015-09-11
2015-09-12 02:34:22 +02:00
Tobias Geerinckx-Rice
828f9ea8cc
keyfinder-cli: use old libkeyfinder 0.11 "for now"
...
The tool doesn't compile against versions 2.x.
Also, fix the incorrect version number & use src.meta.homepage.
2015-07-15 03:31:55 +02:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice
1fde266b48
Update keyfinder-cli 20150125 -> 20150130
2015-02-02 02:02:29 +01:00
Tobias Geerinckx-Rice
5f7ebd07c6
Add keyfinder-cli: musical key detection
2015-01-25 10:17:49 +01:00