1
0
forked from ports/contrib

mpv: updated to 0.14.0

This commit is contained in:
Fredrik Rinnestam 2015-12-15 20:33:30 +01:00
parent 74d2388b88
commit 429fbc864c
3 changed files with 9 additions and 6 deletions

View File

@ -4,9 +4,6 @@ drwxr-xr-x root/root usr/bin/
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
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/mpv.desktop
@ -21,3 +18,9 @@ drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
drwxr-xr-x root/root usr/share/icons/hicolor/64x64/
drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/64x64/apps/mpv.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/mpv.svg
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/mpv.1.gz

View File

@ -1 +1 @@
4bf2029d36386f1a7e13b867fc0de762 v0.10.0.zip
9f78599b52d9e603f2481d36746ddd0c v0.14.0.tar.gz

View File

@ -5,7 +5,7 @@
# Nice to have: libquvi libdvdread libdvdnav
name=mpv
version=0.10.0
version=0.14.0
release=1
source=(https://github.com/$name-player/$name/archive/v$version.tar.gz)
@ -15,7 +15,7 @@ build () {
./bootstrap.py
./waf configure \
--prefix=/usr \
--mandir=/usr/man \
--mandir=/usr/share/man \
./waf build
./waf install --destdir=$PKG