# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ EAPI=5 inherit autotools git-2 EGIT_REPO_URI="git://git.videolan.org/${PN}.git" DESCRIPTION="Research project to implement the BD+ System Specifications." HOMEPAGE="http://www.videolan.org/developers/libbdplus.html" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="static-libs" RDEPEND="dev-libs/libgcrypt dev-libs/libgpg-error >=media-libs/libaacs-0.7.0" DEPEND="${RDEPEND}" DOCS=( ChangeLog README.txt ) src_prepare() { eautoreconf } src_configure() { econf \ $(use_enable static-libs static) --disable-optimizations }