mpv: disable zsh completion to unbreak cross compilation.

This commit is contained in:
Juan RP 2015-09-04 08:50:41 +02:00
parent fbf513c8dc
commit 87045d0f47

View file

@ -1,12 +1,15 @@
# Template file for 'mpv'
pkgname=mpv
version=0.10.0
revision=1
revision=2
short_desc="Video player based on MPlayer/mplayer2"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://mpv.io"
build_style=waf
configure_args="--confdir=/etc/mpv --docdir=/usr/share/examples/mpv
--enable-cdda --enable-libmpv-shared --disable-libbs2b
--disable-oss-audio --disable-sdl2"
hostmakedepends="pkg-config python-docutils perl"
makedepends="
ffmpeg-devel libass-devel lcms2-devel libXinerama-devel lua-devel v4l-utils-devel
@ -23,12 +26,6 @@ pre_configure() {
python bootstrap.py
sed -i 's,/usr/local/etc/mpv.conf,/etc/mpv/mpv.conf,' etc/example.conf
}
do_configure() {
python waf configure --prefix=/usr --confdir=/etc/mpv \
--docdir=/usr/share/examples/mpv --enable-zsh-comp \
--enable-cdda --enable-libmpv-shared \
--disable-libbs2b --disable-oss-audio --disable-sdl2
}
mpv-devel_package() {
depends="mpv>=${version}_${revision}"