[arch-commits] Commit in mpv/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 20 20:51:38 UTC 2014


    Date: Saturday, December 20, 2014 @ 21:51:37
  Author: bpiotrowski
Revision: 124215

upgpkg: mpv 0.7.2-1

ensure xrandr support is enabled

Modified:
  mpv/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-20 20:48:59 UTC (rev 124214)
+++ PKGBUILD	2014-12-20 20:51:37 UTC (rev 124215)
@@ -3,8 +3,8 @@
 # Contributor: Eivind Uggedal <eivind at uggedal.com>
 
 pkgname=mpv
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
 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-utils' 'wayland'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess' 'portaudio'
+  'libguess' 'portaudio' 'libxrandr'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa')
 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=('8112478d360135b2c78ea08dac3b9b22')
+md5sums=('5081934235bf1d531364f59e5f718024')
 
 prepare() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list