Fix build with libnice-0.0.11 and depend on it.
Bump PKGREVISION. Fixes PR 43241 by Muhammad Hallaj Subery.
This commit is contained in:
parent
a5080a0dc8
commit
ba0d273001
3 changed files with 18 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.7 2010/02/10 19:17:42 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2010/05/05 21:51:49 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= farsight2-0.0.17
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= chat multimedia
|
||||
MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/
|
||||
|
||||
|
@ -41,6 +41,7 @@ BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.23
|
|||
BUILDLINK_API_DEPENDS.gst-python+= ${PYPKGPREFIX}-gstreamer0.10>=0.10.10
|
||||
.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
|
||||
.include "../../net/gupnp-igd/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libnice+= libnice>=0.0.11
|
||||
.include "../../net/libnice/buildlink3.mk"
|
||||
.include "../../textproc/gtk-doc/buildlink3.mk"
|
||||
.include "../../x11/py-gtk2/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/01/20 09:26:52 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.6 2010/05/05 21:51:49 wiz Exp $
|
||||
|
||||
SHA1 (farsight2-0.0.17.tar.gz) = 6e4b3376b9f33ab659b231bbbb2155d4e1b202cc
|
||||
RMD160 (farsight2-0.0.17.tar.gz) = bd6238a3376d0448e32fd0c50b80ccb3220132e2
|
||||
|
@ -6,6 +6,7 @@ Size (farsight2-0.0.17.tar.gz) = 1025565 bytes
|
|||
SHA1 (patch-aa) = 71d75037d2e8c5ee7cf0068673da67e74e4a6aa9
|
||||
SHA1 (patch-ab) = 27fd12ad2d1774cbeb7c11a4cee5b40e5ea97853
|
||||
SHA1 (patch-ac) = ff7eabcbbad1a81eb10ff91ea459d439866edaee
|
||||
SHA1 (patch-ad) = cfeac35e148d96e122a280d4adca54b23c369cf9
|
||||
SHA1 (patch-ai) = 6459729f80f592a2a333d683b05a139b499f46c6
|
||||
SHA1 (patch-aj) = 816318707d1463df27b37734baedadb338452fb0
|
||||
SHA1 (patch-ak) = 591ab7b6afefc84443280b01c765492007686ff6
|
||||
|
|
13
multimedia/farsight2/patches/patch-ad
Normal file
13
multimedia/farsight2/patches/patch-ad
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ad,v 1.3 2010/05/05 21:51:49 wiz Exp $
|
||||
|
||||
--- transmitters/nice/fs-nice-stream-transmitter.c.orig 2009-12-27 16:38:04.000000000 +0000
|
||||
+++ transmitters/nice/fs-nice-stream-transmitter.c
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
-#include <udp-bsd.h>
|
||||
+#include <pseudotcp.h>
|
||||
|
||||
#define GST_CAT_DEFAULT fs_nice_transmitter_debug
|
||||
|
Loading…
Reference in a new issue