media-libs:
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
6994d67f6d
commit
2450ff3aab
1
media-libs/ccrtp/Manifest
Normal file
1
media-libs/ccrtp/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST ccrtp-2.1.2.tar.gz 764869 BLAKE2B 8fc3aa22e715078dae64407da8b8c2dc6740994dad7bf7dab6369b1708e6261619107dd7484b1ec801b7a8bbb30d3387d8fab9c3503adf09209b2b8aeb6df56d SHA512 a835f57a0eef7cba11c55c93ce2f11ebd8ab4099e7c723043c51e4872f3da87af946fc50fac18b47ea5d72b2a1227b377810e9134c1f3a8982d4ce5944d043e9
|
38
media-libs/ccrtp/ccrtp-2.1.2.ebuild
Normal file
38
media-libs/ccrtp/ccrtp-2.1.2.ebuild
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
# Copyright 2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit flag-o-matic
|
||||||
|
|
||||||
|
DESCRIPTION="GNU ccRTP is an implementation of RTP"
|
||||||
|
HOMEPAGE="https://www.gnu.org/software/ccrtp/"
|
||||||
|
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
IUSE="doc"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-libs/libgcrypt:=
|
||||||
|
dev-libs/ucommon:=
|
||||||
|
"
|
||||||
|
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
BDEPEND="
|
||||||
|
doc? ( app-doc/doxygen )
|
||||||
|
"
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
use doc || export DOXYGEN=/bin/true
|
||||||
|
append-cxxflags "-std=c++11"
|
||||||
|
econf --disable-static
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
use doc && HTML_DOCS=( doc/html )
|
||||||
|
default
|
||||||
|
find "${D}" -name '*.la' -delete || die
|
||||||
|
}
|
12
media-libs/ccrtp/metadata.xml
Normal file
12
media-libs/ccrtp/metadata.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>qsx@chaotikum.eu</email>
|
||||||
|
<name>Thomas Schneider</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<doc>https://www.gnu.org/software/ccrtp/#documentation</doc>
|
||||||
|
<changelog>https://git.savannah.gnu.org/cgit/ccrtp.git/tree/ChangeLog</changelog>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue