gpac: fix up
This commit is contained in:
parent
4994e3f2c2
commit
2847acf517
@ -13,9 +13,13 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# this is the bare minimum configuration, as I'm only interested in MP4Box
|
# this is the bare minimum configuration, as I'm only interested in MP4Box
|
||||||
# For most other functionality, this should probably be extended
|
# For most other functionality, this should probably be extended
|
||||||
nativeBuildInputs = [ pkgconfig zlib ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
buildInputs = [ zlib ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
description = "Open Source multimedia framework for research and academic purposes";
|
description = "Open Source multimedia framework for research and academic purposes";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
GPAC is an Open Source multimedia framework for research and academic purposes.
|
GPAC is an Open Source multimedia framework for research and academic purposes.
|
||||||
@ -30,12 +34,8 @@ stdenv.mkDerivation rec {
|
|||||||
And some server tools included in MP4Box and MP42TS applications.
|
And some server tools included in MP4Box and MP42TS applications.
|
||||||
'';
|
'';
|
||||||
homepage = https://gpac.wp.imt.fr;
|
homepage = https://gpac.wp.imt.fr;
|
||||||
license = stdenv.lib.licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
|
maintainers = with maintainers; [ bluescreen303 mgdelacroix ];
|
||||||
maintainers = [
|
platforms = platforms.linux;
|
||||||
stdenv.lib.maintainers.bluescreen303
|
|
||||||
stdenv.lib.maintainers.mgdelacroix
|
|
||||||
];
|
|
||||||
platforms = stdenv.lib.platforms.linux;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user