summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-06 11:47:13 +0100
committersL1pKn072020-03-06 11:47:13 +0100
commit45a41f921c20d76634c86fca87694700c4902045 (patch)
tree9592fb23aef268b297dd9186628b9964018f66b7
parent566482bbb4f3e9e43ead875ec7153f6aa6b4a201 (diff)
downloadaur-45a41f921c20d76634c86fca87694700c4902045.tar.gz
bump
Also change the FFMpeg repo to Qyot27 fork for add suport for Avisynth+
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 9 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1133f91fe45e..ce7bd9310192 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-build-git
pkgdesc = Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)
- pkgver = v0.32.0.109.g36ca0e0030
+ pkgver = v0.32.0.218.gc032db6185
pkgrel = 1
url = http://mpv.io
arch = x86_64
@@ -18,12 +18,8 @@ pkgbase = mpv-build-git
makedepends = wayland-protocols
makedepends = ffnvcodec-headers
makedepends = clang
- depends = desktop-file-utils
depends = fribidi
- depends = hicolor-icon-theme
- depends = jack
depends = lcms2
- depends = libarchive
depends = libbluray.so
depends = libbs2b
depends = libcaca
@@ -33,7 +29,6 @@ pkgbase = mpv-build-git
depends = libgme
depends = libmysofa
depends = libplacebo.so
- depends = libpulse
depends = libshaderc_shared.so
depends = libsoxr
depends = libssh
@@ -46,16 +41,15 @@ pkgbase = mpv-build-git
depends = libxv
depends = luajit
depends = mujs
- depends = openal
depends = rsound
depends = rubberband
depends = sdl2
depends = sndio
- depends = smbclient
depends = uchardet
+ depends = gnutls
+ depends = libarchive
depends = v4l-utils
depends = vulkan-icd-loader
- depends = xdg-utils
depends = vapoursynth
optdepends = nvidia-utils: for hardware accelerated video decoding with CUDA
optdepends = youtube-dl: Another way to view youtuve videos with mpv
@@ -69,7 +63,7 @@ pkgbase = mpv-build-git
backup = etc/mpv/encoding-profiles.conf
source = git+https://github.com/mpv-player/mpv-build.git
source = git+https://github.com/mpv-player/mpv.git
- source = git+https://github.com/ffmpeg/ffmpeg.git
+ source = git+https://github.com/qyot27/ffmpeg.git#branch=avsplus_linux
source = git+https://github.com/libass/libass.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a04e8e7edf7d..061c26a2c624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,13 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=v0.32.0.109.g36ca0e0030
+pkgver=v0.32.0.218.gc032db6185
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('x86_64')
depends=(
- 'desktop-file-utils'
'fribidi'
- 'hicolor-icon-theme'
- 'jack'
'lcms2'
- 'libarchive'
'libbluray.so'
'libbs2b'
'libcaca'
@@ -21,7 +17,6 @@ depends=(
'libgme'
'libmysofa'
'libplacebo.so'
- 'libpulse'
'libshaderc_shared.so'
'libsoxr'
'libssh'
@@ -34,16 +29,15 @@ depends=(
'libxv'
'luajit'
'mujs'
- 'openal'
'rsound'
'rubberband'
'sdl2'
'sndio'
- 'smbclient'
'uchardet'
+ 'gnutls'
+ 'libarchive'
'v4l-utils'
'vulkan-icd-loader'
- 'xdg-utils'
)
license=('GPL2' 'GPL3' 'LGPL3' 'LGPL2.1' 'BSD')
url='http://mpv.io'
@@ -73,7 +67,7 @@ conflicts=('mpv'
options=('!emptydirs')
source=('git+https://github.com/mpv-player/mpv-build.git'
'git+https://github.com/mpv-player/mpv.git'
- 'git+https://github.com/ffmpeg/ffmpeg.git'
+ 'git+https://github.com/qyot27/ffmpeg.git#branch=avsplus_linux'
'git+https://github.com/libass/libass.git'
)
sha256sums=('SKIP'
@@ -112,6 +106,7 @@ prepare() {
'--enable-libpulse'
'--enable-nonfree'
'--enable-cuda'
+ '--enable-avisynth'
)
_mpv_options=(
'--prefix=/usr'
@@ -126,7 +121,6 @@ prepare() {
'--enable-html-build'
'--enable-libarchive'
'--enable-libmpv-shared'
- '--enable-libsmbclient'
'--enable-openal'
'--enable-sdl2'
)