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
|
Source: vdr-plugin-xineliboutput
Section: video
Priority: optional
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
Uploaders: Tobias Grimm <etobi@debian.org>, Thomas Schmidt <tschmidt@debian.org>, Thomas Günther <tom@toms-cafe.de>
Build-Depends: debhelper (>= 9), gettext, pkg-config, txt2man,
vdr-dev (>= 2.4.1),
x11proto-core-dev,
libxine2-dev,
libavutil-dev,
libxext-dev,
libjpeg-dev,
libx11-dev,
libdbus-glib-1-dev,
libextractor-dev,
libxinerama-dev,
libxrender-dev,
libvdpau-dev,
freeglut3-dev,
libcec-dev
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/vdr-team/vdr-plugin-xineliboutput.git
Vcs-Browser: https://salsa.debian.org/vdr-team/vdr-plugin-xineliboutput
Homepage: http://sourceforge.net/projects/xineliboutput
Package: vdr-plugin-xineliboutput
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}
Description: VDR plugin for Xine based sofdevice frontends
This VDR plugin provides an audio, video and control stream, that several
libxine based local and remote frontends can use.
Package: libxineliboutput-fbfe
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, vdr-plugin-xineliboutput (= ${binary:Version}), libxine2-xvdr (= ${binary:Version}), libxine2-console
Description: Local framebuffer frontend for the xineliboutput plugin
The xineliboutput vdr plugin requires this library to provide the built-in
local frontend for framebuffer devices.
Package: libxineliboutput-sxfe
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, vdr-plugin-xineliboutput (= ${binary:Version}), libxine2-xvdr (= ${binary:Version}), libxine2-x, dbus
Description: Local X-Server frontend for the xineliboutput plugin
The xineliboutput vdr plugin requires this library to provide the built-in
local frontend for X, Xv or XvMC window systems.
Package: xineliboutput-fbfe
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxine2-xvdr (= ${binary:Version}), libxine2-console
Description: Remote Framebuffer frontend for vdr-plugin-xineliboutput
This frambuffer remote frontend plays back streams provided by
vdr-plugin-xineliboutput.
Package: xineliboutput-sxfe
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxine2-xvdr (= ${binary:Version}), libxine2-x, dbus
Description: Remote X-Server frontend for vdr-plugin-xineliboutput
This X/Xv/XvMc remote frontend plays back streams provided by
vdr-plugin-xineliboutput.
Package: libxine2-xvdr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${xine:Depends}, libxine2-ffmpeg
Replaces: libxine-xvdr (<< 1.0.0~rc2-5)
Provides: libxine-xvdr
Conflicts: libxine-xvdr (<< 1.0.0~rc2-5)
Description: Xine input plugin for vdr-plugin-xineliboutput streams
This plugin adds a new mrl "xvdr://" to Xine, which allows one to play back
streams provided by vdr-plugin-xineliboutput.
|