summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/wargus')
-rw-r--r--games-strategy/wargus/wargus-2.4.3.ebuild11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-strategy/wargus/wargus-2.4.3.ebuild b/games-strategy/wargus/wargus-2.4.3.ebuild
index 644f87d1d5af..23954b3347a3 100644
--- a/games-strategy/wargus/wargus-2.4.3.ebuild
+++ b/games-strategy/wargus/wargus-2.4.3.ebuild
@@ -52,6 +52,17 @@ pkg_postinst() {
elog "it automatically on the first run. Only the DOS version is supported"
elog "at the moment."
+ if ! has_version media-video/ffmpeg ||
+ ! has_version media-sound/cdparanoia
+ then
+ elog
+ elog "If you did not convert the game data yet, you may want to install"
+ elog "the following optional dependencies:"
+ elog
+ elog "media-video/ffmpeg -- to convert game videos"
+ elog "media-sound/cdparanoia -- to rip game music from the CD"
+ fi
+
xdg_icon_cache_update
}