ports/contrib (3.2): mpv: updated to 0.14.0
commit 429fbc864c314560e2a0ee72726b6dc156750aff Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Tue Dec 15 20:33:30 2015 +0100 mpv: updated to 0.14.0 diff --git a/mpv/.footprint b/mpv/.footprint index e15164d..57f8016 100644 --- a/mpv/.footprint +++ b/mpv/.footprint @@ -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 diff --git a/mpv/.md5sum b/mpv/.md5sum index 5772979..4ec778f 100644 --- a/mpv/.md5sum +++ b/mpv/.md5sum @@ -1 +1 @@ -4bf2029d36386f1a7e13b867fc0de762 v0.10.0.zip +9f78599b52d9e603f2481d36746ddd0c v0.14.0.tar.gz diff --git a/mpv/Pkgfile b/mpv/Pkgfile index 8b0acff..a90ee92 100644 --- a/mpv/Pkgfile +++ b/mpv/Pkgfile @@ -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
participants (1)
-
crux@crux.nu