media-libs/libilbc - 3.0.4 (gentoo)

Search

Package Information

Homepage:
https://github.com/TimothyGu/libilbc
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
3.0.4 8 amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86 0/3
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake-multilib

if [[ ${PV} == *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
	SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
	KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86"
fi

DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
HOMEPAGE="https://github.com/TimothyGu/libilbc"

LICENSE="BSD"
SLOT="0/3"

PATCHES=(
	"${FILESDIR}/${P}-respect-CFLAGS.patch" # bug 770892
	"${FILESDIR}/${P}-support-ia64.patch" # bug 610546
)

Manifest for 3.0.4

Type File Size Source URLs
DIST libilbc-3.0.4.tar.gz 1307591 bytes https://github.com/TimothyGu/libilbc/releases/download/v3.0.4/libilbc-3.0.4.tar.gz