e9a99c4a2e
- Drop three patches, those are now included in upstream code. patch-aa patch-hacks_Makefile.in patch-hacks_memscroller.c - recover pt_BR.po (seems not empty) Makefile and patch-ab (upstream) - Update 5.29 to 5.32 ------------------- 5.32 * Fixed some X11 compilation problems. * Fixed display size and shake gestures on iOS. 5.31 * New hacks, `geodesicgears', `binaryring' and `cityflow'. * UTF-8 text support (instead of only Latin1) and antialiased text on X11 with Xft (instead of only on OSX/iOS) in `fontglide', `noseguy', `fliptext', `starwars', and `winduprobot'. The other text-displaying hacks (`apple2', `phosphor', `xmatrix', and `gltext') also now accept UTF-8 input, though they convert it to Latin1 or ASCII. * `glplanet' now has both day and night maps, and a sharp terminator. * Fixed `webcollage' on OSX. * Fixed a transparency glitch in `winduprobot'. * `lockward' works on iOS. * Text and image loading work on OSX 10.10. * Rotation works properly on iOS 8. * Added a search field on iOS. * Preliminary, unfinished support for Android. 5.30 * New hack, `winduprobot'. * Many improvements to `lament', including Leviathan. * Fixed the normals in `flyingtoasters': shading is correct now. * Implemented TEXTURE_GEN in GLES: flying toast is now toasted on iOS. * Make cel-shading sort-of work in `skytentacles' on iOS. * Fixed dragging-to-rotate on rotated iOS devices, I think. * Dragging has inertia now. * Most hacks respond to mouse-clicks, double-taps and swipes as meaning "do something different now". * Reworked OpenGL fonts. * The OSX auto-update installer wasn't working. This time for sure? * Various minor fixes.
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.105 2015/05/09 03:58:15 mef 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}
|
|
|
|
# Remove useless locale files that have no translations in them.
|
|
# use pipes from 5.17, the new version is too slow
|
|
post-extract:
|
|
cd ${WRKSRC}/po && ${RM} -f ca.po
|
|
${CP} ${FILESDIR}/pipes.c ${WRKSRC}/hacks/glx
|
|
|
|
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"
|