mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
libtheora: Add metadata
This commit is contained in:
parent
04f724873a
commit
7adbb34315
@ -21,6 +21,14 @@ stdenv.mkDerivation ({
|
||||
propagatedBuildInputs = [libogg.crossDrv tremor.crossDrv];
|
||||
configureFlags = "--disable-examples";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.theora.org/;
|
||||
description = "Library for Theora, a free and open video compression format";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.spwhitt ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
# It has an old config.guess that doesn't know the mips64el.
|
||||
|
Loading…
Reference in New Issue
Block a user