./x11/xeyes, Follow the mouse demo

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.0nb1, Package name: xeyes-1.2.0nb1, Maintainer: pkgsrc-users

The xeyes program is a simple demo of how to follow the mouse cursor.

This is from the modular X.org X11 project.


Required to run:
[x11/Xrender]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 135.955 KB

Version history: (Expand)


CVS history: (Expand)


   2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223)
Log message:
Reset MAINTAINER
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2021-08-03 10:48:51 by Ryo ONODERA | Files touched by this commit (1)
Log message:
xeyes: Remove devel/xorg-util-macros dependency. Bump PKGREVISION

It is warning and not error.
Noticed by wiz@. Thank you.
   2021-08-03 05:45:25 by Ryo ONODERA | Files touched by this commit (1)
Log message:
xeyes: Fix build. xorg-macros.pc and xi.pc are required to build
   2021-08-02 12:38:48 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xeyes: update to 1.2.0.

This release of xeyes adds support for using the Present and Xinput2
extensions so that your X server is even smoother when making eyes at you.

Alan Coopersmith (4):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Remove redundant declaration of hypot() for SVR4 systems
      xeyes 1.2.0

Keith Packard (3):
      Add support for the 'Present' extension. [v3]
      Use XI2 raw events to notice when mouse moves [v2]
      Clean up compiler warnings
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2018-03-10 09:00:05 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xeyes: update to 1.1.2.

Alan Coopersmith (4):
      Mark usage as noreturn, as suggested by -Wmissing-noreturn
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xeyes 1.1.2

Emil Velikov (1):
      autogen.sh: use quoted string variables

Gaetan Nadon (2):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: move man pages into their own directory

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish