External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
957B

  1. Source: glew-static
  2. Section: devel
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts (>= 5),
  7. libgl1-mesa-dev | libgl-dev,
  8. libglu1-mesa-dev | libglu-dev,
  9. libx11-dev,
  10. libxi-dev,
  11. libxmu-dev
  12. Standards-Version: 4.5.0
  13. Homepage: http://glew.sourceforge.net
  14. Rules-Requires-Root: no
  15. Package: libglew-static
  16. Architecture: any
  17. Depends: ${misc:Depends}
  18. Description: OpenGL Extension Wrangler (static)
  19. The OpenGL Extension Wrangler, GLEW for short, is a library that
  20. handles initialization of OpenGL extensions in a portable and simple
  21. way. Once the program initializes the library and checks the
  22. availability of extensions, it can safely call the entry points defined
  23. by the extension. Currently GLEW supports almost all the extensions
  24. found in the OpenGL extension registry (http://www.opengl.org/registry).
  25. .
  26. This package provides the static library used in KXStudio builds.