File: control

package info (click to toggle)
astc-encoder 5.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 43,352 kB
  • sloc: ansic: 44,622; cpp: 24,142; python: 3,403; sh: 78; makefile: 24
file content (62 lines) | stat: -rw-r--r-- 1,839 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
Source: astc-encoder
Section: graphics
Priority: optional
Maintainer: Timo Röhling <roehling@debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 libgtest-dev <!nocheck>,
 libstb-dev,
 libtinyexr-dev,
 libz-dev,
 pkgconf <!nocheck>,
Homepage: https://github.com/ARM-software/astc-encoder
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/roehling/astc-encoder.git
Vcs-Browser: https://salsa.debian.org/roehling/astc-encoder
Description: ASTC image compression and decompression
 The Adaptive Scalable Texture Compression (ASTC) format, developed by
 Arm® and AMD, has been adopted as an official extension to the Open GL®,
 OpenGL ES, and Vulkan® graphics APIs. It provides a major step forward
 both in terms of image quality at a given bitrate, and in terms of the
 format and bitrate flexibility available to content creators. This
 allows more assets to use compression, often at a reduced bitrate
 compared to legacy formats, reducing memory bandwidth and energy
 consumption.

Package: astcenc
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis} tool
 ${source:Extended-Description}
 .
 This package provides the command-line tool to compress and decompress
 images.

Package: libastcenc-dev
Section: libdevel
Architecture: any
Depends:
 libastcenc5d (= ${binary:Version}),
 ${misc:Depends},
Multi-Arch: same
Description: ${source:Synopsis} library headers
 ${source:Extended-Description}
 .
 This package provides the development headers to include ASTC support
 in other applications.

Package: libastcenc5d
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Multi-Arch: same
Description: ${source:Synopsis} library
 ${source:Extended-Description}
 .
 This package provides the runtime library for ASTC support.