File: control

package info (click to toggle)
bitstream 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,616 kB
  • sloc: ansic: 22,755; xml: 637; makefile: 93; sh: 5
file content (25 lines) | stat: -rw-r--r-- 928 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
Source: bitstream
Section: libdevel
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Rémi Duraffort <ivoire@videolan.org>,
 Sebastian Ramacher <sramacher@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/multimedia-team/bitstream.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/bitstream
Homepage: https://code.videolan.org/videolan/bitstream

Package: libbitstream-dev
Architecture: all
Depends: ${misc:Depends}
Description: C headers giving access to binary streams like MPEG or DVB
 biTStream is a set of C headers allowing a simpler access
 to binary structures such as specified by MPEG, DVB, IETF,
 etc.
 .
 The goal of this package is to offer a simpler access that
 libdvbpsi does currently. This package is also lower level
 and more efficient: fewer memory allocations, fewer memory
 copies.