contrib/mpv/Pkgfile
Maximilian Dietrich 2bcb04e8ab mpv: 0.6.2 -> 0.7.1
2014-12-07 20:30:02 +01:00

28 lines
655 B
Plaintext

# Description: General Purpose video player based on MPlayer and mplayer2
# URL: http://mpv.io
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: libass ffmpeg docutils python
# Nice to have: libquvi libdvdread libdvdnav
name=mpv
version=0.7.1
release=1
source=(https://github.com/$name-player/$name/archive/v$version.tar.gz)
build () {
cd $name-$version
./bootstrap.py
./waf configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-joystick \
--disable-direct3d \
--disable-cocoa \
--disable-coreaudio
./waf build
./waf install --destdir=$PKG
rm -rf $PKG/usr/share/doc
}