File: control

package info (click to toggle)
o3dgc 0~20131011-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,240 kB
  • sloc: cpp: 5,142; javascript: 3,530; python: 29; php: 20; sh: 11; makefile: 6
file content (21 lines) | stat: -rw-r--r-- 702 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
Source: o3dgc
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), cmake, dh-exec
Standards-Version: 4.6.0
Section: libs
#Homepage: <insert the upstream URL, if relevant>
Vcs-Git: https://salsa.debian.org/debian/o3dgc.git
Vcs-Browser: https://salsa.debian.org/debian/o3dgc
Rules-Requires-Root: no

Package: libo3dgc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Description: Open 3D Graphics Compression library (development)
 Open3DGC provides an efficient implementation of patent free MPEG tools for
 3D graphics compression.
 .
 This package contains the headers and the static library to use Open3DGC.