NOTICE: This package has been removed from pkgsrc

./wip/libepoxy, Library for OpenGL function pointer management

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2, Package name: libepoxy-1.2, Maintainer: pkgsrc-users

Epoxy 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:
[pkgtools/x11-links] [devel/xorg-util-macros] [x11/glproto] [x11/xproto] [x11/xf86vidmodeproto] [x11/xf86driproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/dri2proto] [x11/fixesproto4] [lang/python27]

Master sites:

SHA1: e700520711b9e4fa07c286aa36e431d8ad4133f5
RMD160: fc5c11eacb437b437c4d6b185a79dc1d6a4467df
Filesize: 260.85 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-03 10:52:16 by Tobias Nygren | Files touched by this commit (5) | Package removed
Log message:
moved libepoxy to pkgsrc
   2015-03-31 22:23:45 by Tobias Nygren | Files touched by this commit (1)
Log message:
needs xorg-util-macros
   2015-03-09 23:55:52 by Tobias Nygren | Files touched by this commit (1)
Log message:
it's a lib, so bl3.mk
   2015-03-09 23:51:10 by Tobias Nygren | Files touched by this commit (4) | Package updated
Log message:
Import libepoxy-1.2 as wip/libepoxy.

Epoxy 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.

This is required by upcoming wip/modular-xorg-server update and requires
MesaLib with EGL (in other words wip/MesaLib)