summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-05-12 15:47:17 +0000
committerDaniel Bermond2018-05-12 15:47:17 +0000
commit5233f64e47ea274b6765581579d6766ebb944566 (patch)
treeb1fe345e393d74a05495c5e027d08fea6904b9b8
parent969ec1c3e97e14a93e437345b06971b0a644003d (diff)
downloadaur-5233f64e47ea274b6765581579d6766ebb944566.tar.gz
depends: switch back ffmpeg-git to ffmpeg
ffmpeg 4.0 was released on the official repositories and mpv builds fine with it. No need for ffmpeg git master for the time being. We can now also switch back vapoursynth-git to vapoursynth. References ---------- https://aur.archlinux.org/cgit/aur.git/commit/?h=mpv-full-git&id=2f20505164f468c705a02ecf3227d5a436753b42
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3698c8218487..bbd868f31a03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (git version with all possible libs)
- pkgver = 0.28.2.r564.g11289d5238
+ pkgver = 0.28.2.r566.g1b19ba6c57
pkgrel = 1
url = http://mpv.io/
arch = i686
@@ -13,6 +13,7 @@ pkgbase = mpv-full-git
makedepends = vulkan-headers
makedepends = wayland-protocols
makedepends = ffnvcodec-headers
+ depends = ffmpeg
depends = lcms2
depends = libcdio-paranoia
depends = libgl
@@ -35,15 +36,14 @@ pkgbase = mpv-full-git
depends = libarchive
depends = smbclient
depends = zlib
+ depends = vapoursynth
depends = sndio
depends = openal
depends = vulkan-icd-loader
- depends = ffmpeg-git
depends = mujs
depends = rsound
depends = shaderc-git
depends = crossc
- depends = vapoursynth-git
optdepends = youtube-dl: for video-sharing websites playback
optdepends = nvidia-utils: for hardware accelerated video decoding with CUDA
provides = mpv
diff --git a/PKGBUILD b/PKGBUILD
index cc9d306d85f0..921887fb37f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=mpv-full-git
-pkgver=0.28.2.r564.g11289d5238
+pkgver=0.28.2.r566.g1b19ba6c57
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('i686' 'x86_64')
@@ -9,14 +9,14 @@ license=('GPL3')
url='http://mpv.io/'
depends=(
# official repositories:
- 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
+ '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' 'smbclient'
- 'zlib' 'sndio' 'openal' 'vulkan-icd-loader'
+ 'zlib' 'vapoursynth' 'sndio' 'openal' 'vulkan-icd-loader'
# AUR:
- 'ffmpeg-git' 'mujs' 'rsound' 'shaderc-git' 'crossc' 'vapoursynth-git'
+ 'mujs' 'rsound' 'shaderc-git' 'crossc'
)
optdepends=('youtube-dl: for video-sharing websites playback'
'nvidia-utils: for hardware accelerated video decoding with CUDA')