# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild,v 1.7 2013/10/13 16:41:00 tomwij Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 inherit autotools-utils git-2 DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access" HOMEPAGE="https://code.google.com/p/ffmpegsource/" EGIT_REPO_URI="https://github.com/FFMS/ffms2.git" LICENSE="MIT" SLOT="0/3" KEYWORDS="" IUSE="static-libs" RDEPEND=" sys-libs/zlib >=virtual/ffmpeg-9 " DEPEND="${RDEPEND} virtual/pkgconfig "