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
|
Source: xine-lib
Section: libs
Priority: optional
Maintainer: Siggi Langauf <siggi@debian.org>
Build-Depends: debhelper (>> 2.0.0), aalib1-dev (>= 1.4p5-2), libasound1-dev (>=0.5.9), xlibs-dev (>> 4.1)
Standards-Version: 3.2.1
Package: libxine-dev
Architecture: any
Section: devel
Depends: libxine0 (= ${Source-Version}), libc6-dev
Description: the xine video player library, development packages
This contains development files (headers, documentation and the like)
for the xine library (libxine).
.
Libxine provides the complete infrastructure for a video/media player.
It supports MPEG 1/2 and (with suitable W*ndows DLLs) AVI/DivX videos
out of the box, so you can use it to play DVDs, (S)VCDs and most video
files out there. Building a GUI (or text based) frontend around this should
be quite easy. The xine-ui package provides one for your convenience,
so you can just start watching your VCDs ;-)
Package: libxine0
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: xine (<< 0.5.0), xine-dvd (<< 0.5.0), xine-dvd-css (<< 0.5.0)
Replaces: xine-dvd
Description: the xine video player library, binary files
This contains the xine library (libxine). Libxine provides the complete
infrastructure for a video/media player.
It supports MPEG 1/2 and (with suitable W*ndows DLLs) AVI/DivX videos
out of the box, so you can use it to play DVDs, (S)VCDs and most video
files out there. Building a GUI (or text based) frontend around this should
be quite easy. The xine-ui package provides one for your convenience,
so you can just start watching your VCDs ;-)
|