26 lines
644 B
Bash
26 lines
644 B
Bash
# 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-2.17.4_pre753.ebuild,v 1.2 2013/04/06 14:34:10 maksbotan Exp $
|
|
|
|
EAPI=5
|
|
|
|
AUTOTOOLS_AUTORECONF=1
|
|
|
|
inherit autotools-utils
|
|
|
|
DESCRIPTION="An FFmpeg based source library for easy frame accurate access"
|
|
HOMEPAGE="https://code.google.com/p/ffmpegsource/"
|
|
SRC_URI="http://rion-overlay.googlecode.com/files/${P}.tar.xz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="static-libs"
|
|
|
|
RDEPEND="
|
|
sys-libs/zlib
|
|
>=virtual/ffmpeg-9
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
virtual/pkgconfig
|
|
"
|