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

(-)anydesk/Makefile (-6 / +10 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/deskutils/anydesk/Makefile 484672 2018-11-11 09:32:19Z sunpoet $
1
# $FreeBSD: head/deskutils/anydesk/Makefile 484672 2018-11-11 09:32:19Z sunpoet $
2
2
3
PORTNAME=	anydesk
3
PORTNAME=	anydesk
4
DISTVERSION=	2.9.1
4
DISTVERSION=	5.1.0
5
CATEGORIES=	deskutils
5
CATEGORIES=	deskutils
6
MASTER_SITES=	https://download.anydesk.com/freebsd/
6
MASTER_SITES=	https://download.anydesk.com/freebsd/
7
DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}-${ARCH:S/amd64/x86_64/:S/i386/i386/}
7
DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}-${ARCH:S/amd64/x86_64/:S/i386/i386/}
Lines 16-26 Link Here
16
16
17
ONLY_FOR_ARCHS=	amd64 i386
17
ONLY_FOR_ARCHS=	amd64 i386
18
18
19
LIB_DEPENDS=	libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
19
LIB_DEPENDS=	libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
20
20
		libfontconfig.so:x11-fonts/fontconfig \
21
USE_GL=		gl
21
		libfreetype.so:print/freetype2 \
22
USE_GNOME=	gtk20 glib20 gdkpixbuf2 cairo
22
		libpolkit-gobject-1.so:sysutils/polkit \
23
USE_XORG=	x11 xi xcb xrandr xtst xext xfixes xdamage
23
		libinotify.so:devel/libinotify
24
25
USE_GL=		gl glu
26
USE_GNOME=	gtk20 glib20 gdkpixbuf2 cairo pangox-compat
27
USE_XORG=	x11 xi xcb xrandr xtst xext xfixes xdamage xrender
24
NO_BUILD=	YES
28
NO_BUILD=	YES
25
29
26
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
30
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)anydesk/distinfo (-5 / +4 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1521392807
1
SHA256 (anydesk-freebsd-5.1.0-x86_64.tar.gz) = f5bf21e896f183391da64de4263ab186cdeab7ceaa9b9927dccca0a5d68f4c02
2
SHA256 (anydesk-freebsd-2.9.1-x86_64.tar.gz) = aacc333b063b52f3f2b3c795a88003898faf51df733aa7c540c88db68bbdba69
2
SIZE (anydesk-freebsd-5.1.0-x86_64.tar.gz) = 4280118
3
SIZE (anydesk-freebsd-2.9.1-x86_64.tar.gz) = 2574053
3
SHA256 (anydesk-freebsd-5.1.0-i386.tar.gz) = 24c5fc26aa1b9ff1eb4e56014213b05cbccec87c19c16897c7268566ba70ae99
4
SHA256 (anydesk-freebsd-2.9.1-i386.tar.gz) = 267abec3fb76af7436ed8ab43047d4988b923a1451da3b734aab873cbb1eb0f5
4
SIZE (anydesk-freebsd-5.1.0-i386.tar.gz) = 3888887
5
SIZE (anydesk-freebsd-2.9.1-i386.tar.gz) = 2418470
(-)anydesk/pkg-descr (-5 / +5 lines)
Lines 1-8 Link Here
1
AnyDesk is fast remote desktop which uses DeskRT to provide
1
AnyDesk is fast remote desktop which uses DeskRT to provide 
2
a considerably better image quality and responsiveness than
2
a considerably better image quality and responsiveness than 
3
competing screensharing and remote desktop products.
3
competing screensharing and remote desktop products. 
4
DeskRT is a new and innovative video codec specifically
4
DeskRT is a new and innovative video codec specifically 
5
designed for the transmission of image material from
5
designed for the transmission of image material from 
6
graphical user interfaces.
6
graphical user interfaces.
7
7
8
WWW: https://anydesk.com/remote-desktop
8
WWW: https://anydesk.com/remote-desktop

Return to bug 239016