gpac: 0.8.0 -> 1.0.0
addressing numerous CVEs
This commit is contained in:
parent
b7be00ad5e
commit
6dfdc15ac3
@ -1,16 +1,20 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, zlib }:
|
{ stdenv, fetchFromGitHub, pkgconfig, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.8.0";
|
version = "1.0.0";
|
||||||
pname = "gpac";
|
pname = "gpac";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gpac";
|
owner = "gpac";
|
||||||
repo = "gpac";
|
repo = "gpac";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1w1dyrn6900yi8ngchfzy5hvxr6yc60blvdq8y8mczimmmq8khb5";
|
sha256 = "11jrklaahhdfqhci7f3lzv8wchh9bc91rg6w8ibh6varrk692vsb";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace Makefile --replace 'dh_link' 'ln -s'
|
||||||
|
'';
|
||||||
|
|
||||||
# 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 ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user