- Update to 1.0.3

PR:		139291
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2009-10-04 10:08:14 +00:00
parent 89bce76804
commit d27ae653bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242431
3 changed files with 13 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= lives
PORTVERSION= 1.0.2
PORTVERSION= 1.0.3
CATEGORIES= multimedia
MASTER_SITES= http://www.xs4all.nl/~salsaman/lives/current/
DISTNAME= LiVES-${PORTVERSION}

View File

@ -1,3 +1,3 @@
MD5 (LiVES-1.0.2.tar.bz2) = 7ed01aadedb8f37c15b1a488e9f88dfc
SHA256 (LiVES-1.0.2.tar.bz2) = 8f43af98534f0d99027253f618c0229b04e85cb5b3b6a735041e18aca10f79a8
SIZE (LiVES-1.0.2.tar.bz2) = 2846976
MD5 (LiVES-1.0.3.tar.bz2) = ba5f236cae66491987e5d14d8d9cb85e
SHA256 (LiVES-1.0.3.tar.bz2) = 1330956a14c56866308bd7b86e6230d6625499d57a1e04653131fb023094992c
SIZE (LiVES-1.0.3.tar.bz2) = 2845745

View File

@ -1,14 +1,13 @@
--- lives-plugins/plugins/playback/video/lives2lives_stream.c.orig 2008-07-29 16:13:33.000000000 +0900
+++ lives-plugins/plugins/playback/video/lives2lives_stream.c 2009-06-03 01:03:03.000000000 +0900
@@ -8,6 +8,11 @@
#include "videoplugin.h"
--- lives-plugins/plugins/playback/video/lives2lives_stream.c.orig 2009-08-12 05:42:46.000000000 +0900
+++ lives-plugins/plugins/playback/video/lives2lives_stream.c 2009-09-30 00:31:51.000000000 +0900
@@ -41,7 +41,10 @@
#include <unistd.h>
#include <stdlib.h>
#include <netdb.h>
+#include <sys/types.h>
+#include <sys/socket.h>
#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+
//////////////////////////////////////
#include <string.h>
#include <errno.h>