#17372 closed enhancement (fixed)

xcursorgen-1.0.8 xgamma-1.0.7 xprop-1.2.6 xrandr-1.5.2 xset-1.2.5 xvinfo-1.1.5 (Xorg apps)

Reported by: Bruce Dubbs Owned by: pierre
Priority: normal Milestone: 11.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

All point versions.

Change History (3)

comment:1 by pierre, 17 months ago

Owner: changed from blfs-book to pierre
Status: newassigned

comment:2 by pierre, 17 months ago

xcursorgen prepares X11 cursor sets for use with libXcursor.

Alan Coopersmith (7):

  • gitlab CI: add a basic build test
  • Build xz tarballs instead of bzip2
  • gitlab CI: stop requiring Signed-off-by in commits
  • premultiply_data(): Mark png argument unused
  • Handle -Wimplicit-int-conversion warnings from clang
  • Resolve -Wsign-conversion warnings from clang
  • xcursorgen 1.0.8

xgamma allows X users to query and alter the gamma correction of a monitor via the X video mode extension (XFree86-VidModeExtension).

Alan Coopersmith (8):

  • Update README for gitlab migration
  • Update configure.ac bug URL for gitlab migration
  • gitlab CI: add a basic build test
  • Build xz tarballs instead of bzip2
  • Resolve -Wdouble-promotion warnings from clang
  • Refactor to reduce code duplication
  • Use strtof() if available, instead of casting atof() to float
  • xgamma 1.0.7

Emil Velikov (1):

  • autogen.sh: use quoted string variables

Mihail Konev (1):

  • autogen: add default patch prefix

Peter Hutterer (1):

  • autogen.sh: use exec instead of waiting for configure to finish

xprop is a command line tool to display and/or set window and font properties of an X server.

Alan Coopersmith (10):

  • Fix spelling/wording issues
  • gitlab CI: add a basic build test
  • Build xz tarballs instead of bzip2
  • gitlab CI: stop requiring Signed-off-by in commits
  • Mark help(), usage(), and grammar() with _X_NORETURN _X_COLD
  • Declare help() and print_help() as static
  • Rename "dpy" function arguments to "display" to avoid shadowing global
  • Resolve many gcc -Wsign-compare warnings
  • Variable scope reductions as suggested by cppcheck
  • xprop 1.2.6

xrandr - primitive command line interface to X11 Resize, Rotate, and Reflect (RandR) extension

Alan Coopersmith (9):

  • gitlab CI: add a basic build test
  • Fix spelling/wording issues
  • gitlab CI: stop requiring Signed-off-by in commits
  • Variable scope reductions as suggested by cppcheck
  • Fix a -Wsign-compare warning
  • Remove unused macros left over from original RandR 1.2 code
  • Remove unused definition of rectangle_t
  • Constify array argument to find_last_non_clamped()
  • xrandr 1.5.2

xset is used to set various user preference options of the X server.

This release changes the configure script to default to --without-xf86misc, disabling the build of support for the XFree86-Misc extension and dropping the dependency on libXxf86misc.

Support for the XFree86-Misc extension was removed in the xserver-1.6.0 release in 2008, so this code is unusable on most systems now. The gitlab repo for the libXxf86misc client library was archived in 2018, ending the maintenance of that library by X.Org.

Anyone who really still wants to build this code can do so by passing --with-xf86misc to the configure script, but you're on your own if you do.

Alan Coopersmith (14):

  • Update README for gitlab migration
  • Update configure.ac bug URL for gitlab migration
  • Use the real name of the DPMS extension in messages & man page
  • gitlab CI: add a basic build test
  • Build xz tarballs instead of bzip2
  • Fix spelling/wording issues
  • gitlab CI: stop requiring Signed-off-by in commits
  • Variable scope reduction as recommended by cppcheck
  • Remove unnecessary casts
  • Remove unnecessary check for NULL pointer before calling free()
  • set_pixels: Mark pixels parameter as const
  • Use C99 designated struct initializers
  • configure: Make xf86misc support disabled by default
  • xset 1.2.5

xvinfo prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension.

Alan Coopersmith (6):

  • gitlab CI: add a basic build test
  • Build xz tarballs instead of bzip2
  • gitlab CI: stop requiring Signed-off-by in commits
  • Variable scope reduction
  • Handle -Wdouble-promotion warning from clang
  • xvinfo 1.1.5

comment:3 by pierre, 17 months ago

Resolution: fixed
Status: assignedclosed

Fixed at 66e5f483

Note: See TracTickets for help on using tickets.