forked from mirrors/nixpkgs
libogg: add description & longDescription
This commit is contained in:
parent
9ea4552bab
commit
0ad3f6e23d
|
@ -11,6 +11,12 @@ stdenv.mkDerivation rec {
|
|||
outputs = [ "out" "dev" "doc" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Media container library to manipulate Ogg files";
|
||||
longDescription = ''
|
||||
Library to work with Ogg multimedia container format.
|
||||
Ogg is flexible file storage and streaming format that supports
|
||||
plethora of codecs. Open format free for anyone to use.
|
||||
'';
|
||||
homepage = https://xiph.org/ogg/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
|
|
Loading…
Reference in a new issue