File: control

package info (click to toggle)
libgltf 0.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 2,768 kB
  • sloc: cpp: 7,677; sh: 4,231; makefile: 125; ansic: 108
file content (39 lines) | stat: -rw-r--r-- 1,751 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: libgltf
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10), dh-autoreconf, libboost-dev, libglm-dev, libepoxy-dev (>= 1.3.1), pkg-config
# , libcppunit-dev, libpng-dev, libgl1-mesa-dev, libx11-dev
Standards-Version: 3.9.5
Section: libs
Vcs-Git: https://salsa.debian.org/debian/libgltf.git
Vcs-Browser: https://salsa.debian.org/debian/libgltf

Package: libgltf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libgltf-0.1-1 (= ${binary:Version}), ${misc:Depends}, libepoxy-dev (>= 1.3.1), libglm-dev
Description: Library for rendering glTF models -- development
 glTF, the GL Transmission Format, is the runtime asset format for the GL APIs:
 WebGL, OpenGL ES, and OpenGL. glTF bridges the gap between formats used by
 modeling tools and the GL APIs.
 .
 LIBGLTF provides methods to load the OpenGL scene from glTF format and render
 it into an existing OpenGL context. LIBGLTF also allows one to change the
 camera position so the scene can be displayed from different points of view.
 .
 This package contains the files needed to build applications using libGLTF.

Package: libgltf-0.1-1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for rendering glTF models
 glTF, the GL Transmission Format, is the runtime asset format for the GL APIs:
 WebGL, OpenGL ES, and OpenGL. glTF bridges the gap between formats used by
 modeling tools and the GL APIs.
 .
 LIBGLTF provides methods to load the OpenGL scene from glTF format and render
 it into an existing OpenGL context. LIBGLTF also allows one to change the
 camera position so the scene can be displayed from different points of view.