summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira2015-06-09 00:57:18 -0400
committerPhilip Sequeira2015-06-09 00:57:18 -0400
commitaaea11ae0976f2b8e16c2ffbd27c9b874b062059 (patch)
tree06739af7878e040da894bf40c8c391483c06ce17
parent3802573710dc1774265148ae86714973fe72ecc4 (diff)
downloadaur-aaea11ae0976f2b8e16c2ffbd27c9b874b062059.tar.gz
dependency detection is stable and the old deps are out of date
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 467dbf98ea40..5904f0320b46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-git
pkgdesc = Video player based on MPlayer/mplayer2 (git version)
- pkgver = 0.8.3_135_g9b5a724
+ pkgver = 0.9.2_955_gf72028d
pkgrel = 1
url = http://mpv.io
install = mpv.install
diff --git a/PKGBUILD b/PKGBUILD
index 51daa1bec86b..8ed5985e2d6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,11 @@
# features it finds support for on your system. If you want to avoid
# linking against something you have installed, you'll have to disable
# it in the configure below. The package() script will attempt to
-# update the dependencies based on dynamic libraries when packaging,
-# but this is currently experimental.
+# update the dependencies based on dynamic libraries when packaging.
pkgname=mpv-git
_gitname=mpv
-pkgver=0.8.3_135_g9b5a724
+pkgver=0.9.2_955_gf72028d
pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2 (git version)'
arch=('i686' 'x86_64')
@@ -20,13 +19,8 @@ license=('GPL')
url='http://mpv.io'
_undetected_depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
depends=('ffmpeg' "${_undetected_depends[@]}")
-# depends that used to be default (a long time ago, probably out of date):
-# 'lcms2' 'libcdio-paranoia' 'libdvdnav' 'libguess' 'libxinerama'
-# 'libxrandr' 'libxss' 'libxv' 'lirc-utils' 'lua' 'mpg123' 'smbclient'
-# 'wayland' 'libxkbcommon' # Note: libxkbcommon is only needed for wayland.
optdepends=('youtube-dl: for --ytdl')
makedepends=('git' 'python-docutils')
-# makedepends that used to be default: 'mesa' 'ladspa'
provides=('mpv')
conflicts=('mpv')
options=('!emptydirs')
@@ -75,7 +69,7 @@ package() {
install -m644 DOCS/{encoding.rst,tech-overview.txt} \
"$pkgdir"/usr/share/doc/mpv
- # Update dependencies automatically (experimental!)
+ # Update dependencies automatically based on dynamic libraries
depends=("${_undetected_depends[@]}"
$("$srcdir"/find-deps.py "$pkgdir"/usr/{bin/mpv,lib/libmpv.so}))
}