fdk-aac-encoder: 1.0.1 → 1.0.2 (#120356)

This commit is contained in:
lunik1 2021-04-24 01:05:07 +00:00 committed by GitHub
parent 551ed846bf
commit cd3f083645
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fdkaac"; pname = "fdkaac";
version = "1.0.1"; version = "1.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nu774"; owner = "nu774";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "02mzx4bird2q5chzpavfc9pg259hwfvq6px85xarm59vmj9nryb6"; sha256 = "tHhICq/FzbkvWkDdNzGqGoo7nIDb+DJXmkFwtPIA89c=";
}; };
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = with lib; { meta = with lib; {
description = "Command line encoder frontend for libfdk-aac encder"; description = "Command line encoder frontend for libfdk-aac encoder";
longDescription = '' longDescription = ''
fdkaac reads linear PCM audio in either WAV, raw PCM, or CAF format, fdkaac reads linear PCM audio in either WAV, raw PCM, or CAF format,
and encodes it into either M4A / AAC file. and encodes it into either M4A / AAC file.