summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2002-11-28avoid picking up gtk-doc - otherwise we'd need an X DISPLAY during builddrochner1-1/+3
2002-11-28Buildlinkify this package to stop it from using the packaged version oftron1-6/+6
"libintl" even if it is not necessary. Bump package revision.
2002-11-28Buildlinkify this package to stop it from using the packaged version oftron1-7/+6
"libintl" even if it is not necessary. Bump package revision.
2002-11-26NetBSD tag.cjep1-0/+1
2002-11-26Make this package install its configuration files in the examples directoryjmmv5-10/+48
and use PKG_SYSCONFDIR stuff to copy them to the right place. Bump PKGREVISION to 2. Approved by wiz. This closes my own PR 18998.
2002-11-25buildlink2.mk file for graphics/libggi. Closes PR 19118.jlam1-0/+58
2002-11-25Use buildlink2.jlam5-66/+59
2002-11-25Fix distinfo checksums.jlam1-2/+2
2002-11-25Note that this package uses X11.jlam1-1/+3
2002-11-25buildlink2.mk file for graphics/libgii.jlam1-0/+31
2002-11-25Use buildlink2, fix libtool usage and PLIST.jlam6-117/+135
2002-11-23Update to 1.6.0 (from the mjpegtools distribution).wiz7-177/+20
Handles multiplexed streams and has (S)VCD support. Update from Ben Collver in PR 19098.
2002-11-20Compute version of built-in Mesa without using "glxinfo", which is brokenjlam3-18/+46
when the capabilities of the running X11 server differ from the X11 server on the system for which the package is meant. We now try to guess the Mesa version number based on which OpenGL specification is implemented. Separate out the logic into its own file, Mesa/version.mk, and use it in MesaLib's and glu's buildlink2.mk files. Note that Mesa/version.mk should only be used by the Mesa packages and is _not_ for general use.
2002-11-19Don't try to run "glxinfo" outside a X11 session which would produce lotstron2-4/+4
of error message.
2002-11-18Fix PGLOCALEDIR usage. Closes pkg/18632salo5-26/+48
2002-11-18Alter Mesa/GL packages so that they may always be installed ifjlam7-46/+99
X11PREFIX != X11BASE (xpkgwedge is installed). Introduce a new variable MESA_REQD that defaults to "3.4.2" and represents the version of Mesa/GL needed by a package. MESA_REQD is intended to be used by package Makefiles or by buildlink2.mk files. It should now be possible to update this package to the latest release (5.0), and have it work on: * XF86-3.x with or without xpkgwedge * XF86-4.x with xpkgwedge
2002-11-17glut requires MesaLib headers in order to build.jlam2-2/+5
2002-11-17Translate to English.fredb1-3/+3
2002-11-16Update to 0.90pre7 codecs (020909). More codecs :)wiz3-8/+21
Based on PR 19074 by FUKAUMI Naoki.
2002-11-15Update to 0.2.7. Changes:wiz4-12/+22
* update Fontmap[.GS] detection (guesswork, really) (fjf) * don't include trio.h when --disable-heavy is used (fjf) * remember to update both version numbers in configure.ac! * move player.h's defs into metadefs.h for recorder.c (fjf) * add some missing "extern"s (c. Jeremy Shane Sanders) * added recorder.h & libwmf/canvas.h; call it Canvas now (fjf)
2002-11-15we have --disable-vflib, so we don't need to pull in buildlink2.mk for ja-vflib.itojun1-2/+1
from Naoki Fukaumi
2002-11-15Use some indentation to make this easier to read.jlam1-5/+5
2002-11-14buildlink1 -> buildlink2jlam1-6/+2
2002-11-14Fix MASTER_SITES and HOMEPAGE. Closes PR 19046 by Julio Merino.wiz1-3/+3
2002-11-14Runtime detection of CPU features only works on i386, so only enable itwiz1-2/+2
on i386. Fixes build problem on macppc (MMX assembler instructions don't compile to well with a powerpc-targeted gas).
2002-11-13Depend on latest ImageMagick.wiz1-10/+3
Does not seem to really need bash to compile, so remove that clause. Bump PKGREVISION.
2002-11-13PKGREVISION bump because ImageMagick's buildlink2.mk wants a newerwiz1-2/+2
ImageMagick (different library name).
2002-11-13Depend on 5.5.1.6nb1.wiz1-2/+2
2002-11-13According to the ImageMagick developers, it is uncommon for any twowiz7-69/+6
libMagick.so libraries to be API compatible, and they don't want to handle proper ELF versioning, but have the "real" version number in the library. To spare us the pkgsrc maintenance nightmare, follow their example. Bump PKGREVISION.
2002-11-13Update to 0.90pre10:wiz7-38/+31
Docs: * dvd auth, vcd sections extended (DOCS/cd-dvd.html) * unified *BSD sections, extended cygwin Fixes: * LIRC error message (Error while reading cmd fd X : Success) fixed * playback of some (streamed?) divx files fixed, starting with non-I frames. * -vo png fixed (removed builtin YV12 support, removed OSD) * some .mp3 playback/seek segfaults fixed * vidix mach64 colorkey on PPC fixed * -ao sdl now handles "featureless" soundcards * -vo zr fixes * fixed sig11 if vo init failed * various dxr2 and dxr3 fixes * v4l buffering fixed * fixed multiple reads caused by byteswapping macro (mjpeg.c, mach64_vid.c) * cleanup of postprocessing code - now it's threadsafe and can be shared * ported to GNU/Hurd * cleanup of AVI pts (timestamp) handling - no more BPS hack in mplayer.c * small cleanup of A-V sync code - using relative timers instead of absolute * GUI code cleanup, obsolete files/dirs removed * various small bugfixes, endianess fixes * mencoder: -pass option removed, use -divx4opts pass=N / -lavcopts vpass=N * mencoder: "ff_rate_estimate_qscale: Assertion `q>0.0' failed" fixed! * mencoder: -ovc xvid fixes, cleanup, enhancements * screensaver/dpms re-enabling fixed * realvideo demuxer fixes - asf-style stream detection method Features: * -ao win32 (for windows port) * libavcodec: native WMA v1/v2 (aka. DivX audio) decoder * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap * overlapping subtitles support, jacosub (*.js) format support * -vo dxr3 got a new syncengine, ':sync', also added native overlay support, activate with ':overlay', read the manual for more info on how to set up * QDMC/QDM2/MACE audio codec support, using quicktime 5 win32 DLLs (libwine!) * libavcodec: various MJPEG decoding fixes - now it decodes all sample files! * mencvcd updates, sox/toolame support etc * -vo dfbmga - play video on Matrox G400's second head using directfb 0.9.14 * RealAudio ATRC (sony atrac3) audio support (using binary plugin) Filters: * -af/-af-adv options cleanup * now auto-inserting -vop lavc for mpeg-only vo's * video filter API documented :) * better deblocking filter (-vop pp), pp/npp syntax changed! * -vop 2xsai - 2x scaler for drawn images (low color cartoon anims) * -vop unsharp - an sharp/blur filter, nice, but very slow * -vop il - (de)interleave fields * -vop swapuv - guess what :) * -vop boxblur - box blur... * -vop perspective * -vop sab * -vop smartblur Package changes: * dependencies on libiconv and libvorbis
2002-11-13fix warning in installed include file (jas_image.h)dillo7-2/+111
make debug output conditional on debug level > 0 bump PKGREVISION
2002-11-13Fix DEPENDS line (5.5.1.6 instead of 5.5.6.1, oops).wiz1-2/+2
2002-11-13Depend on latest, and add jasper buildlink2.wiz1-2/+3
2002-11-13Update to 5.5.1-6. Changes:wiz1-5/+5
* Fixed Ping() memory leak in PerlMagick. * new PerlMagick virtual-pixel image attribute.
2002-11-13Update to 5.5.1-6.wiz9-44/+124
Changes: * Verify sanity of sysconf(_SC_PAGE_SIZE) and sysconf(_SC_PHYS_PAGES) before using their values. * Corrected bug in image geometry height calculation. * PingBlob() improperly set the length memory of BlobInfo to zero. * Fixed Ping() memory leak in PerlMagick. * Fixed -map problem in convert/mogrify utilities. * -border with a single value now produces correct results (e.g. -border 10). * Set locale type LC_NUMERIC to "C". * Bug fix for PS2 encoder. * Added PS-Adobe preamble to PS3 encoder. * Use ImageMagick release number to allow multiple ImageMagick releases to co-exist without interference on the same machine. * Decided that DrawGet functions should return by value. * Added detailed logging to BMP, PNG, and JPEG codecs, including JPEG quality estimate. * Added draw.h "DrawGet" equivalents to most of the "DrawSet" functions. * Added an array size argument to DrawSetDashPattern and got rid of the zero-termination garbage. o Remove 'Set' from the names of draw.h functions which update the current affine transformation array (e.g. DrawSetRotate becomes DrawRotate). * Under Windows, a DllMain function which automatically initializes ImageMagick (when ImageMagick is built using DLLs) may be added by defining ProvideDllMain in magick_config.h * Added resource consumption methods, see magick/resource.c. * Replaced underscores in commandline options with hyphens. For backward compatibility, underscores will continue to be recognized. * Added -blue-primary, -green-primary, -red-primary, -white-point options. * Added BMP2 and BMP3 output formats. * Changed chromaticity primary.z from 1.0 to 1.0-(primary.x+primary.y) in the PNG and PCD codecs. * Added 'exception' parameter to the ImageMagick progress monitor API. * Added enumerated types for the dispose member of the Image structure. * Added -version option to commandline utilities. * The xcf decoder would sometimes create artifacts when reading RLE-encoded grayscale images, due to the green and blue samples not being defined. * Added logging capabilities to the CORE API. This facility is useful for debugging. Added "events" parameter to the -debug commandline option. * AcquireImagePixels() did not always return the same pixel values for virtual pixels when the cache was stored on disk (very rare). * new -virtual-pixel command line option. * new PerlMagick virtual-pixel image attribute.
2002-11-12update jasper to 1.600.0dillo7-13/+592
pkgsrc changes: fix include files -- they used autoconf HAVE_XXX defines Changes: - The support for the JP2 format has been improved. - The support for the PNM family of formats has been improved (and should now be truly complete). - Numerous other minor bugs have been fixed. [The new program jiv (jasper image viewer) is disabled, since it needs X11 and OpenGL. It will be commited as a separate package.]
2002-11-11Fix depends line.wiz1-2/+2
2002-11-10The home page for pygdchart has moved.darcy1-2/+2
2002-11-09COMMENT should be set in Makefile, not any common Makefile parts.wiz2-3/+3
2002-11-08Update feh to 1.2.2. Changes include:rh3-7/+8
* added requested screen-clip option (allows you to disable window size clipping based on screen geometry; ie, you can make pathologically large windows, assuming you have the images to do so) * disabled xinerama geometry check when using feh to set the background. * cleaned up spelling and capitalization in menus * src/options.c: added 'Auto-Zoom' toggle to option menu * feh.1: added info about --xinerama flag * New beveled, off-white background image for menus. * Added Xinerama support. Currently defaults to fullscreen on the first head (this can be fixed with a little work).
2002-11-06Update to png 1.2.5:fredb3-13/+11
* Changed png_error() to png_warning() about "Too much data" in pngpread.c and about "Extra compressed data" in pngrutil.c. * Prevent png_ptr->pass from exceeding 7 in png_push_finish_row(). * Updated png.c and pnggccrd.c handling of return from png_mmx_support() [Doesn't apply to the package.] * Only issue png_warning() about "Too much data" in pngpread.c when avail_in is nonzero. * Relocated two misplaced PNGAPI lines in pngtest.c Update submitted by Stefan Krüger in PR/18926.
2002-11-06Add buildlink2.mk. Closes PR 18918.wiz1-0/+20
2002-11-05regen (patch-aa)wiz1-2/+2
2002-11-02Add and enable eog2rh1-1/+2
2002-11-02Initial import of eog-1.0.3, the GNOME2 version of the Eye of GNOME: anrh4-0/+119
image viewing and cataloging program.
2002-11-01Make this work with audio/oss, conditioned on whether USE_OSS is defined.jlam6-12/+53
2002-10-31Correct the aalib-x11-config script to return "-laa-x11" instead of "-laa".jlam1-2/+7
Bump the PKGREVISION since this is a user-visible change.
2002-10-31Properly detect lcms again.jlam1-1/+2
2002-10-31Provide BUILDLINK_CPPFLAGS.lcms for packages that look for lcms.h asjlam1-1/+3
<lcms.h> instead of as <lcms/lcms.h>.
2002-10-30Remove do-{build,install} targets by using {CONFIGURE,BUILD}_DIRS.seb1-9/+3