View | Details | Raw Unified | Return to bug 240348
Collapse All | Expand All

(-)Makefile (-4 / +7 lines)
Lines 3-11 Link Here
3
3
4
PORTNAME=	farstream
4
PORTNAME=	farstream
5
PORTVERSION=	0.2.8
5
PORTVERSION=	0.2.8
6
PORTREVISION=	1
6
CATEGORIES=	net-im devel
7
CATEGORIES=	net-im devel
7
MASTER_SITES=	http://freedesktop.org/software/farstream/releases/farstream/
8
MASTER_SITES=	http://freedesktop.org/software/farstream/releases/farstream/
8
9
10
PATCH_SITES=	https://gitlab.collabora.com/farstream/farstream/commit/
11
PATCHFILES=	11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch:-p1
12
9
MAINTAINER=	gnome@FreeBSD.org
13
MAINTAINER=	gnome@FreeBSD.org
10
COMMENT=	Collection of GStreamer modules and libraries for videoconferencing
14
COMMENT=	Collection of GStreamer modules and libraries for videoconferencing
11
15
Lines 12-25 Link Here
12
LIB_DEPENDS=	libnice.so:net-im/libnice
16
LIB_DEPENDS=	libnice.so:net-im/libnice
13
RUN_DEPENDS=	libnice-gst1>=0:net-im/libnice-gst1
17
RUN_DEPENDS=	libnice-gst1>=0:net-im/libnice-gst1
14
18
19
USES=		gettext gmake gnome libtool localbase:ldflags pathfix \
20
		pkgconfig python
15
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
16
USES=		gettext libtool gmake pathfix pkgconfig python
17
USE_GNOME=	glib20 introspection:build
22
USE_GNOME=	glib20 introspection:build
18
USE_GSTREAMER1=	good bad
23
USE_GSTREAMER1=	good bad
24
19
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
20
21
CPPFLAGS+=	-I${LOCALBASE}/include
22
LDFLAGS+=	-L${LOCALBASE}/lib
23
INSTALL_TARGET=	install-strip
26
INSTALL_TARGET=	install-strip
24
27
25
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Lines 1-2 Link Here
1
TIMESTAMP = 1567675919
1
SHA256 (farstream-0.2.8.tar.gz) = 2b3b9c6b4f64ace8c83e03d1da5c5a2884c1cae10b35471072b574201ab38908
2
SHA256 (farstream-0.2.8.tar.gz) = 2b3b9c6b4f64ace8c83e03d1da5c5a2884c1cae10b35471072b574201ab38908
2
SIZE (farstream-0.2.8.tar.gz) = 1315548
3
SIZE (farstream-0.2.8.tar.gz) = 1315548
4
SHA256 (11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch) = 6e0cfb79e7b738884ef50fe01c992d556f9e720207199ef8b3cc9a9e61efa0a3
5
SIZE (11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch) = 2164

Return to bug 240348