2015-04-18 05:11:48 by Blue Rats | Files touched by this commit (6) |  |
Log message:
libgcrypt and openssl are PKG_OPTIONS, with openssl enabled by default.
libgcrypt doesn't get used if openssl is installed. There's no way of disabling
openssl if it's found. Fix infodir using SUBST. Depends on latest version of
ucommon. From ChangeLog:
Changes from 2.1.1 to 2.1.2
- use ucommon cmake macros
- copyright assignment to Cherokees of Idaho
- copyright updates and corrections to bring current
Changes from 2.1.0 to 2.1.1
- fix endianness checks
- cleanup alloc/dealloc
- configure: fix libtoolize warning
- requires ucommon 6.2.2 for endian fixes
Changes from 2.0.9 to 2.1.0
- configure: add option to disable compilation of demos
- OSX: Check for macports glibtoolize.
- modernized cmake
- use standard header for malloc
- uptick of abi version for ucommon
2014-04-14 David Sugar (for 2.0.9)
Merged fix from Alexandre Lision for initial rtcp seq #
|
2014-04-05 15:56:00 by Blue Rats | Files touched by this commit (2) |
Log message:
Updated to 2.0.8. From ChangeLog:
Fixed for gcrypt >= 1.6.0...
Improved demos
Clang fixes & code cleanup from static analysis
Cleanup of configure
|
2014-02-21 21:30:27 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix build with newer libgcrypt.
|
2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568) |
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
|
2014-01-01 12:52:43 by Thomas Klausner | Files touched by this commit (776) |
Log message:
Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.
|
2013-06-27 03:39:09 by Blue Rats | Files touched by this commit (2) |
Log message:
Updated to latest release. No functional differences in pkgsrc files. From
ChangeLog:
2013-06-03 Tristan Matth
Uninitialized control message and rtcp messages.
|
2013-04-22 08:03:36 by Blue Rats | Files touched by this commit (2) |
Log message:
Reduce included dependencies to the bare minimum.
|
2013-04-17 02:54:17 by Blue Rats | Files touched by this commit (6) |
Log message:
Import ccrtp-2.0.5 as net/ccrtp from pkgsrc-wip, originally packaged
by pancake ;) <poppnk@users.sourceforge.net>.
Welcome to GNU ccRTP, the RTP protocol stack of GNU Common C++ and the
GNU project. GNU ccRTP was created as a "generic" and high performance
RTP stack and uses queued packet lists for both sending and receiving of
realtime data. A single scheduler thread both schedules delivery of
timestamped outgoing packets, and processes incoming packets into the
receive queue. A seperate thread or process can then feed data into the
stack for delivery and process pending requests without interfering with
the stack service thread itself.
|