]> git.sesse.net Git - vlc/blob - debian/control
* Added a dummy libdvdcss so that the DVD plugin can be used without
[vlc] / debian / control
1 Source: vlc
2 Section: graphics
3 Priority: optional
4 Maintainer: Samuel Hocevar <sam@zoy.org>
5 Build-Depends: debhelper (>=2.2.0), xlibs-dev, libgnome-dev, libggi2-dev, libglide3-dev [i386], libesd0-dev, libsdl1.2-dev, libqt-dev, libasound2-dev
6 Standards-Version: 3.0.1
7
8 Package: vlc
9 Architecture: any
10 Depends: ${shlibs:Depends}, vlc-gui
11 Suggests: vlc-sdl, vlc-esd, vlc-gnome
12 Description: a free MPEG and DVD player
13  VideoLAN is a free MPEG, MPEG2 and DVD software solution.
14  .
15  This is vlc, the VideoLAN Client. It plays MPEG and MPEG2 files,
16  DVDs, or MPEG streams from a network source.
17
18 Package: libdvdcss0.0.2
19 Architecture: any
20 Depends: ${shlibs:Depends}
21 Description: a portable abstraction library for DVD decryption
22  libdvdcss is a portable abstraction library for DVD decryption, it
23  provides a simple API to access a DVD device as a block device.
24  .
25  This package contains the libdvdcss0 runtime library.
26
27 Package: libdvdcss0.0.2-dev
28 Architecture: any
29 Depends: libdvdcss0.0.2 (= ${Source-Version}), libc6-dev
30 Description: development files for libdvdcss0
31  libdvdcss is a portable abstraction library for DVD decryption, it
32  provides a simple API to access a DVD device as a block device.
33  .
34  This package contains the header files and static library needed to
35  compile applications that use libdvdcss0.
36
37 Package: vlc-gnome
38 Architecture: any
39 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
40 Provides: vlc-gui
41 Description: Gnome plugin for vlc
42  VideoLAN is a free MPEG, MPEG2 and DVD software solution.
43  .
44  This plugin adds a Gnome interface to vlc, the VideoLAN Client.
45
46 Package: vlc-gtk
47 Architecture: any
48 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
49 Replaces: vlc-gnome (<= 0.2.63-2)
50 Conflicts: vlc-gnome (<= 0.2.63-2)
51 Provides: vlc-gui
52 Description: Gtk+ plugin for vlc
53  VideoLAN is a free MPEG, MPEG2 and DVD software solution.
54  .
55  This plugin adds a Gtk+ interface to vlc, the VideoLAN Client.
56
57 Package: vlc-esd
58 Architecture: any
59 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
60 Description: Esound plugin for vlc
61  VideoLAN is a free MPEG, MPEG2 and DVD software solution.
62  .
63  This plugin adds support for the Enlightened Sound Daemon to
64  vlc, the VideoLAN Client.
65
66 Package: vlc-alsa
67 Architecture: any
68 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
69 Description: ALSA plugin for vlc
70  VideoLAN is a free MPEG, MPEG2 and DVD software solution.
71  .
72  This plugin adds support for the Advanced Linux Sound Architecture to
73  vlc, the VideoLAN Client.
74
75 Package: vlc-sdl
76 Architecture: any
77 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
78 Description: SDL plugin for vlc
79  VideoLAN is a free MPEG, MPEG2 and DVD software solution.
80  .
81  This plugin adds support for the Simple DirectMedia Layer library to
82  vlc, the VideoLAN Client.
83
84 Package: vlc-ggi
85 Architecture: any
86 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
87 Description: GGI plugin for vlc
88  VideoLAN is a free MPEG, MPEG2 and DVD software solution.
89  .
90  This is a GGI plugin for vlc, the VideoLAN Client.
91
92 Package: vlc-glide
93 Architecture: i386
94 Depends: vlc (= ${Source-Version}), libglide2
95 Description: Glide plugin for vlc
96  VideoLAN is a free MPEG, MPEG2 and DVD software solution.
97  .
98  This is a Glide (3dfx) plugin for vlc, the VideoLAN Client.
99
100 Package: vlc-qt
101 Architecture: any
102 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
103 Provides: vlc-gui
104 Description: Qt plugin for vlc
105  VideoLAN is a free MPEG, MPEG2 and DVD software solution.
106  .
107  This plugin adds a Qt interface to vlc, the VideoLAN Client.