Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gimp-plugin-resynthesizer-3.0.1+git0.bddb1df-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: gimp-plugin-resynthesizer Distribution: openSUSE Tumbleweed
Version: 3.0.1+git0.bddb1df Vendor: openSUSE
Release: 1.1 Build date: Wed Apr 1 08:47:49 2026
Group: Productivity/Graphics/Bitmap Editors Build host: reproducible
Size: 602945 Source RPM: gimp-plugin-resynthesizer-3.0.1+git0.bddb1df-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/bootchk/resynthesizer
Summary: Suite of gimp plugins for texture synthesis
This package is a set of plugins for use with the Gimp program.
The package includes:

- resynthesizer plugin engine (without a GUI)
- resynthesizer-gui plugin control panel for the engine
- various plugins (in Python language) that call the resynthesizer engine

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Wed Apr 01 2026 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 3.0.1+git0.bddb1df:
    * Update ChangeLog and NEWS for 3.0.1
    * Resynthesizer controls plugin: revert widget labels
    * Partial fix Portugese translation
    * Partial fix Russion translation
    * Partial fix French translation
    * Fix engine declares uses the shared i18n domain "resynthesizer3"
    * Partial fix to Czech translation
    * Partial fix to Turkish translation
    * Partial fix to Polish translation
    * Build install turkish and polish i18n cherry picked from master
    * added Polish translation
    * Add Turkish translation
    * Outer plugins declare i18n
    * Simplify build install i18n: not rename resynthesizer3.mo
    * Build install i18n data as declared by plugins.
    * Engine plugin declare i18n data names and location to GIMP
    * Clarify in build summary: outer plugins
    * Build option to nstall  i18n default to true.
    * Delete i18n cruft from engine plugin.
    * Fix #167: change function declarations to be complete for stricter compilers e.g. gcc15
    * Fix Windows console window for resynthesizer plugin
  - Add fix-po-meson.patch
* Fri Oct 17 2025 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 2.0.3+git.1749847142.32e3962:
    * Add Czech translation
    * Update README.md for release 3.0.0
    * update NEWS, ChangeLog, metainfo.xml
    * build: make default build non-threaded
    * Adaptor to GIMP: fix #417 crash after crop
* Sat Apr 26 2025 Matej Cepl <mcepl@cepl.eu>
  - Update to version 2.0.3+git.1745262257.669f8ce:
    * engine and engine plugin: refactor, extract classes
    * Refactor: move unused function blit_map from enginePlugin to engine
    * engine: refactor: make mapOps.h a separately compiled map.c
    * Add test of Render>Texture plugin on image w alpha
    * Test and fix conversions from high-bit depth images
    * Fix engine handling of indexed mode images.
    * Test: restore test of plugin FillPatternSeamless
    * Plugin Edit>FillPatternSeamless  port to script-fu-register-filter
    * Port Edit>FillPatternSeamless to 3.0 API
    * Plugin Enhance>Uncrop: enhance, option to anti-erase the enlargement
    * Plugin Enhance>Uncrop: restore anti-erase feature
    * Plugin Enhance>Uncrop: refactor extracting methods
    * Make Enhance>Uncrop use v3 binding
    * Restore outer plugin Enhance>Uncrop to working condition
    * New reference test images for GIMP 3
    * Fix conversion of selection masks
    * build: fix broken build when not option synth-debug
    * test plugin: restore to working order
    * build: option to install test plugin, and option to install i18n translations
    * test plugin: restore to somewhat working
    * outer plugins: rename the .scm files and the plugin procedures to standard names
    * Render>Texture outer plugin: fix bug for image mode indexed
    * Render>Texture outer plugin: port to use script-fu-register-filter
    * Render>Texture outer plugin: port to v3 binding of PDB return values
    * Render>Texture outer plugin: port to GIMP 3 API
    * Map Style outer plugin: port to script-fu-register-filter
* Fri Apr 04 2025 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 20250403.7e3eaea:
    * build: option to install test plugin, and option to install i18n translations
    * test plugin: restore to somewhat working
    * outer plugins: rename the .scm files and the plugin procedures to standard names
    * Render>Texture outer plugin: fix bug for image mode indexed
    * Render>Texture outer plugin: port to use script-fu-register-filter
    * Render>Texture outer plugin: port to v3 binding of PDB return values
    * Render>Texture outer plugin: port to GIMP 3 API
    * Map Style outer plugin: port to script-fu-register-filter
    * Update README.md re state of this branch.
    * Map Style outer plugin: allow images of mode INDEXED
    * Map Style outer plugin: port to GIMP v3
    * refactor: move count_color_channels to format.c
    * Enhance: let plugins be called on images of mode INDEXED
    * Add comments on code for threading.
    * Resurrect animation in slow motion.
    * Refactor: adaptGimp.h into separate declarations .h and definitions .h
    * Resurrect animation for debugging.
    * Resurrect broken code for debugging, statistics
    * adaption from Gimp to resynthesizer: fix for high bit-depth
  - No language files included in this build of the plugin.
