blob: 6027d223bdf10fe878574175c711eba9269178c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
PORTNAME= mutter
PORTVERSION= 47.8.1
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Window and compositing manager based on Clutter
WWW= https://gnome.pages.gitlab.gnome.org/mutter/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
PORTSCOUT= limit:^47\.
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
gnome-settings-daemon>0:sysutils/gnome-settings-daemon \
gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \
xkeyboard-config>0:x11/xkeyboard-config \
dbus>0:devel/dbus
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libgudev-1.0.so:devel/libgudev \
libdrm.so:graphics/libdrm \
libinput.so:x11/libinput \
libgbm.so:graphics/mesa-libs \
libfontconfig.so:x11-fonts/fontconfig \
libfribidi.so:converters/fribidi \
libgraphene-1.0.so:graphics/graphene \
libjson-glib-1.0.so:devel/json-glib \
libpipewire-0.3.so:multimedia/pipewire \
libstartup-notification-1.so:x11/startup-notification \
libupower-glib.so:sysutils/upower \
libxkbcommon.so:x11/libxkbcommon \
libxkbfile.so:x11/libxkbfile \
liblcms2.so:graphics/lcms2 \
libcolord.so:graphics/colord \
libharfbuzz.so:print/harfbuzz \
libei.so:x11/libei \
libdisplay-info.so:sysutils/libdisplay-info
RUN_DEPENDS= gnome-settings-daemon>0:sysutils/gnome-settings-daemon \
gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \
xkeyboard-config>0:x11/xkeyboard-config
USES= compiler:c++0x gettext gl gnome localbase meson pkgconfig \
tar:xz xorg
USE_GL= egl gbm
USE_GNOME= atk cairo gdkpixbuf gnomedesktop4 gtk40 introspection:build
USE_XORG= ice pixman sm x11 xcb xcomposite xcursor xdamage xext \
xfixes xi xinerama xrandr xrender xtst
USE_LDCONFIG= yes
CFLAGS+= -Wno-unknown-warning-option -Wno-format-nonliteral
CPPFLAGS+= -fno-omit-frame-pointer
MESON_ARGS= -Dlibdisplay_info=enabled \
-Dlibwacom=false \
-Dnative_backend=false \
-Dprofiler=false \
-Dsystemd=false \
-Dtests=disabled \
-Dcogl_tests=false \
-Dclutter_tests=false \
-Dmutter_tests=false \
-Dinstalled_tests=false
# Required by embedded cogl/clutter forks.
MESON_ARGS+= -Dgles2_libname=libGLESv2 \
-Dopengl_libname=libGL.so
GLIB_SCHEMAS= org.gnome.mutter.gschema.xml \
org.gnome.mutter.wayland.gschema.xml
OPTIONS_DEFINE= WAYLAND
OPTIONS_DEFAULT= WAYLAND
OPTIONS_SUB= yes
WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols \
xwayland>0:x11-servers/xwayland
WAYLAND_LIB_DEPENDS= libwayland-server.so:graphics/wayland
WAYLAND_RUN_DEPENDS= xwayland>0:x11-servers/xwayland
WAYLAND_USE= XORG=xau
WAYLAND_MESON_TRUE= wayland \
xwayland
.include <bsd.port.mk>
|