pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/glx-utils



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Jan  4 01:18:14 UTC 2019

Modified Files:
        pkgsrc/graphics/glx-utils: Makefile distinfo

Log Message:
glx-utils: update to 8.4.0

- glxinfo now supports OpenGL 4.6
- glxinfo prints more OpenGL limits (GL 3.0 up to GL 4.6)
- glxinfo gained support for GL_ATI_meminfo and GL_NVX_gpu_memory_info


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/glx-utils/Makefile \
    pkgsrc/graphics/glx-utils/distinfo

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

Modified files:

Index: pkgsrc/graphics/glx-utils/Makefile
diff -u pkgsrc/graphics/glx-utils/Makefile:1.14 pkgsrc/graphics/glx-utils/Makefile:1.15
--- pkgsrc/graphics/glx-utils/Makefile:1.14     Tue Aug  1 14:59:00 2017
+++ pkgsrc/graphics/glx-utils/Makefile  Fri Jan  4 01:18:14 2019
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2017/08/01 14:59:00 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/01/04 01:18:14 tnn Exp $
 
-DISTNAME=      mesa-demos-8.2.0
+DISTNAME=      mesa-demos-8.4.0
 PKGNAME=       ${DISTNAME:S/mesa-demos/glx-utils/}
-PKGREVISION=   1
 CATEGORIES=    x11 graphics
-MASTER_SITES=  ftp://ftp.freedesktop.org/pub/mesa/demos/8.2.0/
+MASTER_SITES=  ftp://ftp.freedesktop.org/pub/mesa/demos/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -18,7 +17,6 @@ USE_LANGUAGES=        c
 INSTALLATION_DIRS=     bin
 LDFLAGS+=              -lX11   # ld 2.22 wants each library explicitly
 
-
 do-build:
        cd ${WRKSRC}/src/xdemos && \
        ${SETENV} ${MAKE_ENV} ${CC} -I../../include ${CFLAGS} \
Index: pkgsrc/graphics/glx-utils/distinfo
diff -u pkgsrc/graphics/glx-utils/distinfo:1.14 pkgsrc/graphics/glx-utils/distinfo:1.15
--- pkgsrc/graphics/glx-utils/distinfo:1.14     Tue Nov  3 21:34:00 2015
+++ pkgsrc/graphics/glx-utils/distinfo  Fri Jan  4 01:18:14 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2015/11/03 21:34:00 agc Exp $
+$NetBSD: distinfo,v 1.15 2019/01/04 01:18:14 tnn Exp $
 
-SHA1 (mesa-demos-8.2.0.tar.bz2) = e1a66ac63eebba4f950f95d830f34a6005167116
-RMD160 (mesa-demos-8.2.0.tar.bz2) = e6804e480ed5d227ba689cb9b3ea95cc85353889
-SHA512 (mesa-demos-8.2.0.tar.bz2) = 590e9fb66e23c0ad526754e9084858eb3e1fa906be55ee6121089325254b970e135e04d53c634cabd13d59c572ea39a4a877bce14b120d73850aafd159a5c8de
-Size (mesa-demos-8.2.0.tar.bz2) = 10071635 bytes
+SHA1 (mesa-demos-8.4.0.tar.bz2) = 57ba892e919fa22ce3db9f25e7331a6fa33c652c
+RMD160 (mesa-demos-8.4.0.tar.bz2) = dcbfec40c173cacef19bf929b4b8119ce78e8e1b
+SHA512 (mesa-demos-8.4.0.tar.bz2) = b72d03cad36e0535ff18dcfb222ec4200064b9264f6da51a6e5f03b0dd912abe188bc1d600b6698de3ce6f63b28d2ce01565886ca8e7079edc4967fbf2fb0957
+Size (mesa-demos-8.4.0.tar.bz2) = 10073259 bytes



Home | Main Index | Thread Index | Old Index