pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xf86-video-qxl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 24 09:25:05 UTC 2023

Modified Files:
        pkgsrc/x11/xf86-video-qxl: Makefile distinfo

Log Message:
xf86-video-qxl: update to 0.1.6.

qxl 0.1.6 is now available. This release flushes out the last [checks
calendar] ~6 years of patches that have been sitting on the master
branch.

Adam Jackson (3):
      modesetting: Validate the atom for enum properties
      qxl: Include only the dpms headers we need
      configure: Simplify fragile libdrm detection

Alan Coopersmith (7):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      uxa: Convert source files from ISO-8859-1 to UTF-8
      gitlab CI: stop requiring Signed-off-by in commits

Christophe Fergeau (3):
      Xspice: Use print("") instead of print ""
      Xspice: Remove extra space before assignment
      Xspice: Fix Python3 str() vs bytes() confusion

Dave Airlie (1):
      qxl: call provider init

Francois Gouget (2):
      Spelling fixes in the READMEs and configuration samples
      Spelling and typo fixes in some comments

Frediano Ziglio (2):
      Make some function static
      Make some variables static

Jeremy White (1):
      Correct a long standing led state bug in XSpice.

Joachim Breuer (3):
      fix pScrn->modes == NULL in xf86InitViewport()
      Initialize pScrn->{width, height} from primary
      Default to one head if there is no NUM_HEADS option

Jonathon Jongsma (2):
      Make output name numbering 1-based
      Make output names match modesetting driver

Peter Hutterer (1):
      qxl 0.1.6

Victor Toso (1):
      qxl: Initialize prev field while dup surface list

Zoltán Böszörményi (1):
      Fix a build  error with Xorg master


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xf86-video-qxl/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xf86-video-qxl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xf86-video-qxl/Makefile
diff -u pkgsrc/x11/xf86-video-qxl/Makefile:1.12 pkgsrc/x11/xf86-video-qxl/Makefile:1.13
--- pkgsrc/x11/xf86-video-qxl/Makefile:1.12     Sun Apr 10 08:53:21 2022
+++ pkgsrc/x11/xf86-video-qxl/Makefile  Tue Jan 24 09:25:05 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2022/04/10 08:53:21 nia Exp $
+# $NetBSD: Makefile,v 1.13 2023/01/24 09:25:05 wiz Exp $
 
-DISTNAME=      xf86-video-qxl-0.1.5
-PKGREVISION=   1
+DISTNAME=      xf86-video-qxl-0.1.6
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/

Index: pkgsrc/x11/xf86-video-qxl/distinfo
diff -u pkgsrc/x11/xf86-video-qxl/distinfo:1.5 pkgsrc/x11/xf86-video-qxl/distinfo:1.6
--- pkgsrc/x11/xf86-video-qxl/distinfo:1.5      Tue Oct 26 11:34:42 2021
+++ pkgsrc/x11/xf86-video-qxl/distinfo  Tue Jan 24 09:25:05 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:34:42 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/01/24 09:25:05 wiz Exp $
 
-BLAKE2s (xf86-video-qxl-0.1.5.tar.bz2) = 140a6ad6bd23e55c16aff93e4a8c5dd9011992d9b283a1d1744cfb1e7a7cf045
-SHA512 (xf86-video-qxl-0.1.5.tar.bz2) = 7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782
-Size (xf86-video-qxl-0.1.5.tar.bz2) = 508266 bytes
+BLAKE2s (xf86-video-qxl-0.1.6.tar.xz) = 7c236a19c93ca01c980028ee7790cbb776bca37020e795ba646fe0e413636a11
+SHA512 (xf86-video-qxl-0.1.6.tar.xz) = f6a42355915d2e8f8a842dc24fe6d012d123aa6d23eedea1a4771fb08f88e0298d76741755b88304d76c66b3aae15f9fca74d062be395e499a82ee8f4507c7e0
+Size (xf86-video-qxl-0.1.6.tar.xz) = 438844 bytes



Home | Main Index | Thread Index | Old Index