Lines 6-12
EAPI=5
Link Here
|
6 |
|
6 |
|
7 |
EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" |
7 |
EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" |
8 |
|
8 |
|
9 |
inherit base waf-utils pax-utils |
9 |
inherit base waf-utils pax-utils flag-o-matic |
10 |
[[ ${PV} == *9999* ]] && inherit git-r3 |
10 |
[[ ${PV} == *9999* ]] && inherit git-r3 |
11 |
|
11 |
|
12 |
WAF_V="1.7.15" |
12 |
WAF_V="1.7.15" |
Lines 166-171
src_prepare() {
Link Here
|
166 |
} |
166 |
} |
167 |
|
167 |
|
168 |
src_configure() { |
168 |
src_configure() { |
|
|
169 |
# remove parallelize-all (bug #504998) |
170 |
filter-flags -floop-parallelize-all -fgraphite-identity |
171 |
|
169 |
# keep build reproducible |
172 |
# keep build reproducible |
170 |
# do not add -g to CFLAGS |
173 |
# do not add -g to CFLAGS |
171 |
# SDL output is fallback for platforms where nothing better is available |
174 |
# SDL output is fallback for platforms where nothing better is available |