R. RyanTM
|
812e4e7f55
|
bento4: 1.6.0-638 -> 1.6.0-639
|
2021-08-20 16:43:48 +00:00 |
|
Felix Richter
|
55469b8f3b
|
bento: 1.6.0-637 -> 1.6.0-638 (#128451)
|
2021-06-30 02:22:58 +02:00 |
|
Ben Siraphob
|
062e1ffa1b
|
bento4: expand platforms to unix
|
2021-03-22 14:22:10 +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 |
|
makefu
|
4d883b4d43
|
bento4: 1.5.1-629 -> 1.6.0-637
|
2020-10-04 15:02:44 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
R. RyanTM
|
4ac051fde0
|
bento4: 1.5.1-628 -> 1.5.1-629
|
2020-01-05 21:08:12 -08: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 |
|
R. RyanTM
|
5e414d8339
|
bento4: 1.5.1-627 -> 1.5.1-628
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bento4/versions
|
2019-01-17 18:59:37 -08:00 |
|
Orivej Desh
|
e6133502a2
|
bento4: 1.5.1-624 -> 1.5.1-627
|
2019-01-08 17:57:30 +00:00 |
|
Orivej Desh
|
8eccf9e284
|
bento4: fix license
The documentation says GPL2, and the source files also say "or any later version".
https://www.bento4.com/about/
https://github.com/axiomatic-systems/Bento4/blob/v1.5.1-624/Source/C++/CApi/Bento4C.h
|
2018-12-21 14:12:24 +00:00 |
|
Felix Richter
|
17685a4022
|
bento4: init at 1.5.1-624 (#47632)
|
2018-10-18 11:34:43 +02:00 |
|