Diff gegl-0.4.46 with a gegl-9999
/usr/portage/media-libs/gegl/gegl-9999.ebuild 2023-10-09 14:52:31.668368405 +0300 | ||
---|---|---|
15 | 15 |
SRC_URI="" |
16 | 16 |
else |
17 | 17 |
SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz" |
18 |
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" |
|
18 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
19 | 19 |
fi |
20 | 20 | |
21 | 21 |
DESCRIPTION="A graph based image processing framework" |
... | ... | |
105 | 105 |
if [[ ${CHOST} == *-darwin* && ${CHOST#*-darwin} -le 9 ]] ; then |
106 | 106 |
sed -i -e 's/#ifdef __APPLE__/#if 0/' gegl/opencl/* || die |
107 | 107 |
fi |
108 | ||
109 |
# fix 'build'headers from *.cl on gentoo-hardened, bug 739816 |
|
110 |
pushd "${S}/opencl/" || die |
|
111 |
for file in *.cl; do |
|
112 |
if [[ -f ${file} ]]; then |
|
113 |
"${EPYTHON}" cltostring.py "${file}" || die |
|
114 |
fi |
|
115 |
done |
|
116 |
popd || die |
|
117 | 108 |
} |
118 | 109 | |
119 | 110 |
src_configure() { |