Commit graph

4875 commits

Author SHA1 Message Date
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