Package libcogl: Information

    Source package: libcogl
    Version: 1.22.4-alt1
    Build time:  Apr 23, 2019, 11:06 PM in the task #228052
    Category: System/Libraries
    Report package bug
    License: MIT
    Summary: A library for using 3D graphics hardware to draw pretty pictures
    Description: 
    Cogl is a small open source library for using 3D graphics hardware to draw
    pretty pictures. 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 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.

    List of rpms provided by this srpm:
    libcogl (x86_64, i586, aarch64)
    libcogl-debuginfo (x86_64, i586, aarch64)
    libcogl-devel (x86_64, i586, aarch64)
    libcogl-devel-doc (noarch)
    libcogl-gir (x86_64, i586, aarch64)
    libcogl-gir-devel (noarch)

    Maintainer: Yuri N. Sedunov

    List of contributors:
    Yuri N. Sedunov
    Alexey Shabalin

      1. gobject-introspection-devel >= 0.9.5
      2. gtk-doc >= 1.13
      3. pkgconfig(cairo) >= 1.10
      4. pkgconfig(cairo-gobject)
      5. pkgconfig(egl)
      6. pkgconfig(gbm)
      7. pkgconfig(gdk-pixbuf-2.0) >= 2.0
      8. pkgconfig(gl)
      9. pkgconfig(glib-2.0)
      10. pkgconfig(gmodule-no-export-2.0)
      11. pkgconfig(gobject-2.0)
      12. pkgconfig(libdrm)
      13. pkgconfig(pangocairo) >= 1.20
      14. pkgconfig(wayland-client) >= 1.0.0
      15. pkgconfig(wayland-egl) >= 1.0.0
      16. pkgconfig(wayland-server) >= 1.0.0
      17. pkgconfig(x11)
      18. pkgconfig(xcomposite) >= 0.4
      19. pkgconfig(xdamage)
      20. pkgconfig(xext)
      21. pkgconfig(xfixes) >= 3
      22. pkgconfig(xrandr) >= 1.2
      23. gir(Gst) = 1.0
      24. gir(Pango) = 1.0
      25. gir(GL) = 1.0
      26. gir(PangoCairo) = 1.0
      27. gir(GObject) = 2.0

    Last changed


    April 23, 2019 Yuri N. Sedunov 1.22.4-alt1
    - 1.22.4
    April 21, 2019 Yuri N. Sedunov 1.22.2-alt6
    - mike@: introduced apidocs knob
    June 19, 2018 Yuri N. Sedunov 1.22.2-alt5
    - disabled gstreamer support
    - applied fc patchset