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: youri
Date: Wed Jan 16 14:57:59 UTC 2019
Modified Files:
pkgsrc/graphics/eom: Makefile PLIST distinfo
Log Message:
eom: Update to 1.21.2:
### eom 1.21.2
* docs: remove eom-dialog.xml reference to fix distcheck
* Translations update
* tx: update source file
* EomMetadataSidebar: Make header include guard actually work
* EomWindow: Switch keyboard shortcuts for sidebar and gallery
* Tweak sidebar ui
* EomPropertiesDialog: Use standard::display-name when showing the parent
* EomMetadataSidebar: Use standard::display-name when showing the parent
* Fix GResource dependency calculation for out-of-tree builds
* Make sure the libpeas-gtk dependency isn't optimized away
* Remove EomDialog helper class
* EomPreferencesDialog: Convert to GtkBuilder template
* EomThumbnail: Load thumbnail frame from a GResource
* Load EomMultipleSaveAsDialog from GResource
* eom-window: fix deprecated GtkStock usage
* Fix build without XMP support
* Load eom-image-properties-dialog.ui with a gresource
* properties-dialog: Port to gtk_show_uri_on_window
* EomPropertiesDialog: Convert to GtkBuilder template
* EomPropertiesDialog: Remove unused private members
* Fix metadata sidebar with libexif disabled
* Fix API docs build without libexif
* EomMetadataSidebar: fix --without-libexif build
* EomMetadataSidebar: Clear folder label if no image is set
* EomSidebar: Increase margin at the sides of the sidebar
* EomSidebar: Center and reformat page selector
* EomMetadataSidebar: Fix leaked strings
* metadata-sidebar: add the details button again
* EogMetadataSidebar: Try to unclutter and improve the sidebar's look
* GResource: free css_file
* Initial GResource migration
* Starting with eom.css and eom-ui.xml
* EomExifUtil: Fix build with newer GCC
* EomExifUtil: Fix build with older GCCs
* EomExifUtil: Allow freeform formatting of date strings
* EomMetadataDetails: Improve fractional GPS coordinates support
* EomPropertiesDialog: Separate Exif/XMP-specific widgets from generic ones
* EomMetadataDetails: Don't install header file
* EomExifDetails: Rename to EomMetadataDetails
* Drop eom_close_confirmation_dialog_set_sensitive
* scroll-view: Remove a gdk_window_process_updates call
* util: Port to gtk_show_uri_on_window
* EomImage: Make sure to emit size-prepared after applying orientation
* EomImage: Fix too early size-prepared emission
* EomImage: Slight optimization of private data structure
* drop forgotten gtkrc file
* css: drop obsolete old css language
### eom 1.21.1
* EomWindow: silence a introspection warning
* Convert to G_DEFINE_TYPE_WITH_PRIVATE
* EomApplication: Make most members private
* Add new plugin hook for per-application plugins
* Make EomWindow a GtkApplicationWindow
* sidebar: show complete directory in button tooltip
* properties-dialog: show complete directory in button tooltip
* Make the URI-label in the properties dialog a button showing the folder
* exif-details: make value column selectable
* EomExifDetails: Take Exif IFD into account when creating hash keys
* Place GPS Exif tags into their own subcategory
* Reformat Exif tags for GPS position to be better understandable
* Make sure GPS Exif tags are named and ordered correctly
* Use GdkPixbuf's "orientation" feature as fallback for autorotation
* EogScrollView: Implement simple two-pass filtering
* EomScrollView: Use better downscaling filter
* Remove unneeded finalize() from EomListStore
* Update plugins to use EomWindowActivatable interface
* Add our own activatable interface to EomWindow
* Replace gdk_spawn_command_line_on_screen()
* sidebar: replace deprecated gtk_misc_set_alignment
* EomWindow: Simplify metadata sidebar title
* EomSidebar: Set orientation property via g_object_new
* Replace remaining uses of margin-left and margin-right properties
* EomMetadataSidebar: Allow filename to be wrapped at char boundaries
* sidebar: fix a deprecation
* EomMetadataSidebar: Fix deprecation warning with newer GTK+
* MetadataSidebar: Add a tooltip to the folder button
* MetadataSidebar: Change layout of the data values
* Make metadata values in MetadataSidebar selectable
* Fix build when not building with libexif and/or exempi
* Don't force-enable the sidebar on startup once a page is added
* Make Exif/XMP summaries available as sidebar
* Drop now unneeded TotemScrSaver
* Use GtkApplication to inhibit the screensaver during slideshows
* Ensure UI action sensitivity is set at least once
* Remove leftover DBus service description file
* Remove spurious g_object_unref
* reload: ensure that pending updates to UI are complete
* Port EomApplication to GtkApplication
* Make the displayed EomImage a property of EomScrollView
* EomPropertiesDialog: Make details view expand vertically
* Enable more Drag&Drop actions when eom is drag source
* Use new DBus API to show the current image in the file browser
* Add an "Open containing folder" command
### eom 1.21.0
* Translations update
* toolbar: add missing popup menu for launching toolbar editor
* sidebar: replace deprecated gtk_menu_popup
* editable-toolbar: replace deprecated gtk_menu_popup
* editable-toolbar: replace deprecated gtk_drag_begin
* svg: Fix offset coordinates when transforming SVG images on HiDPI displays
* require libpeas 1.8.0
* plugins: Use Python 3.x for Python plugins
* replace deprecated gdk_flush
* fix some -Wincompatible-pointer-types warnings
* Scale HiDPI images correctly
* eom-window.c: avoid deprecated GtkButton:use-stock
* avoid deprecated GtkStock
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/eom/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/eom/PLIST
cvs rdiff -u -r1.5 -r1.6 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.13 pkgsrc/graphics/eom/Makefile:1.14
--- pkgsrc/graphics/eom/Makefile:1.13 Wed Nov 14 22:21:37 2018
+++ pkgsrc/graphics/eom/Makefile Wed Jan 16 14:57:58 2019
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.13 2018/11/14 22:21:37 kleink Exp $
+# $NetBSD: Makefile,v 1.14 2019/01/16 14:57:58 youri 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= 2
.include "../../devel/libpeas/buildlink3.mk"
.include "../../meta-pkgs/mate/Makefile.common"
-DISTNAME= eom-${VERSION}
+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.3 pkgsrc/graphics/eom/PLIST:1.4
--- pkgsrc/graphics/eom/PLIST:1.3 Mon May 14 12:42:35 2018
+++ pkgsrc/graphics/eom/PLIST Wed Jan 16 14:57:58 2019
@@ -1,12 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2018/05/14 12:42:35 youri Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/01/16 14:57:58 youri Exp $
bin/eom
+include/eom-2.20/eom/eom-application-activatable.h
include/eom-2.20/eom/eom-application.h
include/eom-2.20/eom/eom-clipboard-handler.h
include/eom-2.20/eom/eom-debug.h
-include/eom-2.20/eom/eom-dialog.h
include/eom-2.20/eom/eom-enums.h
include/eom-2.20/eom/eom-error-message-area.h
-include/eom-2.20/eom/eom-exif-details.h
include/eom-2.20/eom/eom-exif-util.h
include/eom-2.20/eom/eom-file-chooser.h
include/eom-2.20/eom/eom-image-save-info.h
@@ -22,6 +21,7 @@ include/eom-2.20/eom/eom-thumb-nav.h
include/eom-2.20/eom/eom-thumb-view.h
include/eom-2.20/eom/eom-thumbnail.h
include/eom-2.20/eom/eom-transform.h
+include/eom-2.20/eom/eom-window-activatable.h
include/eom-2.20/eom/eom-window.h
lib/eom/plugins/fullscreen.plugin
lib/eom/plugins/libfullscreen.la
@@ -34,13 +34,7 @@ lib/pkgconfig/eom.pc
man/man1/eom.1
share/appdata/eom.appdata.xml
share/applications/eom.desktop
-share/eom/eom-image-properties-dialog.ui
-share/eom/eom-multiple-save-as-dialog.ui
-share/eom/eom-preferences-dialog.ui
share/eom/eom-toolbar.xml
-share/eom/eom-ui.xml
-share/eom/eom.css
-share/eom/gtkrc
share/eom/icons/hicolor/16x16/actions/eom-image-collection.png
share/eom/icons/hicolor/16x16/actions/eom-plugin.png
share/eom/icons/hicolor/16x16/actions/slideshow-play.png
@@ -56,12 +50,9 @@ share/eom/icons/hicolor/48x48/actions/sl
share/eom/icons/hicolor/scalable/actions/eom-image-collection.svg
share/eom/icons/hicolor/scalable/actions/eom-plugin.svg
share/eom/icons/hicolor/scalable/actions/slideshow-play.svg
-share/eom/pixmaps/thumbnail-frame.png
share/gir-1.0/Eom-1.0.gir
share/glib-2.0/schemas/org.mate.eom.enums.xml
share/glib-2.0/schemas/org.mate.eom.gschema.xml
-share/gtk-doc/html/eom/EomDialog.html
-share/gtk-doc/html/eom/EomExifDetails.html
share/gtk-doc/html/eom/EomFileChooser.html
share/gtk-doc/html/eom/EomImageSaveInfo.html
share/gtk-doc/html/eom/EomMetadataReaderJpg.html
@@ -80,6 +71,7 @@ share/gtk-doc/html/eom/ch04.html
share/gtk-doc/html/eom/ch05.html
share/gtk-doc/html/eom/ch06.html
share/gtk-doc/html/eom/ch07.html
+share/gtk-doc/html/eom/eom-EomExifDetails.html
share/gtk-doc/html/eom/eom-eom-application.html
share/gtk-doc/html/eom/eom-eom-clipboard-handler.html
share/gtk-doc/html/eom/eom-eom-config-keys.html
@@ -263,6 +255,7 @@ share/locale/bs/LC_MESSAGES/eom.mo
share/locale/ca/LC_MESSAGES/eom.mo
share/locale/ca@valencia/LC_MESSAGES/eom.mo
share/locale/cmn/LC_MESSAGES/eom.mo
+share/locale/crh/LC_MESSAGES/eom.mo
share/locale/cs/LC_MESSAGES/eom.mo
share/locale/cy/LC_MESSAGES/eom.mo
share/locale/da/LC_MESSAGES/eom.mo
@@ -274,8 +267,21 @@ share/locale/en_CA/LC_MESSAGES/eom.mo
share/locale/en_GB/LC_MESSAGES/eom.mo
share/locale/eo/LC_MESSAGES/eom.mo
share/locale/es/LC_MESSAGES/eom.mo
+share/locale/es_AR/LC_MESSAGES/eom.mo
+share/locale/es_CL/LC_MESSAGES/eom.mo
share/locale/es_CO/LC_MESSAGES/eom.mo
+share/locale/es_CR/LC_MESSAGES/eom.mo
+share/locale/es_DO/LC_MESSAGES/eom.mo
+share/locale/es_EC/LC_MESSAGES/eom.mo
+share/locale/es_ES/LC_MESSAGES/eom.mo
share/locale/es_MX/LC_MESSAGES/eom.mo
+share/locale/es_NI/LC_MESSAGES/eom.mo
+share/locale/es_PA/LC_MESSAGES/eom.mo
+share/locale/es_PE/LC_MESSAGES/eom.mo
+share/locale/es_PR/LC_MESSAGES/eom.mo
+share/locale/es_SV/LC_MESSAGES/eom.mo
+share/locale/es_UY/LC_MESSAGES/eom.mo
+share/locale/es_VE/LC_MESSAGES/eom.mo
share/locale/et/LC_MESSAGES/eom.mo
share/locale/eu/LC_MESSAGES/eom.mo
share/locale/fa/LC_MESSAGES/eom.mo
@@ -284,31 +290,38 @@ share/locale/fr/LC_MESSAGES/eom.mo
share/locale/fr_CA/LC_MESSAGES/eom.mo
share/locale/frp/LC_MESSAGES/eom.mo
share/locale/fur/LC_MESSAGES/eom.mo
+share/locale/fy/LC_MESSAGES/eom.mo
share/locale/ga/LC_MESSAGES/eom.mo
share/locale/gl/LC_MESSAGES/eom.mo
share/locale/gu/LC_MESSAGES/eom.mo
+share/locale/ha/LC_MESSAGES/eom.mo
share/locale/he/LC_MESSAGES/eom.mo
share/locale/hi/LC_MESSAGES/eom.mo
share/locale/hr/LC_MESSAGES/eom.mo
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/ig/LC_MESSAGES/eom.mo
share/locale/is/LC_MESSAGES/eom.mo
share/locale/it/LC_MESSAGES/eom.mo
share/locale/ja/LC_MESSAGES/eom.mo
share/locale/jv/LC_MESSAGES/eom.mo
share/locale/ka/LC_MESSAGES/eom.mo
share/locale/kk/LC_MESSAGES/eom.mo
+share/locale/km/LC_MESSAGES/eom.mo
share/locale/kn/LC_MESSAGES/eom.mo
share/locale/ko/LC_MESSAGES/eom.mo
share/locale/ks/LC_MESSAGES/eom.mo
share/locale/ku/LC_MESSAGES/eom.mo
share/locale/ku_IQ/LC_MESSAGES/eom.mo
share/locale/ky/LC_MESSAGES/eom.mo
+share/locale/li/LC_MESSAGES/eom.mo
share/locale/lt/LC_MESSAGES/eom.mo
share/locale/lv/LC_MESSAGES/eom.mo
share/locale/mai/LC_MESSAGES/eom.mo
share/locale/mg/LC_MESSAGES/eom.mo
+share/locale/mi/LC_MESSAGES/eom.mo
share/locale/mk/LC_MESSAGES/eom.mo
share/locale/ml/LC_MESSAGES/eom.mo
share/locale/mn/LC_MESSAGES/eom.mo
@@ -319,6 +332,7 @@ share/locale/nds/LC_MESSAGES/eom.mo
share/locale/ne/LC_MESSAGES/eom.mo
share/locale/nl/LC_MESSAGES/eom.mo
share/locale/nn/LC_MESSAGES/eom.mo
+share/locale/nqo/LC_MESSAGES/eom.mo
share/locale/nso/LC_MESSAGES/eom.mo
share/locale/oc/LC_MESSAGES/eom.mo
share/locale/or/LC_MESSAGES/eom.mo
@@ -331,6 +345,7 @@ share/locale/pt_BR/LC_MESSAGES/eom.mo
share/locale/ro/LC_MESSAGES/eom.mo
share/locale/ru/LC_MESSAGES/eom.mo
share/locale/rw/LC_MESSAGES/eom.mo
+share/locale/sc/LC_MESSAGES/eom.mo
share/locale/si/LC_MESSAGES/eom.mo
share/locale/sk/LC_MESSAGES/eom.mo
share/locale/sl/LC_MESSAGES/eom.mo
@@ -343,12 +358,17 @@ share/locale/te/LC_MESSAGES/eom.mo
share/locale/th/LC_MESSAGES/eom.mo
share/locale/tk/LC_MESSAGES/eom.mo
share/locale/tr/LC_MESSAGES/eom.mo
+share/locale/tt/LC_MESSAGES/eom.mo
share/locale/ug/LC_MESSAGES/eom.mo
share/locale/uk/LC_MESSAGES/eom.mo
+share/locale/ur/LC_MESSAGES/eom.mo
+share/locale/ur_PK/LC_MESSAGES/eom.mo
share/locale/uz/LC_MESSAGES/eom.mo
share/locale/vi/LC_MESSAGES/eom.mo
share/locale/wa/LC_MESSAGES/eom.mo
share/locale/xh/LC_MESSAGES/eom.mo
+share/locale/yi/LC_MESSAGES/eom.mo
+share/locale/yo/LC_MESSAGES/eom.mo
share/locale/zh_CN/LC_MESSAGES/eom.mo
share/locale/zh_HK/LC_MESSAGES/eom.mo
share/locale/zh_TW/LC_MESSAGES/eom.mo
Index: pkgsrc/graphics/eom/distinfo
diff -u pkgsrc/graphics/eom/distinfo:1.5 pkgsrc/graphics/eom/distinfo:1.6
--- pkgsrc/graphics/eom/distinfo:1.5 Mon May 14 12:42:35 2018
+++ pkgsrc/graphics/eom/distinfo Wed Jan 16 14:57:58 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2018/05/14 12:42:35 youri Exp $
+$NetBSD: distinfo,v 1.6 2019/01/16 14:57:58 youri Exp $
-SHA1 (eom-1.20.0.tar.xz) = ea2cfa16231fe02d5f39e8386e78210de009109a
-RMD160 (eom-1.20.0.tar.xz) = 32ae36b1c064b6a73e740f8a86572f5b415b10ad
-SHA512 (eom-1.20.0.tar.xz) = c83a9e92ff84be244ae86b9aeea57ad5c04d774562ba30795ba296bcd6ed0b7f5f2e387f367f0d1378f0f9b8964d326acb7359f156837e99590ee8d8dcbae8a3
-Size (eom-1.20.0.tar.xz) = 2204444 bytes
+SHA1 (eom-1.21.2.tar.xz) = aef2f670ced470e367064f7fd4f890c7f2d92628
+RMD160 (eom-1.21.2.tar.xz) = 670412ec3e8d6a39f3d77f683d01a1045f08854e
+SHA512 (eom-1.21.2.tar.xz) = 8efe95a01d7cabc59c1bb03279df321aa79b806c546b658f2ae4a1e62ebcc55817660b8f6634dbcf82c3e862dd7d848d1529964ed1e30e8eb557aa8239160fa0
+Size (eom-1.21.2.tar.xz) = 2245072 bytes
SHA1 (patch-src_eom-exif-util.c) = 13a3d69553564278e9beae5c84adcf83b7591f20
Home |
Main Index |
Thread Index |
Old Index