summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2021-07-12 23:23:26 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2021-07-12 23:45:59 +0300
commitb477605151fd118fcbda43a444fe8a1232cbd5fc (patch)
treedf665f61794af9de2bf131132e8048cb5b8ba148
parentgames-fps/dhewm3: remove old (diff)
downloadgamerlay-b477605151fd118fcbda43a444fe8a1232cbd5fc.tar.gz
gamerlay-b477605151fd118fcbda43a444fe8a1232cbd5fc.tar.bz2
gamerlay-b477605151fd118fcbda43a444fe8a1232cbd5fc.zip
games-strategy/vcmi: migrate to cmake.eclass
Fix ffmpeg dependency Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
-rw-r--r--games-strategy/vcmi/vcmi-0.99.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/games-strategy/vcmi/vcmi-0.99.ebuild b/games-strategy/vcmi/vcmi-0.99.ebuild
index 82ccb57..0e8adba 100644
--- a/games-strategy/vcmi/vcmi-0.99.ebuild
+++ b/games-strategy/vcmi/vcmi-0.99.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit eutils cmake-utils flag-o-matic
+inherit eutils cmake flag-o-matic
DESCRIPTION="Heroes of Might and Magic III game engine rewrite"
HOMEPAGE="http://forum.vcmi.eu/index.php"
@@ -19,7 +19,7 @@ CDEPEND="
media-libs/sdl2-image
media-libs/sdl2-mixer
media-libs/sdl2-ttf
- virtual/ffmpeg
+ media-video/ffmpeg
sys-libs/zlib[minizip]
launcher? (
dev-qt/qtgui
@@ -61,10 +61,6 @@ src_configure() {
# ^ or not?
)
export CCACHE_SLOPPINESS="time_macros"
- cmake-utils_src_configure
+ cmake_src_configure
strip-cppflags -DNDEBUG
}
-
-src_install() {
- cmake-utils_src_install
-}