meta-wayland/recipes-gtk/gimp/gimp_git.bb

120 lines
3.4 KiB
BlitzBasic
Raw Normal View History

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"
2021-09-01 22:38:56 +02:00
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
DEPENDS = " \
appstream-glib \
atk \
babl \
bison-native \
cairo \
dbus-glib \
fontconfig \
freetype \
gdk-pixbuf-native \
gegl \
gegl-native \
gexiv2 \
gtk+3 \
harfbuzz \
intltool-native \
json-glib \
lcms \
libarchive \
2021-09-02 01:44:38 +02:00
libexif \
libmypaint \
2022-01-06 21:54:38 +01:00
libpng \
libxmu \
libxslt-native \
mypaint-brushes-1.0 \
pango \
poppler \
poppler-data \
"
DEPENDS:append:libc-musl = " libexecinfo"
2022-02-15 03:25:55 +01:00
RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking"
inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspection vala
2022-01-06 21:54:38 +01:00
GIR_MESON_OPTION = ''
SRC_URI = " \
git://github.com/GNOME/gimp.git;protocol=https;branch=master \
"
2021-09-02 01:44:38 +02:00
S = "${WORKDIR}/git"
2022-09-21 21:34:29 +02:00
SRCREV = "b1e13b5a15096d65d94571e69cf08d45904b5719"
PV = "2.99.12"
PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
2021-09-01 22:38:56 +02:00
PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"
PACKAGECONFIG[appdata-test] = "-Dappdata-test=enabled,-Dappdata-test=disabled,appstream-glib-native"
PACKAGECONFIG[bzip2] = ",,bzip2"
PACKAGECONFIG[cairo-pdf] = "-Dcairo-pdf=enabled,-Dcairo-pdf=disabled"
2021-10-21 07:42:04 +02:00
PACKAGECONFIG[check-update] = "-Dcheck-update=yes,-Dcheck-update=no"
PACKAGECONFIG[email] = ",,,xdg-utils"
PACKAGECONFIG[enable-console-bin] = "-Denable-console-bin=true,-Denable-console-bin=false"
2021-09-01 22:38:56 +02:00
PACKAGECONFIG[ghostscript] = "-Dghostscript=enabled,-Dghostscript=disabled,ghostscript"
2022-01-06 21:54:38 +01:00
PACKAGECONFIG[gi-docgen] = "-Dgi-docgen=enabled,-Dgi-docgen=disabled,gi-docgen-native"
2021-09-01 22:38:56 +02:00
PACKAGECONFIG[gudev] = "-Dgudev=enabled,-Dgudev=disabled,libgudev"
PACKAGECONFIG[iso-codes] = ",,iso-codes"
PACKAGECONFIG[javascript] = "-Djavascript=true,-Djavascript=false,,openjre-8"
2021-09-01 22:38:56 +02:00
PACKAGECONFIG[jpeg2000] = "-Djpeg2000=enabled,-Djpeg2000=disabled,jasper"
PACKAGECONFIG[jpeg] = ",,jpeg"
2021-10-21 12:05:23 +02:00
PACKAGECONFIG[jpeg-xl] = ",,libjxl"
2021-10-21 07:42:04 +02:00
PACKAGECONFIG[libunwind] = ",,libunwind"
PACKAGECONFIG[libbacktrace] = ",,libbacktrace"
PACKAGECONFIG[lua] = "-Dlua=true,-Dlua=false,,luajit lgi"
PACKAGECONFIG[lzma] = ",,xz"
2021-09-01 22:38:56 +02:00
PACKAGECONFIG[mng] = "-Dmng=enabled,-Dmng=disabled,libmng"
PACKAGECONFIG[python] = "-Dpython=true,-Dpython=false,,python3 python3-pygobject"
PACKAGECONFIG[rsvg] = ",,librsvg"
PACKAGECONFIG[tiff] = ",,tiff"
PACKAGECONFIG[vala-plugins] = "-Dvala-plugins=enabled,-Dvala-plugins=disabled"
2022-02-15 03:25:55 +01:00
PACKAGECONFIG[vector-icons] = "-Dvector-icons=true,-Dvector-icons=false,librsvg shared-mime-info"
2021-09-01 22:38:56 +02:00
PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,libwebp"
PACKAGECONFIG[xcursor] = "-Dxcursor=enabled,-Dxcursor=disabled,libxcursor"
PACKAGECONFIG[x11] = "-Dxpm=enabled,-Dxpm=disabled,libxpm libxext libxfixes"
PACKAGECONFIG[zlib] = ",,zlib"
PACKAGECONFIG ?= " \
2021-09-02 01:44:38 +02:00
${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \
aa \
alsa \
bzip2 \
cairo-pdf \
2021-09-01 22:38:56 +02:00
gudev \
jpeg \
jpeg2000 \
2021-10-21 12:05:23 +02:00
jpeg-xl \
lua \
lzma \
mng \
python \
rsvg \
tiff \
vala-plugins \
2022-02-15 03:25:55 +01:00
vector-icons \
webp \
zlib \
"
FILES:${PN} += " \
2021-09-01 22:38:56 +02:00
${datadir}/metainfo \
${datadir}/gir-1.0 \
${datadir}/appdata \
${libdir}/girepository-1.0 \
"
2021-09-02 01:44:38 +02:00
EXTRA_OEMESON += " \
-Dshmem-type=posix \
2021-10-21 07:42:04 +02:00
-Dlinux-input=enabled \
2022-01-06 21:54:38 +01:00
-Dcan-crosscompile-gir=true \
--buildtype release \
"