summaryrefslogtreecommitdiff
path: root/mpv
diff options
context:
space:
mode:
authorSvyatoslav Mishyn <juef@openmailbox.org>2016-06-10 12:02:55 +0300
committerSvyatoslav Mishyn <juef@openmailbox.org>2016-06-10 12:02:55 +0300
commit64a9756091f4995f91f29a39ec22d3246b653d93 (patch)
tree6461dc0a8e7b87854e9247400c071ddf92dfd31f /mpv
parent97ccc1fc413106bd00cbbd1b785419d5b16dd0ae (diff)
downloadcontrib-64a9756091f4995f91f29a39ec22d3246b653d93.tar.gz
contrib-64a9756091f4995f91f29a39ec22d3246b653d93.tar.xz
mpv: update to 0.17.0
Diffstat (limited to 'mpv')
-rw-r--r--mpv/.footprint6
-rw-r--r--mpv/.md5sum2
-rw-r--r--mpv/Pkgfile8
3 files changed, 7 insertions, 9 deletions
diff --git a/mpv/.footprint b/mpv/.footprint
index 57f8016ba..59a277fc9 100644
--- a/mpv/.footprint
+++ b/mpv/.footprint
@@ -1,9 +1,6 @@
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/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/mpv.desktop
@@ -21,6 +18,9 @@ drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/
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/icons/hicolor/symbolic/
+drwxr-xr-x root/root usr/share/icons/hicolor/symbolic/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/symbolic/apps/mpv-symbolic.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 4ec778f30..9a09b5d2a 100644
--- a/mpv/.md5sum
+++ b/mpv/.md5sum
@@ -1 +1 @@
-9f78599b52d9e603f2481d36746ddd0c v0.14.0.tar.gz
+6253da021af1fcc8c1998a190ac593cc v0.17.0.tar.gz
diff --git a/mpv/Pkgfile b/mpv/Pkgfile
index f64be8764..9b5f74361 100644
--- a/mpv/Pkgfile
+++ b/mpv/Pkgfile
@@ -5,17 +5,15 @@
# Nice to have: libquvi libdvdread libdvdnav
name=mpv
-version=0.14.0
+version=0.17.0
release=1
source=(https://github.com/$name-player/$name/archive/v$version.tar.gz)
-build () {
+build() {
cd $name-$version
./bootstrap.py
- ./waf configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
+ ./waf configure --prefix=/usr
./waf build
./waf install --destdir=$PKG

Generated by cgit