]> git.sesse.net Git - vlc/blobdiff - debian/control
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / debian / control
index 2c4d5964d876043652b0aec83119f8f782935c4d..f835c3f3ae3520bb704c86b8cfd5125046ddacb4 100644 (file)
@@ -2,17 +2,7 @@ Source: vlc
 Section: graphics
 Priority: optional
 Maintainer: Samuel Hocevar <sam@zoy.org>
-Build-Depends: debhelper (>=2.2.0),
-               xlibs-dev, xlibs-pic,
-               libgnome-dev,
-               libggi2-dev,
-               libglide2-dev [i386],
-               libesd0-dev,
-               libsdl1.2-dev (>=1.2.2-3.1),
-               libqt-dev,
-               libasound2-dev [alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc] (>=0.9.0beta7),
-               libarts-dev,
-               libmad0-dev
+Build-Depends: debhelper (>=2.2.0), xlibs-dev, xlibs-pic, libgnome-dev, libggi2-dev, libglide2-dev [i386], libesd0-dev, libsdl1.2-dev (>=1.2.2-3.1), libqt-dev, libasound2-dev (>=0.9.0beta10a), libarts-dev, libmad0-dev, liblircclient-dev, a52dec-dev, aalib1-dev, libdvbpsi1-dev, mozilla-dev, kdelibs-dev
 Standards-Version: 3.5.6
 
 Package: vlc
@@ -20,119 +10,197 @@ Architecture: any
 Depends: ${shlibs:Depends}
 Recommends: vlc-gui
 Suggests: vlc-gnome
-Description: a free MPEG and DVD player
- VideoLAN is a free MPEG, MPEG2 and DVD software solution.
+Description: a free MPEG, DVD and DivX player
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This is vlc, the VideoLAN Client. It plays MPEG and MPEG2 files,
  DVDs, or MPEG streams from a network source.
 
-Package: libdvdcss1
+Package: libvlc0-dev
 Architecture: any
 Depends: ${shlibs:Depends}
-Conflicts: libdvdcss0.0.1, libdvdcss0.0.2, libdvdcss0.0.3
-Description: a portable abstraction library for DVD decryption
- libdvdcss is a portable abstraction library for DVD decryption, it
- provides a simple API to access a DVD device as a block device.
+Description: development files for the VideoLAN Client
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
- This package contains the libdvdcss1 runtime library.
+ This package contains headers and a static library required to build plugins
+ for the Videolan Client, or standalone applications using VideoLAN Client.
 
-Package: libdvdcss1-dev
-Architecture: any
-Depends: libdvdcss1 (= ${Source-Version}), libc6-dev
-Conflicts: libdvdcss0.0.1-dev, libdvdcss0.0.2-dev, libdvdcss0.0.3-dev
-Description: development files for libdvdcss1
- libdvdcss is a portable abstraction library for DVD decryption, it
- provides a simple API to access a DVD device as a block device.
- .
- This package contains the header files and static library needed to
- compile applications that use libdvdcss1.
-
-Package: vlc-gnome
+Package: gnome-vlc
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
+Conflicts: vlc-gnome (<< 0.5.0)
+Replaces: vlc-gnome (<< 0.5.0)
 Provides: vlc-gui
-Description: Gnome plugin for vlc
- VideoLAN is a free MPEG, MPEG2 and DVD software solution.
+Description: GNOME interface plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
- This plugin adds a Gnome interface to vlc, the VideoLAN Client.
+ This plugin adds a Gnome interface to vlc, the VideoLAN Client. To
+ activate it, use the `--intf gnome' flag or run the `gnome-vlc' program.
 
-Package: vlc-gtk
+Package: gvlc
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Replaces: vlc-gnome (<= 0.2.63-2)
-Conflicts: vlc-gnome (<= 0.2.63-2)
+Conflicts: vlc-gnome (<= 0.2.63-2), vlc-gtk (<< 0.5.0)
+Replaces: vlc-gnome (<= 0.2.63-2), vlc-gtk (<< 0.5.0)
 Provides: vlc-gui
-Description: Gtk+ plugin for vlc
- VideoLAN is a free MPEG, MPEG2 and DVD software solution.
+Description: Gtk+ interface plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
- This plugin adds a Gtk+ interface to vlc, the VideoLAN Client.
+ This plugin adds a Gtk+ interface to vlc, the VideoLAN Client. To
+ activate it, use the `--intf gtk' flag or run the `gvlc' program.
 
-Package: vlc-esd
+Package: vlc-plugin-esd
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: Esound plugin for vlc
- VideoLAN is a free MPEG, MPEG2 and DVD software solution.
+Conflicts: vlc-esd (<< 0.5.0)
+Replaces: vlc-esd (<< 0.5.0)
+Description: Esound audio output plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
- This plugin adds support for the Enlightened Sound Daemon to
- vlc, the VideoLAN Client.
+ This plugin adds support for the Enlightened Sound Daemon to vlc, the
+ VideoLAN Client. To activate it, use the `--aout esd' flag or select
+ the `esd' aout plugin from the preferences menu.
 
-Package: vlc-alsa
-Architecture: alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc
+Package: vlc-plugin-alsa
+Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: ALSA plugin for vlc
- VideoLAN is a free MPEG, MPEG2 and DVD software solution.
+Conflicts: vlc-alsa (<< 0.5.0)
+Replaces: vlc-alsa (<< 0.5.0)
+Description: ALSA audio output plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin adds support for the Advanced Linux Sound Architecture to
- vlc, the VideoLAN Client.
+ vlc, the VideoLAN Client. To activate it, use the `--aout alsa' flag or
+ select the `alsa' aout plugin from the preferences menu.
 
