Path to this page:
./
graphics/libepoxy,
Library for OpenGL function pointer management
Branch: pkgsrc-2017Q1,
Version: 1.4.1,
Package name: libepoxy-1.4.1,
Maintainer: pkgsrc-usersEpoxy is a library for handling OpenGL function pointer management for you.
It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
eglGetProcAddress(), etc. from the app developer, with very little knowledge
needed on their part.
Required to run:[
graphics/MesaLib]
Required to build:[
devel/xorg-util-macros] [
lang/python27] [
x11/xf86driproto] [
x11/xextproto] [
x11/xf86vidmodeproto] [
x11/inputproto] [
x11/fixesproto4] [
x11/xproto] [
x11/damageproto] [
x11/dri2proto] [
x11/glproto] [
textproc/py-expat] [
pkgtools/x11-links] [
pkgtools/cwrappers]
Package options: x11
Master sites:
SHA1: 8d7007360cd2c24e87eaa322b1dbbb86787ace5e
RMD160: e986fc0c4ffd9d6272938947bc7ccc0a268d0035
Filesize: 302.499 KB
Version history: (Expand)
- (2017-04-04) Package added to pkgsrc.se, version libepoxy-1.4.1 (created)
CVS history: (Expand)
2017-04-29 20:08:25 by Benny Siegert | Files touched by this commit (2) |
Log message:
Pullup ticket #5320 - requested by sevan
graphics/libepoxy: build fix
Revisions pulled up:
- graphics/libepoxy/distinfo 1.14
- graphics/libepoxy/patches/patch-src_dispatch__common.h 1.7
---
Module Name: pkgsrc
Committed By: dsainty
Date: Wed Apr 19 07:34:12 UTC 2017
Modified Files:
pkgsrc/graphics/libepoxy: distinfo
pkgsrc/graphics/libepoxy/patches: patch-src_dispatch__common.h
Log message:
The generic EGL/GLX/WGL defaults are suitable for Darwin as BUILD_EGL
will be
correct, and possibly not zero.
No revision bump required - this change fixes the build if the EGL = 0 guess
was incorrect, and no change if it was correct.
|