Commit graph

10 commits

Author SHA1 Message Date
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