diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-22 23:59:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-23 01:33:30 +0100 |
commit | 95f903c8e2edc876b6b9e5c328e2c7e0f20dce9b (patch) | |
tree | 6624d3df4e87178b7cd16264cf452a349aa9d558 /games-strategy/wargus | |
parent | sys-kernel/gentoo-kernel: Bump to 5.9.10 (diff) | |
download | gentoo-95f903c8e2edc876b6b9e5c328e2c7e0f20dce9b.tar.gz gentoo-95f903c8e2edc876b6b9e5c328e2c7e0f20dce9b.tar.bz2 gentoo-95f903c8e2edc876b6b9e5c328e2c7e0f20dce9b.zip |
games-strategy/wargus: Add postinst about missing ripping deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-strategy/wargus')
-rw-r--r-- | games-strategy/wargus/wargus-2.4.3.ebuild | 11 |
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 } |