Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Wed, 28 Dec 2016 00:18:35
Message-Id: 1482883808.07e4451f8ccc38e0d1bdb67951815c6a57f7b440.monsieurp@gentoo
1 commit: 07e4451f8ccc38e0d1bdb67951815c6a57f7b440
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 25 23:27:29 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 00:10:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e4451f
7
8 media-video/mpv: sync 9999 with 0.23.0.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3247
12
13 media-video/mpv/mpv-9999.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
17 index f806815..0069f84 100644
18 --- a/media-video/mpv/mpv-9999.ebuild
19 +++ b/media-video/mpv/mpv-9999.ebuild
20 @@ -124,7 +124,10 @@ RDEPEND="${COMMON_DEPEND}
21 tools? ( ${PYTHON_DEPS} )
22 "
23
24 -PATCHES=( "${FILESDIR}/${PN}-0.19.0-make-ffmpeg-version-check-non-fatal.patch" )
25 +PATCHES=(
26 + "${FILESDIR}/${PN}-0.19.0-make-ffmpeg-version-check-non-fatal.patch"
27 + "${FILESDIR}/${PN}-0.23.0-make-libavdevice-check-accept-libav.patch"
28 +)
29
30 mpv_check_compiler() {
31 if [[ ${MERGE_TYPE} != "binary" ]] && use vaapi && use egl && ! tc-has-tls; then