Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fotowall/
Date: Thu, 21 May 2020 00:38:46
Message-Id: 1590021511.d437265dce7490ded844274ed592b9f0c76a7922.asturm@gentoo
1 commit: d437265dce7490ded844274ed592b9f0c76a7922
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 00:20:40 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 00:38:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d437265d
7
8 media-gfx/fotowall: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/fotowall/fotowall-1.0.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-gfx/fotowall/fotowall-1.0.ebuild b/media-gfx/fotowall/fotowall-1.0.ebuild
17 index 660c5442ca6..2b3595f6ceb 100644
18 --- a/media-gfx/fotowall/fotowall-1.0.ebuild
19 +++ b/media-gfx/fotowall/fotowall-1.0.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit qmake-utils
29
30 @@ -28,11 +28,11 @@ DEPEND="${RDEPEND}
31 webcam? ( media-libs/libv4l )
32 "
33
34 +PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
35 +
36 src_prepare() {
37 default
38
39 - eapply "${FILESDIR}/${P}-qt-5.11.patch"
40 -
41 sed -i -e "s|linux/videodev.h|libv4l1-videodev.h|" \
42 3rdparty/videocapture/VideoDevice.h || die