Commit graph

5028 commits

Author SHA1 Message Date
wiz
fc4be0684c Look for config file in correct place. Bump PKGREVISION. 2005-03-29 13:49:59 +00:00
wiz
e4ef3efe01 Look for config file in correct place. Bump PKGREVISION. 2005-03-29 13:39:27 +00:00
markd
0920c4bb67 Fix build on Solaris. From KDE's KDE_3_4_BRANCH. 2005-03-29 11:03:18 +00:00
wiz
8985b386be Add buildlink3.mk file. 2005-03-29 00:22:47 +00:00
wiz
28f9dee186 Remove --enable-mutexes=int from CONFIGURE_ARGS (suggested by
Christoph Egger) and fix PLIST on NetBSD-1.6 (and other systems
without native threads).
Set TEST_TARGET.
Bump PKGREVISION to 1.
2005-03-28 23:55:42 +00:00
wiz
1f2ba12d0f PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk). 2005-03-27 15:43:32 +00:00
recht
98ddbf2fbb update to cairo-0.4.0
http://cairographics.org/manual/cairo-Microsoft-Windows-Backend.html

Disabled backend: quartz
------------------------
Unfortunately, the quartz backend code is currently out of date with
respect to some recent backend interface changes. So, the quartz
backend is disabled in this snapshot.

If the quartz backend is brought up-to-date before the next snapshot,
we would be glad to make a 0.4.1 snapshot that re-enables it, (we do
not expect many more big backend interface changes).

API Changes
-----------
The font system has been revamped, (as Owen Taylor's work with
integrating pango and cairo gave us the first serious usage of the
non-toy font API).

One fundamental, user-visible change is that the cairo_font_t object
now represents a font that is scaled to a particular device
resolution. Further changes are described below.

 cairo.h
 -------
 Removed cairo_font_set_transform and cairo_font_current_transform.

 Added cairo_font_extents and cairo_font_glyph_extents. See
 documentation for details:

 http://cairographics.org/manual/cairo-cairo-t.html#cairo-font-extents

 cairo-ft.h
 ----------
 The cairo_ft_font API changed considerably. Please see the
 documentation for details:

 http://cairographics.org/manual/cairo-FreeType-Fonts.html

Performance
-----------
Make the fast-path clipping (pixel-aligned rectangles) faster.

Add optimization for applying a constant alpha to a pattern.

Optimize gradients that are horizontal or vertical in device space.

Xlib: When RENDER is not available, use image surfaces for
intermediate surfaces rather than xlib surfaces.

Backend-specific changes
------------------------
 Glitz
 -----
 Major update to glitz backend. The output quality should now be just
 as good as the image and xlib backends.

 Track changes to glitz 0.4.0.

 PDF
 ---
 Various improvements to produce more conformant output.

Internals
---------
David Reveman contributed a large re-work of the cairo_pattern_t
implementation, providing cleaner code and more optimization
opportunities.

 Backend interface changes
 -------------------------
 Rework backend interface to accept patterns, not surfaces for source
 and mask.

 Remove set_matrix, set_filter, and set_repeat functions.

 More sophisticated backend interface for image fallbacks,
 ({acquire,release}_{source,dest}_image() and clone_similar).

Bug fixes
---------
Only install header files for backends that have been compiled.

Fixed some rounding errors leading to incorrectly placed glyphs.

Many other minor fixes.
2005-03-27 12:29:17 +00:00
recht
2de461a25f update to libpixman-0.1.4
API Addition
------------
Add new function:

	void
	pixman_add_trapezoids (pixman_image_t           *dst,
	                       int                      x_off,
	                       int                      y_off,
	                       const pixman_trapezoid_t *traps,
	                       int                      ntraps);

Performance improvement
-----------------------
Restrict size of intermediate surface used while compositing
trapezoids based on the bounds of the desination surface.

Bug fixes
---------
Fix rendering on 64-bit platforms.
2005-03-27 12:28:08 +00:00
recht
64fe212644 update to libgdiplus-1.1.5 (part of the mono 1.1.5 release)
changes:
- bugfixes, more complete .Net API support

changes to the package:
- don't depend on lang/mono any longer
- use the included cairo/libpixman
2005-03-27 10:29:20 +00:00
adam
951ce47ffd Changes 10.26.6:
* Fixes in pnmquant, pamfunc, pamscale
2005-03-25 10:35:57 +00:00
recht
8833df0e32 Fix build on Darwin by explicitly linking against libXext.
While at it also include x11/xextensions/buildlink3.mk since it is used
directly.
ok'd by adam
2005-03-25 10:10:31 +00:00
wiz
43faeb5136 Add and enable libggimisc and libgiigic. 2005-03-25 02:53:02 +00:00
wiz
f87fc0dda1 Initial import of libgiigic:
The goal of LibGIIGIC is to provide a single easy to use, but yet
powerful API for (re)binding any kind of action to all possible
input devices through LibGII at runtime.

You likely know this feature from modern computer games, where you
can say which key (= input source) is used to shoot (= action) with
your shotgun.
2005-03-25 02:52:07 +00:00
wiz
67ec69ee6e Initial import of libggimisc:
LibGGIMisc is a place to put support for graphics target features
which are not deserving their own special extensions.  Right now
this means basically some VGA adaptor features -- getting and
waiting for the raster position, using a hardware horizontal
splitline feature, and loading/unloading font data from hardware
text modes.
2005-03-25 02:51:08 +00:00
wiz
743f88ed7b Update to 0.2.0:
New in 0.2.0:
* Add withdrawn state to iconify
* changed license from GPL to BSD
*      X-target:
  * allow window minsize of 0/0. Prior minsize was 1/1.
* support for directx
* works on Windows
* support for palemu and trueemu through the new pseudo-stubs target.
* add API documentation
2005-03-25 02:49:43 +00:00
wiz
7b2c024cda Update to 0.9.0:
New in 0.9.0:
* added hotfix for libggigcp 0.8.2
* documented API
* works on Windows
2005-03-25 02:48:53 +00:00
wiz
5c5b30eebc Update to 2.1.0:
New in 2.1.0: 2004-11-30:
- Documentation updates
- removed obseleted Xlib target
- added new GGIFLAG_TIDYBUF flag. It is intended for applications
  using directbuffer and having their own dirty-region
  management. Currently only supported by the X-target.
- KGI target improvements
    - added Matrox Gx00 accelerator sublib
    - added devfs support
    - added multiple frame support
    - merged improvements from the FreeBSD ports tree
- fbdev gammamap support
- added the -fullscreen option to the X-target
- added the -physz option to the ipc-target
- Major DirectX target improvements
        - added -noinput and -physz options by Christoph Egger. Tested by Albert Graef.
        - fix cursor stuff, added -keepcursor and -nocursor options (patch from Albert Graef)
        - disable maximize button on GGI-on-DX window (patch from Albert Graef)
        - remove stuff in WindowProc made obselete by the above two items (patch from Albert Graef)
        - move the globals in ddinit.c into private data structure (patch from Albert Graef)
        - merge the two targets into one (directxnt has been renamed to directx and is now the *one* directx target)
          (patch from Albert Graf)
        - fix a couple of bugs and race conditions (patch from Albert Graef)
        - added -inwin option (patch from Albert Graef)
        - added support for virtual size != visible size.
        - added support for panning (ggiSetOrigin)
        - added support for up to 16 frames.
        - added support for asynchronous mode (no background updates when active).
        - added support for fullscreen and mode switching.
        - preliminary support for palettized modes.
- display-auto has been added. It replaces the 5 years old linux specific target autodetection and handles it OS dependend
- works on Windows using MinGW w/o requiring special Makefiles.
- a pseudo-stubs target has been added by Peter Ekberg. It does effectively nothing, but gives extensions
  a way to have one target that stands for all targets that passes all operations to their parent visuals.
  libggiwmh and libggimisc make palemu and trueemu working with it w/o having a target for each of them.
- display-mansync has been reworked by Peter Ekberg. It now uses the platform independent task scheduler.
- added a new macro: GT_ByPPP which is basically GT_ByPP but for packed pixels and it takes two arguments.

New in 2.0.7: 2004-11-30:
* minor buildsystem update
* eliminate lvalue assignments. Fixes problems with latest gcc versions
* Use more length bounded string operations
2005-03-25 02:47:31 +00:00
wiz
1825c7529a Update to 0.9.0:
New in 0.9.0: 2004-11-30:
- Documentation updates
- KII target improvements
    - minor fixes to button and symbol handling
    - handle labels correctly now
    - merge improvements from the FreeBSD ports tree
