libtheora: Add metadata
This commit is contained in:
parent
04f724873a
commit
7adbb34315
@ -21,6 +21,14 @@ stdenv.mkDerivation ({
|
|||||||
propagatedBuildInputs = [libogg.crossDrv tremor.crossDrv];
|
propagatedBuildInputs = [libogg.crossDrv tremor.crossDrv];
|
||||||
configureFlags = "--disable-examples";
|
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.
|
# It has an old config.guess that doesn't know the mips64el.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user