Skip to content

Commit

Permalink
bs1770gain: 0.4.7 -> 0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and grahamc committed Mar 6, 2017
1 parent 918a4e6 commit 558751b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/audio/bs1770gain/default.nix
Expand Up @@ -2,21 +2,21 @@

stdenv.mkDerivation rec {
name = "bs1770gain-${version}";
version = "0.4.7";
version = "0.4.12";

src = fetchurl {
url = "mirror://sourceforge/bs1770gain/${name}.tar.gz";
sha256 = "0dnypm7k4axc693g0z73n2mvycbzgc4lnj2am64xjzyg37my4qzz";
sha256 = "0n9skdap1vnl6w52fx0gsrjlk7w3xgdwi62ycyf96h29rx059z6a";
};

buildInputs = [ ffmpeg sox ];

NIX_CFLAGS_COMPILE = "-Wno-error";

meta = {
meta = with stdenv.lib; {
description = "A audio/video loudness scanner implementing ITU-R BS.1770";
license = stdenv.lib.licenses.gpl2Plus;
license = licenses.gpl2Plus;
homepage = "http://bs1770gain.sourceforge.net/";
platforms = stdenv.lib.platforms.all;
platforms = platforms.all;
};
}

0 comments on commit 558751b

Please sign in to comment.