diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2015-12-15 20:33:30 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2015-12-15 20:33:30 +0100 |
commit | 429fbc864c314560e2a0ee72726b6dc156750aff (patch) | |
tree | 8a88a6fbbc5331b6aeee5e7d1de700d801bf02a1 /mpv | |
parent | 74d2388b88fe4b2b42c2ca00ba6a153819e38ae4 (diff) | |
download | contrib-429fbc864c314560e2a0ee72726b6dc156750aff.tar.gz contrib-429fbc864c314560e2a0ee72726b6dc156750aff.tar.xz |
mpv: updated to 0.14.0
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/.footprint | 9 | ||||
-rw-r--r-- | mpv/.md5sum | 2 | ||||
-rw-r--r-- | mpv/Pkgfile | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/mpv/.footprint b/mpv/.footprint index e15164dd5..57f8016ba 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 577297903..4ec778f30 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 8b0acff0c..a90ee9281 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 |