···1314 # this is the bare minimum configuration, as I'm only interested in MP4Box
15 # For most other functionality, this should probably be extended
16- nativeBuildInputs = [ pkgconfig zlib ];
1718- meta = {
000019 description = "Open Source multimedia framework for research and academic purposes";
20 longDescription = ''
21 GPAC is an Open Source multimedia framework for research and academic purposes.
···30 And some server tools included in MP4Box and MP42TS applications.
31 '';
32 homepage = https://gpac.wp.imt.fr;
33- license = stdenv.lib.licenses.lgpl21;
34-35- maintainers = [
36- stdenv.lib.maintainers.bluescreen303
37- stdenv.lib.maintainers.mgdelacroix
38- ];
39- platforms = stdenv.lib.platforms.linux;
40 };
41}
···1314 # this is the bare minimum configuration, as I'm only interested in MP4Box
15 # For most other functionality, this should probably be extended
16+ nativeBuildInputs = [ pkgconfig ];
1718+ buildInputs = [ zlib ];
19+20+ enableParallelBuilding = true;
21+22+ meta = with stdenv.lib; {
23 description = "Open Source multimedia framework for research and academic purposes";
24 longDescription = ''
25 GPAC is an Open Source multimedia framework for research and academic purposes.
···34 And some server tools included in MP4Box and MP42TS applications.
35 '';
36 homepage = https://gpac.wp.imt.fr;
37+ license = licenses.lgpl21;
38+ maintainers = with maintainers; [ bluescreen303 mgdelacroix ];
39+ platforms = platforms.linux;
000040 };
41}