File: control

package info (click to toggle)
liboggplay 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,876 kB
  • sloc: ansic: 6,273; sh: 4,484; javascript: 236; makefile: 215
file content (49 lines) | stat: -rw-r--r-- 1,372 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
Source: liboggplay
Priority: optional
Section: libs
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libfishsound-dev,
 libkate-dev,
 liboggz-dev,
 libsndfile-dev,
 libtheora-dev,
 pkgconf,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://wiki.xiph.org/index.php/OggPlay/
Vcs-Git: https://salsa.debian.org/debian/liboggplay.git
Vcs-Browser: https://salsa.debian.org/debian/liboggplay
Description: Library for playing OGG multimedia
 liboggplay was designed to allow drop-in playback of Xiph.Org media in an
 application. liboggplay handles demuxing and decoding, generates timestamps for
 raw data, maintains synchronisation across multiple streams, and provides a
 lock-free buffer implementation for easy multithreading.

Package: liboggplay2
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis}
 ${source:Extended-Description}

Package: liboggplay-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 liboggplay2 (= ${binary:Version}),
 liboggz-dev,
 ${misc:Depends},
Provides:
 liboggplay-dev,
Conflicts:
 liboggplay-dev,
Description: ${source:Synopsis} (development files)
 ${source:Extended-Description}
 .
 This package contains the header files and static libraries required for
 developing applications that use liboggplay.