summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2001-09-14Fix the rpath so that ${LOCALBASE}/lib (where the graphics libraries arejlam3-4/+27
installed) is included, which ${BUILDLINK_DIR}/lib (which is a temporary directory) is not.
2001-09-12Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Passjlam3-17/+54
--without-javadx to configure script to prevent java programs from being detectedly inadvertently (hidden dependency). Also add dependencies on several other graphics and math packages to make DX more useful as a visual data explorer and capable of reading more diverse data files.
2001-09-12Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-18/+25
2001-09-12Wrap inclusion of <iostdio.h> within check for LESSTIF. Motif'sjlam2-7/+11
<Xm/Text.h> includes <stdio.h> while LessTif's doesn't, and stdio.h and iostdio.h have conflicting definitions.
2001-09-12Resurrect this patch in aftermath of removing USE_BUILDLINK_ONLY fromjlam2-1/+19
packages that USE_IMAKE.
2001-09-12Manually create ${PERL5_SITELIB} prior to installing into it.jlam1-1/+2
2001-09-12* Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-24/+26
* Use dynamic Motif-compatible libraries instead of linking against the static one.
2001-09-10Back out previous change and don't install the empty xmesa.h intojlam1-15/+1
${BUILDLINK_DIR}. The consensus on tech-pkg@netbsd.org (2000-09-10) seems to be to fix the packages that include <GL/xmesa.h> instead of using a workaround.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc6-12/+12
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Remove dependency on perl. It should have been a build-dependency, but evenwiz1-3/+2
that is not needed, contrary to what the configure script says.
2001-09-09USE_X11 --> x11.buildlink.mkjlam1-3/+2
2001-09-09Move inclusion of bsd.pkg.mk from Makefile.common into the individualjlam3-10/+13
package Makefiles. The idiom is to define any variables, include Makefile.common, then any additional targets, then include bsd.pkg.mk.
2001-09-09Move USE_BUILDLINK_ONLY definition out of Makefile.common and into thejlam6-11/+12
individual package Makefiles.
2001-09-09Create an empty xmesa.h file in ${BUILDLINK_DIR}/include if it doesn'tjlam1-1/+15
already exist. This file is in Mesa-3.4.2, but not in the Mesa included with XFree86-4.x where the definitions in the file have migrated elsewhere. We create an empty one in this case to prevent compile errors caused by source files including xmesa.h and not finding it.
2001-09-09add and enable aalibwiz1-1/+2
2001-09-08ASCII Art Librarymanu4-0/+40
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-2/+1
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-07change dependencies to kdexxx>=2.1 instead of strict matchesdrochner1-2/+2
to ease updates
2001-09-02Add jhead.veego1-1/+2
2001-09-02Program for extracting Digicam setting information from Exif Jpeg headersveego4-0/+50
used by most Digital Cameras. Things the 'jhead' program can extract from an Exif file: - Integral low-res Exif thumbnail - Shutter speed - Camera F-stop number - Flash used (yes/no) - Focus distance (some digital cameras store this element - very interesting) - Focal length (most zoom cameras store their zoomed-to focal length) - Equivalent 35mm focal length (Calculated from focal length, CCD size, and CCD resolution) - Image resolution - Time and date picture was taken - Camera make and model
2001-08-31plug buffer overrun hole inherited from xloadimage.itojun2-1/+37
XXX package version number bump
2001-08-30Added the patch to the Makefile and distinfo.elric2-3/+4
2001-08-30Added a quick patch to fflush(3) the audio output, this generally helpselric1-0/+12
keep audio in better sync when you `dvdview -A foo.mpg | mpg123 /dev/stdin'
2001-08-30Update MASTER_SITES, inspired by pkg/13828 by Kevin Lo.wiz1-2/+3
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam24-47/+77
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-28Update xsane to 0.79. Changes are mainly bugfixes and small featurerh3-7/+12
enhancements. For a detailled list see http://www.xsane.org/xsane.CHANGES
2001-08-28Update feh to 1.1.0rh2-5/+5
Changes: The background setting works better under non-E window managers (and has Eterm support). This release shows the zoom level while zooming and has lots more menu items, including configuration changes (options menu) and fullscreen/window mode switch on a per-window basis. There are several other bugfixes and new features.
2001-08-27Play audio right on big endian machines.is3-3/+19
2001-08-27Use wildcard dependence on "autoconf" package.tron3-6/+6
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll3-6/+6
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-26Update to 0.88.1mjl3-63/+264
* Input method support should work correctly now. * SVG shape files now use namespace from final W3C recommendation. Addon shapes will have to be modified to use the http://www.w3.org/2000/SVG namespace for SVG. SVG export filter also uses correct doctype. * menus should now work in both gtk+ and gnome builds and have no i18n related problems. Don't look in app/menus.c. * pstricks renderer output should now work fine without modification now. * gdk-pixbuf is now a requirement for building dia. It no longer falls back to imlib if it can't find gdk-pixbuf. * handle "file not found" errors better in the image object type. * Dia now has documentation thanks to the GDP. The help menu now has more than just an about menu item. * Antialiased drawing mode probably won't crash dia anymore * Dia has a splash screen now (which can be turned off with the --nosplash option). * Updated bonobo support (when --enable-bonobo is used) * added expose event compression for the dia canvas, which makes dia more usable over remote X connections. * Many objects updated to use properties interface. * experimental unicode print support (--enable-unicode) * updates to the python plugin and now distribute it with dia (--with-python) * many new shapes and export filter plugins. * other bug fixes.
2001-08-25automake is only a BUILD_DEPENDSskrll1-2/+2
2001-08-25This needs gettext.m4 to build.skrll1-1/+3
2001-08-24Make this file look more like avifile/buildlink.mk. Presumably, thisjlam1-23/+23
package will replace avifile one day, so minimize impact on packages that depend on it.
2001-08-23Add wrappers for Magick-config and Magick++-config.jlam1-1/+23
2001-08-23Use ${MAGICK_CONFIG} instead of Magick-config.jlam2-1/+27
2001-08-23It's libclanCore, not libclancore.jlam1-2/+2
2001-08-23Substitute ${PREFIX} for /usr/local, not /usr/pkg. Also use GTK_CONFIGjlam4-20/+16
instead of directly specifying the path to gtk-config.
2001-08-23Default to XAW_TYPE=3d as we need at least Xaw3d to compile.jlam1-1/+2
2001-08-23Use the buildlink config script wrappers and remove a lot of unnecessaryjlam4-23/+42
buildlink.mk files already pulled in by imlib/buildlink.mk.
2001-08-23Use ossaudio.buildlink.mk.jlam3-6/+7
2001-08-23libwmf only builds static libraries, so packages only need a BUILD_DEPENDSjlam1-2/+2
on libwmf.
2001-08-23Fix typo (-jpeg -> -ljpeg) that was propagated to imlib-config.jlam2-4/+4
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam4-21/+20
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-08-23Lets compile libtiff on sparc64, gcc 2.95.3.abs7-170/+184
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam5-14/+8
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-08-22Use xpm/buildlink.mk instead of USE_XPM.jlam1-2/+2
2001-08-20Move XAW_TYPE?=3d setting to before inclusion of bsd.prefs.mk, otherwisejlam1-3/+3
we always use XAW_TYPE=standard as set in bsd.prefs.mk. Pointed out by Mark Davies <mark@mcs.vuw.ac.nz> in private email.
2001-08-19Bump PKGNAME because of AVIFILE_USE_QT addition to mk.conf.exampleszuntum1-1/+2