summaryrefslogtreecommitdiff
path: root/debian/control
blob: 6a72f689db524d5e80eed94f9965d034f01e534f (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: xine-lib
Section: libs
Priority: optional
Maintainer: Siggi Langauf <siggi@debian.org>
Uploaders: Philipp Matthias Hahn <pmhahn@debian.org>, Reinhard Tartler <siretart@tauware.de>
Build-Depends: debhelper (>= 4.0.4), binutils (>= 2.12.90.0.9), pkg-config,
	automake1.9, autoconf, libtool,
	libxinerama-dev, libxv-dev, libxvmc-dev, libxt-dev, 
	libdirectfb-dev (>= 0.9.22),
	libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
	libaa1-dev, libcaca-dev (>= 0.99.beta4-1), libmodplug-dev,
	libmagick9-dev, libpng12-dev, libfreetype6-dev, 
	libogg-dev, libvorbis-dev, libtheora-dev,
	libesd0-dev, libgnomevfs2-dev,
	zlib1g-dev, libartsc0-dev (>>1.1.0),
	liblircclient-dev,
	libflac-dev (>>1.1.0), libpulse-dev, libsdl1.2-dev (>=1.2.11),
	libsmbclient-dev, libspeex-dev, libmng-dev, 
	libmad0-dev,  libcdio-dev (>= 0.76-1), 
	w3m, transfig, gs, sgmltools-lite
Build-Conflicts: libdvdnav-dev, libvcdinfo-dev
Standards-Version: 3.7.2

Package: libxine-dev
Architecture: any
Section: libdevel
Depends: libxine1 (= ${Source-Version}), libc6-dev, zlib1g-dev | libz-dev, libslang2-dev | slang1-dev, libfreetype6-dev
Conflicts: xine-ui (<< 0.9.10)
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 some AVI and Quicktime videos out of the box, so you
 can use it to play DVDs, (S)VCDs and most video files out there. It
 supports network streams, subtitles and even MP3 or Ogg files. It's
 extensible to your heart's content via plugins for audio and video output,
 input media, demuxers (stream types), audio/video and subtitle codecs.
 .
 Building a GUI (or text based) frontend around this should be quite easy.
 The xine-ui and gxine packages each provide one for your convenience, so
 you can just start watching your VCDs ;-)

Package: libxine1
Architecture: any
Depends: ${shlibs:Depends}
Recommends: ${shlibs:Recommends}
Suggests: ${shlibs:Suggests}, libartsc0
Description: the xine video/media player library, binary files
 This is the xine media player library (libxine). 
 .
 Libxine provides the complete infrastructure for a video/media player. It
 supports MPEG 1/2 and some AVI and Quicktime videos out of the box, so you
 can use it to play DVDs, (S)VCDs and most video files out there. It
 supports network streams, subtitles and even MP3 or Ogg files. It's
 extensible to your heart's content via plugins for audio and video output,
 input media, demuxers (stream types), audio/video and subtitle codecs.
 .
 Building a GUI (or text based) frontend around this should be quite easy.
 The xine-ui and gxine packages each provide one for your convenience, so
 you can just start watching your VCDs ;-)

Package: libxine1-dbg
Priority: extra
Architecture: any
Depends: libxine1 (= ${Source-Version})
Description: the xine video/media player library, debug data
 This is the xine media player library (libxine). 
 .
 Libxine provides the complete infrastructure for a video/media player. It
 supports MPEG 1/2 and some AVI and Quicktime videos out of the box, so you
 can use it to play DVDs, (S)VCDs and most video files out there. It
 supports network streams, subtitles and even MP3 or Ogg files. It's
 extensible to your heart's content via plugins for audio and video output,
 input media, demuxers (stream types), audio/video and subtitle codecs.
 .
 This package contains debug data for the shared libraries. Its purpose is
 to allow debuggers to produce backtraces with names, making it easier to
 interpret core dumps. The data is installed in /usr/lib/debug.
 .
 Most people will not need this package.