- works on Windows using MinGW w/o requiring special Makefiles.
- task scheduler as an abstraction for platform independent threads.
- DirectX target improvements
    - Tries to use the actual keyboard layout, and only fall back
      to the hardcoded defines when that does not work.
    - Makes shift and caps lock bring you capital letters.
    - Dead keys support (GIIK_VOID in sym, synthetic press/release
      events if non-matching key is hit after the dead key).
    - Renamed Caps, Num and Scroll to CapsLock, NumLock etc.
    - Mouse wheel support.
    - Support for up to 8 mouse buttons (2 previously).
    - Support for emPtrRelative.
    - Preliminary support for emPtrRelative.
    - Fixed a bug so that a lot of surplus emPtrAbsolute events are
      killed.
    - Support for various game controllers.
    - The mouse and the keyboard are separated into two devices.
    - Emulates key repeat messages.

New in 0.8.7: 2004-11-30:
* hotfix: input-linux-evdev: fix compiling error where KEY_103RD is not defined (SuSE 9.1)
* minor buildsystem update
* use more length bounded string operations
2005-03-25 02:46:49 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
jmcneill
7beb416ebf Update maintainer email address. 2005-03-24 19:40:27 +00:00
recht
f2fad56402 Pull in libtiff/Makefile.in rev. 1.54 and 1.55 without the rpath changes
from libtiff CVS to fix the build on Darwin.
2005-03-24 17:46:29 +00:00
markd
2175ad344b Update to KDE 3.4
Highlights at a glance

* Text-to-speech system with support built into Konqueror, Kate, KPDF
  and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
  PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
  GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
  integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
  on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
  CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
  third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
  websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
  disable ones that are not used. This does not include Netscape-style
  plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
  plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
  documentation added or changed
2005-03-23 22:26:26 +00:00
wiz
66cd1b42a2 Update to 3.7.2.
Package changes:
Put options in options.mk, and retire support for USE_GIF; turn on
the lzw option by default (since USE_GIF was on by default).
C++ library's name changed, to be in sync with tiff distribution's name
for it (libtiffcxx -> libtiffxx).

Changes in 3.7.2:
	Maintainance [sic] release. Many bugfixes in the build
	environment and compatibility improvements.
2005-03-23 01:17:45 +00:00
jmmv
e6709b60dc Update to 2.9.0:
Version 2.9.0
-------------
- Support for bug-buddy auto version completion (Christoffer Olsen)
- Some critical bug fixes (James Henstridge, Jens)
- Preferences help (Vinay M R)
- Removing of eel dependency (Paolo Borelli)
- Show/hide image info view
- Translation Updates:
  Adam Weinberger (en_CA), Alexander Shopov (bg), David Lodge (en_GB),
  Dwayne Bailey (nso), Francisco Javier F. Serrador (es), Hendrik Richter
  (de), Kjartan Maraas (nb), Laurent Dhima (sq), Martin Willemoes Hansen
  (da), Miloslav Trmac (cs), Mohammad DAMT (id),
2005-03-22 16:28:37 +00:00
jmmv
8d68a41bd3 Remove misimported file. 2005-03-22 16:23:31 +00:00
jmmv
f518d5e385 Add and enable gnome-backgrounds. 2005-03-22 16:22:30 +00:00
jmmv
9135a91d74 Initial import of gnome-backgrounds, version 2.10.0:
This package provides a set of background images ready to be used within the
GNOME Desktop.
2005-03-22 16:21:55 +00:00
jmmv
36201a6e43 Update gnome2-pixmaps and gnome-desktop to 2.10.0:
==============
Version 2.10.0
==============

  Translators

	* Gabor Kelemen (hu)
	* Luca Ferretti (it)
	* Žygimantas Beručka (lt)
	* Dan Damian (ro)
	* Leonid Kanter (ru)
	* Данило Шеган (sr)
	* Canonical Ltd (xh)
	* Abel Cheung (zh_TW)

==============
Version 2.9.92
==============

  Misc

	* Remove icons that are in gnome-icon-theme

  Translators

	* Vladimir "Kaladan" Petkov (bg)
	* Martin Willemoes Hansen (da)
	* Christophe Merlet (RedFox) (fr)
	* Ankit Patel (gu)
	* Changwoo Ryu (ko)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Gnome PL Team (pl)
	* Evandro Fernandes Giovanini (pt_BR)
	* Paisa Seeluangsawat (th)
	* Baris Cicek (tr)
	* Maxim Dziumanenko (uk)
	* Canonical Ltd (xh)

==============
Version 2.9.91
==============

  libgnome-desktop

	* New gnome_desktop_item_set_launch_time() API (Elijah Newren, Mark)

  Translators

	* Jordi Mallach (ca)
	* Nikos Charonitakis (el)
	* David Lodge (en_GB)
	* Ivar Smolin (et)
	* Pauli Virtanen (fi)
	* Gil Osher (he)
	* Žygimantas Beručka (lt)
	* Duarte Loreto (pt)
	* Elian Myftiu (sq)

================
Version 2.9.90.1
================

  Misc

	* update LT_VERSION
	* update GNOME version

==============
Version 2.9.90
==============

  Translators

	* Vladimir "Kaladan" Petkov (bg)
	* Telsa Gwynne (cy)
	* Frank Arnold (de)
	* Francisco Javier F. Serrador (es)
	* Priit Laes (et)
	* Takeshi AIHANA (ja)
	* Tino Meinen (nl)
	* Åsmund Skjæveland (nn)
	* Marcel Telka (sk)
	* Elian Myftiu (sq)
	* Christian Rose (sv)

=============
Version 2.9.4
=============

  Misc

	* Add .desktop file for gnome-about (Vincent Untz)
	* Fix compiler warning (Kjartan)
	* distcheck fixing (Mark)

  libgnome-desktop

	* Don't append invalid URIs to command line when launching (Vijaykumar Patwari)

  Translators

	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Christian Rose (sv)

=============
Version 2.9.3
=============

  Translators

	* Zuza Software Foundation (nso)
	* Zuza Software Foundation (zu)

=============
Version 2.9.2
=============

  Misc

	* move some icons in gnome-applets & gnome-icon-theme (David Madeley, Mark)
	* move data files for the menus to gnome-menus (Mark)
	* don't use some deprecated functions (Vincent)

  Translators

	* Meelad Zakaria (fa)
	* Zuza Software Foundation (nso)
2005-03-22 16:09:27 +00:00
jmmv
1225f19c14 Update librsvg2 and librsvg2-gtk2 to 2.9.5:
2005-01-13  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.c: bug 163886/163947, from John Spray <jcs116@york.ac.uk>

2005-01-11  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in: Install gtk docs in a standard place that devhelp
	knows about. From Stephane LOEUILLET <LeRoutier@leroutier.net>

2004-12-22  Dom Lachowicz <cinamod@hotmail.com>

	* moz-plugin/moz-plugin.c: Fix bug #161823
	* Makefile.am: bug #158897, from <kou@cozmixng.org>

2004-11-29  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg-shapes.c: made markers work again and inherit from the context
	that they were specified in, not where they were invoked.

2004-11-18  Dom Lachowicz <cinamod@hotmail.com>

	* test-display.c: rsvg-view now can optionally use the new
	GtkFileChooser instead of GtkFileSelection, depending on whether you
	have GTK 2.4 installed or not.

2004-11-17  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-file-util.c: RSVG's convenience API should now be able to
	transparently handle remote files via gnome-vfs, if available.
	* rsvg.c: Some Win32/Unix path portability changes

2004-11-17  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg-defs.c: Interfile vfs linking now implemented. Utility api
	automatically gives contextual information.

2004-11-17  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-shapes.c: Refactored the image downloading code into a generic
	xlink:href downloading code.
	Caleb can now use this for linking.

2004-11-17  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg-defs.c: Interfile linking now implemented. Can't yet use
	gnome-vfs

2004-11-17  Caleb Moore <c.moore@student.unsw.edu.au>

	* everywhere: split RsvgHandle into two parts.
	* rsvg.c: made the image be rendered when get_pixbuf is actually called.
	* rsvg-text.c: Large number of text improvements: formatting,
	alignment, whitespace handling and styling.
	* everywhere: Number if inheritance fixes
	* rsvg-pservers.c: made current-color determined by context
	* rsvg-private.h, rsvg.c: handle percentage widths more accurately
	(based on viewbox)

