[arch-commits] Commit in mpv/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Fri Feb 20 08:19:50 UTC 2015
Date: Friday, February 20, 2015 @ 09:19:50
Author: eworm
Revision: 128014
upgpkg: mpv 0.8.0-2
* upstream changed v0.8.0 tag as pointed to git master instead of
release (FS#43858, FS#43882)
* remove dependency to portaudio, upstream removed support with commit
40755180 (ao_portaudio: remove this audio output) (FS#43853)
Modified:
mpv/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-20 08:04:11 UTC (rev 128013)
+++ PKGBUILD 2015-02-20 08:19:50 UTC (rev 128014)
@@ -4,7 +4,7 @@
pkgname=mpv
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@@ -13,7 +13,7 @@
'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
- 'libguess' 'portaudio' 'libxrandr'
+ 'libguess' 'libxrandr'
)
makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
optdepends=('youtube-dl: for video-sharing websites playback')
@@ -20,7 +20,7 @@
options=('!emptydirs' '!buildflags')
install=mpv.install
source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('7b8e910ffe6a36d1607330a5b8c2d82b')
+md5sums=('b3d02a0db096e77ce38c3946dd631e58')
prepare() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list