Package Details: mkvalidator 0.6.0-1

Git Clone URL: https://aur.archlinux.org/mkvalidator.git (read-only, click to copy)
Package Base: mkvalidator
Description: Validator for MKV files
Upstream URL: https://www.matroska.org/downloads/mkvalidator.html
Licenses: BSD
Submitter: None
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 34
Popularity: 0.030361
First Submitted: 2010-06-01 11:58 (UTC)
Last Updated: 2023-04-08 18:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

<deleted-account> commented on 2010-06-21 20:03 (UTC)

PKGBUILD corrected Thanks jfsaulais

jfsaulais commented on 2010-06-17 19:50 (UTC)

Hi, the 0.1.8-1 PKGBULD needs a small correction to compile: Line 31: coremake $_gcc_linux || return 1 should be Line 31: ./coremake $_gcc_linux || return 1 otherwise it fails to execute coremake command when "." is not in the PATH. Cheers