Merge pull request #71462 from puckipedia/waon

waon: init at 0.11
This commit is contained in:
edef 2019-10-22 18:18:07 +00:00 committed by GitHub
commit 14803d8070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,30 @@
{ stdenv, fetchFromGitHub, fftw, gtk2, libao, libsamplerate
, libsndfile, ncurses, pkgconfig
}:
stdenv.mkDerivation rec {
pname = "waon";
version = "0.11";
src = fetchFromGitHub {
owner = "kichiki";
repo = pname;
rev = "v${version}";
sha256 = "1xmq8d2rj58xbp4rnyav95y1vnz3r9s9db7xxfa2rd0ilq0ps4y7";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ fftw gtk2 libao libsamplerate libsndfile ncurses ];
installPhase = ''
install -Dt $out/bin waon pv gwaon
'';
meta = with stdenv.lib; {
description = "A Wave-to-Notes transcriber";
homepage = https://kichiki.github.io/WaoN/;
license = licenses.gpl2;
maintainers = [ maintainers.puckipedia ];
platforms = platforms.all;
};
}

View file

@ -21438,6 +21438,8 @@ in
vym = qt5.callPackage ../applications/misc/vym { };
waon = callPackage ../applications/audio/waon { };
w3m = callPackage ../applications/networking/browsers/w3m { };
# Should always be the version with the most features