@JonnyRobbie: Nice... did they finally shift away from the Autotools to Meson, or is it just a bug in Autotools, and by sheer chance meson was unaffected?
Search Criteria
Package Details: gimp-git 2:2.99.7.r462.d33c45fb47-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gimp-git.git (read-only, click to copy) |
---|---|
Package Base: | gimp-git |
Description: | GNU Image Manipulation Program |
Upstream URL: | https://www.gimp.org |
Licenses: | GPL, LGPL |
Conflicts: | gimp |
Provides: | gimp |
Submitter: | None |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 111 |
Popularity: | 0.000043 |
First Submitted: | 2009-05-27 08:12 (UTC) |
Last Updated: | 2021-10-02 15:55 (UTC) |
Dependencies (55)
- appstream-glib (appstream-glib-git)
- babl (babl-git)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin)
- dbus-glib (dbus-glib-git)
- desktop-file-utils (desktop-file-utils-git)
- enchant (enchant-pure)
- gegl (gegl-seamless-clone-git, gegl-git, gegl-light)
- gobject-introspection (gobject-introspection-git)
- gtk-doc (gtk-doc-git)
- icu (icu-git-static, icu-git)
- lcms2 (lcms2-git, lcms2-ff-git)
- libart-lgpl
- libexif (libexif-git)
- libgexiv2
- librsvg (librsvg-minimal-git, librsvg-og, librsvg-git)
- libwmf
- mypaint-brushes1
- openexr (openexr-git, openexr2)
- poppler-data
- poppler-glib (poppler-glib-lcdfilter, poppler-glib-lcd, poppler-glib-git)
- Show 35 more dependencies...
Required by (126)
- brscan-skey (requires gimp) (optional)
- djvupages-git (requires gimp) (optional)
- gimp-brushbox (requires gimp)
- gimp-calendar (requires gimp)
- gimp-dds (requires gimp)
- gimp-elsamuko-git (requires gimp)
- gimp-elsamuko-plugins (requires gimp)
- gimp-elsamuko-plugins (requires gimp) (make)
- gimp-extras (requires gimp)
- gimp-fix-ca (requires gimp)
- gimp-font-rendering-fix (requires gimp)
- gimp-fourier (requires gimp)
- gimp-gap (requires gimp)
- gimp-lensfun (requires gimp)
- gimp-ofnuts-tools (requires gimp)
- gimp-paint-studio (requires gimp)
- gimp-palletes-davidrevoy (requires gimp) (optional)
- gimp-plugin-akkana-git (requires gimp)
- gimp-plugin-arrow (requires gimp)
- gimp-plugin-astronomy (requires gimp)
- Show 106 more...
Sources (2)
bartus commented on 2022-12-10 09:14 (UTC)
JonnyRobbie commented on 2022-12-09 14:36 (UTC)
I was getting Eeeks on babl > 0.1.98 even though I did have a babl >= 0.1.99. It turns out that this pkgbuild forces back a build with autotools. Deleting (commenting out) the first two lines in pkgbuild forces the build with meson which succeeded.
maderios commented on 2022-11-23 16:41 (UTC)
Flagging 'out of date' a git version is a non sense. First remove this section because some (unnecessary) tests fail
check() {
if ((DISABLE_MESON)); then
cd $_pkgname
xvfb-run make check
# xvfb-run make distcheck
else
ninja -C "${srcdir}/build" test
fi
After building , I get gimp-git-2:2.99.15.r15.7ab7997a63-1-x86_64.pkg.tar.xz It works better than gimp-devel (which has problem with python plugins)
andrej commented on 2022-09-04 02:22 (UTC)
FYI, there is currently this build error, already fixed upstream. It will be fixed once the merge request makes it into the repo this package is using.
bartus commented on 2022-03-19 16:21 (UTC)
@sispus: could you perhaps try to build against community/gegl or AUR/gegl-git package instead of gegl-0.4?
Pinned Comments
bartus commented on 2019-08-01 19:45 (UTC) (edited on 2021-12-02 08:07 (UTC) by bartus)
Note: If you wont to have both
gimp-git
and stockgimp
installed, there's a non-conflicting version of this package calledgimp-develop-git
This package is also hosted on GitHub.
Please report
issues
andpatches
to gimp-git*github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-gimp-git.svg?branch=master" />
Use env vars to control build process:
DISABLE_MESON=1
to build with Autotools build system (disabled by default)MAKEFLAGS="xxx"
to override default make flags.Usage cases:
makepkg DISABLE_MESON=1
yay -S gimp-git --mflags "DISABLE_MESON=1"
Disclaimer: Package uses Travis to automatically update version of dependencies. Script executes once a day, so please wait a day before reporting dependencies version mismatch, thanks!