diff options
author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2017-03-27 21:27:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:56:57 +0700 |
commit | 452d501c95cd070c8e592a4e227192a09e18fad3 (patch) | |
tree | d76029ec05c70b5e3ec4b665b87b78e22154e6a3 /multimedia/mediainfo/README | |
parent | d805898ffc7a5863cfd10b16c535c68b87af88b2 (diff) | |
download | slackbuilds-452d501c95cd070c8e592a4e227192a09e18fad3.tar.gz |
multimedia/mediainfo: New mediainfo-gui option.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'multimedia/mediainfo/README')
-rw-r--r-- | multimedia/mediainfo/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/multimedia/mediainfo/README b/multimedia/mediainfo/README index 2a227676eb..e5c873c577 100644 --- a/multimedia/mediainfo/README +++ b/multimedia/mediainfo/README @@ -1,2 +1,9 @@ MediaInfo supplies technical and tag information about a video or audio file. + +It will build the CLI version by default, however, you can optionally +build mediainfo-gui by passing GUI=yes to the SlackBuild script, or +you can disable the CLI version by passing CLI=no. Either the CLI +or GUI verison must be enabled. + +mediainfo-gui requires wxPython. |