[arch-commits] Commit in mpv/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Sun Apr 26 09:10:10 UTC 2015
Date: Sunday, April 26, 2015 @ 11:10:09
Author: eworm
Revision: 132256
clean up depends
Support for lirc and mpg123 have been dropped upstream.
Modified:
mpv/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-25 22:22:27 UTC (rev 132255)
+++ PKGBUILD 2015-04-26 09:10:09 UTC (rev 132256)
@@ -4,7 +4,7 @@
pkgname=mpv
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@@ -11,7 +11,7 @@
url='http://mpv.io'
depends=(
'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
- 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
+ 'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland'
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
)
More information about the arch-commits
mailing list