Commit Graph

35 Commits

Author SHA1 Message Date
R. Ryantm
abee20bb35 oven-media-engine: 0.15.12 -> 0.15.13 2023-06-23 13:46:30 +00:00
R. Ryantm
fa6c36805e oven-media-engine: 0.15.11 -> 0.15.12 2023-06-11 23:16:46 +00:00
Weijia Wang
ac6f1ccc07 oven-media-engine: relax platforms 2023-05-20 17:48:53 +03:00
R. Ryantm
15ae38804d oven-media-engine: 0.15.10 -> 0.15.11 2023-05-20 03:52:49 +00:00
R. Ryantm
a7c20f3060 oven-media-engine: 0.15.9 -> 0.15.10 2023-05-04 13:13:15 +00:00
R. Ryantm
1150cc09b7 oven-media-engine: 0.15.8 -> 0.15.9 2023-04-20 23:20:06 +00:00
R. Ryantm
b261832adf oven-media-engine: 0.15.7 -> 0.15.8 2023-04-11 06:22:01 +00:00
R. Ryantm
7cd07d61dc oven-media-engine: 0.15.5 -> 0.15.7 2023-03-31 01:45:37 +00:00
github-actions[bot]
cead7e3e73
Merge master into staging-next 2023-03-25 00:02:20 +00:00
R. Ryantm
2a2a18e1ae oven-media-engine: 0.15.3 -> 0.15.5 2023-03-23 23:56:54 +00:00
Atemu
9bd2506458 treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4
These packages were identified as broken when ffmpeg = ffmpeg_5.

Tested _only_ by building them. If you are a maintainer of one of these
packages, please test whether your package still works.
2023-03-13 16:42:22 -06:00
R. Ryantm
71566884c7 oven-media-engine: 0.15.1 -> 0.15.3 2023-03-10 03:25:20 +00:00
R. Ryantm
877d707845 oven-media-engine: 0.15.0 -> 0.15.1 2023-03-05 17:44:02 +00:00
R. Ryantm
29c06b1457 oven-media-engine: 0.14.18 -> 0.15.0 2023-02-04 16:15:39 +00:00
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