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

Christian Hesse eworm at archlinux.org
Sat Oct 26 19:35:03 UTC 2019


    Date: Saturday, October 26, 2019 @ 19:35:02
  Author: eworm
Revision: 520459

upgpkg: mpv 1:0.30.0-2

* depend on libplacebo (FS#64267)
* drop options (FS#64274)

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-26 19:32:37 UTC (rev 520458)
+++ PKGBUILD	2019-10-26 19:35:02 UTC (rev 520459)
@@ -5,7 +5,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.30.0
-pkgrel=1
+pkgrel=2
 _waf_version=2.0.9
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('x86_64')
@@ -17,7 +17,7 @@
          'libarchive' 'libcaca' 'libcdio-paranoia' 'libdvdnav' 'libgl' 'libva'
          'libxinerama' 'libxkbcommon' 'libxrandr' 'libxss' 'libxv' 'lua52'
          'rubberband' 'smbclient' 'uchardet' 'vulkan-icd-loader' 'wayland'
-         'xdg-utils' 'shaderc' 'mujs')
+         'xdg-utils' 'shaderc' 'mujs' 'libplacebo')
 makedepends=('mesa' 'python-docutils' 'ladspa' 'wayland-protocols'
              'ffnvcodec-headers' 'vulkan-headers')
 optdepends=('youtube-dl: for video-sharing websites playback')
@@ -43,9 +43,7 @@
     --enable-dvdnav \
     --enable-libarchive \
     --enable-libmpv-shared \
-    --enable-libsmbclient \
-    --enable-tv \
-    --disable-tvos
+    --enable-libsmbclient
 
   ./waf build
 }



More information about the arch-commits mailing list