11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
18 rev = "ec9614cfa64ffc95d74e4b19496ebd9b026e692b";
19 hash = "sha256-ugirYg3l+zIfKAqp2smLgG99mX9tsy9rmGe6lFAwx5o=";
22 cargoHash = "sha256-OMm39sgbq2wTRJTVoCf5imJe3hmf+Djq9w9tzKBrkIM=";
28 rustPlatform.bindgenHook
33 name = "update-crate-ffmpeg-next-version.patch";
34 url = "https://github.com/myclevorname/metadata/commit/a1bc9f53d9aa0aeb17cbb530a1da1de4fdf85328.diff";
35 hash = "sha256-LEwOK1UFUwLZhqLnoUor5CSOwz4DDjNFMnMOGq1S1Sc=";
40 a2x --doctype manpage --format manpage man/metadata.1.adoc
43 installManPage man/metadata.1
51 env.FFMPEG_DIR = ffmpeg.dev;
54 description = "Media metadata parser and formatter designed for human consumption, powered by FFmpeg";
55 maintainers = with lib.maintainers; [ clevor ];
56 license = lib.licenses.mit;
57 homepage = "https://github.com/zmwangx/metadata";
58 mainProgram = "metadata";