Next | Query returned 378 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2022-05-14 01:05:32 by Tobias Nygren | Files touched by this commit (2)
Log message:
gimp: fix build on macOS
   2022-05-04 23:05:45 by Thomas Klausner | Files touched by this commit (45)
Log message:
*: recursive bump for poppler 22.04
   2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | Package updated
Log message:
revbump for textproc/icu update
   2022-04-12 15:40:56 by Tobias Nygren | Files touched by this commit (1)
Log message:
gimp: don't randomly pick up native ghostscript

XXX package should have a ghostscript PKG_OPTION
   2022-03-26 10:34:49 by Tobias Nygren | Files touched by this commit (1)
Log message:
gimp: build-depend on vera-ttf

During the build gimp wants to convert svg files to png.
This reproducibly segfaults it's tooling if fontconfig cannot find any
fonts, which happens if bulk building with modular X.org.
   2022-03-12 09:05:24 by Nia Alarie | Files touched by this commit (1)
Log message:
gimp: missing tool dependency on xsltproc
   2022-01-04 14:07:18 by Ryo ONODERA | Files touched by this commit (2)
Log message:
gimp: Update to 2.10.30

Changelog:
Overview of Changes from GIMP 2.10.28 to GIMP 2.10.30
=====================================================

Core:

  - Do not follow subpixel font rendering choice from system settings
    for text layer rendering. These systems are useful for GUI
    rendering on a screen of a specific type and pixel order. Yet when
    rendering an image which can be zoomed in or out, showed on various
    screens or even printed, subpixel font rendering doesn't make sense.
  - Rewrite the core selection drawing logics so that it works on macOS
    Big Sur and over. This is a backport (adapted to GTK+2) of the fix
    brought in GIMP 2.99.8 for Wayland and macOS.
  - Ignore MakerNote metadata tag at export and only store the tags that
    go in it, hence avoiding partial invalid metadata.
  - Color picking from Colors dockable can now use the Freedesktop
    portal.
  - On Windows, move from GetICMProfile() to WcsGetDefaultColorProfile()
    because the former is broken in Windows 11.

Plug-ins:

  - metadata-viewer: improve how XMP tags with multiple values are
    handled and shown (now each value on a separate line for better
    readability).
  - metadata-editor:
    * XMP array tags of type BAG and SEQ are now on separate lines.
    * Comparing XMP tags with equivalent IPTC tags with multiple values,
      each value is compared individually, instead of comparing the list
      as a whole.
  - Many robustness improvements and other fixes to the metadata
    plug-ins.
  - AVIF: prefer AOM encoder for export.
  - PSD:
    * Skip sanity check for mask of rendered layers as some layer mask
      have invalid dimensions in such cases. They will now be loaded
      correctly.
    * Fixed loading of CMYK PSD files without alpha.
    * Fixed loading of CMYK images without layers.
    * Fixed loading of merged image of a 16 bit per channel RGBA PSD
      file with the alpha channel opaque.
   - PBM: large file export now always works and does not depend anymore
     on the platform's long int size.
   - Screenshot:
     * GNOME shell implementation dropped because the D-Bus API has been
       restricted to core components for security reasons, thus our
       plug-in was failing.
     * KDE portal moved as last fallback after the X implementation
       (when running on X) and Freedesktop portal, because KDE is also
       starting to block API calls for security reasons.

Installer:

  - Extension .avif now associated to GIMP.
  - Drop codepage conversion, use UTF-8 for language files.

Build:

  - macOS support officially bumped to macOS 10.12 (Sierra). We would
    usually try to avoid doing this within a stable release but the
    conditions (lack of contributors) is such that it is hard to avoid.
   2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063)
Log message:
revbump for icu and libffi
   2021-11-15 23:13:56 by Nia Alarie | Files touched by this commit (3)
Log message:
gimp: work around problems with cc -v + cwrappers appending link flags

As ryoon@ reported to me after I committed a bit more MKRELRO churn,
ensuring RELRO is always applied through the compiler wrappers causes
a build failure.

This is because GIMP is attempting to parse the output of gcc --version,
which returns an error message (indicating a link failure of a nonexistent
program) alongside the version information when -Wl,-zrelro is appended
or prepended through cwrappers.

So, we use -c to avoid linking the nonexisting program we are "compiling".
   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Next | Query returned 378 messages, browsing 41 to 50 | Previous