mp4v2: add description & longDescription
This commit is contained in:
@@ -25,6 +25,12 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
description = "Abandoned library. Provides functions to read, create, and modify mp4 files";
|
||||||
|
longDescription = ''
|
||||||
|
MP4v2 library provides an API to work with mp4 files
|
||||||
|
as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems.
|
||||||
|
This container format is derived from Apple's QuickTime format.
|
||||||
|
'';
|
||||||
homepage = https://code.google.com/archive/p/mp4v2/;
|
homepage = https://code.google.com/archive/p/mp4v2/;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
|||||||
Reference in New Issue
Block a user