2004-10-20  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg-defs.c: fixed memleak opened yesterday

2004-10-19  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg-defs.c: stopped passing the hash table a destroy function

2004-10-15  Dom Lachowicz <cinamod@hotmail.com>

	* Makefile.am: bug 155530, ckelso@heliosphere.org (Chris Kelso)

2004-10-14  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.c: Push gnome_vfs_init() up to rsvg_init()
	* rsvg-shapes.c: ditto, bug #155433

2004-09-29  Dom Lachowicz <cinamod@hotmail.com>

	* moz-plugin/moz-plugin.c: Fix bug #154083

2004-09-26  Dom Lachowicz <cinamod@hotmail.com>

	* gdk-pixbuf-loader/io-svg.c: Sanity checks

2004-09-25  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.c Part of bug 153671
	* *.c: Prepare for some gettext lovin'

2004-09-23  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg-shapes.c, rsvg-paint-server.c: Made objectBoundingBox for
	pservers to be calculated in user coordinates instead of pixel
	coordinates, this allows for rotation and stuff.
2005-03-22 16:04:44 +00:00
jmmv
8d7b506889 Update to 2.10.0:
Changes since 2.9.92

* Updated translations [hu, pl, ro, sr, sr@Latn, zh_TW]

Changes since 2.9.91

* Scalable mail emblem (Jakub Steiner, Andreas Nilsson)
* Text Editor icon (Jakub Steiner)
* 16 pixel versions of 1394 and usb device icons
  -- bug #166193 (Jakub Steiner)
* 16 pixel versions of gnome-fs-{ftp,nfs,smb,ssh} icons
  -- bug #166192 (Jakub Steiner)
* Consistent wallpaper color for all gnome-fs-client icons
  -- bug #165860 (Jakub Steiner)
* Replaced larger gnome-fs-{directory,home} icons with SVG (Jakub Steiner)
* Updated translations [bg, ca, da, el, en_GB, et, fr, gu, ko, nl, sq, sv, ko]

Changes since 2.9.90

* Scalable trash icons (Jakub Steiner)
* gnome-window-manager.png
  -- bug #144880 (Luca Ferretti)
* 16, 24, and 48 pixel versions of gnome panel action icons
  -- bug #166156 (Jakub Steiner)
* Use a scalable icon for the favorite emblem (Jakub Steiner)
* 16 and 24 pixel versions of the home icon
  -- bug #164502 (Jakub Steiner)
* Updated translations [cs, de, en_CA, es, fi, it, ja, lt, nb, no, pt]

Changes since 2.9.3

* 16 and 24 pixel local and and network share icons (Jakub Steiner)
* New trash icons for empty and full states
  -- bug #163848 (Jakub Steiner)
* 16 and 24 pixel stock_leave-fullscreen icons
  -- bug #164017 (Jakub Steiner)

Changes since 2.9.2

* 16 and 24 pixel volume setting icons (Jakub Steiner)
* 48 pixel version of stock_insert-floating-frame (Garrett LeSage)

Changes since 2.9.1

* Clear and Partly Cloudy icons for night time in gweather
* Stock icon for "New Window"
* Lower resolution gnome-fs-desktop icons (Luca Ferretti, Garrett LeSage)
* Scalable gnome-fs-{home,directory} icons (Luca Ferretti)
* Genercize the cd burner icon
* Print resolution stock icon
* Update program launcher icon for GNOME 2 style
* Coaster project file mime type icons, Fixes #157864
* Openoffice.org mime type icons
* 48 pixel version of stock_mail-replied
* Updated translations [bg]

Changes since 2.9.0

* New 72 and 96 pixel versions of home folder icon (Luca Ferretti)
* New launcher-program icon
* New dev-disc icons for HAL, fixes #156066
* New application/x-x509-ca-cert icon, fixes #153245
* New palm applet icon, Fixes #155567
* New icon for application/x-dv
* Clean up of configure.in and autogen.sh, Fixes #154668
* New translations [gl]
2005-03-22 16:01:47 +00:00
jmmv
7f4ef19852 Update to 2.10.0:
libgnomecanvas 2.9.2
--------------------

What's new since 2.9.1

* Bug fixes:
	- Fix possible crashes in gnome_canvas_text_set_property()
	  and gnome_canvas_text_set_markup(). Sebastian Rittau.

* Translations:
	- Added Xhosa (xh)
	- Updated Belarusian (be)

libgnomecanvas 2.9.1
--------------------

What's new since 2.8.0

* Bug fixes:
	- Build fixes (Ondrej Sury)
	- Warning fixes (Kjartan)

* Translations:
	- New translation (ang)
	- Updated translations (en_CA, et, zh_TW)
2005-03-22 15:58:20 +00:00
adam
697d338235 Changes 6.2.0-8:
* Bug fixes
2005-03-22 15:10:39 +00:00
seb
011489e903 Update to version 0.7.2.
Notables changes since last packaged version (0.7.1)
 LensDistortion : lens distortion correction tool.
 Anti-Vignetting : lens vignetting correction tool.
 Perspective : a tool for adjust photograph perspective.
 ShearTool : a tool for adjust photograph shearing.
 AddBorder : a tool for add decorative border around photograph.
 Superimpose : a tool for superimpose funny templates under photograph.
2005-03-22 09:50:49 +00:00
seb
c6cbed9bbb Update to version 0.7.2.
Notables changes since last packaged version (0.7.1)
 Image filter : new Gaussian blur and Channel mixer filters.
 Image Editor : Add new copy action to copy current selection to clipboard.
   You can paste this selection in other application like Kolorpaint, Gimp,
   Kword, etc...
 Image Editor : Undoing actions capability.
 Image Editor : Usability improvements of ratio-crop tool. Add Rule Third
   Lines guides for to help users to compose a photograph.
 Image Editor : Replaced native dynamic guibuilder system with kde xmlgui one
   for plugins. Toolbars and shortcuts are now configurable within the Image
   Editor.
 Image Editor : Fix PNG compression and JPEG quality min and max values
   (Gimp/Photoshop like)
 Image Editor : New Stretch Contrast color filter.
 Image Editor : New classic Black and White photograph tonal convertion:
   Neutral BW, Sepia, Selenium, Platinum, Cold-Tone, Brown.
 Image Editor : added action icons.
 New splashcreen with animation like KDevelop.
2005-03-22 09:45:28 +00:00
salo
ec97a965ae Security fix for CAN-2001-0775:
"Buffer overflow in xli 1.17 allows remote attacker to execute arbitrary
 code via a FACES format image containing a long Firstname or Lastname
 field."

Patch from Debian.  Bump PKGREVISION.
2005-03-21 15:19:28 +00:00
jmmv
298fa5eece Fix build under gcc 3.x. 2005-03-20 12:51:34 +00:00
schwarz
e71617f902 fixing bugs in util/gif2iris.c, closing PR#26161 2005-03-20 11:07:33 +00:00
seb
9f32d0ee3b Update to graphviz version 2.2
This should take care of PR pkg/28596.

Changes since last packaged version (2.0)
January 19 2005
        - release 2.2
        - fix bugs: 86, 345, 517, 579, 580, 597, 600, 601, 604
        - use the original cpl1.0.txt as the license master, instead of CPL.html
        - fix for bug generating in memory bitmaps that was affecting webdot
        - fixes for windows builds
        - documenttion updates
2005-03-19 09:13:57 +00:00
wiz
ce62648d51 graphics/barcode and x11/xscreensaver conflict (because of
man/man1/barcode.1). Noted by kleink in PR 29585.
2005-03-18 14:44:58 +00:00
martti
16298514bc Updated xfce to 4.2.1.1
General:

* Don't use G_INLINE_FUNC in the source code, which fixes several weird
  build errors.

libxfce4util:

