Skip to content

Commit

Permalink
libepoxy: update to 1.5.9.
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
0-wiz-0 committed Apr 20, 2022
1 parent ae05c45 commit 166a021
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions graphics/libepoxy/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
8 changes: 4 additions & 4 deletions graphics/libepoxy/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 166a021

Please sign in to comment.