summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2005-03-10Interix also needs <sys/time.h> for fd_set.tv2-1/+15
2005-03-10Use pre-configure for SUBST_*, not post-patch.tv1-3/+2
2005-03-10Remove call to sync(2). It's not providing anything useful here, it'stv3-6/+13
nonportable, and it's not available on Interix either.
2005-03-08Removed giflib - no package depends on it, obsoleted by libungifadam8-214/+1
2005-03-07Changes 0.7:adam3-35/+129
* A few error-corrections. * Import of Dave Neary's "What's New in GIMP 2.2". * New Chinese screenshots and content. * Beginning of a Czech translation. * Many XML validity fixes.
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca2-4/+4
2005-03-06Remove redundant include of ruby/buildlink3.mk.taca1-2/+1
2005-03-05Give gzip'd or bzip2'd files the same treatment as "compress"'d files,fredb3-7/+15
that is, filter them through the command to uncompress them on the fly. We don't need to add dependencies anymore than we ever needed a dependency on "uncompress". Crank PKG_REVISION for the feature change.
2005-03-05Update server URI.fredb1-2/+2
2005-03-05Update to latest snapshot for some "security issues" -- apparently, this...fredb3-20/+8
http://www.gentoo.org/security/en/glsa/glsa-200503-05.xml but just make it an "nb" bump so as not to confuse "audit-pacakges" &c.
2005-03-05De-lint. Particularly, shorten DESCR.fredb3-30/+7
2005-03-04Update blender package to include all scripts distributed with it. Alsoreinoud4-3/+115
providing an convenience script that links default scripts directory to the homedir. This due to oddities in the blender program too far reaching to easily patch.
2005-03-03Fix a problem noted by wiz in 2.0/i386 bulk buildxgarbled1-2/+2
2005-03-03add RMD160drochner1-1/+2
2005-03-03require g++-3.3 to make it build on 1.6drochner1-1/+3
(should fix bulk build)
2005-03-03Update to 6.2.0-4. Didn't find a useful changelog, but at least a formatdrochner2-6/+6
string problem is fixed which might be a security problem. See http://studio.imagemagick.org/magick/viewtopic.php?t=3774 (according to Ubuntu Security Notice USN-90-1, CAN-2005-0397 was assigned)
2005-03-01Update to ivtools-1.2.2markd3-19/+6
Changes: - fix for problem writing to /tmp - compilation fix on NetBSD for comterp.c - compilation patch submitted by Michal Palczew.
2005-02-28Update to 2.0.0. Changes:snj3-9/+60
+ Search utility. + Ability to assign keywords and comments to an image. + Printing, including proof sheets. + Support for the Thumbnail Managing Standard, on by default. + Fullscreen support for multihead configurations. + Fullscreen can now delay showing next image until it is loaded. + Image information now viewable in fullscreen (I key). + Extensive user manual. + Command line control of existing GQview process. + Collections are now updated when moving or renaming a file. - Shift + Click on an image will start mouse scrolling. - Control + Arrows will jump to respective edges of image. - Slideshow interval precision is now .1 second. - Find duplicates by checksum now uses MD5 algorithm. - Exif sidebar can now be customized. - Sort manager now has symlink option. - Sort manager can now add images to collections. - Window maximization state now retained between sessions. - Clean up all dialogs. - Added hidden option scroll_reset_method (see docs chapter 10.7). - Maintenance utility for caches and data used by GQview. - Utility to create thumbnails ahead of time in one step.
2005-02-27Chanes 6.2.0-2:adam4-26/+27
* The Tru64 UNIX 4.0D/5.1 C++ compiler doesn't support ios::binary. There is an #ifdef for this, MISSING_STD_IOS_BINARY, but nothing sets it in configure.ac. So, I whipped up something to test it. I've tested this with the Sun, HP, IBM, SGI, and GNU C++ compilers. * Bitmaps in wmf files which are drawed via ipa_bmp_draw (in coders/wmf.c) are not scaled to the output size, but drawn with the original size. * Shear no longer produces artifacts for a 0 y-shear (e.g. 60x0). * The PerlMagick memory, disk, etc., limits were not being set for values other than unlimited. * Not all memory allocated in GetTransformTokens & GetStyleTokens are freed in SVG parsing.
2005-02-27Add kamera. PR 29265 from Matthias Pfaller cleaned up slightly by me.markd3-8/+20
Bump PKGREVISION.
2005-02-26Remove old non used patch-adreinoud2-27/+1
2005-02-26also use RMD160 checksumjschauma1-1/+2
2005-02-26Big bugfix release fixing at least a 200 outstanding bugs and itsreinoud8-26/+204
game-engine is finally working now. Dynamic loading of python `import'ed modules finally work now too.
2005-02-26Update to 2.8.3:jmmv2-6/+6
- Use gnome-desktop-2.8.3 distfile.
2005-02-26Update to 2.3.17:jmmv2-7/+6
- Updated pkg-config files (Glynn Foster) - Distribute libart.def (Michael Meeks) - Add link to Mathieu's tutorial on libart (Kjartan)
2005-02-26Add BUILDLINK_DEPENDS.lcms+=lcms>=1.13 because this needsreed1-1/+2
_cmsLCMScolorSpace. (PKGREVISION not bumped because could not be packaged in the first place if older lcms was used.)
2005-02-26Mention that this software was formerly known as FilmGimp.reed1-1/+2
(This will make it easier for those searching for it.)
2005-02-26Fix URL. sourceforge.org doesn't exist for cinepaint webpage.reed1-2/+2
2005-02-25update to 1.9.1drochner3-47/+6
changes: * Most options are now configurable only in the configuration file. * Detect when a user action changes the image. * Added the %b and %d directives when writing actions. * The configuration file can be specified on the command line. * Updated Russian translation. * German, French and Russian manual page. * New command line option to add all files in the directory when loading a file. * Added a preview to the open dialog. * Ctrl-Arrow key rotates by 90 degrees instead of 45. * New command line option (-o) to directly save a collection. * Files in collections are now saved in the same order as in the list. * Ability to jump to any image given its number. * Switching images during the slideshow can change its direction. +bugfixes
2005-02-25+exiv2drochner1-1/+2
2005-02-25import exiv2-0.6.1, another tool to look at exif metadatadrochner4-0/+26
2005-02-25check for __NetBSD__, not just NetBSD.drochner3-15/+20
fixes build on -current (there is a newer version available, tbd later)
2005-02-25+gimp2-wideangledrochner1-1/+2
2005-02-25import gimp2-wideangle-1.0 -- the wideangle distortion correctordrochner4-0/+36
already present as gimp1-wideangle, just for gimp2
2005-02-24update to 2.6.3drochner2-6/+6
changes: bugfixes, xhtml compliance for generated albums
2005-02-24+flphotodrochner1-1/+2
2005-02-24add flphoto-1.2, another image viewer/organizerdrochner4-0/+84
2005-02-24Add RMD160 digestsagc264-264/+556
2005-02-24Bump the PKGREVISION again, due too the change in graphics/MesaLib:veego1-2/+2
Fix the last commit which didn't record the correct rpath for the X11 libraries due too the usage of two -rpath options for libtool.
2005-02-24Fix the last commit which didn't record the correct rpath for the X11veego2-4/+4
libraries due too the usage of two -rpath options for libtool: libtool: link: warning: ignoring multiple `-rpath's for a libtool library According to the gnu libtool page you have to use -R: -R libdir If output-file is a program, add libdir to its run-time path. If output-file is a library, add -Rlibdir to its dependency_libs, so that, whenever the library is linked into a program, libdir will be added to its run-time path.
2005-02-23Changes 2.2.4:adam5-25/+31
- fixed an out-of-bounds read access in the Edge plug-in (bug #164963) - limit aspect ratio in crop tool to sane values (bug #164827) - fixed indexed conversion on floating selections (bug #165342) - fixed button order in resize and scale dialogs - improved handling of UNC paths on Windows - fixed crash in winicon save plug-in (bug #162742) - fixed image types registration for some python plug-ins (bug #1666650) - workaround problems with font names ending in numbers (bug #166540) - show clone source when cloning from a different image (bug #167002) - corrected coordinate limits in New Guide script (bug #167529) - fixed crash in gradient editor (bug #167604) - don't give keyboard focus to combo boxes in image window (bug #167809) - fixed saving of MNG files with negative layer offsets (bug #166059) - fixed use of the text tool on floating selections (bug #166829) - don't create duplicate templates when migrating user settings (bug #167893) - let the py-slice script ignore out-of-bounds guides (bug #167843) - store thumbnails in temporary folder if no valid home directory exists (bug #167973) - fixed Emboss plug-in for small images (bug #168022) - avoid crashes in toolbox size allocation code (bug #162500) - switch from display-wide grab to application-wide grab while tool actions are being performed (bug #162823) - update filesize in JPEG dialog if size of EXIF data changes (bug #164914)
2005-02-23NetBSD 1.6.2 must use gtarmartti1-1/+7
2005-02-23libglut needs symbols from libXi, so explicitly link against it.grant3-7/+10
fixes unresolved symbols at runtime on Solaris. bump PKGREVISION of glut.
2005-02-23whitespace fixgrant2-5/+5
2005-02-23Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim2-2/+6
tech-pkg@.
2005-02-21Sign over maintainership to tech-pkg@hubertf14-28/+28
2005-02-20use the correct target for gcc and sunpro on solaris/x86.grant1-11/+19
2005-02-20only use the sparc* targets with sunpro where MACHINE_ARCH=sparc.grant1-2/+2
2005-02-20Switch to using the zipfile instead of the tar.gz,wiz2-6/+12
in the expectation that it fixes the build on 1.6.x. No change in the source code.
2005-02-18Add distpatch so this works with Xaw3d-1.5E; adapt patch-ab.wiz3-23/+27
Bump PKGREVISION.