summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2004-06-01Remove obsolete packages, per discussion on tech-pkg.kristerw9-70/+1
2004-06-01Re: PR 25724 Difference between function declaration and definitionshannonjr2-1/+15
prevents compilation of gimp with gcc 3.4.0 The problem is that the parameter "type" is declared to be of type "CombinationMode" in the header file and "InitialMode" in the ".c" file. The patch corrects the type in the ".c" file to match the header. This closes the PR.
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim2-2/+8
tech-pkg@.
2004-05-31Add build dependency on pkgconfig.minskim1-1/+2
2004-05-29Reduce optimization level to -O on alpha to avoid compiler bugs.recht1-1/+11
patch provided by Joachim Kuebart in PR pkg/25742
2004-05-29Update to version 1.1.3markd4-23/+26
- 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-27Fix CPP hacks with strings containing linebreaks.hubertf3-9/+84
Very ugly hack (post-patch) to work around a RCS ID in area needing patch.
2004-05-27Add patch to make surereed3-3/+17
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-27Increase the BUILDLINK_DEPENDS.librsvg2 to 2.6.3nb2.reed1-2/+2
(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-27gimp needs cmsCreate_sRGBProfile to provide thereed1-1/+3
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-25Fix a case of bogus extra { and } in array initialization, that makeskristerw2-1/+25
gcc 3.3 complain loudly.
2004-05-25HOMEPAGE and MASTER_SITES updatedadam1-11/+10
2004-05-25Changes 2.0.25:adam2-6/+5
* 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-25gimageview and newer versions of GTK disagree on what exactly issimonb2-1/+15
deprecated - make sure we #undef GTK_DISABLE_DEPRECATED.
2004-05-25darwin fixes: use ${MAKE_FLAGS} as well as ${MAKE_ENV} in the post-configuredanw4-9/+37
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-23malloc.h fixes for darwin, plus a handful of other small fixes fordanw2-1/+8
problems found after fixing malloc problems
2004-05-23USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translateddanw1-1/+2
properly on various OSes
2004-05-23unusedrecht1-19/+0
2004-05-22Unused.wiz4-114/+0
2004-05-22s/anti-aliased/anti-aliasing/grant1-1/+1
2004-05-20Update exiftags to 0.99.1 and enable pkgviews installation.minskim4-11/+32
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-20drop the minimum required version of built-in xpm to 3.4. this isgrant1-8/+6
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-20Changes 10.18.13:adam2-5/+5
* 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-19Changes 6.0.1-3:adam5-38/+11
* 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-19Make it even more readable.wiz1-1/+1
2004-05-19came here to nuke some whitespace and noticed that the text didn'tgrant1-5/+4
read very well, so nuke whitespace, improve text, | fmt 70 75
2004-05-18Depend on freetype2>=2.1.8, since dependent packages have been adapted towiz2-4/+4
the new version.
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb3-6/+3
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-16Remove -DGTK_DISABLE_DEPRECATED, and fix some includes, so that it buildskristerw5-2/+58
with the currently packaged versions of its dependencies.
2004-05-15Include pkgconfig's buildlink3.mk in Makefile.common instead ofminskim2-3/+3
Makefile, so that both librsvg2 and librsvg2-gtk2 can benefit.
2004-05-15Update to 2.6.1:jmmv3-6/+15
* 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-15Use option "-r" instead of "-e" for ${TEST} since this is not portable to someheinz1-2/+2
operating systems (eg UnixWare).
2004-05-15Update to 2.6.1 to use match gnome-desktop's distfile; no visible changes.jmmv2-5/+5
2004-05-15Update librsvg2 and librsvg2-gtk2 to 2.6.5:jmmv6-17/+27
== 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-15freetype2 needs a GNUish egrep.grant1-2/+2
2004-05-15Updated ploticus to 2.21.grant4-146/+37
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-15clean up, do away with lots of blank lines, |fmt 70 75.grant1-18/+10
2004-05-15use PKGBASE instead of PKGNAME if we detect builtin xpm.grant1-3/+3
2004-05-14Unused.wiz2-34/+0
2004-05-13This package uses X11, so set USE_X11=yes.kristerw1-1/+2
2004-05-13Make non-conflicting with glut. Remove dependency on GNU make.wiz2-11/+11
Add missing bl3 files. From Richard Rauch in PR 25353. Bump PKGREVISION to 1.
2004-05-12This needs libpixman >= 0.1.1.jmmv1-1/+2
2004-05-11Unused.wiz1-20/+0
2004-05-11update to libgdiplus-0.5 (part of mono beta1)recht5-19/+43
Sadly, there's no real news file avaiable. So, I guess it's the usual bug-fixes and optimizations.
2004-05-11update to cairo-0.1.23recht3-7/+7
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-11update to glitz-0.1.2recht3-7/+7
Sadly, there's no real news file avaiable. So, I guess it's the usual bug-fixes and optimizations.
2004-05-11malloc.h fix for darwin/freebsddanw2-1/+8
2004-05-10Move graphics/transcode to multimedia/transcode.wiz20-806/+1
2004-05-10Move graphics/ffmpeg to multimedia/ffmpeg.wiz11-316/+1
2004-05-10Don't read past the end of the error message string. This patch wasfredb4-6/+36
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.