summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-03-10 01:54:36 +0000
committerDaniel Bermond2020-03-10 01:56:10 +0000
commitfa8483d95ec73a9f89efbee144265a96998cacdf (patch)
tree40452e5a36e51f9892596dd1512113ec57d048c4
parentfea6c027cb84ffc66492aa85f552e76d45cf8116 (diff)
downloadaur-fa8483d95ec73a9f89efbee144265a96998cacdf.tar.gz
Remove --enable-libsmbclient to match upstream changes
This also changes the license which can now be GPL, meaning that it's GPL version 2 or later. References ---------- https://github.com/mpv-player/mpv/commit/3b8b7cb9d481828953f105f92bacc07a3cb2f332
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19855f359763..97b62b7a3799 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (git version with all possible libs)
- pkgver = 0.32.0.r110.g0df0a847f4
+ pkgver = 0.32.0.r241.gc05e5d9d78
pkgrel = 1
url = https://mpv.io/
arch = x86_64
- license = GPL3
+ license = GPL
makedepends = git
makedepends = mesa
makedepends = python-docutils
@@ -35,7 +35,6 @@ pkgbase = mpv-full-git
depends = rubberband
depends = uchardet
depends = libarchive
- depends = smbclient
depends = zlib
depends = vapoursynth
depends = sndio
diff --git a/PKGBUILD b/PKGBUILD
index 0c2ee78c418a..ee10575c2af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=mpv-full-git
-pkgver=0.32.0.r110.g0df0a847f4
+pkgver=0.32.0.r241.gc05e5d9d78
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
-license=('GPL3')
+license=('GPL')
url='https://mpv.io/'
depends=(
# official repositories:
@@ -13,8 +13,8 @@ depends=(
'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'mujs'
'libdvdnav' 'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive'
- 'smbclient' 'zlib' 'vapoursynth' 'sndio' 'openal' 'vulkan-icd-loader'
- 'shaderc' 'libplacebo' 'zimg'
+ 'zlib' 'vapoursynth' 'sndio' 'openal' 'vulkan-icd-loader' 'shaderc'
+ 'libplacebo' 'zimg'
# AUR:
'rsound' 'spirv-cross'
)
@@ -73,7 +73,6 @@ build() {
'--disable-uwp'
'--disable-win32-internal-pthreads'
'--enable-iconv'
- '--enable-libsmbclient'
'--enable-lua'
'--enable-javascript'
'--enable-libass'