* Thu Feb 13 2025 info@paolostivanin.com
  - Update to version 20250128.eed3bf8:
    * build: fix broken po/meson.build
    * i18n: fix wrong path in POTFILES.in
    * build and outerPlugins: fix i18n
* Fri Jan 24 2025 mcepl@cepl.eu
  - Update to version 20250123.93d2139:
    * Update ci-meson.yaml disable continuousness until we have libgimp3.0
    * Update ci-meson.yaml only build linux
    * Update ci-meson.yaml install glib before build
    * Update ci-meson.yaml to allow manual run
    * actions: add an action on resynthesizer3 branch to build using meson
    * build: don't install plugins not yet ported from GIMP 2 to 3
    * outerPlugin: Heal Transparency: restore to working
    * outer plugin: Map>Resynthesize: restore to somewhat working
    * Heal selection: port from Gimp 2 to 3
    * build: revise vagga.yaml for Ubuntu 24.04
    * Changes required for resynthesizer3 branch to build
    * Fix format-security warning in debug.c
* Tue Jan 21 2025 Matej Cepl <mcepl@cepl.eu>
  - Build on the top of resynthesizer3 branch of
    https://github.com/bootchk/resynthesizer repository
  - Add resynthesizer3-build.patch, which are local adjustments to
    make thing buildable.
* Mon Feb 26 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.0.3~git.20240203:
    * Add check if plugin-resynthesizer is defined.
* Fri Jan 19 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.0.3~git.20231001:
    * switch to a new fork that removes Python2 requirements
* Thu Sep 08 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.0.3~git.20220422:
    * Fix Filter>Render>Texture improperly yields a transparent image
      for an input image with alpha channel.

Files

/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/cs
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/cs/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/cs/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/es
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/es/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/es/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/fr
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/fr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/fr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/pl
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/pl/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/pl/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/pt_BR
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/pt_BR/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/pt_BR/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/ru
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/ru/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/ru/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/tr
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/tr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/locale/tr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-selection/plug-in-heal-selection.scm
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/cs
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/cs/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/cs/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/es
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/es/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/es/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/fr
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/fr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/fr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/pl
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/pl/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/pl/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/pt_BR
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/pt_BR/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/pt_BR/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/ru
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/ru/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/ru/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/tr
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/tr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/locale/tr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-heal-transparency/plug-in-heal-transparency.scm
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/cs
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/cs/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/cs/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/es
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/es/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/es/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/fr
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/fr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/fr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/pl
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/pl/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/pl/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/pt_BR
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/pt_BR/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/pt_BR/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/ru
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/ru/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/ru/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/tr
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/tr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/locale/tr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-map-style/plug-in-map-style.scm
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/cs
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/cs/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/cs/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/es
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/es/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/es/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/fr
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/fr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/fr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/pl
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/pl/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/pl/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/pt_BR
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/pt_BR/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/pt_BR/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/ru
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/ru/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/ru/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/tr
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/tr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/locale/tr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-render-texture/plug-in-render-texture.scm
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/cs
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/cs/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/cs/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/es
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/es/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/es/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/fr
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/fr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/fr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/pl
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/pl/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/pl/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/pt_BR
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/pt_BR/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/pt_BR/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/ru
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/ru/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/ru/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/tr
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/tr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/locale/tr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-controls/plug-in-resynth-controls.scm
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/cs
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/cs/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/cs/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/es
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/es/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/es/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/fr
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/fr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/fr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/pl
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/pl/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/pl/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/pt_BR
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/pt_BR/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/pt_BR/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/ru
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/ru/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/ru/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/tr
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/tr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/locale/tr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-resynth-fill-pattern/plug-in-resynth-fill-pattern.scm
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/cs
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/cs/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/cs/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/es
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/es/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/es/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/fr
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/fr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/fr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/pl
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/pl/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/pl/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/pt_BR
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/pt_BR/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/pt_BR/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/ru
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/ru/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/ru/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/tr
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/tr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/locale/tr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/plug-in-uncrop/plug-in-uncrop.scm
/usr/lib64/gimp/3.0/plug-ins/resynthesizer
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/cs
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/cs/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/cs/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/es
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/es/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/es/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/fr
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/fr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/fr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/pl
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/pl/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/pl/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/pt_BR
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/pt_BR/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/pt_BR/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/ru
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/ru/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/ru/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/tr
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/tr/LC_MESSAGES
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/locale/tr/LC_MESSAGES/resynthesizer3.mo
/usr/lib64/gimp/3.0/plug-ins/resynthesizer/resynthesizer
/usr/share/doc/packages/gimp-plugin-resynthesizer
/usr/share/doc/packages/gimp-plugin-resynthesizer/README.md
/usr/share/licenses/gimp-plugin-resynthesizer
/usr/share/licenses/gimp-plugin-resynthesizer/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 19 22:35:28 2026