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

Christian Hesse eworm at archlinux.org
Fri Dec 15 17:34:38 UTC 2017


    Date: Friday, December 15, 2017 @ 17:34:37
  Author: eworm
Revision: 274531

upgpkg: mpv 1:0.27.0-5

re-enable support for libsmbclient, change the license to GPLv3

Modified:
  mpv/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-15 17:23:46 UTC (rev 274530)
+++ PKGBUILD	2017-12-15 17:34:37 UTC (rev 274531)
@@ -6,17 +6,19 @@
 pkgname=mpv
 epoch=1
 pkgver=0.27.0
-pkgrel=4
+pkgrel=5
 _waf_version=1.9.8
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('x86_64')
-license=('GPL')
+# We link against libraries that are licensed GPLv3 explicitly, libsmbclient
+# being one of these. So our package is GPLv3 only as well.
+license=('GPL3')
 url='https://mpv.io/'
 depends=(
   'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
   'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive'
+  'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive' 'smbclient'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa')
 optdepends=('youtube-dl: for video-sharing websites playback')
@@ -58,6 +60,7 @@
     --enable-encoding \
     --enable-libarchive \
     --enable-libmpv-shared \
+    --enable-libsmbclient \
     --enable-zsh-comp
 
   ./waf build



More information about the arch-commits mailing list