From 6bece8af0f0c8541c82f5840386066204ec286f9 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Mon, 12 Dec 2016 05:30:48 +0000 Subject: [PATCH] mpv: move openal from makedepends to depends --- mpv/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mpv/PKGBUILD b/mpv/PKGBUILD index b2be8faeb..db0e42163 100644 --- a/mpv/PKGBUILD +++ b/mpv/PKGBUILD @@ -1,16 +1,16 @@ pkgname=mpv pkgver=0.22.0 -pkgrel=1 +pkgrel=2 pkgdesc="A movie player and encoder for linux, based on MPlayer/mplayer2" arch=('x86_64') license=('LGPL3') url="http://mpv.io" depends=('pulseaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libgl' 'libvdpau' 'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'libass' 'uchardet' - 'wayland' 'desktop-file-utils' 'hicolor-icon-theme' 'v4l-utils' + 'wayland' 'desktop-file-utils' 'hicolor-icon-theme' 'v4l-utils' 'openal' 'xdg-utils' 'lua52' 'libdvdnav' 'libcdio-paranoia' 'libbluray' 'libxss' 'enca' 'libguess' 'harfbuzz' 'libxrandr' 'rubberband' 'smbclient' 'libcaca') -makedepends=('mesa' 'python3-docutils' 'ladspa' 'x264' 'jack' 'samba' 'openal' 'waf') +makedepends=('mesa' 'python3-docutils' 'ladspa' 'x264' 'jack' 'samba' 'waf') options=('!emptydirs') provides=('mplayer') install=${pkgname}.install