mpv: reintroduce rubberband

This commit is contained in:
Toyam Cox 2016-03-18 01:10:01 -04:00
parent 4f0dddb965
commit 09b9b35333

View file

@ -1,7 +1,7 @@
# Template file for 'mpv' # Template file for 'mpv'
pkgname=mpv pkgname=mpv
version=0.16.0 version=0.16.0
revision=3 revision=4
short_desc="Video player based on MPlayer/mplayer2" short_desc="Video player based on MPlayer/mplayer2"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3" license="GPL-3"
@ -16,7 +16,7 @@ makedepends="
libXv-devel libxkbcommon-devel libva-glx-devel libvdpau-devel alsa-lib-devel libXv-devel libxkbcommon-devel libva-glx-devel libvdpau-devel alsa-lib-devel
pulseaudio-devel libbluray-devel libcdio-paranoia-devel libdvdread-devel pulseaudio-devel libbluray-devel libcdio-paranoia-devel libdvdread-devel
MesaLib-devel harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-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" depends="desktop-file-utils hicolor-icon-theme youtube-dl"
conf_files="/etc/mpv/*.conf" conf_files="/etc/mpv/*.conf"
distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"