File: control

package info (click to toggle)
libplacebo 7.349.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,740 kB
  • sloc: ansic: 53,248; python: 576; cpp: 277; makefile: 7; sh: 3
file content (59 lines) | stat: -rw-r--r-- 1,800 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
Source: libplacebo
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 meson,
 ninja-build,
 pkgconf,
 libavcodec-dev <!nocheck>,
 libavformat-dev <!nocheck>,
 libavutil-dev <!nocheck>,
 liblcms2-dev,
 libvulkan-dev,
 libxxhash-dev,
 glslang-dev,
 python3,
 python3-glad (>= 2),
 python3-jinja2,
 python3-setuptools,
 spirv-tools
Standards-Version: 4.7.0
Homepage: https://code.videolan.org/videolan/libplacebo
Vcs-Git: https://salsa.debian.org/multimedia-team/libplacebo.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libplacebo
Rules-Requires-Root: no

Package: libplacebo-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 libplacebo349 (= ${binary:Version}),
 liblcms2-dev,
 libvulkan-dev,
 libxxhash-dev
Description: GPU-accelerated video/image rendering primitives (development files)
 The library provides useful GPU-accelerated image processing primitives based
 on GLSL. It includes shader routines for decoding and transforming colors,
 tone mapping, dithering, and for various algorithms that sample from images,
 such as debanding and scaling.
 .
 This package contains the development files.

Package: libplacebo349
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: GPU-accelerated video/image rendering primitives (shared library)
 The library provides useful GPU-accelerated image processing primitives based
 on GLSL. It includes shader routines for decoding and transforming colors,
 tone mapping, dithering, and for various algorithms that sample from images,
 such as debanding and scaling.
 .
 This package contains the shared library.