mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
upgrade to 3.5.2
PR: 95461 Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw> Approved by: maintainer
This commit is contained in:
parent
2c28f83a52
commit
28555c76f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159451
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= jrtplib
|
||||
PORTVERSION= 3.1.0
|
||||
PORTVERSION= 3.5.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://research.edm.luc.ac.be/jori/jrtplib/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (jrtplib-3.1.0.tar.gz) = 2a3e268a2d422bca69884b9c5be522d7
|
||||
SHA256 (jrtplib-3.1.0.tar.gz) = db4d586eff3832856049e24ed080b59a5327d9526e2fd0ccd8dc738586500845
|
||||
SIZE (jrtplib-3.1.0.tar.gz) = 410223
|
||||
MD5 (jrtplib-3.5.2.tar.gz) = 8513b05b41fe72447f5805d6b45e4ef9
|
||||
SHA256 (jrtplib-3.5.2.tar.gz) = f2b487e739a80772df0a5f06d42a7d80e2a5cc3b06d2e15ba66ec1fb5a384a92
|
||||
SIZE (jrtplib-3.5.2.tar.gz) = 441786
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- src/extratransmitters/rtpfaketransmitter.cpp.orig Fri Apr 7 13:54:07 2006
|
||||
+++ src/extratransmitters/rtpfaketransmitter.cpp Fri Apr 7 13:54:25 2006
|
||||
@@ -51,6 +51,7 @@
|
||||
#include "rtptimeutilities.h"
|
||||
#include <stdio.h>
|
||||
|
||||
+#include <sys/socket.h>
|
||||
#include <net/if.h>
|
||||
#include <string.h>
|
||||
#include <netdb.h>
|
@ -3,8 +3,6 @@ It was partly developed for his thesis at the School for Knowledge Technology
|
||||
(or 'School voor Kennistechnologie' in Dutch), a cooperation between the
|
||||
'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM).
|
||||
|
||||
The latest version of the library is 3.1.0 (as of November, 2004)
|
||||
|
||||
WWW: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html
|
||||
|
||||
- Petr
|
||||
|
@ -18,6 +18,7 @@ include/jrtplib3/rtpconfig_win.h
|
||||
include/jrtplib3/rtpdebug.h
|
||||
include/jrtplib3/rtpdefines.h
|
||||
include/jrtplib3/rtperrors.h
|
||||
include/jrtplib3/rtpfaketransmitter.h
|
||||
include/jrtplib3/rtphashtable.h
|
||||
include/jrtplib3/rtpinternalsourcedata.h
|
||||
include/jrtplib3/rtpipv4address.h
|
||||
@ -44,7 +45,7 @@ include/jrtplib3/rtptypes_unix.h
|
||||
include/jrtplib3/rtptypes_win.h
|
||||
include/jrtplib3/rtpudpv4transmitter.h
|
||||
include/jrtplib3/rtpudpv6transmitter.h
|
||||
lib/libjrtp-3.1.0.so
|
||||
lib/libjrtp-3.5.2.so
|
||||
lib/libjrtp.a
|
||||
lib/libjrtp.la
|
||||
lib/libjrtp.so
|
||||
|
Loading…
Reference in New Issue
Block a user