Skip to content

Commit

Permalink
ffmpeg{_2,_1,_0_10}: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jun 30, 2014
1 parent c61c7e7 commit 07a09fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ffmpeg/0.10.nix
Expand Up @@ -21,11 +21,11 @@ assert vdpauSupport -> libvdpau != null;
assert faacSupport -> faac != null;

stdenv.mkDerivation rec {
name = "ffmpeg-0.10.12";
name = "ffmpeg-0.10.14";

src = fetchurl {
url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
sha256 = "00nvm3iysn8zincpvv1abqrxqj1ky0322dh2j9csjw983358538i";
sha256 = "1frkz3971zc2a60ras5ia26b2h8wbh017x1x80q8cfw0ycrpbxqy";
};

# `--enable-gpl' (as well as the `postproc' and `swscale') mean that
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ffmpeg/1.x.nix
Expand Up @@ -31,11 +31,11 @@ assert playSupport -> SDL != null;
assert freetypeSupport -> freetype != null;

stdenv.mkDerivation rec {
name = "ffmpeg-1.2.6";
name = "ffmpeg-1.2.7";

src = fetchurl {
url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
sha256 = "174rf3g2pqaxa8rzg03qmy4cn2gsy0p2mk26y9yk5ksq6kg59m19";
sha256 = "13nj5q5ad0kcrid8r5x6x8lqfhk8kms14pmncf6vbdbk6x45k6v6";
};

# `--enable-gpl' (as well as the `postproc' and `swscale') mean that
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ffmpeg/2.x.nix
Expand Up @@ -5,11 +5,11 @@
}:

stdenv.mkDerivation rec {
name = "ffmpeg-2.2.2";
name = "ffmpeg-2.2.4";

src = fetchurl {
url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
sha256 = "062jn47sm1ifwswcd3lx47nff62rgcwp84964q0v983issnrfax4";
sha256 = "0gxph1mk7743fcz94zb4fhfc6khg1acrqf4qyn8j5jnssn2fa67z";
};

subtitleSupport = config.ffmpeg.subtitle or true;
Expand Down

0 comments on commit 07a09fb

Please sign in to comment.