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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
Source: mpv
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Alessandro Ghedini <ghedo@debian.org>,
Reinhard Tartler <siretart@tauware.de>,
James Cowgill <jcowgill@debian.org>,
Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
debhelper-compat (= 13),
libarchive-dev (>= 3.4),
libasound2-dev [linux-any],
libass-dev,
libavcodec-dev (>= 7:7.0),
libavdevice-dev (>= 7:7.0),
libavfilter-dev (>= 7:7.0),
libavformat-dev (>= 7:7.0),
libavutil-dev (>= 7:7.0),
libbluray-dev,
libcdio-dev,
libcdio-paranoia-dev,
libdisplay-info-dev,
libdrm-dev (>= 2.4.75),
libdvdnav-dev,
libegl-dev [linux-any],
libffmpeg-nvenc-dev [amd64 arm64 i386],
libgbm-dev,
libgl-dev,
libjack-dev,
libjpeg-dev,
liblcms2-dev (>= 2.6~),
liblua5.2-dev,
libmujs-dev,
libpipewire-0.3-dev [linux-any],
libplacebo-dev (>= 6.338),
libpulse-dev,
librubberband-dev,
libsixel-dev,
libsndio-dev,
libswscale-dev (>= 7:7.0),
libuchardet-dev,
libva-dev,
libvdpau-dev,
libvulkan-dev,
libwayland-dev (>= 1.15.0) [linux-any],
libx11-dev,
libxinerama-dev,
libxkbcommon-dev [linux-any],
libxpresent-dev,
libxrandr-dev,
libxss-dev,
libxv-dev,
libzimg-dev,
meson,
ninja-build,
pkgconf,
python3-docutils,
wayland-protocols,
Standards-Version: 4.7.3
Homepage: https://mpv.io/
Vcs-Git: https://salsa.debian.org/multimedia-team/mpv.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/mpv
Package: mpv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: xdg-utils, yt-dlp
Suggests: libcuda1 [amd64 arm64 i386]
Multi-Arch: foreign
Description: video player based on MPlayer/mplayer2
mpv is a movie player based on MPlayer and mplayer2. It supports a wide
variety of video file formats, audio and video codecs, and subtitle types.
.
Changes from mplayer2 to mpv include:
* Removal of lots of unneeded code to encourage developer activity
* Better OSD rendering
* Cleaned up terminal output
* Improved OpenGL output
* Encoding functionality (replacement for mencoder)
* Wayland support
* Support for playing URLs of popular streaming sites
* Screenshot improvements
* ...
See mpv(1) for more info regarding changes between MPlayer, mplayer2 and mpv.
Package: libmpv2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: yt-dlp
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: video player based on MPlayer/mplayer2 (client library)
mpv is a movie player based on MPlayer and mplayer2. It supports a wide
variety of video file formats, audio and video codecs, and subtitle types.
.
This package provides a client library that can be used to embed mpv in other
applications.
Package: libmpv-dev
Section: libdevel
Architecture: any
Depends:
libmpv2 (= ${binary:Version}),
libarchive-dev (>= 3.4),
libasound2-dev [linux-any],
libass-dev,
libavcodec-dev (>= 7:7.0),
libavdevice-dev (>= 7:7.0),
libavfilter-dev (>= 7:7.0),
libavformat-dev (>= 7:7.0),
libavutil-dev (>= 7:7.0),
libbluray-dev,
libcdio-dev,
libcdio-paranoia-dev,
libdisplay-info-dev,
libdrm-dev (>= 2.4.75),
libdvdnav-dev,
libegl-dev [linux-any],
libffmpeg-nvenc-dev [amd64 arm64 i386],
libgbm-dev,
libgl-dev,
libjack-dev,
libjpeg-dev,
liblcms2-dev (>= 2.6~),
liblua5.2-dev,
libmujs-dev,
libpipewire-0.3-dev [linux-any],
libplacebo-dev (>= 6.338),
libpulse-dev,
librubberband-dev,
libsixel-dev,
libsndio-dev,
libswscale-dev (>= 7:7.0),
libuchardet-dev,
libva-dev,
libvdpau-dev,
libvulkan-dev,
libwayland-dev (>= 1.15.0) [linux-any],
libx11-dev,
libxinerama-dev,
libxkbcommon-dev [linux-any],
libxpresent-dev,
libxrandr-dev,
libxss-dev,
libxv-dev,
libzimg-dev,
wayland-protocols,
${misc:Depends}
Multi-Arch: same
Description: video player based on MPlayer/mplayer2 (client library dev files)
mpv is a movie player based on MPlayer and mplayer2. It supports a wide
variety of video file formats, audio and video codecs, and subtitle types.
.
This package provides development files for libmpv.
|