pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/digikam



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 16 08:35:43 UTC 2023

Modified Files:
        pkgsrc/graphics/digikam: Makefile PLIST distinfo

Log Message:
digikam: update to 7.10.0.

After three months of active maintenance and other bugs triage,
the digiKam team is proud to present version 7.10.0 of its open
source digital photo manager.

This new version arrives with 50 triaged and closed files in bugzilla.

See below a list of major improvements included in this release:

* Enable copying file path to the clipboard in Windows.
* Improve support of DXO tags.
* Add support for the new online documentation.
* Fix remote Mariadb database connection under macOS.
* Fix the Cancel button in the Import Tool.
* Fix crashes with last OpenCV 4.7.0.
* Improve internal digiKam trash behavior.
* Fix similarity search settings management.

The application internationalization has also been updated. digiKam
and Showfoto are proposed with 57 different languages for the
graphical interface. Go to Settings/Configure Languages dialog and
change the localization as you want. Applications need to be
restarted to apply changes. If you want to contribute to the
internationalization of digiKam, please contact the translator
teams, following the translation how-to. The statistics about
translation states are available here.


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 pkgsrc/graphics/digikam/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/digikam/PLIST
cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/digikam/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/digikam/Makefile
diff -u pkgsrc/graphics/digikam/Makefile:1.194 pkgsrc/graphics/digikam/Makefile:1.195
--- pkgsrc/graphics/digikam/Makefile:1.194      Sun Mar 12 14:36:29 2023
+++ pkgsrc/graphics/digikam/Makefile    Thu Mar 16 08:35:43 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.194 2023/03/12 14:36:29 wiz Exp $
+# $NetBSD: Makefile,v 1.195 2023/03/16 08:35:43 wiz Exp $
 
-DISTNAME=      digiKam-7.9.0
+DISTNAME=      digiKam-7.10.0
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_KDE:=digikam/${PKGVERSION_NOREV}/}

Index: pkgsrc/graphics/digikam/PLIST
diff -u pkgsrc/graphics/digikam/PLIST:1.34 pkgsrc/graphics/digikam/PLIST:1.35
--- pkgsrc/graphics/digikam/PLIST:1.34  Sun Mar 12 14:36:29 2023
+++ pkgsrc/graphics/digikam/PLIST       Thu Mar 16 08:35:43 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2023/03/12 14:36:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.35 2023/03/16 08:35:43 wiz Exp $
 bin/cleanup_digikamdb
 bin/digikam
 bin/digitaglinktree
@@ -296,7 +296,6 @@ share/digikam/data/colors-luma.png
 share/digikam/data/craters-pattern.png
 share/digikam/data/curvefree.png
 share/digikam/data/curvemooth.png
-share/digikam/data/detectFacesImg.png
 share/digikam/data/dried-pattern.png
 share/digikam/data/duplicatebothhorz.png
 share/digikam/data/duplicatebothvert.png
@@ -308,7 +307,6 @@ share/digikam/data/histogram-lin.png
 share/digikam/data/histogram-log.png
 share/digikam/data/histogram.png
 share/digikam/data/ice-pattern.png
-share/digikam/data/ignoreImg.png
 share/digikam/data/image-full.png
 share/digikam/data/image-selection.png
 share/digikam/data/leaf-pattern.png
@@ -338,7 +336,6 @@ share/digikam/data/metalwire-texture.png
 share/digikam/data/modern-texture.png
 share/digikam/data/moss-texture.png
 share/digikam/data/original.png
-share/digikam/data/overlayImg.png
 share/digikam/data/paper-pattern.png
 share/digikam/data/paper-texture.png
 share/digikam/data/paper2-texture.png
@@ -352,13 +349,11 @@ share/digikam/data/sample-aix.png
 share/digikam/data/splash-digikam.png
 share/digikam/data/stone-pattern.png
 share/digikam/data/stone-texture.png
-share/digikam/data/tagFacesImg.gif
 share/digikam/data/target.png
 share/digikam/data/togglemouseover.png
 share/digikam/data/wall-pattern.png
 share/digikam/data/wall-texture.png
 share/digikam/data/wood-pattern.png
-share/digikam/data/workOnAllCoresImg.png
 share/digikam/database/dbconfig.xml
 share/digikam/database/mysql-global.conf
 share/digikam/geoiface/backend-googlemaps-js.js
@@ -758,6 +753,7 @@ share/locale/be/LC_MESSAGES/digikam.mo
 share/locale/bg/LC_MESSAGES/digikam.mo
 share/locale/bs/LC_MESSAGES/digikam.mo
 share/locale/ca/LC_MESSAGES/digikam.mo
+share/locale/ca@valencia/LC_MESSAGES/digikam.mo
 share/locale/cs/LC_MESSAGES/digikam.mo
 share/locale/da/LC_MESSAGES/digikam.mo
 share/locale/de/LC_MESSAGES/digikam.mo

Index: pkgsrc/graphics/digikam/distinfo
diff -u pkgsrc/graphics/digikam/distinfo:1.56 pkgsrc/graphics/digikam/distinfo:1.57
--- pkgsrc/graphics/digikam/distinfo:1.56       Sun Mar 12 14:43:20 2023
+++ pkgsrc/graphics/digikam/distinfo    Thu Mar 16 08:35:43 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2023/03/12 14:43:20 wiz Exp $
+$NetBSD: distinfo,v 1.57 2023/03/16 08:35:43 wiz Exp $
 
-BLAKE2s (digiKam-7.9.0.tar.xz) = 71cf024d77912b99999d6990be2b5249b14ec8f8994d354bb1320ea2e24f8ab5
-SHA512 (digiKam-7.9.0.tar.xz) = 6c5c9dac8a056d4c8c3b4d67f5a607592ee6319b9f372aebf6ef4245d58883897424d4fabae1d04f43ff3561d8e79b4e4bf5c697aa57467f831437b1cf0da1e6
-Size (digiKam-7.9.0.tar.xz) = 349286920 bytes
+BLAKE2s (digiKam-7.10.0.tar.xz) = 85438caa591ab967fab4d7897c6273ab62a04178fc48320018d7bd92192c1255
+SHA512 (digiKam-7.10.0.tar.xz) = 1a5f045161253d73c4012fa949ec718fcc6c6b292ee0557c8015bea81c95fa39d3034ad46a40fdb64221f59832dc8ecdc724e93929ad2c0e35cc51fc82d28f27
+Size (digiKam-7.10.0.tar.xz) = 349238192 bytes
 SHA1 (patch-core_dplugins_generic_tools_mediaserver_upnpsdk_Neptune_Source_Core_NptConfig.h) = 1bf94ffefb1d174422918d34131beb8e44b544c2



Home | Main Index | Thread Index | Old Index