app-editors/appflowy-bin: add 0.7.4, drop 0.7.3
[gentoo-zh.git] / media-video / avplayer / avplayer-9999.ebuild
blob76420b4cf16b44f3da968bf240c1dfe873325265
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
5 inherit cmake git-r3
7 DESCRIPTION="avplayer is a p2p video downloader and player"
8 HOMEPAGE="http://avplayer.avplayer.org"
10 EGIT_REPO_URI="https://github.com/avplayer/avplayer.git"
12 LICENSE="GPL-3"
13 SLOT="0"
15 DEPEND=">=dev-libs/boost-1.49[threads(+),static-libs(+)]
16 dev-libs/openssl
17 media-libs/libsdl"
18 RDEPEND="${DEPEND}"