summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam18-40/+26
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam4-16/+8
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-11Use bsd.buildlink.mk instead of duplicating code all over the place.jlam5-232/+70
2001-06-10Update to 1.5.5mjl2-5/+5
Reset reduce_to_gray and it_is_opaque flags prior to processing each image. Enable removal of safe-to-copy chunks that are being handled as unknown Added 262 to the length of uncompressed data when calculating required_window_size, to account for zlib/deflate implementation. Added "-bit_depth n" to the help screen. Call png_set_packing() when increasing bit_depth to 2 or 4. Added warning about not overwriting an existing tRNS chunk. Reduced the memory usage Write 500K IDAT chunks even when system libpng is being used. Ignore all-zero gAMA and cHRM chunks, with a warning. Added "-loco" option (writes MNG files with filter_method 64) "-dir" and "-ext" options are no longer mutually exclusive, e.g.: pngcrush -loco -dir Crushed -ext .mng *.png Added "-iccp" option Increased the zlib memory level to 9, which improves compression Enabled the "-max max_idat_size" option, even when max_idat_size exceeds the default 1/2 megabyte size. Added missing "png_ptr" argument to png_error() call Revised the "-help" output slightly and improved the "-version" output. The "-already[_crushed]" option is now ignored if the "-force" option is present or if chunks are being added, deleted, or modified. Improved "things_have_changed" behavior (now, when set in a particular file, it is not set for all remaining files)
2001-06-10Use cookies (.*_done) to determine whether headers and libs have beenjlam5-37/+67
linked from a particular package, and add a pre-configure target to the buildlink.mk file to more painlessly use buildlink.mk files. A ${BUILDLINK_TARGETS} variable still exists in case a package _must_ define NO_CONFIGURE.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam3-9/+3
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09' ' -> '\t'wiz1-2/+2
2001-06-09' '->'\t'wiz3-6/+6
2001-06-09Solve problem caused by "xpkwedge" support showing up under Solaris in atron2-11/+12
better way. Patch supplied by Johnny C. Lam in private e-mail.
2001-06-08Fix path of include files on systems using OpenWindows.tron2-3/+9
2001-06-08Don't shift graphics higher, which makes them drop off the page in letterwiz2-15/+1
style. pkg/13056 by Ben Wong.
2001-06-08Fix broken "xpkwedge" patch which unconditionally modifiestron2-8/+10
"USRLIBDIRPATH" causing build problems under Solaris.
2001-06-07Add conflict with freetype<1.3.1 to freetype-lib and freetype-utils.jlam1-1/+3
Fixes pkg/13084 by Bill Squier <groo@old-ones.com>.
2001-06-02Add support for ACER ScanPrisa 620ST.tron2-1/+14
2001-05-31Ignore pthread.h even if found.skrll2-1/+15
This fixes pkg/13025 from Greg A. Woods <woods@weird.com>
2001-05-31Remove "ftp.mesa3d.org" from master list because it is an alias name fortron3-9/+6
"download.sourceforge.net" these days.
2001-05-30MesaLib's diskfile has changed on the server.drochner3-9/+9
(found by David Brownlee)
2001-05-30update Mesa to 3.4.2drochner7-24/+60
Bug fixes: - deleting the currently bound texture could cause bad problems - using fog could result in random vertex alpha values - AA triangle rendering could touch pixels outside right window bound - fixed byteswapping problem in clear_32bit_ximage() function - fixed bugs in wglUseFontBitmapsA(), by Frank Warmerdam - fixed memory leak in glXUseXFont() - fragment sampling in AA triangle function was off by 1/2 pixel - Windows: reading pixels from framebuffer didn't always work - glConvolutionFilter2D could segfault or cause FP exception - fixed segfaults in FX and X drivers when using tex unit 1 but not 0 - GL_NAND logicop didn't work right in RGBA mode - fixed a memory corruption bug in vertex buffer reset code - clearing the softwara alpha buffer with scissoring was broken - fixed a few color index mode fog bugs - fixed some bad assertions in color index mode - fixed FX line 'stipple' bug #420091 Changes: - optimized writing mono-colored pixel spans to X pixmaps - increased max viewport size to 2048 x 2048
2001-05-28Rework build to use buildlink.mk files so that it won't pick up installedjlam3-21/+16
headers and libraries during a "make build".
2001-05-28Add buildlink.mk file to link appropriate libraries and headers intojlam1-0/+62
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
2001-05-28Find location of zlib using EVAL_PREFIX. Use buildlink.mk files to findjlam5-27/+43
the required headers and libraries for jpeg and zlib.
2001-05-28png depends on zlib, so add dependency on zlib for those platforms withoutjlam4-10/+19
in the base system. Make sure that libz.so is found during the build.
2001-05-26Add buildlink.mk files that can link headers and libraries intojlam2-0/+123
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages during build.
2001-05-26Add buildlink.mk files that can link headers and libraries intojlam1-0/+60
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages during build.
2001-05-26Set required version to 3.2.1 to match bsd.pkg.mk.jlam1-2/+2
2001-05-26Add buildlink.mk Makefile fragment to link GL headers and libs intojlam1-0/+69
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
2001-05-24upgrade magicpoint to 0.18a.itojun2-5/+5
- The "charset" directive: you can use iso-8859-[1-4] - MNG support: animation without "mark" and "again" - Enhancing "mgp2ps" * Supporting "cont", "mark", "again" * Resizing image - bug fixes
2001-05-24disabled shlibs checking (this is a Linux package)manu1-2/+3
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz23-46/+46
Noted by Frederick Bruckman.
2001-05-21Update libpng to 1.0.11.wiz4-12/+13
pkgsrc change: bump shared library major like it happened in libpng some time ago -- our libtool'ified build didn't reflect this. Fixes pkg/12856 by Thor Simon. Note necessity of manual major/minor handling in Makefile, to decrease chance that this will repeat in the future. Changes since 1.0.10: Added type casts on several png_malloc() calls (Dimitri Papadapoulos). Removed a no-longer needed AIX work-around from pngconf.h Changed several "//" single-line comments to C-style in pnggccrd.c Removed PNGAPI from several functions whose prototypes did not have PNGAPI. Updated scripts/pngos2.def Added a check for NULL return from user's malloc_fn(). Removed some useless type casts of the NULL pointer. Added makefile.netbsd [not used, since we're using libtool instead]
2001-05-19Fix some typos.jtb2-6/+6
2001-05-19Install the docs in ${PREFIX}/share/igmt. Some of the help expects themjtb2-17/+15
to be there, it's not the modifications to put them in ${PREFIX}/share/doc/igmt. Bump version number.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-3/+3
2001-05-17add & enable dumpmpeghubertf1-1/+2
2001-05-17Added dumpmpeg-0.6: Splits mpeg stream into single imageshubertf5-0/+54
dumpmpeg is a program that allows you to dump video frames from MPEG movie files. It uses the SDL MPEG Player Library to accomplish this and thus requires an open X-Window. Since it uses the SMPEG library, it can dump frames from format it supports, which currently is MPEG-1 video files.
2001-05-14add & enable mpeg_encodehubertf1-1/+2
2001-05-14Add mpeg_encode-1.5b: The Parallel Berkeley MPEG Encoderhubertf7-0/+278
The primary focus of MPEG encoding algorithms is 1) To create fast and efficient motion vector search techniques and 2) To find "good" encoding parameters that provide a balance of encoding speed, compression and quality. The Berkeley encoder accelerates the process by parallelizing in the temporal direction. The overall organization of the encoder is shown in Figure 2. The Master server is the overall coordinator. It allocates groups of frames to the Slave servers for encoding. The sharing of the files is achieved best, if the directories containing the video files are NFS mounted and accessible uniformly to all processors (alternatively they can be sent out though sockets by the Master). The various activities are managed by inter process communication through sockets.
2001-05-14Add and enable librsvgrh1-1/+2
2001-05-14Initial import of librsvg-1.0.0, a library for scalable vector graphics.rh8-0/+129
2001-05-14Add and enable glerh1-1/+2
2001-05-14Initial import of gle-3.0.3, a set of GL subroutines for drawing tubingrh6-0/+114
and extrusions.
2001-05-14explicitely pass "--without-wmf" to "configure" to avoid a spuriousdrochner1-2/+2
warning
2001-05-12true -> ${TRUE}wiz1-2/+2
2001-05-11add a missing CL_String << long operator overload needed on systems fordmcmahill2-14/+100
which sizeof(long) != sizeof(int).
2001-05-11Adapt to linuxppc version number change.wiz1-2/+2
2001-05-10Changes the names of the libraries created during the build --jtb18-95/+642
"libtcmgui" instead of "libgui". emulators/gpsim installs a libgui which causes problems. There may be conflicts with the other libs (libglobal, libtable, etc). To be safe, rename them all similarly. Get rid of the terrible configure script. It saved a few patches, but isn't worth the ugliness.
2001-05-10Mark this package as arm32, atari and i386 only. These are the only portstron1-3/+3
with PCI support which install the header files for the XFree86 server extentension required to build (but not to run) this program.
2001-05-09Use SHA1, and add sizes.wiz1-3/+6
New distfiles for solaris, but since it's binary only and we only have one distsite, what can one do.
2001-05-09Move to ${MASTER_SITE_BACKUP} from a hardcoded ftp.netbsd.org for theagc1-2/+2
MASTER_SITES
2001-05-09The distfile which sourceforge is distributing is different to the oneagc2-4/+5
on ftp.netbsd.org. Use the one on ftp.netbsd.org (it's usually a bit quicker anyway). Use sha1 digest, and add distfile size.