blob: 5dedcdf8902cc2b0ceb1a07ce86d5151c7da6e15 [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
AUTOTOOLS_AUTORECONF=1
inherit autotools-utils git-r3
DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access"
HOMEPAGE="https://github.com/FFMS/ffms2"
EGIT_REPO_URI="https://github.com/FFMS/ffms2.git"
LICENSE="MIT"
SLOT="0/3"
KEYWORDS=""
IUSE="libav static-libs"
RDEPEND="
sys-libs/zlib
libav? ( >=media-video/libav-9.17:0= )
!libav? ( >=media-video/ffmpeg-1.2.6-r1:0= )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"