After upgrade of libmypaint, gimp stopped working:
gimp: error while loading shared libraries: libmypaint-1.3.so.0: cannot open shared object file: No such file or directory
To solve this I made symlink to newer version of libmypaint:
cd /usr/lib
sudo ln -s libmypaint-1.3.so.0 libmypaint.so
Search Criteria
Package Details: gimp-git 2:3.0.0.RC1.r40.0cd0206917-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.51 |
First Submitted: | 2009-05-27 08:12 (UTC) |
Last Updated: | 2024-11-14 16:59 (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 (103)
- 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-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)
- gimp-plugin-beautify (requires gimp)
- gimp-plugin-bimp (requires gimp)
- gimp-plugin-contrastfix (requires gimp)
- Show 83 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 .. 46 Next › Last »
marcin commented on 2017-06-25 23:18 (UTC) (edited on 2017-06-25 23:18 (UTC) by marcin)
ooo commented on 2017-06-24 23:37 (UTC)
@mytbk great! Although I think you meant to change it to libmypaint<=1.3.0, right?
I think libmypaint<1.4 would be ok as well, since the commit that worked for me bumps the version to 1.4. That would also work in case there will be any 1.3.* point releases.
mytbk commented on 2017-06-24 03:46 (UTC)
@ooo now I change the dependency to libmypaint>=1.3.0, you can use aur/libmypaint and rebuild it.
ooo commented on 2017-06-23 20:43 (UTC)
libmypaint updated its API and therefire building of gimp fails at the moment with latest libmypaint-git.
I didn't track down the libmypaint commit that broke it, but at least b7377e262a646c02700e174658d689647573ffa1 works.
grayich commented on 2017-04-24 16:24 (UTC)
v.2.9.5..
gtimoshaz commented on 2017-02-12 22:13 (UTC)
You need babl>=1.24, so at 13.02.2017 you should install babl-git. It's marked as 1.22 but it's 1.24
e-anima commented on 2017-02-04 13:00 (UTC)
package vala creates an infinite loop with yaourt
/usr/lib/yaourt/abs.sh: Line 95: continue: `for', `while' or `until' Loop
orlfman commented on 2017-01-30 00:20 (UTC)
@marcin
i was able to build no problem without having to modify libmypaint-git pkgbuild.
marcin commented on 2017-01-17 05:23 (UTC)
Before installing this package, have to manually install https://aur.archlinux.org/packages/libmypaint-git/ as written in comments of libmypaint-git package.
Also if you already have gimp 2.8, it should be removed as it may lead to conflicting packages error. To remove gimp 2.8: sudo pacman -R gimp.
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!