summaryrefslogtreecommitdiff
path: root/multimedia/libnms/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-09-10 16:27:14 +0000
committerxtraeme <xtraeme>2007-09-10 16:27:14 +0000
commit77ef4fbd71ca392e049aea3ee7b81d7d39803b8b (patch)
tree7b80ea853624189f914b8997b7fb9914ce62b27c /multimedia/libnms/patches
parentb21f9fb4c79ff3559933975e2fe775e32605e673 (diff)
downloadpkgsrc-77ef4fbd71ca392e049aea3ee7b81d7d39803b8b.tar.gz
Initial import of libnms-0.6.0 from pkgsrc-wip, packaged by
jfranz at bsdprojects dot net. libnms lets you add multimedia streaming playback in your applications in a quick and straightforward way. This software, derived from the experience matured with NeMeSi is fully compliant with IETF's standards for real-time streaming of multimedia contents over Internet. libnms implements RTSP - Real-Time Streaming Protocol (RFC2326) and RTP/RTCP - Real-Time Transport Protocol/RTP Control Protocol (RFC3550) supporting the RTP Profile for Audio and Video Conferences with Minimal Control (RFC3551). Currently libnms is relatively stable API wise and the most enlighting documentation are the example code and the partially doxygenized headers.
Diffstat (limited to 'multimedia/libnms/patches')
-rw-r--r--multimedia/libnms/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/libnms/patches/patch-aa b/multimedia/libnms/patches/patch-aa
new file mode 100644
index 00000000000..f992ee7f0e5
--- /dev/null
+++ b/multimedia/libnms/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/09/10 16:27:14 xtraeme Exp $
+
+--- include/nemesi/wsocket.h.orig Mon Oct 23 16:13:55 2006
++++ include/nemesi/wsocket.h
+@@ -40,6 +40,7 @@
+ #include <sys/socket.h>
+ #include <arpa/inet.h>
+ #include <netdb.h>
++#include <netinet/in.h>
+
+ #include <nemesi/comm.h>
+ #include <nemesi/types.h>