mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
60b8649eaf
The original author step off the project, so for now, update the WWW link to point to the archived page who describes the project. Major changes: - Taking EINTR in nanosleep, poll and select calls into account. Thanks to Filippo Guerzoni (filippo.guerzoni@gmail.com) for bringing this to my attention. - Disabled some copy constructors - Bugfix in RTPExternalTransmitter: a buffer could fill up causing the an operation to fail to get aborted - Added constructor to RTPRawPacket to guess RTP/RTCP type - Bugfixed regarding some calles being cut short due to an EINTR
26 lines
485 B
Makefile
26 lines
485 B
Makefile
# Created by: Petr Holub <hopet@ics.muni.cz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jrtplib
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.11.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= Object-oriented RTP library written in C++
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
|
|
|
|
LIB_DEPENDS= libsrtp2.so:net/libsrtp2
|
|
|
|
USES= cmake pathfix tar:bzip2
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= j0r1
|
|
GH_PROJECT= JRTPLIB
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= JRTPLIB_VER="${DISTVERSION:C/-.*//}"
|
|
|
|
.include <bsd.port.mk>
|