Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Sat, 14 May 2022 00:51:27
Message-Id: 1652489459.565a25416909ed2434bd3deaec87282552746776.sam@gentoo
1 commit: 565a25416909ed2434bd3deaec87282552746776
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 14 00:50:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 14 00:50:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565a2541
7
8 media-video/mpv: [QA] inline ESYSROOT
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-video/mpv/mpv-0.33.1-r3.ebuild | 4 ++--
13 media-video/mpv/mpv-0.34.0-r1.ebuild | 4 ++--
14 media-video/mpv/mpv-0.34.1-r1.ebuild | 4 ++--
15 media-video/mpv/mpv-9999.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/media-video/mpv/mpv-0.33.1-r3.ebuild b/media-video/mpv/mpv-0.33.1-r3.ebuild
19 index bd6de4e3f9f0..101a71f0731c 100644
20 --- a/media-video/mpv/mpv-0.33.1-r3.ebuild
21 +++ b/media-video/mpv/mpv-0.33.1-r3.ebuild
22 @@ -146,8 +146,8 @@ src_configure() {
23 tc-export CC PKG_CONFIG AR
24
25 if use raspberry-pi; then
26 - append-cflags -I"${SYSROOT%/}${EPREFIX}/opt/vc/include"
27 - append-ldflags -L"${SYSROOT%/}${EPREFIX}/opt/vc/lib"
28 + append-cflags -I"${ESYSROOT}/opt/vc/include"
29 + append-ldflags -L"${ESYSROOT}/opt/vc/lib"
30 fi
31
32 local mywafargs=(
33
34 diff --git a/media-video/mpv/mpv-0.34.0-r1.ebuild b/media-video/mpv/mpv-0.34.0-r1.ebuild
35 index 398bdb258c34..c6bf9d1ac4aa 100644
36 --- a/media-video/mpv/mpv-0.34.0-r1.ebuild
37 +++ b/media-video/mpv/mpv-0.34.0-r1.ebuild
38 @@ -146,8 +146,8 @@ src_configure() {
39 tc-export CC PKG_CONFIG AR
40
41 if use raspberry-pi; then
42 - append-cflags -I"${SYSROOT%/}${EPREFIX}/opt/vc/include"
43 - append-ldflags -L"${SYSROOT%/}${EPREFIX}/opt/vc/lib"
44 + append-cflags -I"${ESYSROOT}/opt/vc/include"
45 + append-ldflags -L"${ESYSROOT}/opt/vc/lib"
46 fi
47
48 local mywafargs=(
49
50 diff --git a/media-video/mpv/mpv-0.34.1-r1.ebuild b/media-video/mpv/mpv-0.34.1-r1.ebuild
51 index 398bdb258c34..c6bf9d1ac4aa 100644
52 --- a/media-video/mpv/mpv-0.34.1-r1.ebuild
53 +++ b/media-video/mpv/mpv-0.34.1-r1.ebuild
54 @@ -146,8 +146,8 @@ src_configure() {
55 tc-export CC PKG_CONFIG AR
56
57 if use raspberry-pi; then
58 - append-cflags -I"${SYSROOT%/}${EPREFIX}/opt/vc/include"
59 - append-ldflags -L"${SYSROOT%/}${EPREFIX}/opt/vc/lib"
60 + append-cflags -I"${ESYSROOT}/opt/vc/include"
61 + append-ldflags -L"${ESYSROOT}/opt/vc/lib"
62 fi
63
64 local mywafargs=(
65
66 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
67 index 6d29fba49c11..c44511ff2016 100644
68 --- a/media-video/mpv/mpv-9999.ebuild
69 +++ b/media-video/mpv/mpv-9999.ebuild
70 @@ -146,8 +146,8 @@ src_configure() {
71 tc-export CC PKG_CONFIG AR
72
73 if use raspberry-pi; then
74 - append-cflags -I"${SYSROOT%/}${EPREFIX}/opt/vc/include"
75 - append-ldflags -L"${SYSROOT%/}${EPREFIX}/opt/vc/lib"
76 + append-cflags -I"${ESYSROOT}/opt/vc/include"
77 + append-ldflags -L"${ESYSROOT}/opt/vc/lib"
78 fi
79
80 local mywafargs=(