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

gmic-bash-completion-3.6.6-1.7 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: gmic-bash-completion Distribution: openSUSE Tumbleweed
Version: 3.6.6 Vendor: openSUSE
Release: 1.7 Build date: Thu Feb 5 13:32:09 2026
Group: Unspecified Build host: reproducible
Size: 150643 Source RPM: gmic-3.6.6-1.7.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gmic.eu
Summary: Bash completion for gmic
This package contains the bash completion command for gmic.

Provides

Requires

License

CECILL-2.1

Changelog

* Thu Feb 05 2026 Marcus Rueckert <mrueckert@suse.de>
  - Update to 3.6.6
    https://discuss.pixls.us/t/on-the-road-to-3-7/52265/23
  - drop fix-libc.patch
* Sun Dec 21 2025 Marcus Rueckert <mrueckert@suse.de>
  - bump memory constraint to 8GB to fix linking now that we build
    more gmic targets in parallel
* Sat Dec 20 2025 Marcus Rueckert <mrueckert@suse.de>
  - add libcgmic subpackage for gmic-gegl-plugin
* Sat Dec 20 2025 Marcus Rueckert <mrueckert@suse.de>
  - Add fix-libc.patch - fix cross dependencies between the different
    targets so that they properly build with -j > 1
    https://discuss.pixls.us/t/gmic-gegl-release-0-1-0/54859/10
* Sat Dec 20 2025 Marcus Rueckert <mrueckert@suse.de>
  - Update to 3.6.5
    https://discuss.pixls.us/t/on-the-road-to-3-7/52265/23
* Sat Dec 06 2025 Marcus Rueckert <mrueckert@suse.de>
  - use gimptool-3 (which is a symlink to gimptool-3.x) to make it
    work with gimp 3.0.x and the upcoming 3.2.x.
* Fri Dec 05 2025 Marcus Rueckert <mrueckert@suse.de>
  - Update to 3.6.4
    https://discuss.pixls.us/t/on-the-road-to-3-7/52265/13
* Tue Oct 07 2025 Marcus Rueckert <mrueckert@suse.de>
  - Update to 3.6.2
    https://discuss.pixls.us/t/release-of-gmic-3-6/47481
* Thu Mar 13 2025 Christophe Marin <christophe@krop.fr>
  - Update to 3.5.3
    * New filter Rendering / 2.5D Extrusion renders a fake 3D
      effect from an input binary shape.
    * New filter Rendering / Fluffy Cloud renders fluffy clouds
    * [stdlib-353]  Add command at_curve, that extracts image
      pixels belonging to a spline curve passing through specified
      points
    * [stdlib-353] Add command resize_displacement, that uses
      a specific algorithm to upscale displacement maps, for
      patch-based image synthesis
* Fri Jan 31 2025 Marcus Rueckert <mrueckert@suse.de>
  - Update to 3.5.2
    - New features:
    - [math-core-351] Add function isfinite() that returns 0 or 1
      whether the given argument is a finite number or not (i.e.
      not inf nor NaN).
    - [math-core-351] Add function isvar(varname) that returns 0 or
      1 whether the given argument is the name of an already
      defined variable or not.
    - [math-core-351] Add function abscut(x,min,max,offset) that
      returns cut(abs(x) + offset,min,max)*sign(x) (see dedicated
      post 2 to get an idea why).
    - [stdlib-351] Add new command matchpatch_alt, a custom
      re-implementation of command matchpatch that is slower but
      easier to modify for computing custom correspondence maps
      between two images.
    - Improvements / Modifications:
    - [stdlib-351] Command scale2x_cnn: Implement downscaling
      fidelity constraint, so that a downscaled version of the
      upscaled image is closer to the input image.
    - [stdlib-351] Command denoise_cnn: Changed the network
      architecture to make it more controllable (add a user-defined
      parameter for noise level estimation).
    - [stdlib-351] Management of simultaneous neural networks has
      been improved in the nn_lib (ML library inside G’MIC). Some
      of the existing layers have been also improved.
    - Bugfix:
    - [core-353] Fix command median when size=3 and selected image
      is a one-column vector.
    - [math-core-351] Fix multi-threading issue when forcing the
      evaluation of math expressions in parallel for images that
      has less values than the number of threads (including empty
      images).
    - [math-core-351] Fix function v(a,b) that was always returning
      positive random values when a or b were negative.
    - [stdlib-351] Command display: Fix window title when
      displaying a single image that has been generated from a math
      expression.
    - [packages-352] Fix DLL issue with the G’MIC-Qt for GIMP.
* Fri Jan 10 2025 Christophe Marin <christophe@krop.fr>
  - Use GCC 13 on Leap 15
