Commit graph

4215 commits

Author SHA1 Message Date
recht
81113eb85f Reduce optimization level to -O on alpha to avoid compiler bugs.
patch provided by Joachim Kuebart in PR pkg/25742
2004-05-29 23:36:10 +00:00
markd
bce292dbc6 Update to version 1.1.3
- continue evolution of iostreams usage to keep up with changes to
libstdc++-v3.  Many thanks for reinstating a filebuf constructor that
accepts an integer file descriptor.  Hard to wrap them around sockets
any other way.

- fix problem with use of ACE on Darwin with gcc-3.3.

- fix problem with lexical scanning introduced when "#" comment lines
were first handled.
2004-05-29 13:06:29 +00:00
hubertf
4c65155de1 Fix CPP hacks with strings containing linebreaks.
Very ugly hack (post-patch) to work around a RCS ID in area needing patch.
2004-05-27 22:20:00 +00:00
reed
c58b1fe6f3 Add patch to make sure
share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-sh.pn
links to an existing file.
This patch is based on patch from GNOME CVS.
http://cvs.gnome.org/viewcvs/gnome-icon-theme/48x48/mimetypes/Makefile.am?r1=1.31&r2=1.32&diff_format=u
Also bump PKGREVISION.
2004-05-27 19:40:23 +00:00
reed
896ca450a5 Increase the BUILDLINK_DEPENDS.librsvg2 to 2.6.3nb2.
(I tried using BUILDLINK_RECOMMENDED instead, but it didn't work.)

librsvg2 uses libgsf and libcroco which had changed library SONAMEs
provided.

Problem with old librsvg2 was:
        libgsf-1.so.9 => not found
        libcroco.so.2 => not found
2004-05-27 19:33:29 +00:00
reed
dc05e5ca2b gimp needs cmsCreate_sRGBProfile to provide the
libcdisplay_proof library.

So require lcms>=1.12.

(wiz@ suggested that this should just be done for gimp
and this was okayed by maintainer, adam@.)
2004-05-27 01:09:36 +00:00
kristerw
62fd4c4b58 Fix a case of bogus extra { and } in array initialization, that makes
gcc 3.3 complain loudly.
2004-05-25 21:13:26 +00:00
adam
c7a4496bb7 HOMEPAGE and MASTER_SITES updated 2004-05-25 15:23:33 +00:00
adam
040ae95b77 Changes 2.0.25:
* Correction in gdfontl.h

Changes 2.0.24:
* bgd.dll is now compatible with Visual BASIC
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette
2004-05-25 14:55:34 +00:00
simonb
1f739ec866 gimageview and newer versions of GTK disagree on what exactly is
deprecated - make sure we #undef GTK_DISABLE_DEPRECATED.
2004-05-25 06:38:31 +00:00
danw
e9f52e6638 darwin fixes: use ${MAKE_FLAGS} as well as ${MAKE_ENV} in the post-configure
rule (qv bsd.pkg.mk rev 1.1425), rename a function that conflicts with
a system function, and change malloc.h to stdlib.h
2004-05-25 01:30:22 +00:00
danw
6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00
danw
266b5f6a26 USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
2004-05-23 20:58:41 +00:00
recht
2867b4e077 unused 2004-05-23 11:58:21 +00:00
wiz
adc1bb3c9d Unused. 2004-05-22 10:04:21 +00:00
grant
879d3c1c7e s/anti-aliased/anti-aliasing/ 2004-05-22 04:35:53 +00:00
minskim
a4c439d0cd Update exiftags to 0.99.1 and enable pkgviews installation.
Changes since 0.98:
20040506 fixed exiftime install oversight
20040504 added Canon camera actuations (thanks: Stan Jirman)
20040420 added Panasonic maker note support (thanks: Tom Hughes)
20040410 improved error messages in exifcom
20040408 added exiftime utility to display and write date/time tags
20040403 added Leica maker note support
20040403 slight hack to use Canon's subject distance tag (units unclear)
20040403 fixed Canon maker function parameter mismatch
20040403 updated for Exif 2.21 draft spec (minor changes)
20040403 fixed problem with images without IFD1
20040403 additional bounds checks on some tags (thanks: Michael McCandless)
20040403 fixed negative fraction display
20040227 added Asahi/Pentax maker note support
20031101 prevent looping when a tag refers to its own IFD
2004-05-20 17:41:39 +00:00
grant
13b25ab489 drop the minimum required version of built-in xpm to 3.4. this is
actually still more strict than the buildlink2 behaviour (which would
allow any version), but at least packages requiring xpm can now build
again with builtin xpm on non-XFree86 platforms.
2004-05-20 11:25:57 +00:00
adam
b37262f331 Changes 10.18.13:
* ppmtompeg: fix crash with input that is not a multiple of 16 pixels high
  and wide
* pamtotga: fix crash due to freeing nonexistent color table
* pamtotga: fix bug: invalid TGA when you use -rgb with a non-color input
* pgmtopbm: fix calculations that divide by maxval+1; should divide by maxval
* pbm_readpbmrowpacked(): Fix bug: ORs bits into return value instead of
  setting them
2004-05-20 08:41:07 +00:00
adam
da08eef2c2 Changes 6.0.1-3:
* DrawSetStrokeDashArray() now respects the number_elements argument
* Since the WMF coder has Wand dependancies we only enable this coder when
  both WMF is available and module support enabled
* Some XCF tiles were not being read properly
* Fixed memory leak in EPT coder
* Fixed memory leak in DestroyImage()
* Close Windows registry when no longer needed
* RelinquishUniqueFileResource() was not freeing file resource properly
* Free the ImageInfo structure allocated by CloneImageInfo() in the
  WriteImages() method
* EPT images cannot support blobs
* Fixed temporary file resource limit leak in RelinquishUniqueFileResource()
* ConvolveImageChannel() incorrectly initialized non-selected channels to 0
* Added Cisco IP phone image format (write only)
2004-05-19 14:11:28 +00:00
wiz
7fc657494d Make it even more readable. 2004-05-19 10:39:59 +00:00
grant
cfa28d0c97 came here to nuke some whitespace and noticed that the text didn't
read very well, so nuke whitespace, improve text, | fmt 70 75
2004-05-19 09:24:57 +00:00
wiz
07aa9a0d15 Depend on freetype2>=2.1.8, since dependent packages have been adapted to
the new version.
2004-05-18 10:21:16 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
kristerw
eb316020d4 Remove -DGTK_DISABLE_DEPRECATED, and fix some includes, so that it builds
with the currently packaged versions of its dependencies.
2004-05-16 00:57:24 +00:00
minskim
1c7078ee29 Include pkgconfig's buildlink3.mk in Makefile.common instead of
Makefile, so that both librsvg2 and librsvg2-gtk2 can benefit.
2004-05-15 17:25:42 +00:00
jmmv
1e4437aacf Update to 2.6.1:
* General:
   - Fullscreen fixes for Xinerama (#137137)
* Translation Updates:
  Abel Cheung (zh_TW), Andras Timar (hu), Christian Rose (af),
  Guntupalli Karunakar (gu), Iñaki Larrañaga (eu), Pablo Saratxaga (wa),
  Samúel Jón Gunnarsson (is)
2004-05-15 13:59:14 +00:00
heinz
23c1021c80 Use option "-r" instead of "-e" for ${TEST} since this is not portable to some
operating systems (eg UnixWare).
2004-05-15 13:57:12 +00:00
jmmv
96636d0639 Update to 2.6.1 to use match gnome-desktop's distfile; no visible changes. 2004-05-15 13:36:39 +00:00
jmmv
9cbfe1b6ad Update librsvg2 and librsvg2-gtk2 to 2.6.5:
== librsvg 2.6.5 ==

	* configure.in: Bump version
	* *.pc.in: Remove bogus dependencies
	* rsvg-styles.c: Make #140797 less poignant

== librsvg 2.6.4 ==

2004-03-28  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg-paint-server.c: Fixed linear gradient transformation bug

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

	* rsvg-styles.c: Memleak was in libcroco and not librsvg. Dodji fixed
	it there, and now we cause SEGVs. Bug 138084

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

	* rsvg-styles.c: Fix CSS memory leak

2004-03-15  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg-bpath-util.c: Applied double move fix contributed by ross
	alexander.

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

	* rsvg-css.c: Work around something for jimmac

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

	* rsvg.c: More work on 105316

2004-03-07  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.c: Do something for clahey (bug #105316)

2004-03-05  Dodji Seketeli  <dodji@gnome.org>

	* rsvg-styles.c:
	(ccss_property): changed the signature of this function
	to comply with the new signature of CRDocHandler::property()
	in libcroco.

2004-03-04  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am, configure.in, librsvg-2.0-uninstalled.pc.in:
	Add uninstalled pkg-config file.

2004-02-19  Dom Lachowicz <cinamod@hotmail.com>

	* Makefile.am: disable vector text path code for the 2.6 release

2004-02-18  Brian Koebbe  <brian@koebbe.org>

	* rsvg-css.c (rsvg_css_parse_list): fix a loop run amuck (#134801)

2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>

	* rsvg-gz.c: (rsvg_handle_gz_close_impl):
	  catch read error from gsf_input_read
          break from infinite loops that do not manage to write (#134653)

2004-02-16  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in: Fix bug #134492

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

	* configure.in, rsvg-styles.c: Fix bug #134292

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

	* rsvg.c: Fix bug #133947

2004-01-31  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-css.*: Hopefully fix bug #113538

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

	* configure.in: bug #132569

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

	* rsvg-css.c:
	* test-rsvg.c: Fix bug #131644

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

	* rsvg-shapes.c: Fix bug #124075

2004-01-06  Dom Lachowicz <cinamod@hotmail.com>

	* Makefile.am: Fix bug #130687

2004-01-05  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-text.c:
	* rsvg-text-vectors.c: Factor out bitmap vs. vector text routines

2004-01-04  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-text-vectors.c: Start of work toward representing text as
	vector paths. Mad props go to the boys @ the Gimp for pointing me in
	the right direction here (bug #107668).

2003-12-13  Caleb Moore <calebmm@tpg.com.au>

	* rsvg-bpath-util.c: Fixed double move bug in path

2003-12-10  Federico Mena Quintero  <federico@ximian.com>

	* rsvg-defs.c: #include <glib/gmessages.h>

2003-12-09  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-defs.c (rsvg_defs_set): Bug 128690

2003-12-07  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in: Bump version number

2003-12-07  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.c:
	* rsvg-paint-server.c: Fix userspace gradients (Caleb Moore)

2003-11-27  Caleb Moore <calebmm@tpg.com.au>

	* *: Implement bounding box based gradients

2003-11-25  Caleb Moore <calebmm@tpg.com.au>

	* rsvg-styles.c: Fix opacity inheritance. Fixes a few bugs

2003-11-25  Dom Lachowicz <cinamod@hotmail.com>

	* moz-plugin/*: Start of work on a RSVG Mozilla/Netscape plugin.
	Doesn't work quite yet - needs some help along.

2003-11-24  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-styles.c
	* rsvg-styles.h
	* rsvg-shape.c: Fix Sodipodi flags, implement fill rules. From
	"Caleb Moore" <calebmm@tpg.com.au>

2003-10-16  Sven Neumann  <sven@gimp.org>

	* rsvg.c: fixed inline docs.

	* doc/Makefile.am: ignore internal header files.

	* doc/rsvg-sections.txt
	* doc/tmpl/rsvg.sgml: added new functions.

2003-09-23  Sven Neumann  <sven@gimp.org>

	* rsvg.c (rsvg_start_svg): respect viewBox offsets by applying an
	appropriate translation.

2003-09-21  Tor Lillqvist  <tml@iki.fi>

	* librsvg-zip.in: New file.

	* configure.in: Check for Win32, set OS_WIN32 automake
	variable. Check for strtok_r. Expand librsvg-zip.

	* Makefile.am: Use -lm only on Unix. Add LIBGSF_LIBS and
	LIBCROCO_LIBS to librsvg_2_la_LIBADD. Distribute librsvg-zip.in.

	* rsvg-css.c: Use G_PI instead of M_PI.
	(strtok_r): Implement strtok_r here if not available. (Very
	suboptimal implementation.)

2003-09-19  Sven Neumann  <sven@gimp.org>

	* rsvg-file-util.c: implemented missing GError handling for file
	operations.

2003-09-18  Sven Neumann  <sven@gimp.org>

	* Makefile.am
	* configure.in
	* gimp-plugin/Makefile.am
	* gimp-plugin/svg.c: removed GIMP plug-in; it now lives in the
	GIMP source tree. Thanks a lot for the nice work you've done!

2003-09-12  Sven Neumann  <sven@gimp.org>

	* configure.in
	* rsvg-styles.c (rsvg_real_parse_cssbuffer): removed the #warning
	here and instead output it when configure is run (bug #122119).

2003-09-12  Sven Neumann  <sven@gimp.org>

	* configure.in: depend on Pango version 1.2.0 or newer.

	* rsvg-text.c (rsvg_text_handler_characters): don't use
	pango_ft2_get_context() which is deprecated in Pango HEAD, but
	create the Pango context from the fontmap instead (bug #122121).

	* rsvg-path.c (rsvg_parse_path_do_cmd): fixed storage of
	reflection point in Q command which caused the next T command to
	create a wrong stroke (bug #122118).

2003-09-11  Sven Neumann  <sven@gimp.org>

	* gimp-plugin/svg.c: Sprinkled the code with const qualifiers.
	Fixed transfer of pixel data from pixbuf to pixel region. The
	old code was wrong for pixbufs with rowstride != width * bpp.
2004-05-15 12:01:07 +00:00
grant
aa42432d2b freetype2 needs a GNUish egrep. 2004-05-15 11:17:14 +00:00
grant
8cbf7f5f7f Updated ploticus to 2.21.
Version 2.21 - Released 12 May '04

A new option for producing dynamic web-based graphs - QUISP (quick
server pages). One nice thing you can do with this is create a CGI
form along with the graph, so users can control various graph
parameters... here's a live demo example of this.

Major changes since 2.20 are lengthy and can be found at:

http://ploticus.sourceforge.net/doc/news_old.html
2004-05-15 11:16:45 +00:00
grant
e47d4b1658 clean up, do away with lots of blank lines, |fmt 70 75. 2004-05-15 06:06:15 +00:00
grant
f93be2da98 use PKGBASE instead of PKGNAME if we detect builtin xpm. 2004-05-15 06:03:11 +00:00
wiz
d3b0e57bb8 Unused. 2004-05-14 01:39:03 +00:00
kristerw
455185f00f This package uses X11, so set USE_X11=yes. 2004-05-13 18:21:24 +00:00
wiz
ccdbdb0970 Make non-conflicting with glut. Remove dependency on GNU make.
Add missing bl3 files.  From Richard Rauch in PR 25353.
Bump PKGREVISION to 1.
2004-05-13 12:59:37 +00:00
jmmv
74da0d0bf9 This needs libpixman >= 0.1.1. 2004-05-12 09:57:13 +00:00
wiz
e1c0bff613 Unused. 2004-05-11 21:01:05 +00:00
recht
3f56135bb0 update to libgdiplus-0.5 (part of mono beta1)
Sadly, there's no real news file avaiable. So, I guess it's the usual
bug-fixes and optimizations.
2004-05-11 17:37:48 +00:00
recht
3eb2f9ba8e update to cairo-0.1.23
Fixes for gcc 3.4
-----------------
Fix prototype mismatches so that cairo can be built by gcc 3.4.

Updates to track glitz
----------------------
Various fixes to support the latest glitz snapshot (0.1.2).

Gradient updates
----------------
Radial gradients now support both inner and outer circles.
Transformed linear gradients are now properly handled.
Fixes for extend type reflect.

Glitz updates
-------------
Converted shading routines to use fixed point values and introduced a
shading operator structure for more efficient shading calculations.
Support compositing with mask surface when mask is solid or
multi-texturing is available.

PNG backend cleanups
--------------------
Fix output to properly compensate for pre-multiplied alpha format in cairo.
Add support for A8 and A1 image formats.

Bug fixes
---------
Avoid crash or infinite loop on null strings and degeneratively short
splines.

New? bugs in cairo_clip
-----------------------
There are some fairly serious bugs in cairo_clip. It is sometimes
causing an incorrect result. And even when it does work, it is
sometimes so slow as to be unusable. Some of these bugs may not be
new, (indeed cairo_clip has only ever had a braindead-slow
implementation), but I think they're worth mentioning here.
2004-05-11 17:36:25 +00:00
recht
ef6869d4d9 update to glitz-0.1.2
Sadly, there's no real news file avaiable. So, I guess it's the usual
bug-fixes and optimizations.
2004-05-11 17:35:06 +00:00
danw
786eec587c malloc.h fix for darwin/freebsd 2004-05-11 12:28:34 +00:00
wiz
42048c877c Move graphics/transcode to multimedia/transcode. 2004-05-10 13:48:31 +00:00
wiz
32dd0fb9f7 Move graphics/ffmpeg to multimedia/ffmpeg. 2004-05-10 13:43:43 +00:00
fredb
05ba31daa0 Don't read past the end of the error message string. This patch was
posted to png-implement by Glenn Randers-Pherson, libpng's maintainer.

This error was widely reported as "security issue",

    http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0421

even though there is no security issue. The most the error could do is
SIGSEGV, and that only with some fairly uncommon circumstances. The patch
posted with the advisory is in fact flawed, in that it calls strlen() on
presumably arbitrary data.

Bump PKGREVISION.
2004-05-10 01:15:14 +00:00
snj
010675143c No longer used. 2004-05-09 20:19:59 +00:00
snj
280b1b2fbe Convert to buildlink3. 2004-05-09 20:19:44 +00:00
minskim
999a4c443d Add and enable p5-SWF-File. 2004-05-09 15:14:06 +00:00
minskim
4678db8ce3 Import p5-SWF-File from pkgsrc-wip. Packaged by xtraeme@.
SWF modules are manipulating Macromedia Flash movie (SWF) files.
This package contains:

SWF::File module can be used to make SWF movie.
SWF::Parser module provides a parser for SWF file.
2004-05-09 15:12:35 +00:00