summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2006-12-20Update to production release 6.66. Important changes since 6.57 (many omitted):gdt2-6/+6
- Added ability to read/write MIE trailers in JPEG and TIFF images - Added Nikon ImageAuthentication tag (thanks Jeffrey Friedl) - API Changes: - GetFileType() may now also be used to return a file description
2006-12-18Conflict with libXpm. Bump revision.joerg1-2/+4
2006-12-16Add imlib2-amd64 speedup option. Based on patch from Blair Sadewitz onwiz1-2/+9
pkgsrc-users.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg14-31/+31
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-15update to 2.8.1drochner4-71/+43
new major release - too much to list here
2006-12-15libXmu and libXi are needed for build in modular Xorg.joerg1-1/+3
2006-12-15Reset maintainer, ben@ has resigned.wiz2-4/+4
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg6-12/+12
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-10Delete extraneous coord:: prefix to permit compilation with gcc4smb3-3/+17
2006-12-09Changes 6.3.1.0:adam7-38/+24
* Bug fixes
2006-12-08Add pngcheck.wiz1-1/+2
2006-12-08Initial import of pngcheck-2.2.0:wiz4-0/+39
pngcheck verifies the integrity of PNG, JNG, and MNG files (by checking the internal 32-bit CRCs [checksums] and decompressing the image data); it can optionally dump almost all of the chunk-level information in the image in human-readable form. For example, it can be used to print the basic statistics about an image (dimensions, bit depth, etc.); to list the color and transparency info in its palette (assuming it has one); or to extract the embedded text annotations. This is a command-line program with batch capabilities.
2006-12-06Fixed PKGMANDIR.rillig1-1/+3
2006-12-06gimp-remote is built only when the GDK target is X11. Adjust PLISTminskim2-4/+9
accordingly.
2006-12-06Xft2 option doesn't build without Freetype@, so buildlink it andjoerg1-2/+6
bump revision.
2006-12-06Use tools framework for bash and fix a build breakage on DragonFly.joerg3-4/+19
2006-12-06Fixes build with Quartz GDK backend.minskim2-1/+17
http://bugzilla.gnome.org/show_bug.cgi?id=382929
2006-12-06Fix PLIST.joerg2-2/+5
2006-12-06Make install-sh executable as well.joerg1-1/+2
2006-12-06Add the twain plug-in to PLIST if the TWAIN framework is available.minskim2-3/+12
Bump PKGREVISION.
2006-12-03Update to 2.1.5. Signficant changes since 2.1.4:gdt2-6/+7
+ Add support for color profiles (optional and requires lcms, see Notes in README). + Add ability to delete a folder and it's contents (with restrictions). - Add support for jpegs embedded in pentax and olympus raw files. - Add icons for image state, enabled with I keyboard shortcut. - For pan view calendar only show months that contain an image. * Escape filename characters "`$\ before passing them to the system shell when running an editor command. * Always use aligned memory access in EXIF parser, fixes crash with BUS error on sparc.
2006-12-03Update gwenview{,-i18n} to 1.4.1markd8-50/+18
New features: * Show preview of images when dragging them. * Added "back/forward/reload/save as" actions to the KPart context menu Fixes: * Load JPEG rotated images using the right rotation directly instead of loading them first and rotate them after. * Fix crash when showing current folder properties from context menu. * Do not show the name of the current file in the status bar: it's already shown in the title bar and it was causing the mainwindow to be enlarged if the name was very long. * Show the "rotate left" button in KParts. * Use Exiv2 instead of libexif to fix troubles with some JPEG. * Fix crash when using Gwenview KPart in kwebdesktop. * Fix content of KPart context menu when viewing remote images. * Do not let the KPart title get overriden when switching tabs. * Make context menu behavior coherent with KDE. * Fix compilation with --enable-final * Do not loose selection when switching from detail to thumbnail view. * In KPart, do not loose selection when starting a drag. * Fixed behavior of the middle-mouse button. * Unless the user rotated the image, saving from the KPart now does a copy of the image instead of recompressing it. This ensures the KPart won't fail to save certain files.
2006-12-03Fix for http://www.kde.org/info/security/advisory-20061129-1.txtmarkd2-2/+9
Bump PKGREVISION.
2006-12-02Instead of setting compiler flags in each package if it uses C99,jschauma4-29/+8
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@
2006-12-02belated PKGREVISION++ due to exiv2 shlib version changegdt1-1/+2
2006-12-02Add menurc to CONF_FILES. Without it, gimp will not create the .gimp-2.3minskim1-2/+3
directory for first-time users. Bump PKGREVISION.
2006-12-01Changes 1.0.14:adam2-8/+7
* Bugfixes
2006-12-01Fix PLIST. Bump revision.joerg2-3/+6
2006-11-30Changes 2.3.13:adam5-60/+72
- show information about embedded color profiles in Image Properties dialog - allow to apply color profiles on load (still work in progress) - new vectors PDB API to replace the old path API - added "Auntie Alias" plug-in for antialiasing on lineart - added Edit->Fade operation - added Rounded Corners option to Rectangle Select tool - improved WinIcon plug-in (now loads and saves 24 bit and Vista icons) - merged gimp-tiny-fu; replaces Script-Fu Scheme interpreter with TinyScheme - remember unit and interpolation type in scale and resize dialogs - changed default interpolation type to Cubic - show comment in Image Properties dialog - when loading in image as layers, don't merge the layers - added experimental palette color selector module - don't save thumbnails that don't match the image - increased tool handle sizes for better usability - implemented brush scaling from the tool options (only downscaling yet) - import paths embedded into TIFF files - support vectors in the Script-Fu and Python-Fu user interfaces - added PDB functions to retrieve position of layers/channels/vectors - added side pane with table of contents to the Help Browser - bug fixes and code cleanup
2006-11-30Remove comma at end of enum in magick/options.h, making it parseable byjoerg3-2/+17
C++ compilers. Bump revision.
2006-11-30trunc(3) doesn't exist on DragonFly, replace it with ceil/floor based onjoerg2-1/+23
sign of argument.
2006-11-30put the distfile into a subdir to avoid conflicts with the old version,drochner2-5/+7
from Joerg Sonnenberger
2006-11-29Use ${MKDIR} instead of "mkdir".reed1-2/+2
(From revision 1.147 change.)
2006-11-29remove stale patchfile, pointed out by Kouichirou Hiratsukadrochner1-13/+0
2006-11-29Needs msgfmt.joerg1-2/+2
2006-11-29distfile was changed after release; the only change is a little Makefiledrochner1-4/+4
fix which doesn't affect pkgsrc closes PR pkg/35152 by Ryo HAYASAKA
2006-11-29Update to 0.9.0rc1:xtraeme9-146/+327
The 0.9 series has been under heavy development since November 2005 (more than 200 files in KDE bugzilla have been closed) and offers you the opportunity to test and enjoy a variety of new features, additions and improvements. Please see the NEWS file for a full list of changes.
2006-11-28update to 2.16.2drochner3-8/+8
changes: -code cleanup -translation updates
2006-11-28update to 2.16.1drochner3-7/+10
changes: -graphics improvements -minor cleanup
2006-11-28update to 2.16.2drochner2-6/+6
changes: translation updates
2006-11-28update to 0.10drochner3-8/+151
changes: Add new contexts from icon naming spec: animations, categories, emotes, places, status
2006-11-28update to 1.2.14drochner3-13/+11
changes: -Relocated three misplaced tests for NULL png_ptr -build fixes
2006-11-28- Note reason for patch-ac in the patch file itself so that this informationwennmach3-5/+7
is easily accessible for updating the package - Bump PKGREVISION for patch-ac - regen distinfo
2006-11-28Update to 0.12. Bugfix release... please seextraeme2-6/+6
http://www.exiv2.org/changelog.html for the full list of changes. CVS ----------------------------------------------------------------------
2006-11-28Solaris needs <termios.h>.rillig2-5/+15
2006-11-27This release includes all the changes in 2.0.3 below. Ingdt2-6/+6
addition, it adds a command to view the image in grayscale, adds a --geometry command line option, and continues progress on the Pan View (of note: display of exif data and full size image in info balloon, and improved search shortcuts). 2.0.3 changes: This maintenance release adds translations for Basque and Esperanto, uses new window icons, and fixes several bugs and crashes.
2006-11-27Include sys/types.h before sys/stat.h for DragonFly.joerg2-1/+19
2006-11-24update to 1.9.6drochner2-8/+7
changes: * Updated Russian translation. * All man pages are in UTF-8. * Misc build fixes.
2006-11-24add some missing entries, from Gilles Dauphin per PR pkg/35104drochner1-1/+7
2006-11-24Needs -lsocket on Solaris.rillig1-1/+2