You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libilbc/libilbc-2.0.2.ebuild

30 lines
697 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
if [[ ${PV} == 9999 ]] ; then
SCM="autotools git-2"
EGIT_REPO_URI="https://github.com/TimothyGu/libilbc"
SRC_URI=""
KEYWORDS="amd64 x86"
else
SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
fi
inherit eutils multilib ${SCM} autotools-multilib
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
HOMEPAGE="https://github.com/TimothyGu/libilbc"
LICENSE="BSD"
SLOT="0"
IUSE="static-libs"
src_prepare() {
[[ ${PV} == *9999 ]] && eautoreconf
autotools-multilib_src_prepare
}