summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics3
AgeCommit message (Collapse)AuthorFilesLines
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update KDE to 3.5.2markd4-36/+10
* KDVI o Fix problems with PS header inclusion * KPDF o Don't destroy the document when overwriting itself with save as... o Fix crash on some documents o Fix crash when embedded on Konqueror * KolourPaint o Printing improvements o Respect image DPI o Fit image to page if image is too big o Center image on page
2006-03-09Bump PKGREVISION of poppler-qt because its dependencyreed1-2/+2
poppler no longer requires glib and gtk2. Update buildlink3.mk file for poppler-qt to only have BUILDLINK_DEPENDS for this. And increase PKGREVISION of kdegraphics3 because the poppler used no longer needs glib and GTK2. (It doesn't look like anything else in kdegraphics3 uses glib nor gtk2 now.)
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-02-04Another xpdf buffer overflowmarkd2-2/+9
http://www.kde.org/info/security/advisory-20060202-1.txt Bump PKGREVISION.
2006-02-02USE_TOOLS+= pkg-configmarkd1-2/+2
2006-01-31Update to KDE 3.5.1markd4-26/+28
Changes: * KPDF o Fix constant disk I/O when resizing Navigation panel o Fix Wrong page size and layout in some documents o Fix DCT decoding for broken files o Fix crash in some strange documents o Fix slowlyness on documents with broken TOC definition o Make non existant ps file loading fail gracefully * KIconEdit o Needs configuration dialog help, proper markup for toolbars
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-5/+4
2006-01-05updated xpdf patches.markd2-4/+8
http://www.kde.org/info/security/advisory-20051207-2.txt Bump PKGREVISION.
2005-12-11Update to KDE 3.5markd4-91/+267
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-08More xpdf buffer overflows.markd2-2/+9
http://www.kde.org/info/security/advisory-20051207-1.txt Bump PKGREVISION.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-2/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-10-13Update to KDE 3.4.3markd3-15/+7
Changes: kpdf: Fix a crash some people when login out with kpdf running kpdf: Make back button in konqueror work again kpdf: Use the mimetype shell provides us (if any) instead of trying to guess it kpdf: Fix a crash in document available at poppler bug 3344 kpdf: Disable custom zlib based renderer as was giving problems with some documents kpdf: Fix some problems in document available at poppler bug 3299 kpdf: Fix regression that prevented the opening of some malformed files kpdf: Fix some x86_64 problems kpdf: Fix a crash in document available at poppler bug 3728 kpdf: Fix a crash in document available at poppler bug 3750 kpdf: Fix regression that made TOC crash kpdf: Fix page number not displayed when re-opening PDF files kpdf: Fix some painting issues of the minibar buttons kpdf: Fix some small problems with the pageview kpdf: Find PS fonts on NetBSD KolourPaint: Prevent accidental drags in the Color Palette from pasting text containing the color code
2005-09-29qt-3.3.5 fixadam1-1/+9
2005-07-30Update to KDE 3.4.2markd1-4/+4
Changes: * kpdf: Improve the rendering of pageview message on some decorations * kpdf: Made TOC work with a single click * kpdf: Make TOC links to external documents work * kpdf: Make opening pdf from hyperlinks work again * kpdf: Try fix for sizing problem * kpdf: Try fix for pdf regeneration problems * kpdf: Address bar does not update when changing pdf within inside kpdf * kpdf: Some improvements in rendering * KolourPaint: Enforce text box font height to prevent e.g. Chinese characters in buggy fonts from enlarging the text box and putting the cursor out of sync with the text * KolourPaint: Clicking in a text box selects a character based on its midpoint - not leftmost point - to be consistent with all text editors (esp. noticeable with big fonts) * KolourPaint: Return and Numpad 5 Key now draw * KolourPaint: Tool Actions placed outside the Tool Box resize with their toolbars * KolourPaint: Ensure Color Similarity maximum is 30, not 29 due to gcc4 * KolourPaint: Tool Box traps right clicks (for the RMB Menu) on top of tool options widgets and the empty part of the Tool Box
2005-05-31Update to KDE 3.4.1markd3-32/+4
Changes: * kpdf: Change atan2f to atan2 so it compiles on Solaris 2.8 * kpdf: Show context menu when in FullScreen even if no document is open * kpdf: Do not leak memory when reloading a document * kpdf: Fix mouse wheel rotation in presentation mode * kpdf: Do not assume only there's only a ObjectRect in a given point * kpdf: Fix properties dialog when there are very large texts * kpdf: Compile when Xft2 headers are in a non-standard path * kpdf: Make Page Up and Page Down work on presentation mode * kpdf: Ask when overwriting files * kpdf: Solaris compile fix * kpdf: Do not move to top of the page when reloading the document * kpdf: Add another path where to look for ghostscript fonts * kpdf: Workaround weakness in gnome handling of desktop files * kpdf: Don't assume Encoding array of Type1 fonts end in "foo def" * kpdf: Fix text copying on some documents * kpdf: Parse Light and Condensed in font name * kpdf: Fix the allocation size of libgoo on 64bit architectures * kpdf: Fix problems with non-standard styles * kpdf: Fix disabled icons * ksnapshot: Rescale screenshot preview when resizing window
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-29Fix build on Solaris. From KDE's KDE_3_4_BRANCH.markd3-1/+29
2005-03-23Update to KDE 3.4markd7-95/+60
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-02-27Add kamera. PR 29265 from Matthias Pfaller cleaned up slightly by me.markd3-8/+20
Bump PKGREVISION.
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-20add patch that was supposed to be in last commit.markd1-0/+16
2005-01-20Latest xpdf vulnerabilitymarkd2-3/+4
http://www.kde.org/info/security/advisory-20050119-1.txt Bump PKGREVISION.
2004-12-28Bump PKGREVISIONs due to libtiff update.reed2-4/+4
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-23Fix for security problem:markd4-2/+45
http://www.kde.org/info/security/advisory-20041223-1.txt Bump PKGREVISION.
2004-12-10Update to kde 3.3.2markd3-39/+32
Changes: * kfax: fix kfax does not save printer settings * kfax: fix Truncations occur on dialog * kfax: fix kfax prints all pages in one g3-file to one page * kfax: fix can not print to printer or file * kfax: fix BoundingBox: line in PS file has width and height interchanged * kfax: fix KFax has its own printer dialog * kfax: fix rotation not honored when printing * kfax: fix G3/G4/tiff-files not assigned to kFax * kfax: fix zoom error * kfax: fix Problem with format of fax-files * kfax: fix CTRL-R shortcut for rotate does not work in kfax * kfax: fix Can't print only part of a document * kolourpaint: Fix crash due to text box when scaling image behind it * kolourpaint: Don't get stuck on a wait cursor after attempting to paste empty text into a text box * kolourpaint: Smaller selection and text box resize handles - covers up fewer selected pixels, doesn't cover up text
2004-11-18More duplicate dirrm cleanup.markd1-2/+2
2004-11-18Don't delete include/dom on package deletion (kdelibs does it)markd1-2/+2
Partial fix for PR pkg/28342.
2004-11-18Don't delete konqueror/servicemenus on package deletion (kdebase does it)markd1-2/+2
Partial fix for PR pkg/28342.
2004-11-18Don't delete services/kded on package deletion (kdelibs does it)markd1-2/+2
Partial fix for PR pkg/28342.
2004-10-23Fix integer overflow and integer arithmetic flaws in kpdf.markd2-2/+8
From http://www.kde.org/info/security/advisory-20041021-1.txt Bump PKGREVISION.
2004-10-13Update to KDE 3.3.1.markd3-9/+5
Changes: * kpdf: Use xpdf 3.0 rendering engine * kpdf: Fixed crash on pdf with 0 pages * kpdf: Fixed crash when using various kpdf parts * kpdf: Fixed crash when using zoom values with . on a locale with , as decimal separator * kpdf: Show "Show menubar" option on RMB menu when menubar is hidden * kpdf: Generate thumbnails in a thread so the GUI is not blocked * kolourpaint: Fix multiple selection bugs * kolourpaint: Speed up renderer (esp. drag-scrolling at high zoom) * kolourpaint: Fix remaining untranslatable strings
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam2-76/+2
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-21Update to KDE 3.3markd2-58/+148
Changes: * KFilePlugins o exr: Display information for most common attributes in available images. Brad Hards o rgb: Display information for most common attributes of SGI graphics. Melchior Franz * KDVI o optional continuous page view, similar to acroread Stefan Kebekus * KPovModeler o Added graphical editing to Mesh object Leon Pennington o New objects: New options for media, new patterns (cells, additional crackle options, julia, additional mandel options, and slope), added keywords no_image, no_reflection, and double_illuminate to graphical objects Leon Pennington o Added uv mapping and uv vectors Leon Pennington * KolourPaint o NEW IN KDE: An easy-to-use paint program designed for everyday tasks like drawing simple diagrams/logos/icons and editing screenshots. Features include undo/redo, more than a dozen tools, selections, transparent image editing and zoom support (with an optional grid and thumbnail). Clarence Dang o Add virtually unlimited Undo/Redo. Clarence Dang o Add freehand resizing. Clarence Dang o Add drag scrolling. Clarence Dang o More image effects: Balance, Emboss, Flatten, Invert (with choice of channels), Reduce Colours, Smooth Scale, Soften & Sharpen. Clarence Dang o When loading images, dither more often for better quality. Clarence Dang o Configurable colour depth and JPEG quality when saving (with preview). Clarence Dang o Single key shortcuts for all tools and tool options. Clarence Dang o Fix several selection bugs. Clarence Dang o Allow single click creation of text box. Clarence Dang o Add Opaque/Transparent widget for the text tool. Clarence Dang o Improve text quality when working with transparency. Clarence Dang o Paste multiline clipboard contents with MMB correctly. Clarence Dang o Improve Resize/Scale dialog usability. Clarence Dang o Reduce flicker. Clarence Dang o Add Export, Copy To File, Paste From File, Paste in New Window, Full Screen Mode. Clarence Dang o Add Zoom In/Out buttons to main toolbar. Clarence Dang o Make sure colour palette renders correctly on 8-bit screen. Clarence Dang
2004-06-10update to kde 3.2.3markd1-3/+3
changes: * kruler: When move rule window, use "cross arrows" cursor * kfile-plugins/jpeg: Compile fix for IRIX / MipsPro
2004-04-25No longer used.snj1-88/+0
2004-04-23add buildlink3.mkmarkd1-0/+27
2004-04-20bl3ify and update to kde3.2.2.markd5-730/+18
Changes: * kiconedit: Fix [PATCH] Adds large current color viewer to palette toolbar * kiconedit: Fix Visual difference between a gray and transparent pixel * kpdf: Fix KPDF can't open files whose names have non-ASCII letters * ksvg: Fix Transformed symbols sometimes disappear * configure: Fix Extraneous message in admin/Makefile.common using --prefix * kghostview: Fix the executable linking against the part, by adding a common library.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-3/+2
*-dirs packages.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-14Revert kghostview Makefile.{am,in} to the -3.2.0 version as the latestmarkd5-7/+720
version produces a kghostview that fails to run on NetBSD and the reason for the change (Debian packaging issues) shouldn't effect us. Bump PKGREVISION.
2004-03-09Update to KDE 3.2.1.markd3-6/+9
Changes: KSVG: fixed crash when creating a new Konqueror tab while viewing an SVG file
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+4
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-01PLIST tweak when using an old X tree.markd2-3/+11
2004-02-09Add dependency on converters/fribidi, specify lcms package dependency toseb2-4/+196
be '>=1.12': support KSVG and fix PLIST accordingly. Bump PKGREVISION.
2004-02-05Update to KDE 3.2markd10-907/+205
Changes: Graphics KPDF * NEW IN KDE: PDF viewer based on XPDF Christophe Devriese KSVG * NEW IN KDE: Scalable Vector Graphics plugins for Konqueror Nikolas Zimmermann KFilePlugins * pcx: Displays width, height, bpp, dpi for PCX images Nadeem Hasan * dvi: show basic information Stefan Kebekus * pnm: Display format, dimension, bpp and comments of PBM, PGM and PPM images. Volker Krause KDVI * Function to embed external PostScript files into a DVI file Stefan Kebekus * support for colored fonts Stefan Kebekus * KDVI can now use Type1 and TrueType fonts in addition to PK fonts. This reduces waiting times for font generation to a minimum, and give easier access to fonts used in Asian languages Stefan Kebekus * massive performance improvement Stefan Kebekus * support for papersize specials Stefan Kebekus * usability enhancements (better statusbar display, reload button, 'read-up' feature, etc.) Stefan Kebekus kviewshell * FullScreen mode Stefan Kebekus * more intelligent handling of paper sizes/orientations Stefan Kebekus * usability enhancements Stefan Kebekus KView * autoscroll the image when creating a selection Matthias Kretz * drag and drop support Matthias Kretz * some basic image effects as a new plugin Matthias Kretz * open images from stdin Matthias Kretz KSnapshot * Window snapshots optionally don't include window decorations Lubos Lunak * Region snapshots. User interface makeover. Nadeem Hasan KGamma * NEW IN KDE: A KControl module for monitor gamma correction. Michael v.Ostheim KPovModeler * Basic plugin framework Andreas Zehender * The user is asked if pending changes should be saved before rendering Andreas Zehender * Control point selection in the properties view for bicubic patch, sor, lathe and prism Andreas Zehender * Export flag for graphical objects and the camera Andreas Zehender * Height field view structure Leon Pennington * Light object gained, parallel, circular and orient options Leon Pennington * Dispersion options are supported for interior Leon Pennington * Support for POV-Ray 3.5 noise generators Leon Pennington * New POV-Ray 3.5 warp types Leon Pennington * New POV-Ray 3.5 objects: isosurface, projected through, radiosity, global photons, photons, light groups, interior texture, mesh Leon Pennington, Andreas Zehender KGhostView * Thumbnail generation for all pages Albert Astals Cid, Luis Pedro Coelho