summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
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
2001-08-19It's AVIFILE_CONFIG, not AVIFILE-DEVEL_CONFIG what needs to be passedzuntum1-4/+4
to MAKE_ENV and CONFIGURE_ENV Not apla gets AVIFILE_CONFIG via MAKE_ENV and uses it, doesn't have to fall back to ${LOCALBASE}/bin/avifile-config as specified in AVIFILE_CONFIG?= in apla's Makefile.
2001-08-19o move files that build only when qt is enabled to separate file - pkg/PLIST.qt,zuntum4-23/+33
and use this file *in addition to pkg/PLIST* when AVIFILE_WITH_QT is set to "YES" # it would be more logical to set PLIST_SRC to PLIST first and then add PLIST.qt to it, # but @dirrm lib/avifile-0.6 will fail while processing pkg/PLIST, # because the directory still contains files (they are listed in PLIST.qt) and isn't empty, # thus can't be removed o rename "WITH_QT" to "AVIFILE_USE_QT", and add this variable to mk.conf.example o reorder things in Makefile so we don't have to check AVIFILE_USE_QT twice Should fix pkg/13750 by Matthias Scheler <tron@netbsd.org>
2001-08-19XFree86 4.x has freetype2 built-in, but it doesn't have freetype-config scriptzuntum1-1/+2
that exists in 3.3.6. There's a workaround for this in freetype2 package that creates freetype-config script in ${BUILDLINK_DIR}/bin so the packages can find it, but this doesn't work when package that wants to use freetype-config doesn't .include freetype's buildlink.mk directly, but pulls in freetype2 dependency by including the buildlink of another package (which depends on freetype2).
2001-08-19Simplify things: when deciding whether to use qt2 or not, only checkzuntum1-5/+3
if the WITH_QT is defined, don't check its value.
2001-08-17Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} injlam1-5/+1
MAKE_ENV as they are now added by the buildlink files themselves.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam6-12/+18
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-08-16Let gdk-pixbuf and gdk-pixbuf-gnome share distinfo.wiz2-8/+2
2001-08-16Use USE_XPM instead of DEPENDS for xpm for XF4 users.wiz1-2/+2
[Should be buildlinked instead, but some dependencies are still missing.]
2001-08-16Add and enable fehrh1-1/+2
2001-08-16Initial import of feh-1.0.1, an advanced image viewer.rh6-0/+103
2001-08-16Add and enable imlib2rh1-1/+2
2001-08-16Initial import of imlib2-1.0.3, an image manipulation library (therh6-0/+178
successor to imlib).
2001-08-15fix description - this package is just a meta package that pulls in stuff.hubertf1-8/+2
2001-08-14Update avifile-devel to 0.6.20010814zuntum3-17/+12
2001/08/13 * Huge update in AviPlayer class - moving towards much easier runtime configuration - everything should be fully modifiable in runtime (For now you could at least switch renderer (x11 & xv) but note the whole replacement is usually without soundskip!) * fixed ASF parsing (Ann Lee - Two Times.asf) * skip to next key frame is not performed if the last one passed * added ordering of decoders - for now its still not that easy to select codec - but you could do it. * player shows the time of seek bar, as obviously user wants to know to which time he is seeking * fixed couple gcc3.0 things o remove post-patch target -- my avifile-config.in fix has been applied o fix libmjpeg* entries in PLIST
2001-08-14Update librsvg to 1.0.1. Changes are bugfixes only.rh3-7/+7
2001-08-13Autoconf apparently no longer uses "ltconfig" to configure libtool. As arh1-1/+2
workaround, create a dummy "ltconfig" for the buildlink autoconf to pick up. Fixes a build problem with buildlink-x11 and xpgwedge pointed out in private mail by David Brownlee <abs@netbsd.org> XXX: in the long run, the buildlink autoconf macros probably need to be updated and fixed to prevent similar problems in other packages.
2001-08-13Update imlib to 1.9.11. Changes are bugfixes and the addition of man pagesrh8-77/+56
2001-08-12Add & enable gfractzuntum1-1/+2
2001-08-12Initial import of gfract-0.21zuntum6-0/+396
Gfract is a GTK-based fractal program that currently implements the standard Mandelbrot and Julia sets. It features infinite image size with infinite anti-aliasing if you have the memory for it (well, at least 2^31 x 2^31 image sizes), Julia instant preview mode and PNG support. For palette files it uses the same format as Fractint does. Package provided by Ben Collver <collver@linuxfreemail.com> in pkg/13696
2001-08-12Use $GLIB_CONFIG in configure script, not "glib-config"jlam2-1/+17
2001-08-10Update MASTER_SITESzuntum1-2/+2