diff options
author | Daniel Bermond | 2017-07-18 21:13:51 -0300 |
---|---|---|
committer | Daniel Bermond | 2017-07-18 21:13:51 -0300 |
commit | e19fd2a81167d62a21d304a4515599e129246b05 (patch) | |
tree | 4b42c9290c452b4ef65dead888fcd9514e0848d7 | |
parent | 552ae94352e257bd36648caab5a8c715f8526d63 (diff) | |
download | aur-e19fd2a81167d62a21d304a4515599e129246b05.tar.gz |
Updated to version 0.26.0
-rw-r--r-- | .SRCINFO | 11 | ||||
-rw-r--r-- | PKGBUILD | 16 |
2 files changed, 14 insertions, 13 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sun Jul 16 21:00:27 UTC 2017 +# Wed Jul 19 00:13:13 UTC 2017 pkgbase = mpv-full pkgdesc = A free, open source, and cross-platform media player (with all possible libs) - pkgver = 0.25.0 - pkgrel = 8 + pkgver = 0.26.0 + pkgrel = 1 url = http://mpv.io/ arch = i686 arch = x86_64 @@ -30,6 +30,7 @@ pkgbase = mpv-full depends = uchardet depends = rsound depends = sndio + depends = mujs depends = uchardet depends = rsound depends = sndio @@ -39,8 +40,8 @@ pkgbase = mpv-full conflicts = mpv-git conflicts = mpv-full-git options = !emptydirs - source = mpv-0.25.0.tar.gz::https://github.com/mpv-player/mpv/archive/v0.25.0.tar.gz - sha256sums = 07423ffad6921ec4da32f703cd7fbfb27012301dcb736ac8542ac8e6083b0bce + source = mpv-0.26.0.tar.gz::https://github.com/mpv-player/mpv/archive/v0.26.0.tar.gz + sha256sums = daf3ef358d5f260f2269f7caabce27f446c291457ec330077152127133b71b46 depends_i686 = libcdio-paranoia depends_i686 = libcaca depends_i686 = smbclient @@ -7,8 +7,8 @@ _srcname=mpv pkgname=mpv-full -pkgver=0.25.0 -pkgrel=8 +pkgver=0.26.0 +pkgrel=1 pkgdesc='A free, open source, and cross-platform media player (with all possible libs)' arch=('i686' 'x86_64') license=('GPL') @@ -19,7 +19,7 @@ depends=( 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav' 'libxrandr' 'jack' 'vapoursynth' 'libarchive' 'uchardet' 'rsound' 'sndio' # AUR: - 'uchardet' 'rsound' 'sndio' + 'mujs' 'uchardet' 'rsound' 'sndio' ) depends_i686=( 'libcdio-paranoia' 'libcaca' 'smbclient' 'rubberband' 'libass' @@ -35,7 +35,7 @@ provides=('mpv') conflicts=('mpv' 'mpv-git' 'mpv-full-git') options=('!emptydirs') source=("${_srcname}-${pkgver}.tar.gz"::"https://github.com/mpv-player/${_srcname}/archive/v${pkgver}.tar.gz") -sha256sums=('07423ffad6921ec4da32f703cd7fbfb27012301dcb736ac8542ac8e6083b0bce') +sha256sums=('daf3ef358d5f260f2269f7caabce27f446c291457ec330077152127133b71b46') build() { cd "${_srcname}-${pkgver}" @@ -67,7 +67,6 @@ build() { --disable-pdf-build \ \ --enable-cplugins \ - --enable-vf-dlopen-filters \ --enable-zsh-comp \ --disable-test \ --disable-clang-database \ @@ -78,6 +77,7 @@ build() { --enable-shm \ --enable-libsmbclient \ --enable-lua \ + --enable-javascript \ --enable-libass \ --enable-libass-osd \ --enable-encoding \ @@ -142,12 +142,12 @@ build() { --enable-gl \ \ --enable-vaapi-hwaccel \ - --enable-vaapi-hwaccel-new \ - --disable-videotoolbox-hwaccel \ + --disable-videotoolbox-hwaccel-new \ + --disable-videotoolbox-hwaccel-old \ --disable-videotoolbox-gl \ --enable-vdpau-hwaccel \ - --enable-vdpau-hwaccel-new \ --disable-d3d-hwaccel \ + --disable-d3d-hwaccel-new \ "$_cuda" \ \ --enable-tv \ |