pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/imlib2



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Oct 26 12:20:29 UTC 2025

Modified Files:
        pkgsrc/graphics/imlib2: Makefile distinfo

Log Message:
graphics/imlib2: Update to 1.12.5

Changelog:
v1.12.5 - 2025-04-06
--------------------
Kim Woelders (8):
      autofoo: Optionally link modules with libImlib2.la
      autofoo: Some defaults for RTLD_LOCAL support
      blend: Fixup after "blend: Rename some variables for clarity"
      test: Add test_scale_2
      autofoo: Use pkg-config for libyuv if available
      autofoo: Cosmetics
      autofoo: Enable RTLD_LOCAL support by default
      v1.12.5

NRK (1):
      autofoo: fix libyuv detection

v1.12.4 - 2025-03-15
--------------------
Chema Gonzalez (1):
      Y4M loader: add support for images with no framerate info

Kim Woelders (49):
      imlib2_view: Toggle anti-alias flag on 'a'
      test_load_2: Add another y4m test image
      scaling: Fix potential crash when scaling large images
      test_grab: Work around linewidth=0 bug
      test: Enable skipping tests for specific files
      test: By default skip CRC checks on jxl images
      test: Colorize Skip message
      SVG loader: Suppress warning
      test: Enable skipping loader flushing
      test: Correct CFLAGS when building with alternative library packages
      test_load_2: Adjustment for libheif-1.19.x
      imlib2_load/view: Show image alpha status too
      imlib2_load/view: Add -h option for help
      imlib2_conv: Optionally produce scaled image
      imlib2_conv: Optionally render image on background before saving
      test: Change test images
      savers: Add common save parameter handler
      HEIF saver: Add one
      scale: Rearrange some variable declarations
      scale/blend: Add some missing consts
      blend: Some mostly cosmetic changes
      blend: Rename some variables for clarity
      loaders: Fix gcc15 warnings
      test: Make top-level clean clean test too
      SVG loader: Handle .svgz too
      test: Fix top-level distclean
      PNG loader: Debug printout tweaks
      image: Trivial simplification
      image: Add optional alpha check requested by loaders
      SVG loader: Check alpha in pixel data
      imlib2_view: Optionally show crc32 of image data
      test: Some trivial ouput tweaks
      test: Change many no-alpha test images to not have alpha data
      test: Corrections after no-alpha update
      GIF loader: Fix minor issue when loading transparent gifs
      test: Add transparent gif check
      Y4M Loader: Trivial simplification
      autofoo: Make building demo programs optional (default enabled)
      autofoo: No longer link modules with libImlib2.la
      test_save: Add qoi
      specs: Optionally build split rpms
      XBM loader: Debug printout tweaks
      AVIF loader: Indent
      AVIF saver: Add one
      HEIF loader: Demote avif support if regular avif loader is built
      test: Add basic avif test
      test: test_grab needs -lX11
      test: Avoid warnings from _FORTIFY_SOURCE
      v1.12.4

NRK (6):
      AVIF loader: add new loader based on libavif
      Y4M Loader: replace fps_{den,num} with frametime_us
      Y4M Loader: provide the pixel aspect ratio directly
      autofoo: don't hardcode zlib flags
      QOI Loader: sync with upstream
      QOI Saver: add one


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/graphics/imlib2/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/imlib2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/imlib2/Makefile
diff -u pkgsrc/graphics/imlib2/Makefile:1.100 pkgsrc/graphics/imlib2/Makefile:1.101
--- pkgsrc/graphics/imlib2/Makefile:1.100       Sat Aug 30 22:45:24 2025
+++ pkgsrc/graphics/imlib2/Makefile     Sun Oct 26 12:20:29 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2025/08/30 22:45:24 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2025/10/26 12:20:29 ryoon Exp $
 
-DISTNAME=      imlib2-1.12.3
-PKGREVISION=   4
+DISTNAME=      imlib2-1.12.5
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/graphics/imlib2/distinfo
diff -u pkgsrc/graphics/imlib2/distinfo:1.52 pkgsrc/graphics/imlib2/distinfo:1.53
--- pkgsrc/graphics/imlib2/distinfo:1.52        Wed Feb 19 16:03:08 2025
+++ pkgsrc/graphics/imlib2/distinfo     Sun Oct 26 12:20:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2025/02/19 16:03:08 nia Exp $
+$NetBSD: distinfo,v 1.53 2025/10/26 12:20:29 ryoon Exp $
 
-BLAKE2s (imlib2-1.12.3.tar.xz) = 3abdba593bcb9d8cacdfe66f6a7d6af02e8e4fa1ed229c98601ed180619413f9
-SHA512 (imlib2-1.12.3.tar.xz) = 79feea73fb67508ffdce52f8430c2c887b06d8bcb70f6e3bc551c86d521ebf61fc1eff10994b69def4d7a237873f107066aefa367e05b5f89b5d675751d9314f
-Size (imlib2-1.12.3.tar.xz) = 833128 bytes
+BLAKE2s (imlib2-1.12.5.tar.xz) = 36972e8b8a7c5e05356dc6803a41e44686b10fce0380cb04f7d8db900bbdc5e7
+SHA512 (imlib2-1.12.5.tar.xz) = ac83840506b3c104936c57fab370b11e460854857218f91975bf8b589f3037dd628e5ff274caf67af4a64c0930ef3ad4884bef048b889fc926410cc068e3144c
+Size (imlib2-1.12.5.tar.xz) = 839464 bytes



Home | Main Index | Thread Index | Old Index