pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libepoxy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 20 20:27:37 UTC 2022

Modified Files:
        pkgsrc/graphics/libepoxy: Makefile distinfo

Log Message:
libepoxy: update to 1.5.9.

Changes since 1.5.8

    Allow libopengl.so to be used when GLX_LIB is missing [#257, John Bates]

Changes since 1.5.7

    Revert changes from PR #238 / #229
    Fixes regressions: #240, #252, #253

Changes since Epoxy 1.5.6

    Remove type redefinition [#249]

Changes since 1.5.5

    Fix issue with loading OpenGL/GLX/EGL libraries [#238, Yaroslav Isakov]
    Expose dependency variables in pkg-config file [#231, Xavier Claessens]
    Support Win64 pointer-sized types [#246]
    Close output objects when generating files [#242, Aleksandr]

Changes since 1.5.4

    Remove Python 2 support [#213]
    Remove Autotools support [#212]
    Use EGL_NO_X11 to disable X11 headers [#216]
    Use call convention for mock function [crziter, #220]
    Return correct version of GLSL on GLES2 [Eric Anholt, #223]
    Rely on Meson's darwin_versions option [#225]


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/libepoxy/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/libepoxy/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/libepoxy/Makefile
diff -u pkgsrc/graphics/libepoxy/Makefile:1.29 pkgsrc/graphics/libepoxy/Makefile:1.30
--- pkgsrc/graphics/libepoxy/Makefile:1.29      Mon Apr  6 17:14:44 2020
+++ pkgsrc/graphics/libepoxy/Makefile   Wed Apr 20 20:27:37 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2020/04/06 17:14:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2022/04/20 20:27:37 wiz Exp $
 
-DISTNAME=      libepoxy-1.5.4
+DISTNAME=      libepoxy-1.5.9
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=anholt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/graphics/libepoxy/distinfo
diff -u pkgsrc/graphics/libepoxy/distinfo:1.22 pkgsrc/graphics/libepoxy/distinfo:1.23
--- pkgsrc/graphics/libepoxy/distinfo:1.22      Tue Oct 26 10:46:25 2021
+++ pkgsrc/graphics/libepoxy/distinfo   Wed Apr 20 20:27:37 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 10:46:25 nia Exp $
+$NetBSD: distinfo,v 1.23 2022/04/20 20:27:37 wiz Exp $
 
-BLAKE2s (libepoxy-1.5.4.tar.xz) = db801b899eb4bb519a603aeb61ba91abff6fc640f930be033bc72b0b81d32016
-SHA512 (libepoxy-1.5.4.tar.xz) = 7bde6fe7164aaa88b6e476dafb13391c551c530267936a1456e242d2bf648117f319788ba089100b3f773444098a894db6d27326b47dc4ae26db4766308d7510
-Size (libepoxy-1.5.4.tar.xz) = 227180 bytes
+BLAKE2s (libepoxy-1.5.9.tar.xz) = 674aaeb0e5dca673675d36a4dc532366cc4e13de8ff2e8e579c9f4db6066fdc7
+SHA512 (libepoxy-1.5.9.tar.xz) = eebaae4b8ff5014a8c90bf63fd9626424f472f99a7dbb81273a45b06c854e57f7d1b2d0fb44847221173c4f92d659fcec8a848a3b32f07225cd0ba35a2fad135
+Size (libepoxy-1.5.9.tar.xz) = 221924 bytes
 SHA1 (patch-registry_egl.xml) = 37923cc2be65ab2dead9af8ff062702ab5d63392
 SHA1 (patch-src_dispatch__common.c) = bfc147f2b0d7eebb567ab08517382246a30ee799



Home | Main Index | Thread Index | Old Index