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

Christian Hesse eworm at archlinux.org
Thu Jul 20 11:24:35 UTC 2017


    Date: Thursday, July 20, 2017 @ 11:24:34
  Author: eworm
Revision: 245801

upgpkg: mpv 1:0.26.0-3

* remove configure option for C plugins, enabled by default
* remove dependency to smbclient, disabled upstream due to licensing issues [0]
* explicitly depend on libarchive

[0] https://github.com/mpv-player/mpv/commit/f38bd0f25ad948d3428a82655655207723e3fbcf

Modified:
  mpv/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-20 10:57:42 UTC (rev 245800)
+++ PKGBUILD	2017-07-20 11:24:34 UTC (rev 245801)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.26.0
-pkgrel=2
+pkgrel=3
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
   'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
   'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
+  'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa')
 optdepends=('youtube-dl: for video-sharing websites playback')
@@ -43,7 +43,6 @@
   ./waf configure --prefix=/usr \
     --confdir=/etc/mpv \
     --enable-cdda \
-    --enable-cplugins \
     --enable-dvb \
     --enable-dvdnav \
     --enable-encoding \



More information about the arch-commits mailing list