26 lines
612 B
Bash
26 lines
612 B
Bash
# Copyright 1999-2014 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.8 2014/04/09 21:27:59 tomwij Exp $
|
|
|
|
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="static-libs"
|
|
|
|
RDEPEND="
|
|
sys-libs/zlib
|
|
>=virtual/ffmpeg-9
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
virtual/pkgconfig
|
|
"
|