diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-20 19:13:18 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:42 +0200 |
commit | 90987f603691d06e3ad71756a0d3288aaaa28ac8 (patch) | |
tree | 79668587573c4f081fe17f8db0aa6bec500e3161 /PKGBUILD | |
parent | 13eb8f2fcc5aa766987e7944ef055f0d7916a7b8 (diff) | |
download | pkgbuilds-90987f603691d06e3ad71756a0d3288aaaa28ac8.tar.xz |
mpv-git: remove implied branch, coreaudio/video disable
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,5 +1,5 @@ pkgname=mpv-git -pkgver=0.r38757.d811f6a +pkgver=0.r39034.c86b479 pkgrel=1 pkgdesc='Video player based on MPlayer/mplayer2 (git version)' @@ -19,7 +19,7 @@ conflicts=('mpv') options=(!emptydirs) install=mpv.install -source=('git+http://github.com/mpv-player/mpv#branch=master') +source=('git+http://github.com/mpv-player/mpv') md5sums=('SKIP') @@ -37,8 +37,6 @@ build() { --confdir=/etc/mpv \ \ --disable-cocoa \ - --disable-coreaudio \ - --disable-corevideo \ --disable-direct3d \ --disable-dsound \ --disable-gl-win32 \ |