Commit graph

20 commits

Author SHA1 Message Date
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
joerg
6ed24b1d7d Needs msgfmt. 2006-06-20 23:44:01 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
30d948a9f6 Make build after libexif update.
Add pkg-config to USE_TOOLS, used by libexif.
2006-01-10 20:16:43 +00:00
markd
381ff20817 Update gwenview to 1.3.1. From maintainer Ian Zagorskih in PR 32134
The first bug fix release of Gwenview, version 1.3.1, is out.

This version contains the following fixes:

    * Make sure Gwenview libs do not require an executable stack.
      (Patch by Christopher Martin)
    * PNG loader has been fixed to pass PNG gamma tests from W3C.
      (Patch by Christopher Martin)
    * Fix compilation with GCC 4.1.
    * Fix MMX configure check with GCC 4.x.
    * Fix a bug which could lead to truncated images when saving to
	non-local URLs.
2005-11-23 19:23:27 +00:00
reed
658210fd95 Update to version 1.3.0.
This is a leaf package.  This will close PR #31299. Thank you,Ian.

PLIST slightly different than in the PR though. A few more
directories to remove.

This version brings a few bug fixes to the latest development release, version
1.2.92. Here is the list of fixes:

    * Keyboard shortcuts for file operations now work even if no image is selec
ted.
    * Pressing Enter to enter a folder works again.
    * On the image view, the "hand" cursors have been replaced with standard cursors.
    * The click/double-click behaviour of the bookmark view has been changed to
 match the behaviour of the folder view.
    * Icons of the folder KPart have been enhanced.
    * Authentication dialogs should now always appear over the main window.
    * Folders are no longer included in the image list of KIPI albums.
    * A crash which could happen when loading indexed XCF files produced by rec
ent versions of GIMP has been fixed.
    * A bug introduced in the previous version which caused EXIF information to
 be removed after editing a comment has been fixed.
    * The external tool dialog has been made a bit easier to use by disabling the detail widgets when no tool is selected.
    * Avoid rare cases of the image KPart getting stuck.
    * Double clicking on a thumbnail or the image view now toggles fullscreen instead of browse mode.
2005-09-23 22:05:17 +00:00
reed
6b6c1b320f Update to 1.2.92 development version from maintainer via PR #31035.
Package now depends on libexif.

Website says:

   One month after 1.2.91, here is 1.2.92, featuring the following
   changes:
     * New features:

     * The slide show can now display images in random order.
     * New shortcuts have been introduced to browse the folder hierarchy
       (Patch by Michael Rolf):

     * Alt+Down goes to the first sub-folder
     * Alt+Backspace goes to the previous folder
     * Alt+Space goes to the next folder

     It is now possible to scroll images with the keyboard. (Patch by
   Michael Rolf)

     A new view has been added to quickly access bookmarks.

     Images are now prefetched in advance also when browsing in the
   thumbnail view using the cursor keys or keys for next/previous.

     In full screen mode, pressing Enter will toggle the full screen bar.

     KIPI plugins can now access JPEG comments.

     Zoom in and out actions have been added to the KParts.

     An "Other..." entry has been added to the external tools menu.

     The drag'n'drop popup menu now contains an entry to create a
   symbolic link.

     Fixes:
     * In the thumbnail view, folder and archive filenames are always
       shown, even if the user choose to hide image filenames.
     * When right clicking on files from the folder KPart, the Konqueror
       popup menu will now appear, instead of Gwenview's menu.
     * The context menu which appears when right clicking on the
       background of a file view now shows information relative to the
       current folder, rather than the current image.
     * The destination URL is now set to the current URL in KIPI plugins.
     * The folder name is used as the album name for KIPI plugins.
     * The JPEG comment editor has been fixed to avoid adding a dummy
       character at the end.
     * Double click behaviour has been changed to always toggle browse
       mode.

And:

   New development version: 1.2.91

     * The file view now features three modes: details, thumbnail with
       info on the right and thumbnail with info on bottom. In the "info
       on the right" mode, the file name, date, image size and file size
       are displayed. In the "info on bottom" mode, the user can choose
       what information should be displayed.
     * The thumbnail size can now be set with a slider.
     * Thumbnail can now be as big as 256x256.
     * Non-blocking image preloading in advance.
     * With two-pass painting, turn off dithering in the first pass for a
       small performance improvement with non-truecolor displays.
     * Hints for mouse usage in the image view are shown in the status
       bar.
     * In addition to the file count, the status bar now shows the
       current image position.
     * Two variables have been introduced for the On Screen Display: %n
       is the current image position, %N is the image count.
     * An option has been added to disable automatic rotation of images.

     Fixes:
     * Progressive JPEG files are really shown progressively.
     * In the thumbnail view, make sure we report image sizes for JPEG
       with embedded thumbnails.
     * The JPEG loader has been fixed so that it doesn't crash on some
       broken JPEGs.
     * Fix premature end when decoding MNG images.
     * Gwenview now dynamically links with installed version of libexif
       not installed. Using it is considered deprecated.
     * The "best" smoothing algorithm has been tweaked to produce
       slightly less blurry results.
     * External tools are now sorted by name in the menu and the dialog.
