summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-16 10:14:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-16 10:17:32 +0200
commitfc10c10272774119fe1d518101197b897e91ae8c (patch)
tree0e144f5d837c2563cb56229ce285e02bdd323ef6 /media-libs/qtav/qtav-1.12.0.ebuild
parentdev-libs/libgcrypt: sh/m68k stable wrt bug #658056 (diff)
downloadgentoo-fc10c10272774119fe1d518101197b897e91ae8c.tar.gz
gentoo-fc10c10272774119fe1d518101197b897e91ae8c.tar.bz2
gentoo-fc10c10272774119fe1d518101197b897e91ae8c.zip
media-libs/qtav: Fix build with ffmpeg-4
Closes: https://bugs.gentoo.org/660852 Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'media-libs/qtav/qtav-1.12.0.ebuild')
-rw-r--r--media-libs/qtav/qtav-1.12.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/qtav/qtav-1.12.0.ebuild b/media-libs/qtav/qtav-1.12.0.ebuild
index 62a4f6419592..f3e1ff02cc1d 100644
--- a/media-libs/qtav/qtav-1.12.0.ebuild
+++ b/media-libs/qtav/qtav-1.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -37,7 +37,10 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
-PATCHES=( "${FILESDIR}/${P}-multilib.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-multilib.patch"
+ "${FILESDIR}/${P}-ffmpeg-4.patch"
+)
src_prepare() {
cmake-utils_src_prepare