1
0
forked from ports/contrib

mpv: 0.2.4 -> 0.3.0

This commit is contained in:
Maximilian Dietrich 2013-12-31 19:22:18 +01:00
parent 98580a85ee
commit 9bb191fb92
3 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mpv
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/mpv/
-rw-r--r-- root/root usr/etc/mpv/encoding-profiles.conf
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mpv.1.gz

View File

@ -1 +1 @@
465e99ed24478f3a2afe5ae1c4fdd7f4 v0.2.4.tar.gz
47c9ea5fc8cf0c15cc6a15631bfbc770 v0.3.0.tar.gz

View File

@ -2,10 +2,10 @@
# URL: http://mpv.io
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: libass ffmpeg docutils
# Nice to have: libquvi libdvdread
# Nice to have: libquvi libdvdread libdvdnav
name=mpv
version=0.2.4
version=0.3.0
release=1
source=(https://github.com/$name-player/$name/archive/v$version.tar.gz)
@ -14,10 +14,9 @@ build () {
# custom CFLAGS LDFLAGS might break the build
unset CFLAGS LDFLAGS
./configure \
./old-configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-lircc \
--disable-joystick \
--disable-radio \
--disable-radio-capture \