mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
games-strategy/hedgewars: migrate from libav
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
@@ -15,7 +15,7 @@ SRC_URI="https://www.hedgewars.org/download/releases/${MY_P}.tar.bz2"
|
||||
LICENSE="GPL-2 Apache-2.0 FDL-1.3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="libav server"
|
||||
IUSE="server"
|
||||
|
||||
QA_FLAGS_IGNORED="/usr/bin/hwengine" # pascal sucks
|
||||
QA_PRESTRIPPED="/usr/bin/hwengine" # pascal sucks
|
||||
@@ -35,10 +35,8 @@ DEPEND="
|
||||
media-libs/sdl2-net:=
|
||||
media-libs/sdl2-ttf:=
|
||||
sys-libs/zlib
|
||||
!x86? (
|
||||
libav? ( media-video/libav:= )
|
||||
!libav? ( media-video/ffmpeg:= )
|
||||
)"
|
||||
!x86? ( media-video/ffmpeg:= )
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
app-arch/xz-utils
|
||||
>=media-fonts/dejavu-2.28
|
||||
|
||||
Reference in New Issue
Block a user