perlPackages.MP3CutGapless: init at 0.03

This commit is contained in:
Adam Stephens 2023-11-06 15:53:48 -05:00
parent b40f970682
commit 3f562cd626
No known key found for this signature in database

View File

@ -17985,6 +17985,20 @@ with self; {
};
};
MP3CutGapless = buildPerlPackage {
pname = "MP3-Cut-Gapless";
version = "0.03";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AG/AGRUNDMA/MP3-Cut-Gapless-0.03.tar.gz";
hash = "sha256-PoS3OdHx4902FvhR3GV14WXTKEZ/AySGB5UOWVH+pPM=";
};
propagatedBuildInputs = [ AudioCuefileParser ];
meta = {
description = "Split an MP3 file without gaps (based on pcutmp3)";
license = with lib.licenses; [ artistic1 ];
};
};
MP3Info = buildPerlPackage {
pname = "MP3-Info";
version = "1.26";