forked from ports/contrib
mpv: 0.2.4 -> 0.3.0
This commit is contained in:
parent
98580a85ee
commit
9bb191fb92
@ -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
|
||||
|
@ -1 +1 @@
|
||||
465e99ed24478f3a2afe5ae1c4fdd7f4 v0.2.4.tar.gz
|
||||
47c9ea5fc8cf0c15cc6a15631bfbc770 v0.3.0.tar.gz
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user