-Package: vlc-sdl
+Package: vlc-plugin-sdl
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: SDL plugin for vlc
- VideoLAN is a free MPEG, MPEG2 and DVD software solution.
+Conflicts: vlc-sdl (<< 0.5.0)
+Replaces: vlc-sdl (<< 0.5.0)
+Description: SDL video and audio output plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin adds support for the Simple DirectMedia Layer library to
- vlc, the VideoLAN Client.
+ vlc, the VideoLAN Client. To activate it, use the `--vout sdl' or
+ `--aout sdl' flags or select the `sdl' vout or aout plugin from the
+ preferences menu.
 
-Package: vlc-ggi
+Package: vlc-plugin-ggi
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: GGI plugin for vlc
- VideoLAN is a free MPEG, MPEG2 and DVD software solution.
+Conflicts: vlc-ggi (<< 0.5.0)
+Replaces: vlc-ggi (<< 0.5.0)
+Description: GGI video output plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
- This is a GGI plugin for vlc, the VideoLAN Client.
+ This is a GGI plugin for vlc, the VideoLAN Client.  To activate it, use
+ the `--vout ggi' flag or select the `ggi' vout plugin from the preferences
+ menu.
 
-Package: vlc-glide
+Package: vlc-plugin-glide
 Architecture: i386
 Depends: vlc (= ${Source-Version}), libglide2
-Description: Glide plugin for vlc
- VideoLAN is a free MPEG, MPEG2 and DVD software solution.
+Conflicts: vlc-glide (<< 0.5.0)
+Replaces: vlc-glide (<< 0.5.0)
+Description: Glide video output plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
- This is a Glide (3dfx) plugin for vlc, the VideoLAN Client.
+ This is a Glide (3dfx) plugin for vlc, the VideoLAN Client. To activate
+ it, use the `--vout glide' flag or select the `glide' vout plugin from
+ the preferences menu.
 
-Package: vlc-qt
+Package: qvlc
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
+Conflicts: vlc-qt (<< 0.5.0)
+Replaces: vlc-qt (<< 0.5.0)
 Provides: vlc-gui
-Description: Qt plugin for vlc
- VideoLAN is a free MPEG, MPEG2 and DVD software solution.
+Description: Qt interface plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
- This plugin adds a Qt interface to vlc, the VideoLAN Client.
+ This plugin adds a Qt interface to vlc, the VideoLAN Client. To
+ activate it, use the `--intf qt' flag or run the `qvlc' program.
 
-Package: vlc-mad
+Package: vlc-plugin-mad
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: MAD plugin for vlc
- VideoLAN is a free MPEG, MPEG2 and DVD software solution.
+Conflicts: vlc-mad (<< 0.5.0)
+Replaces: vlc-mad (<< 0.5.0)
+Description: MAD audio codec plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
- This plugin adds support for libmad, the MPEG audio decoder library, to
- the VideoLAN Client. MAD is 100% fixed-point based.
+ This plugin adds support for libmad, the MPEG audio decoder library,
+ to the VideoLAN Client. MAD is 100% fixed-point based. To activate
+ this plugin, use the `--mpeg_adec mad' flag or select the `mad' MPEG
+ decoder from the preferences menu.
 
-Package: vlc-arts
+Package: vlc-plugin-arts
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: aRts plugin for vlc
- VideoLAN is a free MPEG, MPEG2 and DVD software solution.
+Conflicts: vlc-arts (<< 0.5.0)
+Replaces: vlc-arts (<< 0.5.0)
+Description: aRts audio output plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin adds support for the aRts Sound System to vlc, the
- VideoLAN Client.
+ VideoLAN Client. To activate it, use the `--aout arts' flag or
+ select the `arts' aout plugin from the preferences menu.
+
+Package: vlc-plugin-lirc
+Architecture: any
+Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
+Conflicts: vlc-lirc (<< 0.5.0)
+Replaces: vlc-lirc (<< 0.5.0)
+Description: lirc (infrared remote control) interface plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
+ .
+ This plugin is an infrared lirc interface for vlc, the
+ VideoLAN Client. To activate it, use the `--intf lirc' flag.
+
+Package: vlc-plugin-aa
+Architecture: any
+Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
+Conflicts: vlc-aa (<< 0.5.0)
+Replaces: vlc-aa (<< 0.5.0)
+Description: ASCII art video output plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
+ .
+ This is an ASCII art video output plugin for vlc, the VideoLAN
+ Client. To activate it, use the `--vout aa' flag or select the `aa'
+ vout plugin from the preferences menu.
+
+Package: vlc-plugin-xosd
+Architecture: any
+Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
+Conflicts: vlc-xosd (<< 0.5.0)
+Replaces: vlc-xosd (<< 0.5.0)
+Description: X On-Screen Display plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
+ .
+ This is an On-Screen Display plugin for vlc, the VideoLAN Client. To
+ activate it, use the `--intf xosd' flag or select the `xosd' interface
+ plugin from the preferences menu.
+
+Package: mozilla-plugin-vlc
+Architecture: any
+Depends: vlc (= ${Source-Version}), mozilla, ${shlibs:Depends}
+Description: a multimedia plugin for Mozilla, based on vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
+ .
+ This plugin adds support for MPEG, MPEG2, DVD and DivX to your Mozilla
+ browser. The decoding process is done by vlc and the output window is
+ embedded in a webpage or directly in the browser window. There is also
+ support for fullscreen display.
+
+Package: kvlc
+Architecture: any
+Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
+Conflicts: vlc-kde (<< 0.5.0)
+Replaces: vlc-kde (<< 0.5.0)
+Provides: vlc-gui
+Description: KDE interface plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
+ .
+ This plugin adds a KDE interface to vlc, the VideoLAN Client. To
+ activate it, use the `--intf kde' flag or run the `kvlc' program.