mpv: add vapoursynth support

This commit is contained in:
rnhmjoj 2016-08-27 06:36:40 +02:00
parent d7e5fbfb57
commit 6fabc515d0
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -1,56 +1,70 @@
{ stdenv, fetchurl, fetchFromGitHub, docutils, makeWrapper, perl, pkgconfig { stdenv, fetchurl, fetchFromGitHub, makeWrapper
, python, which, ffmpeg, freefont_ttf, freetype, libass, libpthreadstubs , docutils, perl, pkgconfig, python3, which, ffmpeg
, lua, lua5_sockets , freefont_ttf, freetype, libass, libpthreadstubs
, libuchardet, rubberband , lua, lua5_sockets, libuchardet, rubberband
, x11Support ? true, libX11 ? null, libXext ? null, mesa ? null, libXxf86vm ? null
, xineramaSupport ? true, libXinerama ? null , x11Support ? true,
, xvSupport ? true, libXv ? null mesa ? null,
, sdl2Support? true, SDL2 ? null libX11 ? null,
, alsaSupport ? true, alsaLib ? null libXext ? null,
, screenSaverSupport ? true, libXScrnSaver ? null libXxf86vm ? null
, vdpauSupport ? true, libvdpau ? null
, dvdreadSupport? true, libdvdread ? null , waylandSupport ? false,
, dvdnavSupport ? true, libdvdnav ? null wayland ? null,
, bluraySupport ? true, libbluray ? null libxkbcommon ? null
, speexSupport ? true, speex ? null
, theoraSupport ? true, libtheora ? null , xineramaSupport ? true, libXinerama ? null
, jackaudioSupport ? false, libjack2 ? null , xvSupport ? true, libXv ? null
, pulseSupport ? true, libpulseaudio ? null , sdl2Support ? true, SDL2 ? null
, bs2bSupport ? true, libbs2b ? null , alsaSupport ? true, alsaLib ? null
# For screenshots , screenSaverSupport ? true, libXScrnSaver ? null
, libpngSupport ? true, libpng ? null , vdpauSupport ? true, libvdpau ? null
# for Youtube support , dvdreadSupport ? true, libdvdread ? null
, youtubeSupport ? true, youtube-dl ? null , dvdnavSupport ? true, libdvdnav ? null
, cacaSupport ? true, libcaca ? null , bluraySupport ? true, libbluray ? null
, vaapiSupport ? false, libva ? null , speexSupport ? true, speex ? null
, waylandSupport ? false, wayland ? null, libxkbcommon ? null , theoraSupport ? true, libtheora ? null
, pulseSupport ? true, libpulseaudio ? null
, bs2bSupport ? true, libbs2b ? null
, cacaSupport ? true, libcaca ? null
, libpngSupport ? true, libpng ? null
, youtubeSupport ? true, youtube-dl ? null
, vapoursynthSupport ? false, vapoursynth ? null
, jackaudioSupport ? false, libjack2 ? null
, vaapiSupport ? false, libva ? null
# scripts you want to be loaded by default # scripts you want to be loaded by default
, scripts ? [] , scripts ? []
}: }:
assert x11Support -> (libX11 != null && libXext != null && mesa != null && libXxf86vm != null); with stdenv.lib;
assert xineramaSupport -> (libXinerama != null && x11Support);
assert xvSupport -> (libXv != null && x11Support); let
assert sdl2Support -> SDL2 != null; available = x: x != null;
assert alsaSupport -> alsaLib != null; in
assert screenSaverSupport -> libXScrnSaver != null; assert x11Support -> all available [mesa libX11 libXext libXxf86vm];
assert vdpauSupport -> libvdpau != null; assert waylandSupport -> all available [wayland libxkbcommon];
assert dvdreadSupport -> libdvdread != null; assert xineramaSupport -> x11Support && available libXinerama;
assert dvdnavSupport -> libdvdnav != null; assert xvSupport -> x11Support && available libXv;
assert bluraySupport -> libbluray != null; assert sdl2Support -> available SDL2;
assert speexSupport -> speex != null; assert alsaSupport -> available alsaLib;
assert theoraSupport -> libtheora != null; assert screenSaverSupport -> available libXScrnSaver;
assert jackaudioSupport -> libjack2 != null; assert vdpauSupport -> available libvdpau;
assert pulseSupport -> libpulseaudio != null; assert dvdreadSupport -> available libdvdread;
assert bs2bSupport -> libbs2b != null; assert dvdnavSupport -> available libdvdnav;
assert libpngSupport -> libpng != null; assert bluraySupport -> available libbluray;
assert youtubeSupport -> youtube-dl != null; assert speexSupport -> available speex;
assert cacaSupport -> libcaca != null; assert theoraSupport -> available libtheora;
assert waylandSupport -> (wayland != null && libxkbcommon != null); assert pulseSupport -> available libpulseaudio;
assert bs2bSupport -> available libbs2b;
assert cacaSupport -> available libcaca;
assert libpngSupport -> available libpng;
assert youtubeSupport -> available youtube-dl;
assert vapoursynthSupport -> available vapoursynth;
assert jackaudioSupport -> available libjack2;
assert vaapiSupport -> available libva;
let let
inherit (stdenv.lib) optional optionals optionalString concatStringsSep;
# Purity: Waf is normally downloaded by bootstrap.py, but # Purity: Waf is normally downloaded by bootstrap.py, but
# for purity reasons this behavior should be avoided. # for purity reasons this behavior should be avoided.
wafVersion = "1.8.12"; wafVersion = "1.8.12";
@ -59,16 +73,14 @@ let
"http://www.freehackers.org/~tnagy/release/waf-${wafVersion}" ]; "http://www.freehackers.org/~tnagy/release/waf-${wafVersion}" ];
sha256 = "12y9c352zwliw0zk9jm2lhynsjcf5jy0k1qch1c1av8hnbm2pgq1"; sha256 = "12y9c352zwliw0zk9jm2lhynsjcf5jy0k1qch1c1av8hnbm2pgq1";
}; };
in in stdenv.mkDerivation rec {
stdenv.mkDerivation rec {
name = "mpv-${version}"; name = "mpv-${version}";
version = "0.19.0"; version = "0.19.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mpv-player"; owner = "mpv-player";
repo = "mpv"; repo = "mpv";
rev = "v${version}"; rev = "v${version}";
sha256 = "14rbglrcplhkf16ik4fbcv7k27lz6h4glfayr12ylh98srmsscqa"; sha256 = "14rbglrcplhkf16ik4fbcv7k27lz6h4glfayr12ylh98srmsscqa";
}; };
@ -80,60 +92,65 @@ stdenv.mkDerivation rec {
configureFlags = [ configureFlags = [
"--enable-libmpv-shared" "--enable-libmpv-shared"
"--enable-manpage-build"
"--enable-zsh-comp"
"--disable-libmpv-static" "--disable-libmpv-static"
"--disable-static-build" "--disable-static-build"
"--enable-manpage-build"
"--disable-build-date" # Purity "--disable-build-date" # Purity
"--enable-zsh-comp" (enableFeature vaapiSupport "vaapi")
] ++ optional vaapiSupport "--enable-vaapi" (enableFeature waylandSupport "wayland")
++ optional waylandSupport "--enable-wayland"; ];
configurePhase = '' configurePhase = ''
python ${waf} configure --prefix=$out $configureFlags python3 ${waf} configure --prefix=$out $configureFlags
''; '';
nativeBuildInputs = [ docutils makeWrapper perl pkgconfig python which ]; nativeBuildInputs = [ docutils makeWrapper perl pkgconfig python3 which ];
buildInputs = [ buildInputs = [
ffmpeg freetype libass libpthreadstubs lua lua5_sockets libuchardet rubberband ffmpeg freetype libass libpthreadstubs
] ++ optionals x11Support [ libX11 libXext mesa libXxf86vm ] lua lua5_sockets libuchardet rubberband
++ optional alsaSupport alsaLib ] ++ optional alsaSupport alsaLib
++ optional xvSupport libXv ++ optional xvSupport libXv
++ optional theoraSupport libtheora ++ optional theoraSupport libtheora
++ optional xineramaSupport libXinerama ++ optional xineramaSupport libXinerama
++ optional dvdreadSupport libdvdread ++ optional dvdreadSupport libdvdread
++ optionals dvdnavSupport [ libdvdnav libdvdnav.libdvdread ] ++ optional bluraySupport libbluray
++ optional bluraySupport libbluray ++ optional jackaudioSupport libjack2
++ optional jackaudioSupport libjack2 ++ optional pulseSupport libpulseaudio
++ optional pulseSupport libpulseaudio
++ optional screenSaverSupport libXScrnSaver ++ optional screenSaverSupport libXScrnSaver
++ optional vdpauSupport libvdpau ++ optional vdpauSupport libvdpau
++ optional speexSupport speex ++ optional speexSupport speex
++ optional bs2bSupport libbs2b ++ optional bs2bSupport libbs2b
++ optional libpngSupport libpng ++ optional libpngSupport libpng
++ optional youtubeSupport youtube-dl ++ optional youtubeSupport youtube-dl
++ optional sdl2Support SDL2 ++ optional sdl2Support SDL2
++ optional cacaSupport libcaca ++ optional cacaSupport libcaca
++ optional vaapiSupport libva ++ optional vaapiSupport libva
++ optionals waylandSupport [ wayland libxkbcommon ]; ++ optional vapoursynthSupport vapoursynth
++ optionals dvdnavSupport [ libdvdnav libdvdnav.libdvdread ]
++ optionals x11Support [ libX11 libXext mesa libXxf86vm ]
++ optionals waylandSupport [ wayland libxkbcommon ];
enableParallelBuilding = true; enableParallelBuilding = true;
buildPhase = '' buildPhase = ''
python ${waf} build python3 ${waf} build
''; '';
installPhase = '' installPhase = ''
python ${waf} install python3 ${waf} install
# Use a standard font # Use a standard font
mkdir -p $out/share/mpv mkdir -p $out/share/mpv
ln -s ${freefont_ttf}/share/fonts/truetype/FreeSans.ttf $out/share/mpv/subfont.ttf ln -s ${freefont_ttf}/share/fonts/truetype/FreeSans.ttf $out/share/mpv/subfont.ttf
'' + optionalString youtubeSupport ''
# Ensure youtube-dl is available in $PATH for MPV # Ensure youtube-dl is available in $PATH for MPV
wrapProgram $out/bin/mpv \ wrapProgram $out/bin/mpv \
--add-flags "--script=${concatStringsSep "," scripts}" \
'' + optionalString youtubeSupport ''
--prefix PATH : "${youtube-dl}/bin" \ --prefix PATH : "${youtube-dl}/bin" \
--add-flags "--script=${concatStringsSep "," scripts}" '' + optionalString vapoursynthSupport ''
--prefix PYTHONPATH : "$(toPythonPath ${vapoursynth}):$PYTHONPATH"
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {