libtheora: Add metadata

This commit is contained in:
Spencer Whitt 2015-02-03 15:36:22 -05:00
parent 04f724873a
commit 7adbb34315

View File

@ -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.