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
|
Source: xine-ui
Section: video
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper-compat (= 13),
libaa1-dev,
libcaca-dev,
libcurl4-gnutls-dev,
libgpm-dev [linux-any],
libfreetype-dev,
libjpeg-dev,
liblirc-dev,
libpng-dev,
libreadline-dev,
libx11-dev,
libxext-dev,
libxft-dev,
libxine2-dev,
libxinerama-dev,
libxt-dev,
libxtst-dev,
libxv-dev,
libxxf86vm-dev,
recode,
Build-Conflicts: libcurl4-openssl-dev,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://sourceforge.net/projects/xine/
Package: xine-ui
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${xine-ffmpeg:Depends},
${xine-x:Depends},
Recommends: xdg-utils
Description: xine video player, graphical user interface
This is an X11 based GUI for the libxine video player library.
It provides xine, a skin based media player that can play all the
audio/video formats that libxine supports. Currently, this includes MPEG1/2,
some AVI and Quicktime files, some network streaming methods and disc based
media (VCD, SVCD, DVD). A more complete list can be found on
http://xinehq.de/index.php/features/.
.
Most DVDs on the market today are play-protected by the Content Scrambling
System (CSS). Xine does not provide any code to descramble those DVDs,
because of legal uncertainties. Have a look at
/usr/share/doc/xine-ui/README.Debian for more information!
Package: xine-console
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${xine-console:Depends},
Description: xine video player, console user interface
xine-ui is a frontend for the libxine video player library.
.
This package contains additional front ends, aaxine, cacaxine and fbxine
which run even on the console, so you can use it to watch DVDs even in
an xterm. ;-)
|