Path to this page:
./
graphics/cogl,
Modern 3D graphics API
Branch: pkgsrc-2013Q4,
Version: 1.14.0nb5,
Package name: cogl-1.14.0nb5,
Maintainer: pkgsrc-usersCogl is a small open source library for using 3D graphics hardware for
rendering. The API departs from the flat state machine style of OpenGL and is
designed to make it easy to write orthogonal components that can render without
stepping on each others toes.
As well as aiming for a nice API, we think having a single library as opposed
to an API specification like OpenGL has a few advantages too; like being
able to paper over the inconsistencies/bugs of different OpenGL
implementations in a centralized place, not to mention the myriad of OpenGL
extensions. It also means we are in a better position to provide utility
APIs that help software developers since they only need to be implemented
once and there is no risk of inconsistency between implementations.
Having other backends, besides OpenGL, such as drm, Gallium or D3D are
options we are interested in for the future.
Required to run:[
x11/libXcomposite] [
x11/liboldXrandr] [
x11/Xfixes] [
x11/libXdamage] [
devel/pango] [
devel/glib2] [
graphics/gdk-pixbuf2] [
graphics/MesaLib] [
graphics/cairo]
Required to build:[
x11/xf86vidmodeproto] [
x11/fixesproto] [
x11/xcb-proto] [
x11/compositeproto] [
x11/damageproto] [
x11/glproto] [
x11/renderproto] [
x11/xextproto] [
x11/xf86driproto] [
x11/dri2proto] [
x11/inputproto] [
x11/xproto] [
x11/randrproto] [
pkgtools/x11-links]
Package options: x11
Master sites: (Expand)
SHA1: ff9a60b54fe79eb336af9c1b686f71f6af6f84f9
RMD160: 69a87d46c21999bde675a518ab3cbb5dfa159131
Filesize: 1617.695 KB
Version history: (Expand)
- (2014-02-05) Updated to version: cogl-1.14.0nb5
- (2014-01-08) Updated to version: cogl-1.14.0nb4
- (2014-01-01) Package added to pkgsrc.se, version cogl-1.14.0nb3 (created)
CVS history: (Expand)
2014-02-06 10:02:48 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Bump package revision. Requested by OBATA Akio in ticket #4314.
|
2014-02-05 15:25:40 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #4314 - requested by obache
graphics/cogl: bug fix patch
Revisions pulled up:
- graphics/cogl/options.mk 1.3
---
Module Name: pkgsrc
Committed By: obache
Date: Sun Jan 26 08:43:29 UTC 2014
Modified Files:
pkgsrc/graphics/cogl: options.mk
Log message:
specify gl-libname without extension and shlib major version.
default ligGL.so.1 match to pkgsrc one with ELF, but not for builtin one.
|
2014-01-02 23:25:30 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #4281 - requested by obache
graphics/cogl: bug fix patch
Revisions pulled up:
- graphics/cogl/Makefile 1.5
- graphics/cogl/distinfo 1.3-1.4
- graphics/cogl/patches/patch-cogl-winsys-cogl-winsys-glx.c 1.2
---
Module Name: pkgsrc
Committed By: obache
Date: Thu Jan 2 08:22:03 UTC 2014
Modified Files:
pkgsrc/graphics/cogl: Makefile distinfo
pkgsrc/graphics/cogl/patches: patch-cogl-winsys-cogl-winsys-glx.c
Log message:
Fixes wrong patch introduced for Mac OS X from stackoverflow.
It is for clock_gettime with CLOCK_REALTIME and also changed to use
CLOCK_REALTIME for other than OS X.
Back to use CLOCK_MONOTONIC and use patch for OS X from MacPorts instead.
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: obache
Date: Thu Jan 2 09:20:28 UTC 2014
Modified Files:
pkgsrc/graphics/cogl: distinfo
Log message:
fixes checksum
|