* Fix a problem with NFS mounted home directories in Solaris (#724)

xfce4-session:

* Fix RedHat shutdown code (#703)

xfdesktop:

* fix handling of quoted commands in the desktop menu (#776)
* fix handling of .desktop files with no Categories list (#776)
* add "edit menu" button to panel plugin prefs (#554), and ability to change
  the button tooltip (#764)
* fix broken panel plugin behavior when trying to track the default desktop
  menu. there's a new option to either follow the default menu, or use a
  static menu file (#778)
* fix bug where xfdesktop would crash if the windowlist was opened, then a
  window was destroyed, and then that window was selected from the list (#672)
* fix "unique" attribute of system menu inclusion

xffm:

* ensure posix.1-1996 compatibility (#695)
* fix for crash on opening fstab on solaris (#726)
* avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images).
  This is bugzilla #751 report. Not all gtk showstopper bugs from svg
  can be avoided. In particular with office/mobile_phone_01.svg. This
  file will also crash rox
* allow relative paths for icon resolution (xfce4-modules)
* validate utf error messages (#737)
* don't quote paths that are already quoted.
* change smb-share icon to proper icon
* fix borked overwrite warning dialog message
* bug fixes for keyboardnavigation to close bug #795
* separate remove and paste button in toolbar to avoid confusing the
  remove confirmation dialog with the overwrite confirmation dialog
* fix translation problems in several languages, including
  brazilian-portuguese
* fill in some missing spanish translation strings
* fix for bug #524 (crashing xffm by mounting cdrom and trying to open it
  in the other treeview before mount is complete)

xfcalendar:

* remembering of its position (bug #691 and #789)
* warning box for preventing users to loose their changes (#714 and #738)
* possibility to show/hide xfcalendar in taskbar, pager and systray (#719)
* possibility to choose to either show or hide the calendar window when
  xfcalendar is launched (it remembered before the status when leaving)

xfce4-panel:

* Save configuration file only on exit
* Fix double click on inactive item in dialog (#739)
* 64bit fix
* Clock applet tweak (#716, hopefully)

xfprint:

* remove FILE backend and add a print-to-file entry in the printing dialog
* multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
2005-03-18 07:59:08 +00:00
sketch
6064b820fa Use PKGSRC_COMPILER to check for sunpro, as CC_VERSION is not guarunteed to
contain 'Sun' when using that compiler.
2005-03-17 22:16:39 +00:00
rillig
478979d1b0 Added workaround for missing std::vector.at() in libc++-2. Approved by wiz. 2005-03-16 20:03:57 +00:00
jmmv
70020be9dc Depend on glib2 and pango (used directly). 2005-03-16 19:06:09 +00:00
rillig
eeb2f123f5 Added lots of patches to build cinepaint on NetBSD-1.6.2 using gcc-2.95.3.
These patches have been submitted to the upstream authors. Approved by wiz.
2005-03-16 18:32:50 +00:00
rillig
f6981462c2 Added a patch for gcc-2.95.3. Approved by wiz. 2005-03-16 11:45:24 +00:00
rillig
632fe978a6 gcc-2.95.3 does not like code intermixed with declarations. 2005-03-16 11:44:47 +00:00
rillig
0bce3aedb9 Added -lm to the LIBS. Needed for NetBSD-1.6.2. Approved by wiz. 2005-03-15 16:17:44 +00:00
tv
47826f1c3a NROFF isn't used anywhere here, so don't define it. 2005-03-14 21:55:38 +00:00
wiz
f082a7cd07 Update to 1.04:
1.04 Thu Feb  3 15:27:41 GMT 2005
	- Imlib2 1.1.2 broke our tests as it doesn't enable alpha by
          default (for optimisation purposes). The module now enables
          alpha by default when you create an image, but you can turn
          it off with has_alpha (thanks to Don Armstrong)
	- tested with Imlib2 1.2.0

Might fix PR 29054.
2005-03-14 15:46:47 +00:00
wiz
0ff8727b0a Fix imlib2-config output to include -Wl,-R. Bump PKGREVISION. 2005-03-14 15:46:18 +00:00
rillig
9b1b4e9b30 Added a patch that checks for the correct C preprocessor symbol
(__NetBSD__) instead of NetBSD. Approved by wiz.
2005-03-14 15:04:04 +00:00
rillig
6f4e6192e2 Added the patches for the last change. 2005-03-14 14:55:24 +00:00
rillig
21b8411ce2 Added two patches for NetBSD-1.6.2. gcc-2.95.3 does not like unnamed
structs and unions. Approved by wiz.
2005-03-14 14:52:40 +00:00
tv
e7816f22b3 Do the Interix fix a different way: put it in stdfn.h.
This should resolve the build problems on NetBSD-current.
2005-03-13 01:26:45 +00:00
adam
573890ec53 Fixed patch-ac 2005-03-11 08:51:58 +00:00
rillig
3ef51f6ac0 Replaced the patch-aa (worked only with NetBSD-2.0) with patch-ab (works
also with NetBSD-1.6.2). Bumped PKGREVISION, because the actual code
changes. The patch is ugly (as usual), but small. Reviewed by christos.
2005-03-10 23:39:53 +00:00
salo
9d269274a7 Bump PKGREVISION and BUILDLINK_RECOMMENDED for the security fix. (hi adam!) 2005-03-10 22:21:56 +00:00
adam
644cd61f8f Added a patch to fix buffer overflow:
* SECURITY UPDATE: Fix buffer overflow.
  * libexif/exif-data.c: Add buffer size checks in several places before
    trying to access it.
  * Thanks to Sylvain Defresne for spotting this and the patch.
  * References:
    https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152

Thanks to wiz@ for heads-up. :)
2005-03-10 19:22:22 +00:00
tv
9dcde7668d Include <sys/time.h> in x11.trm to pick up fd_set on Interix.
(No functional changes, and only affects X11 version.)
2005-03-10 17:26:18 +00:00
wiz
dfb826be85 Add patch to fix CAN-2005-0605. Bump PKGREVISION. 2005-03-10 15:23:10 +00:00
tv
22e924171a Use libgetopt for systems without <getopt.h>. 2005-03-10 14:27:20 +00:00
tv
eb29c48b57 Interix also needs <sys/time.h> for fd_set. 2005-03-10 14:18:51 +00:00
tv
8f6ed61153 Use pre-configure for SUBST_*, not post-patch. 2005-03-10 14:11:23 +00:00
tv
08ae81aa1a Remove call to sync(2). It's not providing anything useful here, it's
nonportable, and it's not available on Interix either.
2005-03-10 14:07:29 +00:00
adam
1f4a25e3df Removed giflib - no package depends on it, obsoleted by libungif 2005-03-08 14:15:33 +00:00
adam
c4213b0cc1 Changes 0.7:
* A few error-corrections.
* Import of Dave Neary's "What's New in GIMP 2.2".
* New Chinese screenshots and content.
* Beginning of a Czech translation.
* Many XML validity fixes.
2005-03-07 12:36:52 +00:00
taca
0f010b9a66 Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
taca
16245a25d1 Remove redundant include of ruby/buildlink3.mk. 2005-03-06 13:04:13 +00:00
fredb
efd29c6d37 Give gzip'd or bzip2'd files the same treatment as "compress"'d files,
that is, filter them through the command to uncompress them on the fly.
We don't need to add dependencies anymore than we ever needed a dependency
on "uncompress". Crank PKG_REVISION for the feature change.
2005-03-05 23:02:30 +00:00
fredb
00c033aa51 Update server URI. 2005-03-05 20:43:17 +00:00
fredb
1a99ac2509 Update to latest snapshot for some "security issues" -- apparently, this...
http://www.gentoo.org/security/en/glsa/glsa-200503-05.xml

but just make it an "nb" bump so as not to confuse "audit-pacakges" &c.
2005-03-05 20:09:44 +00:00
fredb
8c9c2ad429 De-lint. Particularly, shorten DESCR. 2005-03-05 20:03:29 +00:00
reinoud
d2f8aae266 Update blender package to include all scripts distributed with it. Also
providing an convenience script that links default scripts directory to
the homedir. This due to oddities in the blender program too far reaching
to easily patch.
2005-03-04 16:04:59 +00:00
garbled
c0d0a1bbd7 Fix a problem noted by wiz in 2.0/i386 bulk buildx 2005-03-03 20:23:51 +00:00
drochner
b1bef9d9a9 add RMD160 2005-03-03 15:50:33 +00:00
drochner
1a75ab0baf require g++-3.3 to make it build on 1.6
(should fix bulk build)
2005-03-03 15:50:13 +00:00
drochner
07140539b7 Update to 6.2.0-4. Didn't find a useful changelog, but at least a format
string problem is fixed which might be a security problem. See
http://studio.imagemagick.org/magick/viewtopic.php?t=3774
(according to Ubuntu Security Notice USN-90-1, CAN-2005-0397 was assigned)
2005-03-03 15:33:22 +00:00
markd
ba660ffa7d Update to ivtools-1.2.2
Changes:
- fix for problem writing to /tmp

- compilation fix on NetBSD for comterp.c

- compilation patch submitted by Michal Palczew.
2005-03-01 20:49:47 +00:00
snj
c1ba828b49 Update to 2.0.0. Changes:
+ Search utility.
   + Ability to assign keywords and comments to an image.
   + Printing, including proof sheets.
   + Support for the Thumbnail Managing Standard, on by default.
   + Fullscreen support for multihead configurations.
   + Fullscreen can now delay showing next image until it is loaded.
   + Image information now viewable in fullscreen (I key).
   + Extensive user manual.
   + Command line control of existing GQview process.
   + Collections are now updated when moving or renaming a file.
   - Shift + Click on an image will start mouse scrolling.
   - Control + Arrows will jump to respective edges of image.
   - Slideshow interval precision is now .1 second.
   - Find duplicates by checksum now uses MD5 algorithm.
   - Exif sidebar can now be customized.
   - Sort manager now has symlink option.
   - Sort manager can now add images to collections.
   - Window maximization state now retained between sessions.
   - Clean up all dialogs.
   - Added hidden option scroll_reset_method (see docs chapter 10.7).
   - Maintenance utility for caches and data used by GQview.
   - Utility to create thumbnails ahead of time in one step.
2005-02-28 22:42:34 +00:00
adam
aa16cd994b Chanes 6.2.0-2:
* The Tru64 UNIX 4.0D/5.1 C++ compiler doesn't support ios::binary.
  There is an #ifdef for this, MISSING_STD_IOS_BINARY, but nothing sets
  it in configure.ac. So, I whipped up something to test it. I've tested
  this with the Sun, HP, IBM, SGI, and GNU C++ compilers.
* Bitmaps in wmf files which are drawed via ipa_bmp_draw (in coders/wmf.c)
  are not scaled to the output size, but drawn with the original size.
* Shear no longer produces artifacts for a 0 y-shear (e.g. 60x0).
* The PerlMagick memory, disk, etc., limits were not being set for values
  other than unlimited.
* Not all memory allocated in GetTransformTokens & GetStyleTokens are freed
  in SVG parsing.
2005-02-27 12:37:30 +00:00
markd
070cf77de5 Add kamera. PR 29265 from Matthias Pfaller cleaned up slightly by me.
Bump PKGREVISION.
2005-02-27 11:48:57 +00:00
reinoud
6528be3645 Remove old non used patch-ad 2005-02-26 21:54:13 +00:00
jschauma
111cd14fbb also use RMD160 checksum 2005-02-26 21:02:24 +00:00
reinoud
f33e5c9919 Big bugfix release fixing at least a 200 outstanding bugs and its
game-engine is finally working now.

Dynamic loading of python `import'ed modules finally work now too.
2005-02-26 20:34:43 +00:00
jmmv
a1825562fe Update to 2.8.3:
- Use gnome-desktop-2.8.3 distfile.
2005-02-26 17:24:45 +00:00
jmmv
4d0fb5854d Update to 2.3.17:
- Updated pkg-config files (Glynn Foster)
- Distribute libart.def (Michael Meeks)
- Add link to Mathieu's tutorial on libart (Kjartan)
2005-02-26 17:23:26 +00:00
reed
ad72ee10fc Add BUILDLINK_DEPENDS.lcms+=lcms>=1.13 because this needs
_cmsLCMScolorSpace. (PKGREVISION not bumped because could not be
packaged in the first place if older lcms was used.)
2005-02-26 00:34:55 +00:00
reed
36b2c571d1 Mention that this software was formerly known as FilmGimp.
(This will make it easier for those searching for it.)
2005-02-26 00:29:30 +00:00
reed
84df23a55b Fix URL. sourceforge.org doesn't exist for cinepaint webpage. 2005-02-26 00:28:01 +00:00
drochner
517079e1ea update to 1.9.1
changes:
* Most options are now configurable only in the configuration file.
* Detect when a user action changes the image.
* Added the %b and %d directives when writing actions.
* The configuration file can be specified on the command line.
* Updated Russian translation.
* German, French and Russian manual page.
* New command line option to add all files in the directory when loading a file.
* Added a preview to the open dialog.
* Ctrl-Arrow key rotates by 90 degrees instead of 45.
* New command line option (-o) to directly save a collection.
* Files in collections are now saved in the same order as in the list.
* Ability to jump to any image given its number.
* Switching images during the slideshow can change its direction.
+bugfixes
2005-02-25 19:17:52 +00:00
drochner
6b6bc9c59f +exiv2 2005-02-25 19:08:04 +00:00
drochner
47fd8aa8df import exiv2-0.6.1, another tool to look at exif metadata 2005-02-25 19:05:30 +00:00
drochner
2e6bc6713b check for __NetBSD__, not just NetBSD.
fixes build on -current
(there is a newer version available, tbd later)
2005-02-25 18:31:43 +00:00
drochner
e6348e36da +gimp2-wideangle 2005-02-25 18:18:28 +00:00
drochner
803c655b04 import gimp2-wideangle-1.0 -- the wideangle distortion corrector
already present as gimp1-wideangle, just for gimp2
2005-02-25 18:15:30 +00:00
drochner
98bc63c55c update to 2.6.3
changes: bugfixes, xhtml compliance for generated albums
2005-02-24 16:14:54 +00:00
drochner
35e52fde02 +flphoto 2005-02-24 16:05:49 +00:00
drochner
878d33a2d8 add flphoto-1.2, another image viewer/organizer 2005-02-24 16:00:14 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
veego
a5ff41f7f3 Bump the PKGREVISION again, due too the change in graphics/MesaLib:
Fix the last commit which didn't record the correct rpath for the X11
libraries due too the usage of two -rpath options for libtool.
2005-02-24 06:36:18 +00:00
veego
5d81c8bb8b Fix the last commit which didn't record the correct rpath for the X11
libraries due too the usage of two -rpath options for libtool:

libtool: link: warning: ignoring multiple `-rpath's for a libtool library

According to the gnu libtool page you have to use -R:
-R libdir
    If output-file is a program, add libdir to its run-time path. If
    output-file is a library, add -Rlibdir to its dependency_libs, so
    that, whenever the library is linked into a program, libdir will be
    added to its run-time path.
2005-02-24 06:24:03 +00:00
adam
52b1857b27 Changes 2.2.4:
- fixed an out-of-bounds read access in the Edge plug-in (bug #164963)
- limit aspect ratio in crop tool to sane values (bug #164827)
- fixed indexed conversion on floating selections (bug #165342)
- fixed button order in resize and scale dialogs
- improved handling of UNC paths on Windows
- fixed crash in winicon save plug-in (bug #162742)
- fixed image types registration for some python plug-ins (bug #1666650)
- workaround problems with font names ending in numbers (bug #166540)
- show clone source when cloning from a different image (bug #167002)
- corrected coordinate limits in New Guide script (bug #167529)
- fixed crash in gradient editor (bug #167604)
- don't give keyboard focus to combo boxes in image window (bug #167809)
- fixed saving of MNG files with negative layer offsets (bug #166059)
- fixed use of the text tool on floating selections (bug #166829)
- don't create duplicate templates when migrating user settings (bug #167893)
- let the py-slice script ignore out-of-bounds guides (bug #167843)
- store thumbnails in temporary folder if no valid home directory exists
  (bug #167973)
- fixed Emboss plug-in for small images (bug #168022)
- avoid crashes in toolbox size allocation code (bug #162500)
- switch from display-wide grab to application-wide grab while tool
  actions are being performed (bug #162823)
- update filesize in JPEG dialog if size of EXIF data changes (bug #164914)
2005-02-23 14:16:15 +00:00
martti
748e0cc88f NetBSD 1.6.2 must use gtar 2005-02-23 14:07:25 +00:00
grant
20e453e2c1 libglut needs symbols from libXi, so explicitly link against it.
fixes unresolved symbols at runtime on Solaris. bump PKGREVISION
of glut.
2005-02-23 13:57:35 +00:00
grant
12cd809a9d whitespace fix 2005-02-23 13:04:47 +00:00
minskim
8c1170628f Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2005-02-23 04:09:50 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
grant
10b34512aa use the correct target for gcc and sunpro on solaris/x86. 2005-02-20 13:08:59 +00:00
grant
cda4de762e only use the sparc* targets with sunpro where MACHINE_ARCH=sparc. 2005-02-20 12:43:08 +00:00
wiz
b96ff62741 Switch to using the zipfile instead of the tar.gz,
in the expectation that it fixes the build on 1.6.x. No change in the source code.
2005-02-20 00:51:27 +00:00
wiz
bdb2a2be0c Add distpatch so this works with Xaw3d-1.5E; adapt patch-ab.
Bump PKGREVISION.
2005-02-18 15:56:18 +00:00
wiz
2630d1b0d9 Sort. 2005-02-18 15:55:45 +00:00
jschauma
b3801b442f Make this work on Linux. 2005-02-18 03:51:07 +00:00
jschauma
1cfcf6c0d4 Pre-empt wizd and bump pkgrevision for last. 2005-02-17 17:54:44 +00:00
jschauma
364271d338 This package really wants wish, too, so depend on tk. 2005-02-17 17:54:12 +00:00
xtraeme
0ec9a0a82b Update to 0.3.0, this closes PR pkg/29331.
Lots of bugfixes, improvements, etc... please see the NEWS file.
2005-02-17 13:34:16 +00:00
adam
ba2a6bb79b Changes 10.26.3:
* pnmremap: fix rounding error where map maxval is small
  and unequal to image maxval.
* ppmtompeg: fix compile failures on "no parallel" builds
  and where prototypes don't match definitions in bitio.c.

Changes 10.26.2:
* Build: handle zlib prerequisite of tiff library.
* giftopnm: fix crash with input that has bogus color indices
  in the raster.
* giftopnm: fix crash with input that has a bogus minimum code
  length field.
* pnmtopalm: fix padding with -offset.
* pnmtopalm: fix compressed images.  use 0 compressed size
  field - not totally correct, but passable.
* palmtopnm: fix incorrect handling of some combinations of
  PALM_IS_COMPRESSED flag and compression type field.
* palmtopnm: fix totally broken RLE and scanline compression.
* palmtopnm: fix wrong check for disallowed combination of
  -transparent and -rendition.
2005-02-17 11:36:01 +00:00
uebayasi
d3548efd01 Fix quoting. 2005-02-17 03:12:27 +00:00
jschauma
6f458e98ae Make this work on IRIX. 2005-02-17 00:38:37 +00:00
jschauma
228b57a9a5 install lib files differently
also patch makefiles to use RANLIB and AR variables
2005-02-16 23:20:24 +00:00
jschauma
40f906c7f2 Add/enable radiance 2005-02-16 22:18:30 +00:00
jschauma
b984db48e2 Initial import of Radiance (aka ``ray'') into pkgsrc.
Radiance is a physically based rendering package written largely by Greg Ward,
initially at LBNL, EPFL, then SGI, now running Anyhere Software. It is a
physically-based, image-generating, backward raytracer with very a powerful
rendering engine. It is used worldwide for lighting analysis and can generate
accurate values for radiance/luminance (W/sr.m^2,cd/m^2) and
irradiance/illuminance (W/m,Lux).

http://www.radiance-online.org/
2005-02-16 22:17:33 +00:00
xtraeme
f720ae2a29 Update to 0.1.3.
Performance improvements
------------------------
Solid fills are now much faster, (thanks to Alexander Larsson).

Bug fixes
---------
Fixed to quiet warnings in newer versions of gcc.

Don't divide-by-zero if given an image of size 0x0.

Fixed several corner cases where values outside a trapezoid would be
drawn with alpha 1/255 (in the 8-bit case).

Internal changes
----------------
Imported the newer point-sampling trapezoid rasterization code that
Keith Packard wrote for the X server. This provide pixel-perfect
matching with the Render extension as well as code that is simpler,
more robust, and easier to maintain.
2005-02-09 21:24:50 +00:00
xtraeme
4f57fc7390 Update to 0.4.0.
Some changes:

        Add anti-aliased trapezoids, rectangular clipping, multiple
        geometry arrays, bitmap geometry, mask surface convolution
        filtering.
2005-02-09 21:20:03 +00:00
wiz
dd6ee4fb97 Update to 1.0.9:
1.0.9 (jan 30th 2005)
---------------------

in short:

New optimizations save over 20KB on footprint.
Also a few bugfixes and several patches.

Thanks to those sending in their additions and for testing!

To turn on the optimizations do:

#DEFINE MNG_OPTIMIZE_CHUNKINITFREE
#DEFINE MNG_OPTIMIZE_OBJCLEANUP
#DEFINE MNG_OPTIMIZE_CHUNKASSIGN
#DEFINE MNG_OPTIMIZE_CHUNKREADER

(eg. they're not on by default (yet) !)

-------------------

bugfixes:
- fixed chunk pushing mechanism
- fixed bug in writing sBIT for indexed color
- fixed PPLT getchunk/putchunk routines
- fixed MNG_NO_1_2_4BIT_SUPPORT for TBBN1G04.PNG
- cleaned up macro-invocations (thanks to D. Airlie)

core:
- added more SKIPCHUNK conditionals
- replaced MNG_TWEAK_LARGE_FILES with permanent solution
- improved handling of cheap transparency when 16-bit support is disabled
- added some MNG_SUPPORT_WRITE conditionals
- added function to retrieve current FRAM delay
- added MNG_NO_1_2_4BIT_SUPPORT
- added bgr565_a8 canvas-style (thanks to J. Elvander)
- standard windows dll upgraded to zlib 1.2.2
- added LITTLEENDIAN/BIGENDIAN fixtures (thanks J.Stiles)
- inclusion of zlib/lcms/ijgsrc6b with <> instead of ""
- added conditional MNG_OPTIMIZE_CHUNKINITFREE
- added conditional MNG_OPTIMIZE_OBJCLEANUP
- added conditional MNG_OPTIMIZE_CHUNKASSIGN
- added conditional MNG_OPTIMIZE_CHUNKREADER
- fixed problem with global PLTE/tRNS

samples:

contrib:

doc:
- patched jng & mng manual pages (Thanks Peter Breitenlohner)

makefiles:

autoconf:
- patched makefile.am & configure.in (Thanks Peter Breitenlohner)
2005-02-09 20:15:50 +00:00
reed
10b6ac765f Add more to COMMENT.
And USE_X11=yes for exrdisplay FLTK application.
I needed USE_X11 because of /usr/bin/ld: cannot find -lXext
during the initial configure.
2005-02-09 18:21:52 +00:00
reed
d7acd6ded0 Added more information about the actual package to the DESCRiption. 2005-02-09 18:20:39 +00:00
gavan
379fd5f6e9 Force detection of grep and egrep by the configure script.
Unfortunately, configure doesn't always manage to correctly pick up these
values from GREP and EGREP, so we pass them in as cached values. This way,
configure still doesn't always print them correctly, but they end up in
config.status, which is the end goal.

This solves the problem where on Solaris, configure detects the wrong grep
and worse still, fails to detect a suitable egrep at all.
2005-02-09 12:13:58 +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
adam
66f5fb9197 Changes 2.31:
* More automatic handling of date and time with the 'datematic'
* 64-bit platform support
* Various other new features, improvements, and bugfixes
2005-02-08 09:40:35 +00:00
hira
242e57fd4f Fix substitution for default.mgp. Bump PKGREVISION. 2005-02-07 13:34:44 +00:00
jklos
0b3e2701a1 Bumped PKGREVISION due to change in libwmf. 2005-02-05 18:16:15 +00:00
seb
c5b9848ea8 Update to version 1.234.
Changes since last packaged version (1.233):
        Call fuji_rotate() before apply_profile().
        Do not use the gamma curve after applying a profile.
2005-02-05 12:30:46 +00:00
jklos
a48a266065 Bumped PKGREVISION because of removal of xpm building reference. 2005-02-05 08:47:33 +00:00
jklos
3c3b661861 Removed buildlink references for xpm. It's not necessary, and it's
insecure at the moment.
2005-02-05 01:18:13 +00:00
adrianp
92c7a49ffa Remove out-dated patches for last round of ocaml updates 2005-02-05 00:12:11 +00:00
adrianp
f679103440 - Update from camlimages from 2.11 to 2.2.0
2.11
 * bug fix release

2.12
 * O'Caml 3.07 port. Added support for lablgtk2.
2005-02-04 22:07:24 +00:00
drochner
6fee80635a new gimp plugins 2005-02-02 21:33:45 +00:00
drochner
37a68cf8ac update to 2.3
changes:
added -cl (insert comment literal) option
Added -norot (zero out rotation tag) option
Added handling of explicit 35mm equivalent tag
Added ability to do sequencial renaming
and fixes
2005-02-02 21:31:24 +00:00
drochner
4be2435843 import ufraw-0.3, a GIMP import plugin for raw-format dicgicam images
(this competes with the gimp-rawphoto plugin, but not in a pkgsrc sense,
so I'll leave it to the user to sort it out)
2005-02-02 21:22:10 +00:00
drochner
6f8217d3ec import rawphoto-1.19, a GIMP import plugin for raw-format dicgicam images 2005-02-02 21:16:34 +00:00
drochner
82cbe97f8f update to 1.233 -- some fixes, some new cameras... anyway, we have to
stay up-to-date because the distribution files don't change names.
2005-02-02 21:12:33 +00:00
hamajima
9780bf819c fixed for NetBSD 1.6.2.
bump PKGREVISION.
2005-02-01 13:03:31 +00:00
adam
245c8500c2 Changes 2.7.3:
* Incorporated OpenVMS port by Jouk Jansen
  <joukj@hrem.stm.tudelft.nl>
  http://nchrem.tnw.tudelft.nl/openvms/software2.html
* PNG is now the default image format
* Corrected long standing bug in StdSnapshotCallback() in graphic.c
* Added -clipboard option which loads files from command line
  into clipboard.
2005-01-31 09:24:07 +00:00
hamajima
1426208533 Added ov519view. 2005-01-29 03:05:24 +00:00
adam
9776846380 Changes 1.0.3:
* Fix bug where empty gradients cause segfault (Darin)
* Small build fix (Darin)

Changes 1.0.2:
* Fix bug where scaled text would be clipped (Darin)
* Fix bug where empty .svg file cause segfault (Darin)
* Fix bug where some .svg files with certain kinds of degenerate
  gradients would cause segfault (Darin)
* Change install and packaging so that librsvg 1 and librsvg 2
  can be installed on the same system. (Ramiro)
* Fix bug where we would read past the end of a string when the
  string has multibyte sequences in it (Darin)
* Remove vestiges of unused gettext and xml-i18n-tools (Darin)
2005-01-28 14:58:09 +00:00
taca
c3ffe35cf7 Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
2005-01-28 14:08:01 +00:00
adam
72ab2eec94 Changes 6.1.9-4:
* Bug fixes
2005-01-27 13:51:39 +00:00
ben
2af3a75a2e Update compface to version 1.5.1, addresses PR#29128. 2005-01-26 17:42:53 +00:00
tv
358226a3e5 TEST_TARGET is broken; comment it out. 2005-01-26 17:34:57 +00:00
tv
6ba698c58f Pull in asm symbol fixes for Interix from gtk2. 2005-01-25 04:58:01 +00:00
tv
ad084207ce Fix build on Interix; also move "special" GCC_REQD to hacks.mk. 2005-01-24 20:48:05 +00:00
tv
7e723b886d Fix build on Interix; turn off MIT-SHM there. (Ugly, but that's a fact of
life for Interix X11....)
2005-01-24 20:34:06 +00:00
adam
bac16d38de Changes 2.2.3:
- fixed build problem in MIDI input controller (bug #163593)
- remember last used directory in file open and save dialogs (bug #162385)
- fixed crashed in DND of indexed drawables (bug #163879)
- removed bumpmap artifacts in Lighting Effects plug-in (bug #163877)
- fixed non-interactive mode of Retinex plug-in
- fixed undo of ink strokes (bug #163670)
- fixed expose event handling in Curve Bend plug-in (bug #164207)
- added a missing pressure sensitivity toggle to Airbrush tool (bug #164237)
- fixed loading of XJT images files from read-only folders (bug #164116)
- fixed bug in the Info dialog that crashed the Crop tool (bug #163617)
- fixed yet another entry problem in the Scale Image dialog (bug #163951)
- fixed serialization of binary parasites (bug #163131)
- correctly initialize the preview in the Bumpmap plug-in (bug #162285)
- give visual feedback if a dialog is already opened (bug #164156)
- fixed saving of JPEG images with large quality settings (bug #164087)
- update the menus when selecting a component in the Channels dialog
  (bug #164195)
- fixed issues with the save dialog in the Imagemap plug-in (bug #164864)
- update filesize in JPEG dialog if size of EXIF data changes (bug #164914)
2005-01-24 09:53:46 +00:00
recht
367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00
wiz
ca568e9547 Add patch to fix build on 2.0, based on a suggestion by OBATA Akio in PR 28943.
Also closes PR 28984.
2005-01-23 19:42:59 +00:00
dsainty
3147605a74 Provide the option of an HTTP download site, as listed on the ImageMagick download web page 2005-01-23 04:09:05 +00:00
hamajima
991d284346 New package for ov519view-0.00, software for use with USB cameras based OV519. 2005-01-23 02:35:11 +00:00
adrianp
d7947a37a6 Note addition of p5-Gnome 2005-01-22 18:04:42 +00:00
adrianp
2235bf97c7 The Gtk module allows Perl access to the Gtk+ graphical user interface
library. You can find more information about Gtk+ on http://www.gtk.org.
The Perl binding tries to follow the C interface as much as possible,
providing at the same time a fully object-oriented interface and
Perl-style calling conventions.

This is the Gnome extension of the Gtk module.
2005-01-22 18:03:18 +00:00
adrianp
5335328d02 Note addition of p5-Gdk-Imlib 2005-01-22 17:52:02 +00:00
adrianp
c8086f4382 The Gtk module allows Perl access to the Gtk+ graphical user interface
library. You can find more information about Gtk+ on http://www.gtk.org.
The Perl binding tries to follow the C interface as much as possible,
providing at the same time a fully object-oriented interface and
Perl-style calling conventions.

This is the Gtk::Gdk::Imlib extension of the Gtk module.
2005-01-22 17:49:08 +00:00
tron
3314fe511e Remove "mtv" package. It is a very outdated, binary only MPEG 2 player. And
there are much better players (e.g. "mplayer") available in the meantime.
2005-01-22 17:34:52 +00:00
minskim
ffe010b509 Align with doc/Makefile-example. 2005-01-22 15:57:29 +00:00
jdolecek
8675567d66 Update ImageMagick to 6.9.1-1. List of changes not available, but 6.9.1-0
doesn't appear to be available on the master server anymore
2005-01-22 08:37:38 +00:00
minskim
75c80456d1 Switch to Tcl/Tk-8.4.
Bump PKGREVISION due to dependency changes.
2005-01-22 03:04:31 +00:00
minskim
a98b825cae Override intltool and add build dependency on it instead of directly
depending on packages that intltool requires.
2005-01-21 23:59:17 +00:00
kristerw
a5e0e742d8 This pkg needs the XML::Parser perl module in order to build. 2005-01-21 23:01:09 +00:00
adam
0980ae0bc5 Changes 6.1.9-0:
* Improvements, bug fixes, and all the other more or less imporant changes
2005-01-21 11:08:38 +00:00
wiz
e66fcec4bd Sort. 2005-01-20 23:53:51 +00:00
jmmv
0a93924fd5 Add and enable dia-python. 2005-01-20 18:51:13 +00:00
jmmv
b7b6554e67 Initial import of dia-python, version 0.94:
This package provides the Python plugin for Dia, which was bundled inside
the 'dia' package before.
2005-01-20 18:50:48 +00:00
jmmv
99eb6f6c46 Remove python support from this package and bump PKGREVISION to 1.
Reason: drop a build time option.

While here, split the Makefile in two parts to allow the addition
of the upcoming dia-python package, which will provide the missing
bits.
2005-01-20 18:49:33 +00:00
markd
4e9879a3f5 add patch that was supposed to be in last commit. 2005-01-20 12:39:56 +00:00
markd
8156bce3fd Latest xpdf vulnerability
http://www.kde.org/info/security/advisory-20050119-1.txt
Bump PKGREVISION.
2005-01-20 12:36:58 +00:00
reed
39de0a0e65 Remove -lpthread and -ldl from the configure checking for Boehm GC.
This is for PR #29012 from Douglas Brebner.

I reported this to the inkscape developers and this is being fixed.
2005-01-19 21:54:26 +00:00
adam
d5ddc1dea4 Changes 1.2.6:
* Coerced with the artist.el that's in Emacs-21.3 (minor editorial changes)

Changes 1.2.5:
* Added tool selection via the mouse-wheel.
2005-01-19 14:53:44 +00:00
adam
5bef440303 Changes 0.11.5:
* Use compressed GIF support from libgd
2005-01-19 09:05:44 +00:00
adam
4c013029f4 These patches are no longer needed 2005-01-18 14:17:07 +00:00
adam
f381673935 Changes 10.26.1:
* pamcomp: fix bug that duplicates last row of overlay image.
* pamcut: fix bug that fills the rightmost column with black.
* pnmtopalm: fix bug with -offset option.
* ppmforge: fix bug: crash due to wild pointer with -night.

Changes 10.26:
* pnmhistmap: Add -dots, -nmax, -red, -green, -blue, -lval,
  -rval, -height, and -width options.
* pnmnorm: accept -wpercent and -wvalue (or -bpercent and -bvalue)
  together.  Thanks Gregg Townsend <gmt@CS.Arizona.EDU>.
* xwdtopnm: Add -headerdump option.
* pnmtoxwd: Include 256 color color maps in direct color instead
  of zero.  Zero has a weird effect.
* pamtotga: recognize RGB_ALPHA instead of RGBA.
* palmtopnm: fix bug in determination of compression type.
* palmtopnm: fix bug in handling of multi-image streams.
* pnmtopalm: fix bugs in computation of nextDepthOffset.
* pamtotga: fix TGA pixel size for TGA with alpha.  Don't do
  colormap if input has transparency.
* pamtotga: fix crash due to uninitialized "id" field in TGA header.
* pbm_writepbmrow(): Fix bug in MMX/SSE code that causes segmentation fault.
* pnmhistmap: Fix bug: doesn't work with maxval != 255.
* pbmtext: fix crash with code point > 127.
* ppmtompeg: major cleanup.
* pnmtopng: fix "internal error" and crash bug with -transparent.
* pnmtoxwd: fix endianness on littleendian machines.
* pnmtoxwd: fix bug: doesn't work if you specify an option.
* jpegtopnm: fix bug: -dumpexif all wrong.
* jpegtopnm: fix bug: newline written to stdout instead of stderr with -dumpexif.
* Add missing 'col' declaration so -msse compile works.
* pcdovtoppm: fix syntax error
* pnmtojbig/jbigtopnm: add newline to "usage" message.
* pamperspective: fix bugs with -frame_include, etc.
* build: Jeg2k programs build properly with newer Jasper library.
* build: Fix bug: "no rule to build xxx.so" with external
* Jasper or Jbig library.
* Add NAME and DESCRIPTION section to pointer man pages.
2005-01-18 14:16:20 +00:00
drochner
4de5e740d4 update to 1.3.0
changes:
* Added option to hide the mouse pointer in full screen: --hide-pointer
* released 1.3.0 (1.2.[89]) were minor, feature-specific releases.
2005-01-18 12:40:26 +00:00
drochner
9abbccc170 update to 1.3.1
changes:
- a "Happy New Year Release"
- include german manpages
- fix years truncating on tagmp3 in interactive mode (see Debian BTS #167313)
- include possibility of filenames which begin with brackets and are not ranges
  (user request see Debian BTS #177169)
2005-01-18 12:23:33 +00:00
drochner
a4b918497a update to 2.0.2
changes:
* Fix build for the Intel and g++ 3.4 compilers.
2005-01-18 12:18:02 +00:00
drochner
007e74ec86 update to 6.1.8-8, fixes a security problem, see
http://www.idefense.com/application/poi/display?id=184&type=vulnerabilities
2005-01-18 11:22:10 +00:00
adam
c9648eaeba Changes 0.19-0:
For a list of changes see:
http://cinepaint.bigasterisk.com/CinePaint019Changes
(I couldn't connect [adam])
2005-01-17 13:38:37 +00:00
adam
14b11d498a Added openexr-1.2.1 2005-01-17 13:21:59 +00:00
adam
7936085a13 OpenEXR is a high dynamic-range (HDR) image file format developed by
Industrial Light & Magic for use in computer imaging applications.

OpenEXR is used by ILM on all motion pictures currently in production.
The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone,
Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become
ILM's main image file format.

OpenEXR's features include:
* Higher dynamic range and color precision than existing 8- and 10-bit image
  file formats.
* Support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer
  pixels. The 16-bit floating-point format, called "half", is compatible with
  the half data type in NVIDIA's Cg graphics language and is supported
  natively on their new GeForce FX and Quadro FX 3D graphics solutions.
* Multiple lossless image compression algorithms. Some of the included codecs
  can achieve 2:1 lossless compression ratios on images with film grain.
* Extensibility. New compression codecs and image types can easily be added by
  extending the C++ classes included in the OpenEXR software distribution.
  New image attributes (strings, vectors, integers, etc.) can be added to
  OpenEXR image headers without affecting backward compatibility with existing
  OpenEXR applications.
2005-01-17 13:20:11 +00:00
martti
9a96838bce Updated XFce to 4.2.0
Too many changes to list here, please read the Changelog from www.xfce.org
(http://www.xfce.org/release_notes/4.2.0_changelog.html)
2005-01-17 12:56:13 +00:00
martti
a6a4865fd9 Added xfce4-icon-theme 2005-01-17 12:47:28 +00:00
martti
90b8b0ab67 Icon themes for XFce4. 2005-01-17 12:47:07 +00:00
adam
7a6ea88575 Changes 1.14:
* linux & windows packages are now joined into a single package.
* Improved (and now fast!) gamut checking.
* New virtual NULL profile for building gamut check transforms.
* CGATS.13/IT8 parser now supports multiple tables and other goodies like
  specifying flot format.
* More python support.
* New Matlab wrapper
* Revamped icctrans
* Improved jpegicc
* jpegicc and tifficc now can save (grab) embedded profiles.
* tifficc now supports up to 15 channels.
* Improved Lab prelinearization.
* Fixed absolute intent on PostScript CRD
* Man pages for utilities.
* Access to creation & calibration date time.
* Lots of bug fixes
2005-01-17 12:11:46 +00:00
jlam
926758d356 Add patch-ah that is adapted from http://bugzilla.remotesensing.org/
that fixes a bug where docked TIFF icons in WindowMaker have a black
background rather than a transparent background.  Ride the previous
PKGREVISION bump to 3.  This fixes PR pkg/28989.
2005-01-17 08:37:31 +00:00
jlam
e99455329a Link the tiff library, which has no C++ functions, with $(CC) instead
of $(CXX) so that applications needing libtiff don't also need to be
linked against $(CXX).  Bump the PKGREVISION to 3.  This should fix
PR pkg/28961.
2005-01-17 08:04:25 +00:00
drochner
84077cbda9 update to PL44
changes:
Fix a bug with imagemap generation.
Replace "eq4.sym" and "eq4-2x.sym". These new LaTeX equation symbols do *not*
 use pstoepsi, ps2epsi, etc. It only requires "latex", "dvips", and "gs" to
 function.
Add the following new internal commands:
	     pstoepsi(<target_eps_path>,<src_ps_path>,<scale>)
2005-01-16 12:20:06 +00:00
drochner
d0cc671249 add refocus-it 2005-01-16 11:56:19 +00:00
drochner
6255daea9b commandline version of the GIMP plugin 2005-01-16 11:52:43 +00:00
drochner
9ce9bc929c import the "refocus-it" gimp2 plugin which is much better than
the "sharpen" which comes with the base packet
2005-01-16 11:51:52 +00:00
jmmv
07100afe82 Do not include bsd.pkg.install.mk directly. Problem noticed in kristerw@'s
bulk build.
2005-01-15 08:33:23 +00:00
cube
5c2532320e Fix a long-standing bug in io-gif.c. It remained unnoticed until Georg
Schwarz tried to compile it with a compiler that errors out when the code
does something as pointless as checking if a pointer is positive.

PR#28889 and http://bugzilla.gnome.org/show_bug.cgi?id=156186
2005-01-15 00:10:41 +00:00
jmmv
56d837c365 Add and enable CRWInfo. 2005-01-14 16:02:45 +00:00