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

(-)Makefile (-10 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gtk-vnc
4
PORTNAME=	gtk-vnc
5
PORTVERSION=	0.7.2
5
PORTVERSION=	1.0.0
6
PORTREVISION=	1
7
CATEGORIES=	net gnome
6
CATEGORIES=	net gnome
8
MASTER_SITES=	GNOME
7
MASTER_SITES=	GNOME
9
8
Lines 19-33 Link Here
19
		libgpg-error.so:security/libgpg-error \
18
		libgpg-error.so:security/libgpg-error \
20
		libsasl2.so:security/cyrus-sasl2
19
		libsasl2.so:security/cyrus-sasl2
21
20
22
USES=		gettext gmake gnome libtool localbase pathfix pkgconfig python \
21
USES=		gettext gnome libtool localbase meson pathfix pkgconfig \
23
		tar:xz xorg
22
		python tar:xz xorg
24
USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool introspection:build
23
USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool introspection:build
25
USE_XORG=	x11
24
USE_XORG=	x11
26
USE_LDCONFIG=	yes
27
GNU_CONFIGURE=	yes
28
CONFIGURE_ARGS=	--enable-introspection \
29
		--disable-plugin --without-python
30
INSTALL_TARGET=	install-strip
31
25
32
OPTIONS_DEFINE=	PULSEAUDIO
26
OPTIONS_DEFINE=	PULSEAUDIO
33
OPTIONS_DEFAULT=PULSEAUDIO
27
OPTIONS_DEFAULT=PULSEAUDIO
Lines 34-40 Link Here
34
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
35
29
36
PULSEAUDIO_DESC=	use PulseAudio for audio playback
30
PULSEAUDIO_DESC=	use PulseAudio for audio playback
37
PULSEAUDIO_CONFIGURE_WITH=	pulseaudio
38
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
31
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
32
PULSEAUDIO_MESON_TRUE=	pulseaudio
39
33
40
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1522058863
1
TIMESTAMP = 1608174673
2
SHA256 (gtk-vnc-0.7.2.tar.xz) = f893f32b1ef6d09dd23cda39b8a2567be7c2aebda58026288e1362f042e20808
2
SHA256 (gtk-vnc-1.0.0.tar.xz) = a81a1f1a79ad4618027628ffac27d3391524c063d9411c7a36a5ec3380e6c080
3
SIZE (gtk-vnc-0.7.2.tar.xz) = 447088
3
SIZE (gtk-vnc-1.0.0.tar.xz) = 215904
(-)pkg-plist (-1 / +1 lines)
Lines 3-9 Link Here
3
include/gtk-vnc-2.0/vncdisplay.h
3
include/gtk-vnc-2.0/vncdisplay.h
4
include/gtk-vnc-2.0/vncdisplayenums.h
4
include/gtk-vnc-2.0/vncdisplayenums.h
5
include/gtk-vnc-2.0/vncgrabsequence.h
5
include/gtk-vnc-2.0/vncgrabsequence.h
6
include/gtk-vnc-2.0/vncimageframebuffer.h
6
include/gtk-vnc-2.0/vnccairoframebuffer.h
7
include/gvnc-1.0/gvnc.h
7
include/gvnc-1.0/gvnc.h
8
include/gvnc-1.0/vncaudio.h
8
include/gvnc-1.0/vncaudio.h
9
include/gvnc-1.0/vncaudioformat.h
9
include/gvnc-1.0/vncaudioformat.h

Return to bug 251911