mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
- remove a backport patch - rework the fix for host systems that dont provide iso-codes - update mypaint-brushes dependency to 2.x Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
143 lines
4.5 KiB
BlitzBasic
143 lines
4.5 KiB
BlitzBasic
SUMMARY = "The GIMP is the GNU Image Manipulation Program"
|
|
HOMEPAGE = "http://www.gimp.org"
|
|
SECTION = "graphics"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
|
|
|
|
DEPENDS = " \
|
|
appstream \
|
|
atk \
|
|
babl \
|
|
bzip2 \
|
|
bison-native \
|
|
cairo \
|
|
fontconfig \
|
|
freetype \
|
|
gdk-pixbuf-native \
|
|
gegl \
|
|
gexiv2 \
|
|
glib-2.0 \
|
|
glib-2.0-native \
|
|
gtk+3 \
|
|
harfbuzz \
|
|
iso-codes \
|
|
jpeg \
|
|
json-glib \
|
|
lcms \
|
|
libarchive \
|
|
libexif \
|
|
libmypaint \
|
|
libpng \
|
|
librsvg \
|
|
librsvg-native \
|
|
libxmu \
|
|
libxslt-native \
|
|
mypaint-brushes \
|
|
pango \
|
|
poppler \
|
|
poppler-data \
|
|
python3-pygobject-native \
|
|
tiff \
|
|
xz \
|
|
zlib \
|
|
"
|
|
|
|
DEPENDS:append:libc-musl = " libexecinfo"
|
|
|
|
LDFLAGS:append:libc-musl = " -lexecinfo"
|
|
|
|
inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gobject-introspection vala bash-completion
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
GIR_MESON_OPTION = 'can-crosscompile-gir'
|
|
VALA_MESON_OPTION = "vala"
|
|
VALA_MESON_ENABLE_FLAG = "enabled"
|
|
VALA_MESON_DISABLE_FLAG = "disabled"
|
|
GIDOCGEN_MESON_OPTION = "gi-docgen"
|
|
GIDOCGEN_MESON_ENABLE_FLAG = "enabled"
|
|
GIDOCGEN_MESON_DISABLE_FLAG = "disabled"
|
|
|
|
SRC_URI = "https://download.gimp.org/gimp/v3.2/${BP}.tar.xz \
|
|
file://0001-meson.build-dont-check-for-lgi.patch \
|
|
file://0002-meson.build-use-relative-path-for-ISO_CODES_LOCATION.patch \
|
|
file://0003-meson.build-reproducibility-fix.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "2618391416e51be3c693df9ef90e3860ed72ab3d36363ea1f196e30b75b2e083"
|
|
|
|
PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
|
|
PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"
|
|
PACKAGECONFIG[appdata-test] = "-Dappdata-test=enabled,-Dappdata-test=disabled,appstream-native"
|
|
PACKAGECONFIG[cairo-pdf] = "-Dcairo-pdf=enabled,-Dcairo-pdf=disabled"
|
|
PACKAGECONFIG[check-update] = "-Dcheck-update=yes,-Dcheck-update=no"
|
|
PACKAGECONFIG[ghostscript] = "-Dghostscript=enabled,-Dghostscript=disabled,ghostscript,ghostscript"
|
|
PACKAGECONFIG[gudev] = "-Dgudev=enabled,-Dgudev=disabled,libgudev"
|
|
PACKAGECONFIG[heif] = "-Dheif=enabled,-Dheif=disabled,libheif"
|
|
PACKAGECONFIG[javascript] = "-Djavascript=enabled,-Djavascript=disabled,,gjs"
|
|
PACKAGECONFIG[jpeg2000] = "-Djpeg2000=enabled,-Djpeg2000=disabled,jasper"
|
|
PACKAGECONFIG[jpeg-xl] = "-Djpeg-xl=enabled,-Djpeg-xl=disabled,libjxl"
|
|
PACKAGECONFIG[libunwind] = "-Dlibunwind=true,-Dlibunwind=false,libunwind"
|
|
PACKAGECONFIG[libbacktrace] = "-Dlibbacktrace=true,-Dlibbacktrace=false,libbacktrace"
|
|
PACKAGECONFIG[lua] = "-Dlua=true,-Dlua=false,,luajit lua-lgi"
|
|
PACKAGECONFIG[mng] = "-Dmng=enabled,-Dmng=disabled,libmng"
|
|
PACKAGECONFIG[openmp] = "-Dopenmp=enabled,-Dopenmp=disabled,gcc-runtime"
|
|
PACKAGECONFIG[vector-icons] = "-Dvector-icons=true,-Dvector-icons=false,librsvg shared-mime-info"
|
|
PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,libwebp"
|
|
PACKAGECONFIG[xcursor] = "-Dxcursor=enabled,-Dxcursor=disabled,libxcursor"
|
|
PACKAGECONFIG[x11] = "-Dxpm=enabled,-Dxpm=disabled,libxpm libxext libxfixes"
|
|
|
|
PACKAGECONFIG ?= " \
|
|
alsa \
|
|
cairo-pdf \
|
|
ghostscript \
|
|
gudev \
|
|
javascript \
|
|
jpeg2000 \
|
|
jpeg-xl \
|
|
lua \
|
|
mng \
|
|
webp \
|
|
${@oe.utils.conditional('SITEINFO_BITS', '32', '', 'vector-icons', d)} \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcursor', '', d)} \
|
|
"
|
|
|
|
PACKAGECONFIG:remove:riscv32 = "lua"
|
|
PACKAGECONFIG:remove:riscv64 = "lua"
|
|
PACKAGECONFIG:remove:powerpc64 = "lua"
|
|
PACKAGECONFIG:remove:powerpc64le = "lua"
|
|
|
|
EXTRA_OEMESON += " \
|
|
-Dshmem-type=posix \
|
|
-Dlinux-input=enabled \
|
|
--buildtype release \
|
|
--cross-file=${WORKDIR}/meson-${PN}.cross \
|
|
"
|
|
|
|
do_write_config:append() {
|
|
cat >${WORKDIR}/meson-${PN}.cross <<EOF
|
|
[binaries]
|
|
gjs = '${bindir}/gjs'
|
|
luajit = '${bindir}/luajit'
|
|
EOF
|
|
}
|
|
|
|
do_configure:append () {
|
|
sed -i -e "s|build_by_default: true|build_by_default: false|" ${S}/gimp-data/images/meson.build
|
|
}
|
|
|
|
do_install:prepend() {
|
|
sed -i -e "s|${B}||" ${B}/app/widgets/gimplanguagestore-data.h
|
|
sed -i -e "s|${B}||" ${B}/plug-ins/file-bmp/huffman.h
|
|
}
|
|
|
|
FILES:${PN} += "${datadir}/metainfo"
|
|
|
|
RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking python3-pygobject"
|
|
|
|
CVE_STATUS[CVE-2007-3741] = "not-applicable-platform: This only applies for Mandriva Linux"
|
|
CVE_STATUS[CVE-2025-8672] = "not-applicable-config: the vulnerability only affects MacOS"
|
|
|
|
CVE_STATUS_GROUPS += "CVE_STATUS_FIXED_ALREADY"
|
|
CVE_STATUS_FIXED_ALREADY[status] = "fixed-version: The issue is fixed since v3.0.8"
|
|
CVE_STATUS_FIXED_ALREADY = "CVE-2025-15059 CVE-2026-0797 CVE-2026-2044 CVE-2026-2045 CVE-2026-2047 CVE-2026-2048"
|