summaryrefslogtreecommitdiff
path: root/community/mpv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mpv/PKGBUILD')
-rw-r--r--community/mpv/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD
index a02999b94..8124effb1 100644
--- a/community/mpv/PKGBUILD
+++ b/community/mpv/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 98298 2013-10-08 06:09:02Z bpiotrowski $
+# $Id: PKGBUILD 98686 2013-10-16 20:24:06Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Eivind Uggedal <eivind@uggedal.com>
pkgname=mpv
-pkgver=0.1.7
-pkgrel=3
+pkgver=0.2.0
+pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@@ -12,11 +12,13 @@ url='http://mpv.io'
depends=(
'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libxinerama'
'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils'
)
makedepends=('mesa' 'python-docutils')
options=(!emptydirs)
+install=mpv.install
source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('69185e255fe6e8b6b13dcf6ea9b2fefb')
+md5sums=('f86a6e99093b83717edded92ad8346b1')
build() {
unset CFLAGS
@@ -49,5 +51,6 @@ package() {
"$pkgdir"/usr/share/doc/mpv/examples
install -m644 DOCS/{encoding.rst,tech-overview.txt} \
"$pkgdir"/usr/share/doc/mpv
- install -m755 TOOLS/mpv_identify.sh "$pkgdir"/usr/bin
+
+ #install -Dm644 etc/mpv.desktop "$pkgdir"/usr/share/applications/mpv.desktop
}