# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ EAPI=5 inherit autotools-utils 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 ) AUTOTOOLS_IN_SOURCE_BUILD=1 src_configure() { local myeconfargs=( --disable-optimizations ) autotools-utils_src_configure }