pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/eom



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Dec 30 23:41:59 UTC 2019

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

Log Message:
eom: update to eom 1.22.2

Change log:

eom 1.22.2

  * Translations update
  * remove warning: "HAVE_EXIF" is not defined, evaluates to 0 [-Wundef]
  * Allow color correcting images with alpha channel
  * EomMetadataReaderPng: Use built-in SRGB profile for matching cHRM/gAMA
  * EomMetadataReaderPNG: Only build profile from cHRM if gAMA is present
  * Assume sRGB if no display profile is set
  * EomImage: Check GdkPixbuf for an ICC profile before falling back to sRGB
  * Assume sRGB when image doesn't have an ICC profile attached
  * require GLib 2.52
  * Restore image types list and add wildcard
  * Disconnect callbacks for "Open with" menu items before connecting new ones.
  * Unref GtkUIManager so "Open with" menu is freed.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/eom/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/eom/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/eom/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/eom/Makefile
diff -u pkgsrc/graphics/eom/Makefile:1.17 pkgsrc/graphics/eom/Makefile:1.18
--- pkgsrc/graphics/eom/Makefile:1.17   Sun Jul 21 22:24:57 2019
+++ pkgsrc/graphics/eom/Makefile        Mon Dec 30 23:41:58 2019
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.17 2019/07/21 22:24:57 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/12/30 23:41:58 gutteridge Exp $
 
 # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
 # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
 # from libpeas bl3, so we include it early to ensure a valid version is
 # chosen.  This is not ideal, please fix it properly at some point.
-PKGREVISION= 1
 .include "../../devel/libpeas/buildlink3.mk"
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      eom-${VERSION:R}.1
+DISTNAME=      eom-${VERSION:R}.2
 CATEGORIES=    graphics
 
 COMMENT=       Eye of MATE: an image viewing and cataloging program

Index: pkgsrc/graphics/eom/PLIST
diff -u pkgsrc/graphics/eom/PLIST:1.5 pkgsrc/graphics/eom/PLIST:1.6
--- pkgsrc/graphics/eom/PLIST:1.5       Wed Mar  6 06:34:22 2019
+++ pkgsrc/graphics/eom/PLIST   Mon Dec 30 23:41:58 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/03/06 06:34:22 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/12/30 23:41:58 gutteridge Exp $
 bin/eom
 include/eom-2.20/eom/eom-application-activatable.h
 include/eom-2.20/eom/eom-application.h
@@ -597,6 +597,7 @@ share/locale/hu/LC_MESSAGES/eom.mo
 share/locale/hy/LC_MESSAGES/eom.mo
 share/locale/ia/LC_MESSAGES/eom.mo
 share/locale/id/LC_MESSAGES/eom.mo
+share/locale/ie/LC_MESSAGES/eom.mo
 share/locale/ig/LC_MESSAGES/eom.mo
 share/locale/is/LC_MESSAGES/eom.mo
 share/locale/it/LC_MESSAGES/eom.mo

Index: pkgsrc/graphics/eom/distinfo
diff -u pkgsrc/graphics/eom/distinfo:1.8 pkgsrc/graphics/eom/distinfo:1.9
--- pkgsrc/graphics/eom/distinfo:1.8    Wed May  8 02:06:46 2019
+++ pkgsrc/graphics/eom/distinfo        Mon Dec 30 23:41:58 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2019/05/08 02:06:46 gutteridge Exp $
+$NetBSD: distinfo,v 1.9 2019/12/30 23:41:58 gutteridge Exp $
 
-SHA1 (eom-1.22.1.tar.xz) = dab7740813e495369eced9935b9f72c1c662198a
-RMD160 (eom-1.22.1.tar.xz) = a9a8d2dff46b5530d07a9a95a709eb3cb38a13ca
-SHA512 (eom-1.22.1.tar.xz) = f510de62b9b6f11d02df067128042d6905484e0509a939b7919405d0c1dd03fe4b6735dcd8ccf780d36c5713f4585b50b2727645a454da148307a74cf542be87
-Size (eom-1.22.1.tar.xz) = 2142132 bytes
+SHA1 (eom-1.22.2.tar.xz) = 035a62f55040b9d480f45992b49a29558c755062
+RMD160 (eom-1.22.2.tar.xz) = a41da1cacdef4510adf30e6c7e55306b9955279f
+SHA512 (eom-1.22.2.tar.xz) = 1045c6bb98056ad707b0acf509c12e0400c21238482bf801abc6b69252f2ffe9687f7fda8b7e09c6338bc80794b104cbb42c1ea89ff1f169c45fdc1fcbdbeabe
+Size (eom-1.22.2.tar.xz) = 2158376 bytes
 SHA1 (patch-src_eom-exif-util.c) = 13a3d69553564278e9beae5c84adcf83b7591f20



Home | Main Index | Thread Index | Old Index