aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mediainfo/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2023-05-12 17:11:49 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-13 19:27:23 +0700
commit6ccdc7c657ad785ed7275017ecdc565350d9f4fd (patch)
tree67d633d8e0e0b2126f004f920aea78ce0c4656d8 /multimedia/mediainfo/README
parentd55b25d0d68fb6dbd034d4613102f40cb1021f94 (diff)
downloadslackbuilds-6ccdc7c657ad785ed7275017ecdc565350d9f4fd.tar.xz
multimedia/mediainfo: Update for version 23.04
Enabled GUI autodetect. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mediainfo/README')
-rw-r--r--multimedia/mediainfo/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/mediainfo/README b/multimedia/mediainfo/README
index e92ee86ae62f..29ffd1d2c714 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.