Updated with no-more-parentheses fix ;)
Search Criteria
Package Details: gimp-git 2:3.0.3.r218.eeed283da2-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: | 116 |
Popularity: | 0.012794 |
First Submitted: | 2009-05-27 08:12 (UTC) |
Last Updated: | 2025-05-08 12:15 (UTC) |
Dependencies (57)
- appstream-glib (appstream-glib-gitAUR)
- babl-gitAUR
- cairo (cairo-gitAUR)
- dbus-glib
- desktop-file-utils (desktop-file-utils-gitAUR)
- enchant
- gegl-gitAUR
- gobject-introspection
- gtk-doc
- icu (icu-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libart-lgplAUR
- libexif (libexif-gitAUR)
- libgexiv2
- librsvg (librsvg-gitAUR)
- libwmf (libwmf-gitAUR)
- mypaint-brushes1
- openexr (openexr-gitAUR)
- poppler-data
- poppler-glib (poppler-glib-gitAUR)
- Show 37 more dependencies...
Required by (95)
- brscan-skey (requires gimp) (optional)
- djvupages-git (requires gimp) (optional)
- gimp-brushbox (requires gimp)
- gimp-calendar (requires gimp)
- gimp-elsamuko-git (requires gimp)
- gimp-extras (requires gimp)
- gimp-fix-ca (requires gimp)
- gimp-font-rendering-fix (requires gimp)
- gimp-fourier (requires gimp)
- gimp-gap (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)
- gimp-plugin-batcher-git (requires gimp)
- gimp-plugin-beautify (requires gimp)
- gimp-plugin-bimp (requires gimp)
- gimp-plugin-contrastfix (requires gimp)
- Show 75 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 46 Next › Last »
<deleted-account> commented on 2012-01-20 09:49 (UTC)
<deleted-account> commented on 2012-01-19 14:14 (UTC)
i would not say this package is out of date do to a simple change to the pkgbuild file. i do think the change should be made tho. but it does not make this out of date...
felixonmars commented on 2012-01-17 22:59 (UTC)
@dotterblaster
Since pacman4 the brackets around install files will make the package not working, and many other packages have already removed them.
Such as http://aur.archlinux.org/packages.php?ID=7222 see the maintainer's comment :)
<deleted-account> commented on 2012-01-17 17:19 (UTC)
It seems a pacman bug.
gjasso commented on 2012-01-17 16:21 (UTC)
Build fails with error:
install file (('gimp-git.install') does not exist
Works editing PKGBUILD and changing
install=('gimp-git.install')
to
install=gimp-git.install
PS: I'm using pacman-4.0
miffe commented on 2011-11-19 00:34 (UTC)
Please remote the () around on the install var, otherwise it wont build with makechrootpkg
Marcel_K commented on 2011-05-06 15:57 (UTC)
You don't need `|| return 1` anymore, makepkg can determine this itself now.
You should put quotes around ${startdir} as it might contain spaces (or better, use "$srcdir" and "$pkgdir").
glib2-git is no longer required and gtk2 2.24.4 is now in [extra].
mbostwick commented on 2011-04-16 19:50 (UTC)
Package requires gtk2 >= 2.24 can be found in testing branch (http://www.archlinux.org/packages/testing/x86_64/gtk2/) easy solution is just to temporaryly add testing branch to pacman.conf at the bottem, download repo, install latest version of gtk and then remove testing branch from pacman.
Pinned Comments
bartus commented on 2019-08-01 19:45 (UTC) (edited on 2023-11-11 15:48 (UTC) by bartus)
Note: If you want 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!