Commit graph

21 commits

Author SHA1 Message Date
R. Ryantm 95cfb3ad36 oven-media-engine: 0.14.17 -> 0.14.18 2022-12-24 15:07:03 +00:00
R. Ryantm c82e96df6f oven-media-engine: 0.14.16 -> 0.14.17 2022-12-10 18:59:11 +00:00
R. Ryantm b8ed02ec49 oven-media-engine: 0.14.14 -> 0.14.16 2022-11-27 00:15:21 +00:00
R. Ryantm bfd4dde691 oven-media-engine: 0.14.10 -> 0.14.14 2022-11-04 00:10:54 +01:00
Artturin f4ea1208ec treewide: *Flags convert to list from str
*Flags implies a list

slightly relevant:
> stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172

the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so
it's not a breaking change
2022-10-10 15:30:59 +03:00
Luke Granger-Brown 2d582d641b oven-media-engine: 0.13.2 -> 0.14.10
Fixes #162446
2022-09-21 22:11:50 +00:00
ajs124 ac6e552a30 oven-media-engine: openssl_3_0 -> openssl 2022-08-17 20:16:18 +02:00
Alyssa Ross fd6a8fb894
openssl_3: rename from openssl_3_0
With their new versioning scheme, OpenSSL have committed[1] to API and
ABI compatibility for the whole 3.x.x release series, so we shouldn't
be overly specific in our attribute name.

[1]: https://www.openssl.org/blog/blog/2018/11/28/version/
2022-06-27 13:35:16 +00:00
Luke Granger-Brown f93eb25c17
Merge pull request #166871 from greaka/master
oven-media-engine: 0.13.1 -> 0.13.2
2022-04-11 01:25:21 +01:00
Luke Granger-Brown d026c57cfe oven-media-engine: correct meta.licenses
Since a20b5ff7399ebc6d05b6de88d0e97f4cb38a8c6f, OME has been licensed
under AGPLv3.
2022-04-04 13:51:41 +00:00
Greaka 21e312d0f7
oven-media-engine: 0.13.1 -> 0.13.2 2022-04-01 22:22:05 +02:00
R. Ryantm 98b8385e20 oven-media-engine: 0.13.0 -> 0.13.1 2022-02-27 14:41:01 +00:00
R. Ryantm 1808423ff2 oven-media-engine: 0.12.11 -> 0.13.0 2022-02-25 11:49:41 -08:00
R. Ryantm 95dc15b3a1 oven-media-engine: 0.12.9 -> 0.12.11 2022-02-12 21:50:42 +00:00
Zane van Iperen b7452fee4d
oven-media-engine: remove unused ffmpeg_3_4 import 2022-01-19 08:39:18 +10:00
Greaka 740a0891df
oven-media-engine: 0.10.9-hotfix -> 0.12.9 2021-12-18 02:57:06 +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
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
Luke Granger-Brown c5f8948665 oven-media-engine: 0.10.8 -> 0.10.9-hotfix 2021-01-07 15:50:53 +00:00
freezeboy c12f249b45 oven-media-engine: 0.10.4 -> 0.10.8 2020-11-05 15:17:10 +01:00
Luke Granger-Brown 5ecf942c11 oven-media-engine: init at 0.10.4 2020-07-17 20:07:11 +02:00