summaryrefslogtreecommitdiff
path: root/graphics/gimp
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+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-27Changes 2.0.5adam3-6/+14
- added sanity checks for misconfigured filesystem encodings - don't expose unnecessary information in Postscript files we generate - improved behaviour of Shear tool - fixed labels in CMYK color-picker - removed non-functional button from Device Status dialog - fixed parsing of SVG transform attributes - guard against bogus logical screen dimensions in GIF images - fixed use of global context for stroke operations - avoid stack overflows when bucket-filling complex regions - fixes to the composite code - fixed run-with-last-vals mode for vpropagate plug-in - respect the global-brush setting when stroking - fixed popup menu positioning - fixed handling of QuickMask color - fixed bounding box problems when opening Postscript files - fixed undo memory calculation for paint operations - work around file-descriptor leak in Pango - made menu entry translatable - use the global gradient for the airbrush and pencil tools - fixed PDB call gimp-curves-spline - fixed projection when undoing floating_sel_to_layer
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-47/+1
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-06Changes 2.0.4:adam4-22/+20
* several build fixes * fixed bug in Polarize plug-in * fixed out-of-bounds access in Ink tool code * improved antialiasing of elliptical selections * fixed typo in gradient editor * really remove all associated items from the ID hash table when an image is being closed * work around integer overflows when transforming large drawables * fixed wrong EXIF handling in JPEG plug-in, a bug that has been introduced in 2.0.3 * fixed bug in Script-Fu extension * fixed crash in container grid views * handle changes to URI handling in newer glib releases
2004-08-02Remove patch-ae. I added this patch to correct problem compiling releaseshannonjr2-15/+3
2.0 with gcc 3.4. The patch is no longer required with 2.0.3.
2004-07-19Changes 2.0.3:adam3-14/+16
* several build fixes (#144632, #144780) * documentation fixes (#144267) * avoid use of uninitialized values in GimpColorArea widget (#144786) * fixed Levels tool on grayscale images with alpha channel (#141930) * fixed Save/Load functionality in channel-mixer plug-in (#145380) * fixed brokeness in GimpContext that caused tool options and device settings to be saved incorrectly * fixed bug in Colorize tool * fixed undo stack corruption that occured with some undo settings (#145379) * fixed long-standing bug that caused the tablet pointer to change inadvertently (#115774) * allow to undo script 'Round Corners' (#146344) * implemented gimp-path-get-point-at-dist PDB function (#138754) * don't crash while loading JPEG files with corrupt EXIF data (#145212) * fixed loading of CMYK TIFF images on big-endian hosts (#147328) * fixed palette handling in MNG plug-in (#139947) * fixed bug in Script-Fu console (#139200) * fixed corruption when saving RLE-encoded BMPs on big-endian hosts (#147759)
2004-07-04lib/gimp shared with gimp1.wiz1-2/+2
2004-06-22The german mirror is on "ftp.gwdg.de" not "ftp.gwdb.de".tron1-2/+2
2004-06-21Changes 2.0.2:adam6-64/+62
- several build fixes (#140115, #142907, #143069) - allow plug-ins to register menu entries from within init() (#139969) - fixed focus issues with tool dialogs (#139349) - allow to load grayscale TGA files - a couple of string and i18n fixes (#140296, #140039, #137036, #142996) - fixed crash in template editor (#140315) - fixed crash in IWarp plug-in (#140554) - fixed snap to guides (#140649) - made the PNG plug-in handle empty colormaps (#142029) - fixed bug in text editor dialog (#141792) - fixed Old Photo script-fu (#142326) - fixed glitch in the Curves tool dialog (#142506) - don't allow tablet pressure to become negative (#123811) - improved range of tablet pressure values (#142808) - better defaults for tablet pressure (#143626) - fixed use of screen color picker with XInput devices (#143166) - actually return values from the run function of Python scripts (#141338) - documentation fixes (#142618) - fixed bug in the save routine of the TIFF plug-in (#143522) - don't let Curve Bend silently apply the layer mask (#134748) - fixed bug in Blur plug-in (#142318) - fixed mask offsets after crop operations (#143860) - let extensions run synchronously when called via PDB (#140112) - updated (and some new) translations
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-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-03Added buildlink3.mk for saneadam1-0/+34
2004-05-03Fix multiple gimp-print installation problem (e.g. Darwin/MacOSX)adam1-1/+2
2004-05-03Fix building and enable AltiVec support on Darwin/MacOSXadam3-1/+47
2004-04-22Use PKGNAME_NOREV instead of PKGNAME in directory names to match withminskim1-2/+2
PLIST.
2004-04-19Bump PKGREVISION due to libcroco's update (major version bump in library name).jmmv1-1/+2
2004-04-16gimp2 isn't supported by print/gimp-print yet, so enable thedrochner2-3/+5
builtin print widget (skip PKGREVISION bump because this pkg was just updated)
2004-04-15Bugs fixed in GIMP 2.0.1adam4-20/+22
- don't leak file descriptor for the POSIX shm implementation (Yosh) - fixed path tool undo (#138086, Mitch) - don't transform drawables away (#138117, Mitch) - fixed issues with guillotine plug-in (#138314, Joao, Mitch) - fixed Slide script-fu (#138310, Nils Philippsen) - don't allow removed items to be accessed thru the PDB (#138311, Mitch) - skip fonts with invalid names (workaround for #132366, Sven) - fixed Spinning Globe script-fu (#138253, Sven) - fixed a bug in the IFSCompose plug-in (#138212, David Necas) - fixed undo corruption with floating selections (Pedro, Mitch) - fixed gimprc man-page (Sven) - align JPEG setjump buffer on 16-byte boundary for ia64 (#138357, Yosh) - fixed Alien Glow Arrow script-fu (#138524, Sven) - fixed code that suppresses the transform tool grid (Simon) - push an undo for changing the text layer modification flag (#137767, Mitch) - make the user installation work with pixmap themes (#138379, Sven) - register .jpe as extension for JPEG images (#138776, Bolsh) - fixed issues with the Lighting Effects plug-in (#138788, William Skaggs) - don't crash on color corrections on empty selections (#138973, Sven) - made gimptool-2.0 create missing directories (#138980, Yosh) - made undo names translatable (#139000, Sven) - optimized grid drawing (#138081, Sven) - don't create a gimptool link to gimptool-2.0 (#139024, Sven) - sanitize rectangle and ellipse selection (#138237, #138103, Pedro) - fixed problems with Copy-Visible and Drop-Shadow scripts (#138662, Pedro) - fixed X server authentification problems with gimp-remote (#139158, Sven) - let Script-Fu PDB marshallers handle NULL strings (#139386, Kevin Cozens) - fixed rounding error in transformation code (#120490, William Skaggs) - fixed winclipboard plug-in (Hans Breuer) - fixed Python Slice script (Yosh) - fixed configure check for Xmu (#139803, Sven) - fixed crash when scaling up a floating selection (#138356, Mitch) - use LC_MESSAGE for help localization (#139917, Sven) - fixed imagemap file parsers (#139894)
2004-04-10gimp always installs under LOCALBASE, so get rid of code that creates a symlinkjmmv1-6/+1
for gimp.m4 between X11BASE and LOCALBASE if needed.
2004-04-10There isn't any XFree86 version that comes with fontconfig>=2.2.0, soxtraeme1-1/+2
don't check for fontconfig's builtin via USE_BUILTIN.fontconfig=no.
2004-04-05Get rid of the GIMP_VER variable.jmmv1-4/+2
2004-04-05Honour PKG_SYSCONFDIR properly. Bump PKGREVISION to 1.jmmv4-10/+28
2004-04-05Now remove share/examples/gimp-2.0 directoryadam1-1/+2
2004-03-30Add build dependency on pkgconfig, because configure uses pkg-config.minskim1-1/+2
2004-03-30Add distinfo. Noted by Kouichirou Hiratsuka in PR pkg/24979.minskim1-0/+5
2004-03-29Update gimp to 2.0.0xtraeme4-15/+1837
This release is a major event, marking the end of a three year development cycle by a group of volunteers and enthusiasts who have made this the most professional release of the GIMP ever. It is the first stable release that is officially supported not only on Unix-based operating systems, but also on Microsoft Windows and Macintosh OS X.
2004-01-12s/then/than/, noted by Soren Jacobsen in pkgsrc-wip.wiz1-1/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-18update to 1.2.5drochner1-3/+3
This is a bugfix release.
2003-05-23Updated to 1.2.4.salo2-13/+13
Changes: - DESCR has 80 columns - better COMMENT - sync buildlink2.mk with reality - style nits 1.2.4: ====== - numerous bugfixes, too many to mention. see ChangeLog for details - print plug-in now depends on libgimpprint
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-10-07gimp-base-1.2.3nb1 -> gimp-base>=1.2.3nb1dent1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-3/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-15turn gimp into a meta-pkgdrochner5-1952/+10
2002-02-15mkdir -> ${MKDIR}skrll1-3/+3
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-13update to 1.2.3drochner4-57/+238
I didn't find a useful changelog - seems to be a bugfix and documentation update release
2002-02-07Undo PKGREVISION increase for undone change.wiz1-2/+1
2002-02-07Backed out pkg/15487 as tiff, jpeg, and png are alreadymartti1-4/+1
dependencies (pointed by Thomas Klausner)
2002-02-05- Added support for tiff, jpeg and png by making this depend on those pkgsmartti1-1/+5
- Set PKGREVISION=1 Fixes pkg/15487 by Chris Richards
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-02* Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. We nowjlam3-45/+37
avoid a hidden dependency on libiconv.so if it's installed in ${LOCALBASE}. It's also possible now to build gimp without accidentally pulling in older gimp headers from an installed gimp package. Also allow gnome-libs/buildlink.mk to pull in much of the dependencies. * Remove patch to pass $(INTLDEPS) to the compiler in modules/Makefile as the gettext headers are found in ${BUILDLINK_DIR}/include which is already passed through in CFLAGS. * Remove GNOME_CONFIG=no from CONFIGURE_ENV. This was a leftover from when there was a separate gimp-helpbrowser package that depended on gnome-libs while the main gimp package only needed GTK+ and graphics libs. Since there is only one consolidated gimp package now, we need the gnome-libs dependency (more specifically, libgtkxhtml.so) to be correctly found for the helpbrowser plugin to be built. * Add settings for MPEG, LIBMPEG, and GAP_DECODE_MPEG to properly support the MPEG library from graphics/mpeg-lib that changed it's name. * Change -Wl,-E (conditionalized on ELF) to -Wl,--export-dynamic which works across both the ELF and a.out linkers.
2001-07-29Remove duplicate dependence on "mpeg" package which is now added by thetron1-2/+1
buildlink glue file.
2001-07-29Don't try to remove locale directories because they are shared.tron1-28/+1
2001-07-29Include buildlink glue for "mpeg-lib" so that detection of MPEG Librarytron1-1/+2
works on system where "kdemultimedia" version 2.x is installed.
2001-07-29Update gimp to 1.2.2:hubertf3-41/+163
This release fixes a large number of bugs, adds a couple of new translations, and features a complete rewrite of the help pages
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-3/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.