commit b566031259fb66129f7695b53808add237e2d193 Author: Maximilian Dietrich <dxm@openmailbox.org> Date: Sat Apr 25 20:11:14 2015 +0200 mpv: 0.8.3 -> 0.9.0 diff --git a/mpv/.md5sum b/mpv/.md5sum index 7e82c59..aa71df0 100644 --- a/mpv/.md5sum +++ b/mpv/.md5sum @@ -1 +1 @@ -a34ff41da1d5393ac8d6f9fbb743d3bd v0.8.3.tar.gz +df3cbee9dce0f97a5a3f901af9c64c2e v0.9.0.tar.gz diff --git a/mpv/Pkgfile b/mpv/Pkgfile index c588ee7..5e1c2e6 100644 --- a/mpv/Pkgfile +++ b/mpv/Pkgfile @@ -5,8 +5,8 @@ # Nice to have: libquvi libdvdread libdvdnav name=mpv -version=0.8.3 -release=4 +version=0.9.0 +release=1 source=(https://github.com/$name-player/$name/archive/v$version.tar.gz) build () { @@ -16,10 +16,6 @@ build () { ./waf configure \ --prefix=/usr \ --mandir=/usr/man \ - --disable-joystick \ - --disable-direct3d \ - --disable-cocoa \ - --disable-coreaudio ./waf build ./waf install --destdir=$PKG