Package Details: gimp-devel 2.99.18-2

Git Clone URL: https://aur.archlinux.org/gimp-devel.git (read-only, click to copy)
Package Base: gimp-devel
Description: GNU Image Manipulation Program (Development version)
Upstream URL: https://www.gimp.org/
Licenses: GPL, LGPL
Conflicts: gimp
Provides: gimp
Submitter: twa022
Maintainer: twa022
Last Packager: twa022
Votes: 41
Popularity: 0.119842
First Submitted: 2017-02-02 23:39 (UTC)
Last Updated: 2024-02-21 03:43 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

lyhokia commented on 2022-03-01 03:52 (UTC)

I run into this:

error: could not find all required packages:
    gegl>=0.4.36 (wanted by: gimp-devel)

HurricanePootis commented on 2022-02-25 15:24 (UTC) (edited on 2022-02-25 15:24 (UTC) by HurricanePootis)

Gimp 2.99.10 now depends on gegl>=0.4.36, and babl>=0.1.90, and now has a new optional dependency on xdg-desktop-portal for a screenshot API.

Here's a new PKGBUILD I made

# Maintainer: twa022 <twa022 at gmail dot com>

_pkgname=gimp
pkgname=${_pkgname}-devel
pkgver=2.99.10
pkgrel=1
pkgdesc="GNU Image Manipulation Program (Development version)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="http://www.gimp.org/"
license=('GPL' 'LGPL')
depends=('gtk3' 'lcms2' 'libwmf' 'icu' 'enchant' 'libgexiv2' 'librsvg' 'desktop-file-utils'
         'libexif' 'openjpeg2' 'poppler-glib' 'poppler-data' 'openexr' 'mypaint-brushes1'
         'babl>=0.1.90' 'gegl>=0.4.36' 'cairo' 'python-gobject' 'appstream-glib' 'libxmu' 'graphviz')
makedepends=('intltool' 'libxslt' 'glib-networking'
             'alsa-lib' 'curl' 'ghostscript' 'libxpm' 'webkit2gtk'
             'libheif' 'libwebp' 'libmng' 'iso-codes' 'aalib' 'zlib' 'libjxl'
             'gjs'  'luajit' 'meson' 'gobject-introspection'
             'gtk-doc' 'xorg-server-xvfb' 'vala')
checkdepends=('xorg-server-xvfb')
optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
            'alsa-lib: for MIDI event controller module'
            'curl: for URI support'
            'ghostscript: for postscript support'
            'libxpm: XPM support'
            'webkit2gtk: HTML renderer and web content engine'
            'libheif: HEIF support'
            'libjxl: JPEG XL support'
            'libwebp: WebP support'
            'libmng: MNG support'
            'iso-codes: Language support'
            'aalib: ASCII art support'
            'zlib: Compression routines'
            'gjs: JavaScript scripting support'
            'luajit: LUA scripting support'
            'lua51-lgi: LUA scripting support'
            'xdg-desktop-portal: Screenshot Support')
conflicts=("${_pkgname}")
provides=("${_pkgname}=${pkgver}")
source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2 linux.gpl)
sha256sums=('9e08f1c4a455e8dd4dd0579fe289419e38c835db38e3c0d40cd1137fb0112f29'
            '1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3')
build() {
  cd "${_pkgname}-${pkgver}"
    ./configure \
    --prefix=/usr \
    --sysconfdir=/etc \
    --libdir=/usr/lib \
    --libexecdir=/usr/lib/gimp \
    --datarootdir=/usr/share \
    --enable-mp \
    --enable-gimp-console \
    --enable-gtk-doc
  make
}

package() {
  cd "${_pkgname}-${pkgver}"
  make DESTDIR="${pkgdir}" install
  install -Dm 644 "${srcdir}/linux.gpl" "${pkgdir}/usr/share/gimp/2.99/palettes/Linux.gpl"
}

MajorMayer commented on 2022-02-06 22:28 (UTC) (edited on 2022-02-06 22:28 (UTC) by MajorMayer)

I have jpegxl library installed from official Manjaro repos, but still when i build this package i get:

checking for libjxl >= 0.5.0... no

and

Optional Plug-Ins:

Ascii Art: yes

...

JPEG XL: no (libjxl not found)

There is no option to save my images as Jpeg XL when the build finished.

post-factum commented on 2021-10-21 11:44 (UTC)

Hmmm:

Package 'libhwy', required by 'libjxl', not found

Probably, gimp needs community/highway now.

post-factum commented on 2021-10-21 11:41 (UTC)

I wonder why this happens if the package is built in OBS:

[   26s] [111/358] installing libjxl-0.6-1
[   79s] checking for libjxl >= 0.5.0... no
[   90s]   JPEG XL:                   no (libjxl not found)

?

twa022 commented on 2021-09-11 20:34 (UTC)

@Kunda: yes, why? ...

Kunda commented on 2021-09-11 14:34 (UTC)

Is this still being maintained?

katt commented on 2020-12-26 13:26 (UTC)

Needs vala as a makedepend.

configure: error: Vala-plugins are enabled, but could not find vala compiler
==> ERROR: A failure occurred in build().
    Aborting..

Kodehawa commented on 2020-12-17 02:23 (UTC)

Hello! This needs graphviz as a dependency, and not only for make.

This is because GIMP needs gegl:instrospect and gegl will only enable it with graphviz installed. See: https://gitlab.gnome.org/GNOME/gegl/-/commit/1f50456de59c686941a861d299a63bfcd4126ee5

[> <]; -> pacman -F /usr/bin/dot
usr/bin/dot is owned by extra/graphviz 2.44.1-6

twa022 commented on 2020-06-12 01:23 (UTC)

This package is based on the development release. Next update will be for gimp 2.99.2 when that is released. Use gimp from extra in the meantime or gimp-git if you can't wait