pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gtksee Update to 0.5.6, provided in PR 26372 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2740d51c02cd
branches: trunk
changeset: 486394:2740d51c02cd
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Dec 27 22:50:45 2004 +0000
description:
Update to 0.5.6, provided in PR 26372 by Sergio Jimenez.
Changes:
0.5.6
=======================================================================
Image Viewer
o Added 2 features: reflect left/right and up/down
(contributed by Jean-Pierre Demailly)
o Added feature for save file when reflect or rotate.
Other:
o EPS image format supported (need GhostSCript installed).
o SGI image format supported.
o Added Rename Sequence function.
o Added Timestamp function.
o Improvement in code source.
i18n:
o Added Polish translation
(contributed by Leszek Pietryka)
Bug:
o Improvement in im_xcf.c and im_psd.c files
(contributed by Jean-Pierre Demailly)
o Fixed problem of ICO plugin (wrong color bug)
(contributed by Jean-Pierre Demailly)
0.5.5.1
=======================================================================
Image Browser:
o Show a progress bar while reading a directory.
o Sort by file type.
Other:
o TGA image format supported.
o XWD image format supported.
o SUN RASTER image format supported.
o OS/2 BMP (2.2.x, 2.1.x and 1.x) image format supported.
o Improvement in PNM, PBM, PPM and PGM files support.
o Changes in Delete function:
* use Delete key.
* delete single or selection of files.
* selection bar stay in the next file.
o Changes in Rename function.
i18n:
o Added Russian and Ukrainian translation
(contributed by Dmitry Goroh)
Bug:
o Fixed GTK See crash when doing "Refresh" in "Small icons"
or "Thumbnails" mode.
(report by Dmitry Goroh)
o Fixed problem when launching GIMP
(reported by Jan Keirse and Dmitry Goroh)
0.5.4
=======================================================================
Other:
o Changes in configure and configure.in scripts for
compile GTK See in Solaris 9 (sparc)
(contributed by Holger Weiss)
Bug:
o Fixed problem reading BMP files
(reported by Kevin Krumwiede)
0.5.3
=======================================================================
i18n:
o Added german translation
(contributed by Dirk Ruediger)
Image Browser:
o Go to fullscreen (and return from) with double click
(contributed by huzheng)
Other:
o Man page
(contributed by Dirk Ruediger)
o Command line parsing with getopt
(contributed by Laurent Maestracci)
o Support zipped images (i.e., foo.bmp.zip)
Bug:
o Fixed problem reading indexed PNG files with alpha values
associated with palettes entries
(reported by Andreas Grosse)
diffstat:
graphics/gtksee/Makefile | 7 +-
graphics/gtksee/PLIST | 17 +-
graphics/gtksee/distinfo | 9 +-
graphics/gtksee/files/gtksee.1 | 33 --
graphics/gtksee/patches/patch-aa | 13 -
graphics/gtksee/patches/patch-ab | 13 -
graphics/gtksee/patches/patch-ac | 527 ---------------------------------------
7 files changed, 14 insertions(+), 605 deletions(-)
diffs (truncated from 670 to 300 lines):
diff -r 1b2be6dc8d27 -r 2740d51c02cd graphics/gtksee/Makefile
--- a/graphics/gtksee/Makefile Mon Dec 27 22:33:18 2004 +0000
+++ b/graphics/gtksee/Makefile Mon Dec 27 22:50:45 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/11/29 11:07:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/27 22:50:45 wiz Exp $
#
-DISTNAME= gtksee-0.5.2
-PKGREVISION= 2
+DISTNAME= gtksee-0.5.6
CATEGORIES= graphics x11
MASTER_SITES= http://download.berlios.de/gtksee/
@@ -19,7 +18,7 @@
USE_PKGLOCALEDIR= YES
post-install:
- ${INSTALL_MAN} ${FILESDIR}/gtksee.1 ${PREFIX}/man/man1/gtksee.1
+ ${INSTALL_MAN} ${WRKSRC}/man/gtksee.1 ${PREFIX}/man/man1/gtksee.1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gtksee
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gtksee
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/gtksee
diff -r 1b2be6dc8d27 -r 2740d51c02cd graphics/gtksee/PLIST
--- a/graphics/gtksee/PLIST Mon Dec 27 22:33:18 2004 +0000
+++ b/graphics/gtksee/PLIST Mon Dec 27 22:50:45 2004 +0000
@@ -1,19 +1,18 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/28 13:52:51 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/12/27 22:50:45 wiz Exp $
bin/gtksee
man/man1/gtksee.1
+share/doc/gtksee/COPYING
share/doc/gtksee/README
-share/doc/gtksee/COPYING
share/doc/gtksee/TODO
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gtksee.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gtksee.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gtksee.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gtksee.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gtksee.mo
+${PKGLOCALEDIR}/locale/ru_UA/LC_MESSAGES/gtksee.mo
${PKGLOCALEDIR}/locale/zh_CN.EUC/LC_MESSAGES/gtksee.mo
@dirrm ${PKGLOCALEDIR}/locale/zh_CN.EUC/LC_MESSAGES
@dirrm ${PKGLOCALEDIR}/locale/zh_CN.EUC
-@dirrm ${PKGLOCALEDIR}/locale/de/LC_MESSAGES
-@dirrm ${PKGLOCALEDIR}/locale/de
-@dirrm ${PKGLOCALEDIR}/locale/es/LC_MESSAGES
-@dirrm ${PKGLOCALEDIR}/locale/es
-@dirrm ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES
-@dirrm ${PKGLOCALEDIR}/locale/fr
-@dirrm share/gtksee
+@dirrm ${PKGLOCALEDIR}/locale/ru_UA/LC_MESSAGES
+@dirrm ${PKGLOCALEDIR}/locale/ru_UA
+@dirrm share/doc/gtksee
diff -r 1b2be6dc8d27 -r 2740d51c02cd graphics/gtksee/distinfo
--- a/graphics/gtksee/distinfo Mon Dec 27 22:33:18 2004 +0000
+++ b/graphics/gtksee/distinfo Mon Dec 27 22:50:45 2004 +0000
@@ -1,7 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/07/28 13:52:51 hubertf Exp $
+$NetBSD: distinfo,v 1.2 2004/12/27 22:50:45 wiz Exp $
-SHA1 (gtksee-0.5.2.tar.gz) = 1a086b6ea0e148b30abe92473765c2ed8a61f64c
-Size (gtksee-0.5.2.tar.gz) = 251676 bytes
-SHA1 (patch-aa) = 39b140387bc438c287863b5458fdf709c046c261
-SHA1 (patch-ab) = 760a95053b70c7b5fca127f59ec3c2be2767659b
-SHA1 (patch-ac) = 52964ff539380a31e26d49cbff40509ce470bffc
+SHA1 (gtksee-0.5.6.tar.gz) = 7e1050d26b8fea0403e2e9124956478828e58e0f
+Size (gtksee-0.5.6.tar.gz) = 322313 bytes
diff -r 1b2be6dc8d27 -r 2740d51c02cd graphics/gtksee/files/gtksee.1
--- a/graphics/gtksee/files/gtksee.1 Mon Dec 27 22:33:18 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.TH GTKSEE 1 "March 28, 2001"
-.SH NAME
-gtksee \- GTK-based clone of ACDSee (an image viewer)
-.SH SYNOPSIS
-.B gtksee
-.RI [ option ]...\ [FILE]...
-.SH DESCRIPTION
-GTKsee is an image viewer/browser. The browser shows thumbnails, you
-can quickly watch a picture in large or fullscreen by simply tapping
-on return. Also has slideshow capabilities.
-.SH OPTIONS
-.TP
-.B -R
-Use current directory as root
-.TP
-.B -R<directory>
-Use <directory> as root
-.TP
-.B -f
-Enable full-screen mode
-.TP
-.B -i
-Enable fit-screen mode
-.TP
-.B -s
-Enable slide-show mode
-.TP
-.B -h
-Print the list of the options
-.SH AUTHOR
-This manual page was written by Lenart Janos <ocsi%debian.org@localhost>,
-for the Debian GNU system (but may be used by others).
diff -r 1b2be6dc8d27 -r 2740d51c02cd graphics/gtksee/patches/patch-aa
--- a/graphics/gtksee/patches/patch-aa Mon Dec 27 22:33:18 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/07/28 13:52:51 hubertf Exp $
-
---- configure.in.orig Fri Jan 5 21:55:10 2001
-+++ configure.in
-@@ -122,7 +122,7 @@ AC_CHECK_FUNCS(getcwd)
- dnl
- dnl Checks for i18n support
- dnl =======================
--ALL_LINGUAS="zh_CN.EUC fr es"
-+ALL_LINGUAS="zh_CN.EUC fr es de"
- AM_GNU_GETTEXT
- LIBS="$LIBS $INTLLIBS"
- localedir='$(prefix)/$(DATADIRNAME)/locale'
diff -r 1b2be6dc8d27 -r 2740d51c02cd graphics/gtksee/patches/patch-ab
--- a/graphics/gtksee/patches/patch-ab Mon Dec 27 22:33:18 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/07/28 13:52:51 hubertf Exp $
-
---- configure.orig Sun Jun 15 22:22:10 2003
-+++ configure
-@@ -4039,7 +4039,7 @@ EOF
- fi
- done
-
--ALL_LINGUAS="zh_CN.EUC fr es"
-+ALL_LINGUAS="zh_CN.EUC fr es de"
- echo "$as_me:4043: checking for inline" >&5
- echo $ECHO_N "checking for inline... $ECHO_C" >&6
- if test "${ac_cv_c_inline+set}" = set; then
diff -r 1b2be6dc8d27 -r 2740d51c02cd graphics/gtksee/patches/patch-ac
--- a/graphics/gtksee/patches/patch-ac Mon Dec 27 22:33:18 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,527 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2003/07/28 13:52:51 hubertf Exp $
-
---- po/de.po.orig Thu Jul 24 22:29:18 2003
-+++ po/de.po
-@@ -0,0 +1,522 @@
-+# SOME DESCRIPTIVE TITLE.
-+# Copyright (C) YEAR Free Software Foundation, Inc.
-+# Author : Lee Luyang
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: gtksee 0.5.1u\n"
-+"POT-Creation-Date: 2003-07-24 10:55+0800\n"
-+"PO-Revision-Date: 200r-07-24\n"
-+"Last-Translator: Regis Rampnoux <regisr%regix.com@localhost>\n"
-+"Language-Team: French <traduc%traduc.org@localhost>\n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-1\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+#: src/common_tools.c:106 src/gtkseetoolbar.c:154
-+msgid "Remove"
-+msgstr "Entfernen"
-+
-+#: src/common_tools.c:110
-+msgid "Do you really want to remove:"
-+msgstr "Wollen Sie wirklich entfernen: "
-+
-+#: src/common_tools.c:120
-+msgid "yes"
-+msgstr "ja"
-+
-+#: src/common_tools.c:129
-+msgid "no"
-+msgstr "nein"
-+
-+#: src/common_tools.c:152 src/gtkseetoolbar.c:169
-+msgid "Rename"
-+msgstr "Umbenennen"
-+
-+#: src/common_tools.c:156
-+msgid "Rename file:"
-+msgstr "Datei umbenennen:"
-+
-+#: src/common_tools.c:180
-+msgid "ok"
-+msgstr "ok"
-+
-+#: src/common_tools.c:189
-+msgid "cancel"
-+msgstr "abbrechen"
-+
-+#: src/common_tools.c:211
-+msgid "-adobe-helvetica-bold-r-normal--*-180-*-*-*-*-*-*"
-+msgstr ""
-+
-+#: src/common_tools.c:217
-+msgid "-adobe-times-medium-r-normal--*-140-*-*-*-*-*-*"
-+msgstr ""
-+
-+#. creating OK button
-+#: src/common_tools.c:248 src/gtkseeabout.c:147
-+msgid "O K"
-+msgstr "O K"
-+
-+#. set status_main(total files and size)
-+#: src/gtksee.c:917
-+#, c-format
-+msgid "Total %i file(s) (%s)"
-+msgstr "Insgesamt %i Datei(en) (%s)"
-+
-+#: src/gtkseeabout.c:97
-+msgid "(c)1998-? Lee Luyang(Hotaru), China"
-+msgstr "(c)1998-? Lee Luyang(Hotaru), China"
-+
-+#. creating license
-+#: src/gtkseeabout.c:118
-+msgid "This software is distributed under"
-+msgstr "Diese Software wurde lizenziert mit der "
-+
-+#: src/gtkseeabout.c:122
-+msgid "GPL Version 2"
-+msgstr "GPL Version 2"
-+
-+#. File menu
-+#: src/gtkseemenu.c:128
-+msgid "File"
-+msgstr "Datei"
-+
-+#. View menu
-+#: src/gtkseemenu.c:130 src/gtkseemenu.c:181 src/gtkseetoolbar.c:137
-+msgid "View"
-+msgstr "Ansehen"
-+
-+#: src/gtkseemenu.c:140
-+msgid "Full-view"
-+msgstr "Vollbild"
-+
-+#: src/gtkseemenu.c:152
-+msgid "Quit"
-+msgstr "Beenden"
-+
-+#. Edit menu
-+#: src/gtkseemenu.c:157
-+msgid "Edit"
-+msgstr "Bearbeiten"
-+
-+#: src/gtkseemenu.c:159
-+msgid "Cut"
-+msgstr "Ausschneiden"
-+
-+#: src/gtkseemenu.c:162
-+msgid "Copy"
-+msgstr "Kopieren"
-+
-+#: src/gtkseemenu.c:165
-+msgid "Paste"
-+msgstr "Einfügen"
-+
-+#: src/gtkseemenu.c:168
-+msgid "Paste hard-link"
-+msgstr "Verweis einfügen"
-+
-+#: src/gtkseemenu.c:172
-+msgid "Delete"
-+msgstr "Löschen"
-+
-+#: src/gtkseemenu.c:176
-+msgid "Select all"
-+msgstr "Alle auswählen"
-+
-+#: src/gtkseemenu.c:183 src/gtkseetoolbar.c:187
-+msgid "Thumbnails"
-+msgstr "Kleine Bilder"
-+
-+#: src/gtkseemenu.c:195 src/gtkseetoolbar.c:203
-+msgid "Small icons"
-+msgstr "Symbol und Name"
-+
-+#: src/gtkseemenu.c:207 src/gtkseetoolbar.c:219
-+msgid "Details"
-+msgstr "Details"
-+
-+#: src/gtkseemenu.c:230
-+msgid "Show hidden files"
-+msgstr "Versteckte Dateien anzeigen"
-+
-+#: src/gtkseemenu.c:245
-+msgid "Hide non-images"
-+msgstr "Nicht-Bilder verbergen"
-+
-+#: src/gtkseemenu.c:260
-+msgid "Fast preview"
-+msgstr "Schnelle Vorschau"
-+
-+#: src/gtkseemenu.c:270
-+msgid "Sort"
-+msgstr "Sortieren"
Home |
Main Index |
Thread Index |
Old Index