c8b181e726
5.39 * New hacks, 'razzledazzle', 'peepers', 'crumbler' and `maze3d'. * More heuristics for using RSS feeds as image sources. * Android: Image loading works. * Built-in image assets are now PNG instead of XPM or XBM. * X11: Better font-loading fallback heuristics on systems with a terrible selection of installed fonts. * macOS: Retina display-related bug fixes. 5.38 * New hack, 'esper'. * macOS: Support for Retina displays. * X11: `webcollage' now works with ImageMagick instead of with pbmtools if `webcollage-helper' is not installed. * 'bsod' now accepts Dunning-Krugerrands. * Android: These hacks work now: 'anemone', 'anemotaxis', 'atlantis', 'bouboule', 'celtic', 'compass', 'crackberg', 'epicycle', 'fuzzyflakes', 'goop', 'kumppa' 'munch', 'pacman', 'polyominoes', 'slip'. * Android: Thick lines work better for: 'anemone', 'anemotaxis', 'celtic', 'compass', 'deluxe', 'epicycle', 'fuzzyflakes', 'pacman' * Android: Assorted performance improvements, especially for 'kumppa' and 'slip'. * Android TV: Daydreams work. * iOS: Tweaks for iPhone X. * Lots of xlockmore-derived hacks now have animated erase routines. * 'crystal' works properly on non-X11 systems. * 'm6502' now includes 'texture.asm'. * X11: Try harder to find sensible fonts for the password dialog.
30 lines
956 B
Makefile
30 lines
956 B
Makefile
# $NetBSD: Makefile,v 1.112 2018/06/25 08:42:39 wiz Exp $
|
|
|
|
COMMENT= Screen saver and locker for the X window system
|
|
|
|
CONFLICTS+= xscreensaver-gnome<4.14
|
|
|
|
.include "Makefile.common"
|
|
.include "options.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
CONFIGURE_ARGS+= --without-gtk
|
|
#CONFIGURE_ARGS+= --with-xml=${BUILDLINK_PREFIX.libxml2}
|
|
CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config
|
|
|
|
EGDIR= ${PREFIX}/share/examples/xscreensaver
|
|
MESSAGE_SUBST+= EGDIR=${EGDIR:Q}
|
|
|
|
INSTALLATION_DIRS= ${EGDIR}/pam.d
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/pam-xscreensaver-NetBSD \
|
|
${DESTDIR}${EGDIR}/pam.d/xscreensaver-NetBSD
|
|
|
|
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXxf86misc/buildlink3.mk"
|
|
.include "../../x11/libXxf86vm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|