./x11/xeyes, Follow the mouse demo

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


Branch: CURRENT, Version: 1.3.0, Package name: xeyes-1.3.0, 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: 127.387 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-01 11:39:02 by Nia Alarie | Files touched by this commit (1)
Log message:
xeyes: Add missing dependency on libxcb for xcb-present.
   2023-07-14 08:39:46 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xeyes: update to 1.3.0.

xeyes is a simple utility used by X users to help them find lost cursors,
and by Wayland users to help see which windows are run via Xwayland vs.
natively.

This release adds a -biblicallyAccurate option for extra amusement.

Alan Coopersmith (8):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      man page: remove out-of-date reference to X(7)
      gitlab CI: stop requiring Signed-off-by in commits
      Add -help & -version options
      Print which argument was unknown before giving usage message
      xeyes 1.3.0

Serge Bazanski (1):
      Implement multi-ocular support, add biblical example
   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