summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-10-21 17:01:26 +0200
committersL1pKn072017-10-21 17:01:26 +0200
commit4d43676556a8ca9b7c0c2aa6265658c4d03f7923 (patch)
treecbb63d7cc3cda3578460030dc53b6e0b94193f7c
parent7f53acf429584084a3448ba253138fc026efb3b3 (diff)
downloadaur-4d43676556a8ca9b7c0c2aa6265658c4d03f7923.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5b3f6c93099..cbce2dafdcc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 9 17:10:22 UTC 2017
+# Sat Oct 21 15:00:57 UTC 2017
pkgbase = mpv-build-git
pkgdesc = Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)
- pkgver = v0.27.0.121.gcdef69103a
+ pkgver = v0.27.0.262.g044af63d98
pkgrel = 1
url = http://mpv.io
arch = i686
@@ -14,11 +14,11 @@ pkgbase = mpv-build-git
license = BSD
makedepends = git
makedepends = python-docutils
- makedepends = yasm
makedepends = nasm
makedepends = ladspa
makedepends = fontconfig
makedepends = vulkan-headers
+ makedepends = wayland-protocols
depends = desktop-file-utils
depends = hicolor-icon-theme
depends = libxv
@@ -55,6 +55,7 @@ pkgbase = mpv-build-git
optdepends = youtube-dl: Another way to view youtuve videos with mpv
optdepends = zsh-completions: Additional completion definitions for Zsh users
optdepends = mpv-bash-completion-git: Additional completion definitions for Bash users
+ optdepends = nvidia-utils: for hardware accelerated video decoding with CUDA
provides = mpv
conflicts = mpv
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 33654994043f..0de78f791968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=v0.27.0.121.gcdef69103a
+pkgver=v0.27.0.262.g044af63d98
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('i686' 'x86_64' )
@@ -43,15 +43,16 @@ license=('GPL2' 'GPL3' 'LGPL3' 'LGPL2.1' 'BSD')
url='http://mpv.io'
makedepends=('git'
'python-docutils'
- 'yasm'
'nasm'
'ladspa'
'fontconfig'
'vulkan-headers'
+ 'wayland-protocols'
)
optdepends=('youtube-dl: Another way to view youtuve videos with mpv'
'zsh-completions: Additional completion definitions for Zsh users'
'mpv-bash-completion-git: Additional completion definitions for Bash users'
+ 'nvidia-utils: for hardware accelerated video decoding with CUDA'
)
provides=('mpv')
conflicts=('mpv')