ffms: update from 2.19 to 2.20
This commit is contained in:
parent
c00b69969f
commit
d47a5cf574
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, zlib, ffmpeg, pkgconfig }:
|
{ stdenv, fetchurl, zlib, ffmpeg, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ffms-2.19";
|
name = "ffms-2.20";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://codeload.github.com/FFMS/ffms2/tar.gz/2.19;
|
url = https://codeload.github.com/FFMS/ffms2/tar.gz/2.20;
|
||||||
name = "${name}.tar.gz";
|
name = "${name}.tar.gz";
|
||||||
sha256 = "0498si8bzwyxxq0f1yc6invzb1lv1ab436gwzn9418839x8pj4vg";
|
sha256 = "183klnhl57zf0i8xlr7yvj89ih83pzd48c37qpr57hjn4wbq1n67";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-fPIC";
|
NIX_CFLAGS_COMPILE = "-fPIC";
|
||||||
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://code.google.com/p/ffmpegsource/;
|
homepage = http://code.google.com/p/ffmpegsource/;
|
||||||
description = "Libav/ffmpeg based source library for easy frame accurate access";
|
description = "Libav/ffmpeg based source library for easy frame accurate access";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user