forked from mirrors/nixpkgs
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.mkDerivation rec {
|
||||
name = "ffms-2.19";
|
||||
name = "ffms-2.20";
|
||||
|
||||
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";
|
||||
sha256 = "0498si8bzwyxxq0f1yc6invzb1lv1ab436gwzn9418839x8pj4vg";
|
||||
sha256 = "183klnhl57zf0i8xlr7yvj89ih83pzd48c37qpr57hjn4wbq1n67";
|
||||
};
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fPIC";
|
||||
|
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://code.google.com/p/ffmpegsource/;
|
||||
description = "Libav/ffmpeg based source library for easy frame accurate access";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue