File: control

package info (click to toggle)
filament 1.9.25%2Bdfsg2-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 46,480 kB
  • sloc: cpp: 264,877; asm: 77,232; ansic: 24,454; python: 1,805; sh: 1,712; java: 1,549; javascript: 1,370; pascal: 419; makefile: 318; xml: 21
file content (70 lines) | stat: -rw-r--r-- 2,178 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: filament
Section: libs
Priority: optional
Maintainer: Timo Röhling <roehling@debian.org>
Build-Depends: debhelper-compat (= 13),
    clang,
    cmake,
    glslang-dev (>= 11.12.0),
    libassimp-dev,
    libastcenc-dev,
    libbenchmark-dev,
    libdraco-dev,
    libepoxy-dev,
    libgtest-dev,
    libimgui-dev,
    libjsmn-dev,
    libmeshoptimizer-dev,
    libpng-dev,
    libsdl2-dev,
    libstb-dev,
    libtinyexr-dev,
    libspirv-cross-c-shared-dev (>= 2021.01.15-5~),
    robin-map-dev,
    spirv-tools,
    zlib1g-dev,
Homepage: https://github.com/google/filament
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/roehling/filament.git
Vcs-Browser: https://salsa.debian.org/roehling/filament

Package: libfilament1.9
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Real-time physically based rendering engine
 Physically based rendering is a rendering method that provides a more
 accurate representation of materials and how they interact with light
 when compared to traditional real-time models.

Package: libfilament-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         libfilament1.9 (= ${binary:Version}),
         libimgui-dev,
         libstb-dev,
         robin-map-dev,
Recommends: libfilament-tools (= ${binary:Version})
Description: Real-time physically based rendering engine - development headers
 Physically based rendering is a rendering method that provides a more
 accurate representation of materials and how they interact with light
 when compared to traditional real-time models.
 .
 This package installs the development headers.

Package: libfilament-tools
Section: devel
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Real-time physically based rendering engine - command-line tools
 Physically based rendering is a rendering method that provides a more
 accurate representation of materials and how they interact with light
 when compared to traditional real-time models.
 .
 This package installs the command-line tools for material preprocessing.