Gimp/app
Simon McVittie 4d6cf1e3e8 app: Don't second-guess the dependency system
Removing this check makes the treatment of LittleCMS consistent with
all the other dependencies checked in the same file, which only check
that the runtime version is at least the required version.

As long as we were compiled against LittleCMS >= 2.8, and are now
running against a version that has at least the same symbols, it doesn't
necessarily matter whether the version we are running against is the
same one we were compiled against.

Distributions like Debian and Ubuntu track the versions in which
individual symbols were introduced, which allows runtime dependencies
to be weakened when no newer symbols are actually used; this is
practically necessary when working with very large numbers of packages,
to avoid a new version of a dependency library unnecessarily blocking
upgrade of dependent packages. However, this doesn't work if dependent
packages add their own checks that bypass this mechanism.

Signed-off-by: Simon McVittie <smcv@debian.org>
(cherry picked from commit dda65d85c3)
2021-04-04 16:06:10 +02:00
..
actions app: make "gegl:introspect" an optional operation dependency. 2021-02-24 20:05:46 +01:00
config app: properly free internal strings at finalization and before… 2020-10-23 02:18:30 +02:00
core Issue #288: Point snapping to guides does not work outside the canvas. 2021-02-13 13:11:27 +01:00
dialogs Issue #4777: "New version available" after update. 2020-10-16 18:16:06 +02:00
display tools: Rectangle select. Incorrect center_xy after converting channel selection to rectangle 2021-02-24 19:05:42 +01:00
file Issue #4536 - Seg fault when trying to open image on Google Drive (Gnome 3.34.3) 2020-07-28 11:20:18 +03:00
file-data app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:58:53 +02:00
gegl app: do not try to copy a buffer result from a canceled GEGL operation. 2020-05-20 08:39:34 +03:00
gui app: improve opening images through the DBus service. 2020-11-11 13:19:43 +01:00
menus app: start porting away from GtkAction and friends 2019-07-02 14:57:45 +02:00
operations app: remove ANTI_ERASE from filter mode set 2020-05-08 14:42:25 +03:00
paint Issue #4094 - Corrects some tools descriptions 2020-03-09 21:57:26 +00:00
pdb Issue #4996 - Wrong propagate_mode parameter handling in plug-in-vpropagate 2020-04-28 15:09:51 +03:00
plug-in Fix Python execution with autocrlf on Windows 2021-02-13 13:11:10 +01:00
propgui app: fix error propagation in boolean GUM grouping subexpressions 2020-06-12 01:35:11 +03:00
tests app, devel-docs: remove dangling DBUS_GLIB_* variables. 2019-11-16 19:32:35 +01:00
text Issue #5530: do not fail font loading on broken user/GIMP fonts.conf. 2020-08-16 18:11:01 +02:00
tools tools: Made 'Crop tool' aware of color or pattern changes 2021-03-11 19:45:19 +06:00
vectors Issue #4328: Distorted path of an open/imported circle from an svg file. 2020-08-02 22:12:41 +02:00
widgets app: proper ellipsis & wrap on Image Properties label where it matters. 2020-11-12 11:56:20 +01:00
xcf Issue #987 Corrupt 'gimp-metadata' parasite. Parsing XMP data failed. 2021-01-22 12:46:10 -05:00
.gitignore
about.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
app.c app: improve opening images through the DBus service. 2020-11-11 13:19:43 +01:00
app.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
errors.c app: NULL log domain is not a bug. 2020-09-24 23:13:59 +02:00
errors.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-debug.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-debug.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-intl.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-log.c app: add gimp_log_{set,remove}_handler() 2020-08-02 11:08:45 +03:00
gimp-log.h app: add gimp_log_{set,remove}_handler() 2020-08-02 11:08:45 +03:00
gimp-priorities.h app: fix image-window UI-manager update while a projection is being rendered 2019-03-30 19:31:26 -04:00
gimp-update.c Issue #4777: "New version available" after update. 2020-10-16 18:16:06 +02:00
gimp-update.h Issue #4777: "New version available" after update. 2020-10-16 18:16:06 +02:00
gimp-version.c app: add contents of /.flatpak-info in the verbose info. 2020-07-17 22:21:47 +02:00
gimp-version.h app: store the revision number in a data file. 2020-02-14 01:00:47 +01:00
gimpcore.def app: streamline GimpHistogram; avoid spurious channel switch in histogram view 2019-10-22 15:50:24 +03:00
language.c Issue #4871: Plug-ins not translated. 2020-04-01 18:13:31 +02:00
language.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
main.c Set required variables if is running from Apple application bundle 2019-10-31 14:51:24 +00:00
Makefile.am app: check last GIMP release from gimp.org/gimp_versions.json. 2020-02-07 00:14:10 +01:00
sanity.c app: Don't second-guess the dependency system 2021-04-04 16:06:10 +02:00
sanity.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
signals.c app: fixes string format argument types on Windows 32-bit. 2020-04-21 14:15:53 +02:00
signals.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
tests.c Return FALSE on gimp_osx_focus_window to avoid endless loop 2020-01-15 17:44:53 +01:00
tests.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
unique.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
unique.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00