[WIP] {help wanted} twolame: 2017-09-27 -> 0.4.0

This commit is contained in:
AndersonTorres 2020-04-05 11:34:22 -03:00
parent 52f76b8907
commit 1e25c474d9

View File

@ -1,25 +1,27 @@
{ stdenv, fetchFromGitHub { stdenv, fetchFromGitHub
, autoreconfHook, pkgconfig , autoreconfHook
, libsndfile }: , pkgconfig
, libsndfile, xmlto, asciidoc }:
stdenv.mkDerivation { with stdenv.lib;
stdenv.mkDerivation rec {
pname = "twolame"; pname = "twolame";
version = "2017-09-27"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "njh"; owner = "njh";
repo = "twolame"; repo = "twolame";
rev = "977c8ac55d8ca6d5f35d1d413a119dac2b3b0333"; rev = version;
sha256 = "1rq3yc8ygzdqid9zk6pixmm4w9sk2vrlx217lhn5bjaglv7iyf7x"; sha256 = "0ckwdx5kmgmh1jq2wl6c9d57pf6z6p2wjdy6fw01a8f3clg21a8g";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig xmlto asciidoc ];
buildInputs = [ libsndfile ]; buildInputs = [ libsndfile ];
doCheck = false; # fails with "../build-scripts/test-driver: line 107: -Mstrict: command not found" doCheck = false; # fails with "../build-scripts/test-driver: line 107: -Mstrict: command not found"
meta = with stdenv.lib;{ meta = {
description = "A MP2 encoder"; description = "A MP2 encoder";
longDescription = '' longDescription = ''
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on