diff options
Diffstat (limited to 'multimedia/mediainfo/README')
-rw-r--r-- | multimedia/mediainfo/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/mediainfo/README b/multimedia/mediainfo/README index e92ee86ae62f2..29ffd1d2c7140 100644 --- a/multimedia/mediainfo/README +++ b/multimedia/mediainfo/README @@ -1,9 +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. +The CLI version is built by default and the GUI version will be built +automatically if wxGTK3 is installed. Either can be manually disabled +by passing GUI=no or CLI=no to the SlackBuild script, but at least one +must be enabled to build the program. -GUI=yes requires wxPython. +wxGTK3 is an optional dependency required for the GUI. |