pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-cirrus xf86-video-cirrus: update to 1.6.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab7793308b8c
branches:  trunk
changeset: 381704:ab7793308b8c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 11 19:51:05 2022 +0000

description:
xf86-video-cirrus: update to 1.6.0.

Adam Jackson (3):
      Remove (almost) no-op setup functions
      Don't build split alpine and laguna support
      alpine: Default to 16bpp

Alan Coopersmith (6):
      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
      xf86-video-cirrus 1.6.0

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

Frederic Crozat (1):
      Use 16bpp when running in virt and on XenSource gfx

Kevin Brace (18):
      Eliminate unused variable compilation warning
      Use const char for xf86GetOptValString return type
      Suppress unused label compilation warning
      Fix for a compilation error when compiling XAA related files
      Tab to spaces conversion for cir.h
      Eliminate pointer arithmetic compilation warnings
      Tab to spaces conversion for lg_driver.c
      Fix indentation of lg_driver.c
      Make adjustments to code comments of lg_driver.c
      Fix for Laguna I2C bus code compilation error
      Check for a successful transmission of EDID for Laguna I2C bus code
      Activate I2C bus for Laguna based devices
      Tab to spaces conversion for lg_i2c.c
      Fix indentation of lg_i2c.c
      Declare an I2C bus name string as a static type for lg_i2c.c
      Declare an I2C bus name string as a static type for alp_i2c.c
      Stop accessing SR12 and SR13
      Save and restore RIF Control and RAC Control registers

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

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

Stefan Dirsch (1):
      Disable "acceleration" under qemu

diffstat:

 x11/xf86-video-cirrus/Makefile |  7 +++----
 x11/xf86-video-cirrus/PLIST    |  4 +---
 x11/xf86-video-cirrus/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (40 lines):

diff -r 87b10a363609 -r ab7793308b8c x11/xf86-video-cirrus/Makefile
--- a/x11/xf86-video-cirrus/Makefile    Mon Jul 11 19:48:24 2022 +0000
+++ b/x11/xf86-video-cirrus/Makefile    Mon Jul 11 19:51:05 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2022/04/10 08:53:20 nia Exp $
+# $NetBSD: Makefile,v 1.25 2022/07/11 19:51:05 wiz Exp $
 
-DISTNAME=      xf86-video-cirrus-1.5.3
-PKGREVISION=   2
+DISTNAME=      xf86-video-cirrus-1.6.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
diff -r 87b10a363609 -r ab7793308b8c x11/xf86-video-cirrus/PLIST
--- a/x11/xf86-video-cirrus/PLIST       Mon Jul 11 19:48:24 2022 +0000
+++ b/x11/xf86-video-cirrus/PLIST       Mon Jul 11 19:51:05 2022 +0000
@@ -1,5 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:25:12 joerg Exp $
-lib/xorg/modules/drivers/cirrus_alpine.la
+@comment $NetBSD: PLIST,v 1.3 2022/07/11 19:51:05 wiz Exp $
 lib/xorg/modules/drivers/cirrus_drv.la
-lib/xorg/modules/drivers/cirrus_laguna.la
 man/man4/cirrus.4
diff -r 87b10a363609 -r ab7793308b8c x11/xf86-video-cirrus/distinfo
--- a/x11/xf86-video-cirrus/distinfo    Mon Jul 11 19:48:24 2022 +0000
+++ b/x11/xf86-video-cirrus/distinfo    Mon Jul 11 19:51:05 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:34:41 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/07/11 19:51:05 wiz Exp $
 
-BLAKE2s (xf86-video-cirrus-1.5.3.tar.bz2) = 3ddd089baac352ae18bbd0226443cb051d1a9c8149e3fcacfe5d6da0153a525e
-SHA512 (xf86-video-cirrus-1.5.3.tar.bz2) = 6aec70f943d9bf7455782d300bd5e1caab5c90408cdca25b9a3ef314e565082f3249a179fb508be36a61c8a34006c0ace14b9aa41f724f479511a906fa8f4798
-Size (xf86-video-cirrus-1.5.3.tar.bz2) = 338930 bytes
+BLAKE2s (xf86-video-cirrus-1.6.0.tar.xz) = 1892951370040c5d95b191782af9e9222345c84369de626453b4244851ab4e13
+SHA512 (xf86-video-cirrus-1.6.0.tar.xz) = d18260bdc486fbadf619e41a9e9d9ad08bda2434b877ab7504ba13aa1fdeb1f87bb397d9090d5cf0883325ad08799115d5f0ce098b5f75088a06b0a96894ed76
+Size (xf86-video-cirrus-1.6.0.tar.xz) = 303048 bytes



Home | Main Index | Thread Index | Old Index