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

(-)b/x11/libinput/Makefile (-1 / +1 lines)
Lines 1-46 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	libinput
3
PORTNAME=	libinput
4
PORTVERSION=	1.15.1
4
PORTVERSION=	1.15.2
5
CATEGORIES=	x11
5
CATEGORIES=	x11
6
MASTER_SITES=	http://freedesktop.org/software/${PORTNAME}/
6
MASTER_SITES=	http://freedesktop.org/software/${PORTNAME}/
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
9
COMMENT=	Generic input library
9
COMMENT=	Generic input library
10
10
11
LICENSE=	MIT
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}evdev>0:devel/py-evdev@${PY_FLAVOR} \
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}evdev>0:devel/py-evdev@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}pyudev>0:devel/py-pyudev@${PY_FLAVOR}
15
		${PYTHON_PKGNAMEPREFIX}pyudev>0:devel/py-pyudev@${PY_FLAVOR}
16
LIB_DEPENDS=	libevdev.so:devel/libevdev \
16
LIB_DEPENDS=	libevdev.so:devel/libevdev \
17
		libepoll-shim.so:devel/libepoll-shim \
17
		libepoll-shim.so:devel/libepoll-shim \
18
		libudev.so:devel/libudev-devd \
18
		libudev.so:devel/libudev-devd \
19
		libmtdev.so:devel/libmtdev
19
		libmtdev.so:devel/libmtdev
20
20
21
USES=		localbase meson pkgconfig python:3.4+,run shebangfix tar:xz
21
USES=		localbase meson pkgconfig python:3.4+,run shebangfix tar:xz
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
24
MESON_ARGS+=	-Ddocumentation=false -Dtests=false
24
MESON_ARGS+=	-Ddocumentation=false -Dtests=false
25
25
26
python_OLD_CMD=	"/usr/bin/env python3"
26
python_OLD_CMD=	"/usr/bin/env python3"
27
SHEBANG_FILES=	tools/libinput-measure-fuzz.py \
27
SHEBANG_FILES=	tools/libinput-measure-fuzz.py \
28
		tools/libinput-measure-touch-size.py \
28
		tools/libinput-measure-touch-size.py \
29
		tools/libinput-measure-touchpad-pressure.py \
29
		tools/libinput-measure-touchpad-pressure.py \
30
		tools/libinput-measure-touchpad-tap.py \
30
		tools/libinput-measure-touchpad-tap.py \
31
		tools/libinput-replay
31
		tools/libinput-replay
32
32
33
OPTIONS_DEFINE=	DEBUG_GUI LIBWACOM
33
OPTIONS_DEFINE=	DEBUG_GUI LIBWACOM
34
OPTIONS_DEFAULT=LIBWACOM
34
OPTIONS_DEFAULT=LIBWACOM
35
OPTIONS_SUB=	yes
35
OPTIONS_SUB=	yes
36
36
37
DEBUG_GUI_DESC=	Build the GUI event viewer
37
DEBUG_GUI_DESC=	Build the GUI event viewer
38
LIBWACOM_DESC=	Libwacom support
38
LIBWACOM_DESC=	Libwacom support
39
39
40
DEBUG_GUI_USES=		gnome
40
DEBUG_GUI_USES=		gnome
41
DEBUG_GUI_USE=		GNOME=gtk30,glib20,cairo
41
DEBUG_GUI_USE=		GNOME=gtk30,glib20,cairo
42
DEBUG_GUI_MESON_TRUE=	debug-gui
42
DEBUG_GUI_MESON_TRUE=	debug-gui
43
LIBWACOM_LIB_DEPENDS=	libwacom.so:x11/libwacom
43
LIBWACOM_LIB_DEPENDS=	libwacom.so:x11/libwacom
44
LIBWACOM_MESON_TRUE=	libwacom
44
LIBWACOM_MESON_TRUE=	libwacom
45
45
46
.include <bsd.port.mk>
46
.include <bsd.port.mk>
(-)b/x11/libinput/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1581363218
1
TIMESTAMP = 1582190957
2
SHA256 (libinput-1.15.1.tar.xz) = 6b2f57495c6f173ecf49ee19d3e10087d9916a52711e1b5eb01e0d9635950c16
2
SHA256 (libinput-1.15.2.tar.xz) = 971c3fbfb624f95c911adeb2803c372e4e3647d1b98f278f660051f834597747
3
SIZE (libinput-1.15.1.tar.xz) = 579236
3
SIZE (libinput-1.15.2.tar.xz) = 580624
4
- 

Return to bug 244240