mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 3.7.0
- Update MASTER_SITES/WWW PR: ports/109011 Submitted by: Yi-Huan Chan <yhchan at csie.nctu.edu.tw> Approved by: Petr Holub <hopet at ics.muni.cz> (maintainer)
This commit is contained in:
parent
c74dffb13c
commit
a062361c0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185001
6 changed files with 8 additions and 23 deletions
|
@ -6,9 +6,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= jrtplib
|
PORTNAME= jrtplib
|
||||||
PORTVERSION= 3.6.0
|
PORTVERSION= 3.7.0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://research.edm.luc.ac.be/jori/jrtplib/
|
MASTER_SITES= http://research.edm.uhasselt.be/jori/jrtplib/
|
||||||
|
|
||||||
MAINTAINER= hopet@ics.muni.cz
|
MAINTAINER= hopet@ics.muni.cz
|
||||||
COMMENT= Object-oriented RTP library written in C++
|
COMMENT= Object-oriented RTP library written in C++
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (jrtplib-3.6.0.tar.gz) = 89536eb17c77cdec87f94b501bd151e6
|
MD5 (jrtplib-3.7.0.tar.gz) = 685488079c007383763acdf509d6f11c
|
||||||
SHA256 (jrtplib-3.6.0.tar.gz) = f9a60d4a9f325850a155518c7fc27df0cb0cfb9d3dc5a040014440c9eb771807
|
SHA256 (jrtplib-3.7.0.tar.gz) = c144afb896225297d2db042a00a6df8ff3b307804ebb7369b5f73a1a90e8e7f2
|
||||||
SIZE (jrtplib-3.6.0.tar.gz) = 459701
|
SIZE (jrtplib-3.7.0.tar.gz) = 466289
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#define RTPERRORS_H
|
#define RTPERRORS_H
|
||||||
|
|
||||||
+#include <stdio.h>
|
+#include <cstdio>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
std::string RTPGetErrorString(int errcode);
|
std::string RTPGetErrorString(int errcode);
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
--- src/rtpipv6destination.h.orig Tue Sep 26 22:12:59 2006
|
|
||||||
+++ src/rtpipv6destination.h Tue Sep 26 22:13:16 2006
|
|
||||||
@@ -65,9 +65,9 @@
|
|
||||||
rtpaddr.sin6_family = AF_INET6;
|
|
||||||
rtpaddr.sin6_port = htons(portbase);
|
|
||||||
rtpaddr.sin6_addr = ip;
|
|
||||||
- rtpaddr.sin6_family = AF_INET6;
|
|
||||||
- rtpaddr.sin6_port = htons(portbase+1);
|
|
||||||
- rtpaddr.sin6_addr = ip;
|
|
||||||
+ rtcpaddr.sin6_family = AF_INET6;
|
|
||||||
+ rtcpaddr.sin6_port = htons(portbase+1);
|
|
||||||
+ rtcpaddr.sin6_addr = ip;
|
|
||||||
}
|
|
||||||
in6_addr GetIP() const { return rtpaddr.sin6_addr; }
|
|
||||||
bool operator==(const RTPIPv6Destination &src) const
|
|
|
@ -3,7 +3,7 @@ It was partly developed for his thesis at the School for Knowledge Technology
|
||||||
(or 'School voor Kennistechnologie' in Dutch), a cooperation between the
|
(or 'School voor Kennistechnologie' in Dutch), a cooperation between the
|
||||||
'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM).
|
'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM).
|
||||||
|
|
||||||
WWW: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html
|
WWW: http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib
|
||||||
|
|
||||||
- Petr
|
- Petr
|
||||||
hopet@ics.muni.cz
|
hopet@ics.muni.cz
|
||||||
|
|
|
@ -47,7 +47,7 @@ include/jrtplib3/rtptypes_unix.h
|
||||||
include/jrtplib3/rtptypes_win.h
|
include/jrtplib3/rtptypes_win.h
|
||||||
include/jrtplib3/rtpudpv4transmitter.h
|
include/jrtplib3/rtpudpv4transmitter.h
|
||||||
include/jrtplib3/rtpudpv6transmitter.h
|
include/jrtplib3/rtpudpv6transmitter.h
|
||||||
lib/libjrtp-3.6.0.so
|
lib/libjrtp-3.7.0.so
|
||||||
lib/libjrtp.a
|
lib/libjrtp.a
|
||||||
lib/libjrtp.la
|
lib/libjrtp.la
|
||||||
lib/libjrtp.so
|
lib/libjrtp.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue