dev-libs/lime - 5.4.23 (nest)

Search

Package Information

Description:
C++ library implementing Open Whisper System Signal protocol
Homepage:
https://gitlab.linphone.org/BC/public/lime
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
5.4.23 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="C++ library implementing Open Whisper System Signal protocol"
HOMEPAGE="https://gitlab.linphone.org/BC/public/lime"
SRC_URI="https://gitlab.linphone.org/BC/public/${PN}/-/archive/${PV}/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
RESTRICT="test" # needs server on nodejs

RDEPEND="<dev-db/soci-4.1[sqlite]
	net-libs/bctoolbox[test?]"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig
	doc? ( app-text/doxygen )
	test? ( dev-libs/belle-sip )"

src_configure() {
	local mycmakeargs=(
		-DENABLE_STRICT="$(usex doc)"
		-DENABLE_STRICT=NO
		-DENABLE_UNIT_TESTS="$(usex test)"
	)
	cmake_src_configure
}

USE Flags

doc

Dependencies

DEPEND

<dev-db/soci-4.1[sqlite]
	net-libs/bctoolbox[test?]

RDEPEND

<dev-db/soci-4.1[sqlite]
	net-libs/bctoolbox[test?]

BDEPEND

virtual/pkgconfig
	doc? ( app-text/doxygen )
	test? ( dev-libs/belle-sip )

Manifest for 5.4.23

Type File Size Source URLs
DIST lime-5.4.23.tar.bz2 678149 bytes https://gitlab.linphone.org/BC/public/lime/-/archive/5.4.23/lime-5.4.23.tar.bz2