Updated xf86-video-qxl to 0.1.5.

Fixes build with modular-xorg-server 1.19.

Adam Jackson (1):
      Use pci_io_write8 instead of outb

Christophe Fergeau (16):
      Remove unused variables
      Remove stray blank comment line
      Use <> for system-includes
      Fix compilation with newer Xorg versions
      Add missing licence header
      Add note about deprecated setting of mm_time
      Xspice: Fix 'erorr' typo in error message
      xspice: Don't create Xorg time in timer_add
      Fix "calles" typo in comment
      build: Error out when enabling xspice with X.Org 1.19
      build-sys: Update for 0.1.5 release
      xspice: Adjust to X.org 1.19 changes
      Xspice: Replace malloc/strdup use with xnfalloc/xnfstrdup
      Remove unused 'event_mask' field
      Revert "Remove unused 'event_mask' field"
      NEWS: Xspice now works with X.org 1.19

Dave Airlie (2):
      Disable surfaces when KMS is used
      Disable composite/a8 surfaces for KMS

Francois Gouget (14):
      spiceqxl: Recognize the same set of boolean values as in xorg.conf.
      spiceqxl: Reject invalid boolean values, just like for other options.
      Xspice: Don't set defaults for the options.
      spiceqxl: Fix formatting of a couple of function calls.
      server: Convert qxl->monitors_config to a QXLPHYSICAL using physical_address()
      spiceqxl_audio: Let the audio play when no client is connected
      spiceqxl_audio: Only condense the fifo list when one has been closed
      spiceqxl_audio: Fix a race condition in the audio playback
      spiceqxl_audio: Only start the playback channel when fifos are present
      spiceqxl_audio: Stop the playback channel if there is nothing to play
      spiceqxl: Add SpiceVideoCodecs to specify video codec preference
      Xspice: Add --video-codecs to specify encoder and codec preferences
      spiceqxl: Remove an unused macro
      spiceqxl: Improve the Xspice and Xorg configuration option descriptions

Hans de Goede (1):
      Fix crash caused by attempting to access the screen pixmap before it is created

Javier Celaya (1):
      Fix drawable mm_time with KMS

Jeremy White (14):
      Do not process watches on select() error.
      Bug fix: libcacard headers and libraries were not correctly used.
      Add and remove the vdagent interface as the vdagent
      Only watch the uinput channel when an agent is connected.
      Correct the XSpice AgentMouse configuration options.
      Document a number of missing XSpice vdagent options in the example xorg.conf.
      Set the regular spice port only once, and then only if it
      Xspice: handle parameters with value 0, allows --port 0
      Add support for a --numheads option to the Xspice script.
      XSpice: allow the udcs socket to be specified, rather than hard coded.
      Revise Xspice --auto to use a temporary directory.
      XSpice: auto generate temp files for the vdagent process.
      Provide an implementation for put_image in dfps mode.
      Optimize dfps mode to send updates only for the primary pixmap.

Marc-André Lureau (2):
      kms: initialize primary surface to screen virtual size
      kms: do not overwrite screen virtualX/Y

Owen W. Taylor (1):
      Check for either xfont.pc or xfont2.pc

Uri Lublin (1):
      uxa: fix compiler warnings (initialize width, height, [xy]Dst_copy)
This commit is contained in:
wiz 2016-12-20 08:55:32 +00:00
parent 4af1be184a
commit 2114621962
2 changed files with 7 additions and 8 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2016/02/26 11:27:20 jperkin Exp $
# $NetBSD: Makefile,v 1.6 2016/12/20 08:55:32 wiz Exp $
DISTNAME= xf86-video-qxl-0.1.4
PKGREVISION= 1
DISTNAME= xf86-video-qxl-0.1.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/11/04 03:29:03 agc Exp $
$NetBSD: distinfo,v 1.3 2016/12/20 08:55:32 wiz Exp $
SHA1 (xf86-video-qxl-0.1.4.tar.bz2) = 14b8574a0066c15a627064d4986f0d82af8b993b
RMD160 (xf86-video-qxl-0.1.4.tar.bz2) = cc0b335ae437089c2ca45a1ba0f83050b27ff46f
SHA512 (xf86-video-qxl-0.1.4.tar.bz2) = 6ce518bb3ee9fce6066b492351c25a4a429edf7eff4ecbe9dc49fe5ee1f1d68586761624d2601f4bb6c4f4ddf7996f2fc8024707501b0de76ab6932bfe82c51d
Size (xf86-video-qxl-0.1.4.tar.bz2) = 487656 bytes
SHA1 (xf86-video-qxl-0.1.5.tar.bz2) = 150bbd8bf2218e33c30ca6e88422870ae08ff1af
RMD160 (xf86-video-qxl-0.1.5.tar.bz2) = 09f8498561cfab19c5089d0237bf558ececaef00
SHA512 (xf86-video-qxl-0.1.5.tar.bz2) = 7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782
Size (xf86-video-qxl-0.1.5.tar.bz2) = 508266 bytes