summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-12-26 02:27:29 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-12-28 01:10:08 +0100
commit07e4451f8ccc38e0d1bdb67951815c6a57f7b440 (patch)
tree212099f835038c3d533743fabed678b2cb1da0ae /media-video/mpv
parentmedia-video/mpv: verbump to 0.23.0. (diff)
downloadgentoo-07e4451f8ccc38e0d1bdb67951815c6a57f7b440.tar.gz
gentoo-07e4451f8ccc38e0d1bdb67951815c6a57f7b440.tar.bz2
gentoo-07e4451f8ccc38e0d1bdb67951815c6a57f7b440.zip
media-video/mpv: sync 9999 with 0.23.0.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3247
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index f806815d0d6d..0069f8404c22 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -124,7 +124,10 @@ RDEPEND="${COMMON_DEPEND}
tools? ( ${PYTHON_DEPS} )
"
-PATCHES=( "${FILESDIR}/${PN}-0.19.0-make-ffmpeg-version-check-non-fatal.patch" )
+PATCHES=(
+ "${FILESDIR}/${PN}-0.19.0-make-ffmpeg-version-check-non-fatal.patch"
+ "${FILESDIR}/${PN}-0.23.0-make-libavdevice-check-accept-libav.patch"
+)
mpv_check_compiler() {
if [[ ${MERGE_TYPE} != "binary" ]] && use vaapi && use egl && ! tc-has-tls; then