Commit graph

27 commits

Author SHA1 Message Date
Michael Weiss b1c24e561e
libaom: 3.1.1 -> 3.1.2 2021-07-23 11:35:32 +02:00
Michael Weiss 41335cf571
libaom: 3.1.0 -> 3.1.1 2021-06-09 12:14:02 +02:00
Michael Weiss 8d56f162e5
libaom: 3.0.0 -> 3.1.0
We had to use fetchgit so far as the tarballs are generated on demand
and have embedded timestamps which makes their hashes unstable [0][1].
This is a problem for fetchurl but fetchzip extracts the tarballs into
the Nix store and therefore the contents will get normalized and the
hashes remain stable.

[0]: https://github.com/google/gitiles/issues/84
[1]: https://bugs.eclipse.org/bugs/show_bug.cgi?id=548312
2021-05-04 14:15:03 +02:00
Michael Weiss 1222f2ef0a
libaom: 2.0.2 -> 3.0.0 (#117466) 2021-03-24 15:36:11 +01:00
github-actions[bot] 53c1035b44
Merge staging-next into staging 2021-02-12 12:20:24 +00:00
github-actions[bot] 15db604744
Merge master into staging-next 2021-02-12 12:20:20 +00:00
Ivan Babrou e99678639d libaom: only disable cpu detectio on arm64 and do it as recommended
Having `OFF` instead of `0` makes x86_64 build unhappy.
2021-02-11 23:31:03 -08:00
github-actions[bot] a480c1ebb1
Merge staging-next into staging 2021-02-11 18:16:52 +00:00
github-actions[bot] 402b752521
Merge master into staging-next 2021-02-11 18:16:48 +00:00
Ivan Babrou aaf5c54afd
libaom: disable runtime cpu detection on darwin (#112685)
CPU detection is only enabled for PPC and ARM. It's also not implemented
on Darwin, so no reason to keep it enabled there. This helps #105026.
2021-02-11 18:36:43 +01:00
Michael Weiss d58e9cd05b
libaom: 2.0.1 -> 2.0.2 2021-02-11 13:10:40 +01:00
Matthias Beyer 33b610fa09
libaom: 2.0.0 -> 2.0.1
CC: "Michael Weiss <dev.primeos@gmail.com>"
CC: "kiloreux <kiloreux@gmail.com>"
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-02-03 13:57:38 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08: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
Orivej Desh 9836d06e3d libaom: enable shared, split outputs 2020-05-22 10:11:39 +00:00
Michael Weiss f6373d28e1
libaom: 1.0.0-errata1 -> 2.0.0 2020-05-20 17:12:56 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Vladimír Čunát 19d6c32fcf
libaom: fix fetch (and tweak version accordingly)
Apparently, upstream renamed the tag in the meantime :-/
2019-01-19 16:55:08 +01:00
Will Dietz d349cfee88 libaom: go back to building libraries however upstream decides
Presently this means static, instead of the shared we started
building after a recent change (my blame).

Darwin build breaks with this,
and it was introduced on a whim so instead of making this
platform-specific, go back to how things were previously.
2018-12-29 23:17:58 -06:00
Will Dietz d9c1dd2802 libaom: 1.0.0 -> 1.0.0.errata.1 2018-12-29 18:11:50 -06:00
Jörg Thalheim 1720abc263
libaom: use git stub instead of patching changelog
It probably needs less maintenance.
2018-12-17 23:24:42 +01:00
Will Dietz cee81d59ac libaom: create shared libraries, fix version reported in aom.pc
See added comment for explanation of version fix.
2018-12-17 09:54:14 -06:00
Markus Kowalewski bbcfb99e8d
libaom: add license 2018-10-17 21:21:18 +02:00
Vladyslav Mykhailichenko ff50c613df libaom: 0.1.0 -> 1.0.0 2018-07-04 01:38:35 +03:00
kiloreux 4e81ab3425
Added libaom 2018-03-30 11:05:47 +01:00