pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ristretto ristretto: update to 0.12.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/639ed7482640
branches:  trunk
changeset: 372132:639ed7482640
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Jan 20 01:03:55 2022 +0000

description:
ristretto: update to 0.12.2

0.12.2 (2022-01-14)
======
- New Features:
  - Thumbnailer: Add support for shared thumbnail repositories (#82)
  - Thumbnailer: Add thumbnail flavor support (#81)

- Performance Improvement:
  - Optimization: Use TreeModel IFace to walk the image list
  - Optimization: Add index and list link to RsttoImageListIter
  - Optimization: Switch to GQueue in RsttoImageList

- Code Refactoring:
  - Flatpak: Add lifecycle manager patch to Xfconf dependency
  - Flatpak: Add Tumbler dependency as a private service (!35)
  - Flatpak: Add pixbuf loaders
  - Refactoring: Cleanup and simplifications around thumbnail size
  - Redistribute thumbnail sizes uniformly
  - Disable debug checks in release mode
  - Cleanup: Miscellaneous
  - Cleanup: Remove unused APIs in RsttoImageList

- Bug Fixes:
  - Fix and complete file change monitoring
  - Thumbnailer: Rework queue management
  - Thumbnailer: Properly set the number of visible items
  - Take the device scale into account to limit rendering quality
  - Avoid multi-threading issue with X11 (#76)

- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm��l, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Ukrainian, Uyghur

diffstat:

 graphics/ristretto/Makefile |  6 +++---
 graphics/ristretto/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 0e2d9acaa0bf -r 639ed7482640 graphics/ristretto/Makefile
--- a/graphics/ristretto/Makefile       Wed Jan 19 22:56:00 2022 +0000
+++ b/graphics/ristretto/Makefile       Thu Jan 20 01:03:55 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2021/12/11 13:40:03 gutteridge Exp $
+# $NetBSD: Makefile,v 1.59 2022/01/20 01:03:55 gutteridge Exp $
 
-VERSION=       0.12.1
+VERSION=       0.12.2
 DISTNAME=      ristretto-${VERSION}
 EXTRACT_SUFX=  .tar.bz2
 CATEGORIES=    graphics
@@ -16,7 +16,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake pkg-config msgfmt perl intltool
+USE_TOOLS+=            gmake pkg-config msgfmt perl intltool gdbus-codegen
 
 LDFLAGS.DragonFly=     -lX11
 LDFLAGS.FreeBSD=       -lX11
diff -r 0e2d9acaa0bf -r 639ed7482640 graphics/ristretto/distinfo
--- a/graphics/ristretto/distinfo       Wed Jan 19 22:56:00 2022 +0000
+++ b/graphics/ristretto/distinfo       Thu Jan 20 01:03:55 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/12/11 13:40:03 gutteridge Exp $
+$NetBSD: distinfo,v 1.13 2022/01/20 01:03:55 gutteridge Exp $
 
-BLAKE2s (ristretto-0.12.1.tar.bz2) = 79a6b22e795789931e810512085f71dfda7601df17500fd303f09bc685f3f752
-SHA512 (ristretto-0.12.1.tar.bz2) = 58e61b7ead3f78770132d1ba3b480f0300279dd42bf78c248d7927c0a6703c75edce051bcaa23acd46d92865c4f5e03fd085bcc6cfdc3fe2bd2b4abd4eb3fa3c
-Size (ristretto-0.12.1.tar.bz2) = 610696 bytes
+BLAKE2s (ristretto-0.12.2.tar.bz2) = 1092687edeb62f61f5c8ea6d26103864eaf24e2a8835403d42d1a7d1420a628a
+SHA512 (ristretto-0.12.2.tar.bz2) = 39fc5868c3858e3667660b6411b3d39c19a2306be3d169e499aa11aff34a24e0ee8e745e15dfe301be48e1c6adce30129ed76270b025f5160cfa773467764379
+Size (ristretto-0.12.2.tar.bz2) = 612128 bytes
 SHA1 (patch-src_Makefile.in) = efe5b0923709f5b2087e9faec15f11fcd8106924


Home | Main Index | Thread Index | Old Index