# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit base autotools DESCRIPTION="G.729 and G.723.1 codecs for asterisk." HOMEPAGE="http://asterisk.hosting.lv/" SRC_URI="http://asterisk.hosting.lv/src/${P}.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="sci-libs/ipp" RDEPEND="${DEPEND} !net-misc/asterisk-g729" PATCHES="${FILESDIR}/configure-ipp7.1.patch" src_prepare() { default_src_prepare base_src_prepare eautoreconf } src_configure() { econf --with-ipp=/opt/intel/composerxe-2013.0.079/ipp }