# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="avplayer is a p2p video downloader and player"
HOMEPAGE="https://github.com/avplayer/avplayer"
EGIT_REPO_URI="https://github.com/avplayer/avplayer.git"
LICENSE="GPL-3"
SLOT="0"
DEPEND=">=dev-libs/boost-1.49[threads(+),static-libs(+)]
dev-libs/openssl
media-libs/libsdl"
RDEPEND="${DEPEND}"