Commit graph

13 commits

Author SHA1 Message Date
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
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +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
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +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