Compare commits

...

2 Commits

Author SHA1 Message Date
Markus Volk
4c3695008d gimp: set LD_LIBRARY_PATH
target gimp is run through an exe-wrapper to create the splash png and
it links with hosts gegl. Set LD_LIBRARY_PATH to avoid the issue

move RDEPENDS

Signed-off-by: Markus Volk <f_l_k@t-online.de>
2024-12-28 08:33:52 +01:00
Markus Volk
bcba67667e gimp: update 2024-12-28 08:04:42 +01:00

View File

@ -35,7 +35,6 @@ DEPENDS = " \
"
DEPENDS:append:libc-musl = " libexecinfo"
RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking python3-pygobject"
inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gobject-introspection vala
@ -50,8 +49,10 @@ GIDOCGEN_MESON_DISABLE_FLAG = "disabled"
SRC_URI = "gitsm://github.com/GNOME/gimp.git;protocol=https;branch=master"
SRC_URI += "file://0001-gimp-cross-compile-fix-for-bz2.patch"
S = "${WORKDIR}/git"
SRCREV = "461d5db07e4931ebf5fd293eeddd85f2d7a6aa62"
PV = "3.0.0-RC-1"
SRCREV = "d52117a7f753353b5f900d8195a2443c603d6c94"
PV = "3.0.0-RC-2"
export LD_LIBRARY_PATH = "${STAGING_LIBDIR}"
PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"
@ -130,3 +131,5 @@ 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
}
RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking python3-pygobject"