pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

modular-xorg-xephyr: add conversion to meson



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Aug 21 19:14:12 2026 +0200
Changeset:	b542208e132a22ddeea03d93667e9d99b943e966

Modified Files:
	Makefile
Added Files:
	modular-xorg-xephyr/DESCR
	modular-xorg-xephyr/Makefile
	modular-xorg-xephyr/PLIST

Log Message:
modular-xorg-xephyr: add conversion to meson

based on latest release candidate

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b542208e132a22ddeea03d93667e9d99b943e966

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                     |  1 +
 modular-xorg-xephyr/DESCR    |  8 ++++++++
 modular-xorg-xephyr/Makefile | 35 +++++++++++++++++++++++++++++++++++
 modular-xorg-xephyr/PLIST    |  3 +++
 4 files changed, 47 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 1518d4bba3..17e211b9d0 100644
--- a/Makefile
+++ b/Makefile
@@ -2463,6 +2463,7 @@ SUBDIR+=	modular-xorg-server
 SUBDIR+=	modular-xorg-server-dfbsd
 SUBDIR+=	modular-xorg-server-dfbsd-meson
 SUBDIR+=	modular-xorg-server-linux
+SUBDIR+=	modular-xorg-xephyr
 SUBDIR+=	modular-xorg-xspice
 SUBDIR+=	moe
 SUBDIR+=	mofilereader
diff --git a/modular-xorg-xephyr/DESCR b/modular-xorg-xephyr/DESCR
new file mode 100644
index 0000000000..8c5443ee5b
--- /dev/null
+++ b/modular-xorg-xephyr/DESCR
@@ -0,0 +1,8 @@
+A kdrive based X Server which targets a window on a host X Server as its
+framebuffer.
+
+Unlike Xnest it supports modern X extensions (even if host server
+doesn't) such as Composite, Damage, randr etc (no GLX support now). It
+uses SHM Images and shadow framebuffer updates to provide good
+performance. It also has a visual debugging mode for observing screen
+updates.
diff --git a/modular-xorg-xephyr/Makefile b/modular-xorg-xephyr/Makefile
new file mode 100644
index 0000000000..9ac2eef421
--- /dev/null
+++ b/modular-xorg-xephyr/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.32 2026/06/03 13:13:05 wiz Exp $
+
+DISTNAME=	xorg-server-${XORG_VERSION}
+PKGNAME=	modular-xorg-xephyr-${XORG_VERSION}
+
+DISTINFO_FILE=		${.CURDIR}/../../wip/modular-xorg-server/distinfo
+PATCHDIR=		${.CURDIR}/../../wip/modular-xorg-server/patches
+
+MAINTAINER=	khorben%defora.org@localhost
+COMMENT=	Xephyr server based on kdrive from modular X.org
+
+BROKEN_ON_PLATFORM+=	Darwin-*-*
+
+.include "../../wip/modular-xorg-server/Makefile.common"
+
+MESON_ARGS+=		-Dxorg=false
+MESON_ARGS+=		-Dxephyr=true
+MESON_ARGS+=		-Dxnest=false
+MESON_ARGS+=		-Dxvfb=false
+
+post-install:
+	${RM} ${DESTDIR}${PREFIX}/lib/xorg/protocol.txt
+	${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/Xserver.1
+	if [ -f ${DESTDIR}${PREFIX}/share/doc/xorg-server/Xserver-DTrace.xml ]; then \
+		${RM} ${DESTDIR}${PREFIX}/share/doc/xorg-server/Xserver-DTrace.xml; \
+	fi
+
+.include "../../wip/modular-xorg-server/options.mk"
+
+.include "../../x11/xcb-util/buildlink3.mk"
+.include "../../x11/xcb-util-image/buildlink3.mk"
+.include "../../x11/xcb-util-renderutil/buildlink3.mk"
+.include "../../x11/xcb-util-wm/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/modular-xorg-xephyr/PLIST b/modular-xorg-xephyr/PLIST
new file mode 100644
index 0000000000..21fba2f330
--- /dev/null
+++ b/modular-xorg-xephyr/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2015/07/05 13:16:44 khorben Exp $
+bin/Xephyr
+man/man1/Xephyr.1


Home | Main Index | Thread Index | Old Index