2005-08-22 18:51:04 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
markd
232878dc3e Update gwenview to 1.2.0. From maintainer Ian Zagorskih in PR pkg/29878
Compared to the latest stable release (1.0.1), this version includes...
too many things to list them all! Nevertheless, I would like to mention
a few important features (in no particular order):
  * Support for KIPI plugins, which brings you lots of fancy image
    manipulation possibilities.
  * Support for animated images.
  * Fast MMX-optimized image smoothing.
  * Asynchronous image loading, so the application do not look frozen
    while loading a big image.
  * Two KParts: one to display an image, another to browse folders.
  * Nifty On Screen Display toolbar.
  * Brightness, contrast and gamma adjustment.
2005-04-06 12:42:49 +00:00
markd
7cbd88052e Maintainer update in PR pkg/29260 to enable kipi (KDE Image Plugin
Interface). Bump PKGREVISION.
2005-02-09 11:43:50 +00:00
markd
c3690e57dc Update gwenview to 1.1.8 from maintainer Ian Zagorskih in PR pkg/28936.
Version 1.1.8 has been released. Thanks to the hard work of Lubos Lunak,
this new version can play MNG and GIF animations!
Here is the complete list of changes:
New features:
* Zoom actions added to both KPart's.
* Support for animated pictures.
* Fast image scaling function from Imlib2/Mosfet (select 'fast' smoothing
  in the configuration dialog).
* Added an item in the "Windows" menu to reset the window layout to the
  default configuration.
Fixes:
* "Lock zoom"/"Auto zoom" options fixed.
* Fixed "Clear location"/"Location" shortcuts.
* Make it impossible to undock the file view. It should be easier for new
  users to use it this way.
* Fixed crash which could occur when copying multiple files.
2005-01-11 13:16:25 +00:00
markd
12681d5437 gwenview 1.1.7a update from maintainer Ian Zagorskih
Since there was some trouble building the 1.1.7 version on some distributions,
I just released version 1.1.7a.

A new development release is out: version 1.1.7. You can get it from the
download page. It features the following changes:
New features:
  * Double clicking the image view toggles the full screen mode (By Daniel
Thaler)
  * It's now possible to select which KIPI plugins should be loaded.
  * The On Screen Display now contains "Previous", "Next" and "Exit
fullscreen"   buttons. These buttons automatically hide when the cursor hides
itself.
  * Adjust brightness, contrast and gamma.
  * Going to next/previous image in the image KPart.
Fixes:
  * If the URL given as an argument is a directory, start in browse mode, not
in view mode.
 * On Screen Display is back, it was broken in 1.1.6.
  * Updated man page.
  * KIPI Batch image processing tools now work again.
  * Fixed a few bugs in image saving.
  * Made the save error messages more explicit.
  * Removed the "show toolbar/menubar/statusbar in fullscreen" options.
  * When selecting multiple images with Ctrl or Shift, block the "double click
an image goes to fullscreen" feature.
  * Removed the "Auto load image" option, it's useless since Gwenview does not
block anymore when loading images.
  * Fix reloading in the image KPart.
2005-01-07 12:35:10 +00:00
markd
2a2b9e36cb locale files moved to under ${PKGLOCALEDIR}/locale/...
Bump PKGREVISION.
2004-12-10 06:40:11 +00:00
markd
7e3eaa46dc Update of gwenview to 1.1.6 by mantainer Ian Zagorskih.
This new version uses the first release of KIPI, the KDE Image Plugin
Interface. It features the following changes:
New features:
* The application now has two modes: browse and view. Browse mode shows
  all views: folder, file and image. View mode only shows the image.
  Gwenview starts in browse mode except if an image URL is given as an
  argument. You can switch between modes using the toolbar button, or with
  the "View/Browse mode" menu item or with the Ctrl+Return shortcut.
* JPEGTran code has been integrated into Gwenview, there's no need to
  install it separately anymore.
Fixes:
* Update the EXIF thumbnail when rotating a JPEG file.
* In the folder view, folders now open with a single click (By Daniel
  Thaler).
* Reworked coordinate conversions in order to avoid subtle paint errors.
* Remember computed optimal repaint sizes in the config file, so they are
  available immediately after next start.
* Remember shown URL after session restore.
2004-10-25 11:31:44 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jklos
19f177e36d Update from 1.1.4 to 1.1.5, from Ian Zagorskih <ianzag@megasignal.com>. 2004-09-20 10:08:54 +00:00
markd
e77ec99245 Import gwenview from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.

Gwenview is an very powerful image viewer for KDE whose aims
are ease of use and speed.
2004-08-03 13:11:54 +00:00