Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13347 closed enhancement (fixed)

Add graphene to the book

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

As Xi noted in Ticket #13242, Graphene is going to be required for Mutter. Graphene is a thin layer around 3D and 2D graphics types to attempt to remove complexity and make development easier. A good explanation of how this package works can be found at https://github.com/ebassi/graphene/blob/master/README.md, however it basically provides types and rudimentary APIs for graphics objects.

This package should be a "M/N/NI" (meson, ninja, ninja install), and does not appear to require any special options.

I'll add this to "X Libraries"

Change History (5)

comment:1 by Douglas R. Reno, 4 years ago

Also, it appears that gst-plugins-base can use it:

renodr [ ~/Documents/blfs/BLFS/trunk/BOOK ]$ cat /usr/src/logs/gst-plugins-base-1.16.2.log | grep graphene
Run-time dependency graphene-1.0 found: NO (tried pkgconfig and cmake)

comment:2 by Douglas R. Reno, 4 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:3 by Douglas R. Reno, 4 years ago

Resolution: fixed
Status: assignedclosed

Done at r22937

comment:4 by Bruce Dubbs, 4 years ago

Milestone: 9.210,0

Milestone renamed

comment:5 by Bruce Dubbs, 4 years ago

Milestone: 10,010.0

Milestone renamed

Note: See TracTickets for help on using tickets.