From ae2592c3b505540e3076923414561bc36b143b05 Mon Sep 17 00:00:00 2001 From: lemmi Date: Thu, 17 Mar 2016 13:59:49 +0100 Subject: [PATCH] mpv: add rubberband support --- srcpkgs/mpv/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template index 6b8f1f09629..09644e5fc7f 100644 --- a/srcpkgs/mpv/template +++ b/srcpkgs/mpv/template @@ -1,7 +1,7 @@ # Template file for 'mpv' pkgname=mpv version=0.16.0 -revision=1 +revision=2 short_desc="Video player based on MPlayer/mplayer2" maintainer="Juan RP " license="GPL-3" @@ -16,7 +16,8 @@ makedepends=" libXv-devel libxkbcommon-devel libva-glx-devel libvdpau-devel alsa-lib-devel pulseaudio-devel libbluray-devel libcdio-paranoia-devel libdvdread-devel MesaLib-devel harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel - wayland-devel libuuid-devel libguess-devel libXrandr-devel samba-devel" + wayland-devel libuuid-devel libguess-devel libXrandr-devel samba-devel + rubberband-devel" depends="desktop-file-utils hicolor-icon-theme youtube-dl" conf_files="/etc/mpv/*.conf" distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"