Subject: CVS commit: pkgsrc/graphics/gimp
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/02/2001 16:33:10
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Aug  2 13:33:10 UTC 2001

Modified Files:
	pkgsrc/graphics/gimp: Makefile distinfo
Removed Files:
	pkgsrc/graphics/gimp/patches: patch-aa

Log Message:
* Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.  We now
  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.


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 pkgsrc/graphics/gimp/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/gimp/distinfo
cvs rdiff -r1.6 -r0 pkgsrc/graphics/gimp/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.