* Wed Jan 08 2025 Marcus Rueckert <mrueckert@suse.de>
  - switch all the Qt gui implementations to Qt6 except for the krita
    one, as this also still pulls KF5 libraries, not sure how well
    mixing KF5 and QT6 would work. (boo#1218653#c14)
* Tue Jan 07 2025 Marcus Rueckert <mrueckert@suse.de>
  - gimp3 plugin needs to be in a subdir
* Tue Jan 07 2025 Marcus Rueckert <mrueckert@suse.de>
  - use installation of gimp plugin by using install -D
* Tue Jan 07 2025 Marcus Rueckert <mrueckert@suse.de>
  - Fix the gimp 3 based build by using gimptool-3.0 instead of
    gimptool-2.99
* Wed Jan 01 2025 Marcus Rueckert <mrueckert@suse.de>
  - Update to 3.5.0
    https://discuss.pixls.us/t/release-of-gmic-3-5/44490
* Tue Oct 22 2024 Christophe Marin <christophe@krop.fr>
  - Update to 3.4.3. No changelog.
* Mon Sep 23 2024 Christophe Marin <christophe@krop.fr>
  - Update to 3.4.2. No changelog.
* Fri Jun 28 2024 Christophe Marin <christophe@krop.fr>
  - Update to 3.4.0
    https://discuss.pixls.us/t/release-of-gmic-3-4/39353
    * New filters added: color wheel, blur (motion), underwoods,
      spline spirograph, distort (RBF), color mixer
  - Update build constraints
* Thu Apr 11 2024 Christophe Marin <christophe@krop.fr>
  - Update to 3.3.5. No changelog.
* Thu Feb 01 2024 Christophe Marin <christophe@krop.fr>
  - Update to 3.3.3. No changelog.
  - Rebase krita5.patch
* Thu Dec 28 2023 Christophe Marin <christophe@krop.fr>
  - Update to 3.3.2. No changelog.
  - Rebase krita5.patch
* Thu Dec 28 2023 Christophe Marin <christophe@krop.fr>
  - Require extra-cmake-modules at build time
* Fri Oct 06 2023 Christophe Marin <christophe@krop.fr>
  - Update to 3.3.1. No changelog.
* Mon Sep 04 2023 Christophe Marin <christophe@krop.fr>
  - Update to 3.3.0.
    Check https://discuss.pixls.us/t/release-of-gmic-3-3/34786 for
    the full list of changes
    * Interactive image viewer using display has been improved a lot
    * Command is_3d renamed as is_mesh3d
    * New command strbuffer returns a string describing a buffer size
    * New command rand_sum fills selected images with strictly
      positive, random, integer values, that sums to specified
      fixed value
    * Starting a fill expression with + forces it to be evaluated
      in a single thread, but with an image copy (equivalent to
    * without multi-threading)
    * Allow run() to be run in parallel in math parser
* Tue Jun 27 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.2.6. No changelog.
* Wed May 31 2023 Christophe Marin <christophe@krop.fr>
  - Update to 3.2.5. No changelog.
* Wed Apr 26 2023 Jan Engelhardt <jengelh@inai.de>
  - Replace BuildRequire on xorg-x11-devel by pkgconfig(...)
* Mon Apr 17 2023 Christophe Marin <christophe@krop.fr>
  - Update to 3.2.3. No changelog
  - Drop patches, merged upstream:
    * 0001-Fix-Qt-form-paths-in-CMakeLists.patch
    * 0001-Do-not-build-all-host-code-by-default.patch
  - Rework 0001-Find-the-local-gmic-library.patch to speed up build
    and fix failures on Leap
* Mon Mar 20 2023 Christophe Marin <christophe@krop.fr>
  - Update to 3.2.2. No changelog.
  - Rebase krita5.patch
  - Add upstream gmic-qt changes:
    * 0001-Fix-Qt-form-paths-in-CMakeLists.patch
    * 0001-Do-not-build-all-host-code-by-default.patch
* Sun Feb 19 2023 Marcus Rueckert <mrueckert@suse.de>
  - Update to 3.2.1. No changelog.
* Mon Jan 16 2023 Christophe Marin <christophe@krop.fr>
  - Update to 3.2.0
    * https://discuss.pixls.us/t/release-of-gmic-3-2/30567#uwhats-new-in-version-32u-2
    * Fix saving output file in .png format with stand-alone version.
    * Fix command texturize3d (a.k.a. t3d) when used on large
      3D object
    * Saving animated .gif now better handles alpha-channels
    * Fix behavior of using break in a foreach...done loop
  - Rebase krita5.patch

Files

/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/gmic


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 17 22:21:45 2026