summaryrefslogtreecommitdiff
path: root/graphics/gimp-current
AgeCommit message (Collapse)AuthorFilesLines
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-6/+6
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+3
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Hardcoding X11PREFIX into package Makefiles forces the user to installagc1-2/+2
xpkgwedge once, before any other packages have been installed, and never to delete it. This change finds the prefix of the installed pre-req package using pkg_info(1), and allows packages to be found in ${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
2000-07-06Because shared modules aren't built on "a.out" systems remove them fromtron1-1/+6
the package list.
2000-07-05Handle symbolic links on directories properly.tron1-23/+45
2000-07-05Add dependence on version "0.10.35nb1" of the "gettext" package becausetron1-1/+2
shared modules won't be built otherwise.
2000-07-05Don't attempt to remove directories in "share/locale" which are usedtron1-20/+1
by many other packages.
2000-07-05Use "@unexec rmdir" on "share/aclocal" because "gimp" is not the onlytron1-2/+2
package using that directory.
2000-07-05Hubert Feyrer maintains this package again.tron1-2/+2
2000-07-05Update to 1.1.24 (1.2pre). Changes:hubertf11-1118/+1159
lots of bugs fixed, several new plugins.
2000-06-30Make this package xpkgwedge-safe by using the new X11PREFIX definitionagc1-2/+2
in preference to X11BASE when trying to find the installed location of X11 libraries, programs and headers (which will change if xpkgwedge is installed). [X11BASE reflects the location of the X11 libs, headers and programs. X11PREFIX reflects the installed location of X11 packages.]
2000-06-25USE_LIBTOOL & LTCONFIG_OVERRIDE instead of PKG_LIBTOOL and part of awiz4-26/+28
patch. Update PLIST.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-03-14"ftp.cs.umn.edu" doesn't offer "gimp" development versions for download,tron1-3/+3
use "ftp.ameth.org" instead.
2000-03-14Update "gimp-current" package to version 1.1.18 and disablele "helpbrowser" totron15-586/+829
avoid dependence on "gnome-libs" packages. Version 1.1.18 fixes several bugs discovered in release 1.1.13 and invents many new features. The complete change list contains more than 5000 lines and can't be listed here.
2000-03-13Add "helpbrowser" plugin.tron1-1/+2
2000-03-13Depend on "gnome-libs" instead of "gtk+" package to make sure thattron1-2/+2
"helpbrowser" plugin gets built.
2000-03-13Use "glib-config" and not "gtk-config" plus "sed" to obtain compilertron2-4/+15
flags for "glib" programs. This fixes build problems after the update of the "glib" package.
2000-03-02Only add "-Wl,-E" to "LDFLAGS" on ELF systems because the a.out "ld"tron1-2/+8
doesn't recognize this option.
2000-03-02Fix for i386/ELF by passing -Wl,-E, avoiding the following error initiallyhubertf1-2/+2
reported by Lennart Augusson <lennart@augustsson.net> on tech-pkg: > opus% gimp > Message: Passed serialization test > > /usr/X11R6/lib/gimp/1.1/modules/libcolorsel_gtk.so: Undefined PLT symbol "gim > p_color_selector_register" (reloc type = 7, symnum = 6) > > ** opus% WARNING **: wire_read: unexpected EOF (plug-in crashed?)
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-02-09adjusthubertf1-2/+1
2000-01-10be consistent on which version to wildcardhubertf1-2/+2
2000-01-02RCS policewiz2-3/+3
1999-12-04- Add missing "helpbrowser" plugin.tron1-2/+4
- Add missing directory remove commands. - Don't try to remove commonly used directory "share/aclocal".
1999-11-30Make this package build on ELF systems.tron4-19/+19
1999-11-27Powerful image manipulation program similar to "Adobe Photoshop"[tm].hubertf14-0/+1536
It supports layers, arbitrary image sizes and working on several images at the same time. It comes with a lot of useful plug-ins. Missing is CMYK support and more then 8 bits per channel. This is the development version of pkgsrc/graphics/gimp. *** More Important: This Thing Works Fine For Bulk Builds! ***