summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-31 20:44:30 -0300
committerDaniel Bermond2017-05-31 20:44:30 -0300
commit56c0eddb018e1a145989c976064963c0ad058dd7 (patch)
tree52fb3a018a8df13f8f5a784c379cd09e352b1430
parent00917e8743a27c4bcfaa452f7d97f8eeda25fa19 (diff)
downloadaur-56c0eddb018e1a145989c976064963c0ad058dd7.tar.gz
depends_x86_64: changed ffmpeg dependency from ffmpeg-full-git to ffmpeg-full
Using a ffmpeg stable release is more confortable for the user point of view. Also, using ffmpeg-full is a bit less restrictive.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09d67d58bd1c..933e842bf0d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 27 13:53:01 UTC 2017
+# Wed May 31 23:44:09 UTC 2017
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (Git version with all possible libs)
- pkgver = 0.25.0.r92.gbc3365b169
+ pkgver = 0.25.0.r97.gcc69650e76
pkgrel = 1
url = http://mpv.io/
arch = i686
@@ -47,7 +47,7 @@ pkgbase = mpv-full-git
depends_i686 = sdl2
depends_i686 = openal
depends_i686 = ffmpeg
- depends_x86_64 = ffmpeg-full-git
+ depends_x86_64 = ffmpeg-full
pkgname = mpv-full-git
diff --git a/PKGBUILD b/PKGBUILD
index 3d2ffa05bb38..6c0d6a68726b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# NOTE:
# To enable CUDA support you need a ffmpeg build that has been
-# compiled with CUDA (ffmpeg-full-git).
+# compiled with CUDA (ffmpeg-full).
# CUDA is x86_64 only and so it will not be available in i686 builds.
# AUR dependencies
# ----------------
# i686: rsound sndio uchardet
-# x86_64: all from i686 and ffmpeg-full-git
+# x86_64: all from i686 and ffmpeg-full
pkgname=mpv-full-git
-pkgver=0.25.0.r92.gbc3365b169
+pkgver=0.25.0.r97.gcc69650e76
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (Git version with all possible libs)'
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@ depends_i686=(
'libcdio-paranoia' 'libcaca' 'smbclient' 'rubberband' 'libass'
'libbluray' 'sdl2' 'openal' 'ffmpeg'
)
-depends_x86_64=('ffmpeg-full-git')
+depends_x86_64=('ffmpeg-full')
optdepends=('youtube-dl: for video-sharing websites playback')
makedepends=('git' 'mesa' 'python-docutils' 'ladspa')
provides=('mpv')