summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2000-12-17Quote the values when setting variables in case they contain spaces.jlam1-3/+3
This fixes passing in CXXFLAGS from the environment during the build.
2000-12-16Rename "suse.mk" to "Makefile.common" which is the standard name fortron1-2/+2
make include files shared between packages.
2000-12-16Undo most of the previous patch, now that libgd is fixed.wiz2-12/+9
2000-12-16Fix libgd.so. Patch supplied by Hubert Feyrer.wiz2-4/+4
2000-12-16Fix compilation. Patch supplied by Hubert Feyrer.wiz2-9/+12
(Actually, work around a problem with libgd as it is now.)
2000-12-16nuke share/doc/png2htmlhubertf1-1/+2
2000-12-15Regen.mycroft1-1/+2
2000-12-15Fix stupid endianness problem.mycroft1-0/+23
2000-12-15Add distribution patch mentioned in pkg/11741 by Hiroyuki Yanai.wiz4-4/+27
While I'm here, make it compile on -current again.
2000-12-15Fix `make install; make deinstall; make install'.wiz2-5/+72
2000-12-15Wow am I a goof today.. fix all these patches.garbled6-21/+19
2000-12-15Oops.. make make make patchsumsgarbled1-2/+2
2000-12-15Fix the hermes version requirement, and unhose a hosed patchgarbled2-5/+5
2000-12-15Update this package to Clanlib-0.4.4.. too many changes to list.garbled16-3002/+422
2000-12-15Update this to 1.3.2garbled3-9/+9
2000-12-14Fix sound output.wiz2-3/+12
2000-12-14Cosmetic.jtb1-12/+6
2000-12-14Added -W,-R$(LIBDIR) to the library paths. Fixes pkgsrc/i386 bulk buildjtb2-3/+26
problems.
2000-12-14Fixed problems encountered in recent pkgsrc/i386 build results, viz.jtb4-70/+83
added -Wl,-R$(NETCDFLIB). Install the man pages in man1 instead of manl.
2000-12-13Apply the four available (official) patches for this package, noted inhubertf2-3/+14
PR 11724 by Per Amund Amundsen <pa@bsd-amundsen.ux.his.no>. While here, note that this pkg wants rman to build -> BUILD_DEPENDS.
2000-12-12update HOMEPAGEdrochner2-4/+5
need to install GL/glext.h explicitely
2000-12-12update to Mesa 3.4drochner14-45/+45
Changes: New: - optimized glDrawPixels for glPixelZoom(1,-1) Bug Fixes: - widgets-mesa/src/*.c files were missing from 3.3 distro - include/GL/mesa_wgl.h file was missing from 3.3 distro - fixed some Win32 compile problems - texture object priorities weren't getting initialized to 1.0 - glAreTexturesResident return value was wrong when using hardware - glXUseXFont segfaulted when using 3dfx driver (via MESA_GLX_FX) - glReadPixels with GLushort packed types was broken - fixed a few bugs in the GL_EXT_texture_env_combine texture code - glPush/PopAttrib(GL_ENABLE_BIT) mishandled multi-texture enables - fixed some typos/bugs in the VB code - glDrawPixels(GL_COLOR_INDEX) to RGB window didn't work - optimized glDrawPixels paths weren't being used - per-fragment fog calculation didn't work without a Z buffer - improved blending accuracy, fixes Glean blendFunc test failures - glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly - glXGetProcAddressARB() didn't always return the right address - gluBuild[12]DMipmaps() didn't grok the GL_BGR pixel format - texture matrix changes weren't always detected (GLUT projtex demo) - fixed random color problem in vertex fog code - fixed Glide-related bug that let Quake get a 24-bit Z buffer Changes: - finished internal support for compressed textures for DRI
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-12-11Honor CFLAGS passed in from environment during build.jlam2-6/+6
2000-12-08If were using the f2c-f77 frontend to f2c then don't use the -r8 argumentjtb4-2/+41
(for promoting REAL to DOUBLE) as the that script doesn't accept it. The resulting API will be single precision. If you want double precision then just set PKG_FC= f77 in /etc/mk.conf.
2000-12-08Add dependency on gtk+ (should fix recent bulk build failure).wiz1-1/+2
2000-12-08Removed some old patches.jtb3-39/+0
2000-12-08Updated to plplot-5.0.0 . This version mainly fixes bugs in the previous one.jtb10-272/+93
The compilation of the Tk driver is noticeably cleaner.
2000-12-08Fix libraries on ELF.wiz4-16/+39
Shut up compilation warnings.
2000-12-07Update xpdf from 0.91 to 0.92abs2-4/+4
Changes since 0.91 0.91a (2000-oct-11) ------------------- Implemented separable CMYK PostScript output (the -level1sep switch to pdftops). Implemented Pattern color spaces with tiling patterns (polygon fills only). Implemented Stamp annotations. Implemented Named link actions. Fixed a really dumb bug in the TrueColor code in SFont (which affects both Type 1 and TrueType font rendering on 16-bit displays). Rewrote the GfxColorSpace / GfxColor code. Switched from djgppcfg to dj_make.bat (from Michael Richmond). Bug in the Type 1 encoding parser -- couldn't handle lines of the form 'dup NNN/name put' (with no space between the code and the name). Fixed the mkstemp() test in configure.in -- switched from AC_TRY_COMPILE to AC_TRY_LINK and added <unistd.h>. Added DESTDIR to top-level Makefile.in. Fixed an incorrect OPI comment in PSOutputDev. Minor tweak to the CCITTFax code to avoid writing past the end of an array on an invalid data stream. Xpdf crashed if the user selected 'reload' when no document was loaded. Look for character names of the form "xx" (two hex digits with no leading alphabetic char) and 'cNNN' (decimal digits with a leading alphabetic char that happens to be a hex digit). FlateStream didn't correctly handle zero-length streams. Xref reconstruction didn't handle the case where the opening "<<" immediately followed "trailer" with no intervening whitespace. Fix the %%DocumentSuppliedResources comment in EPS output. Scale annotations to fit their rectangles. Added Stream::close() to handle cases (e.g., patterns) where a Stream object is used multiple times before it is deleted. Added the topLevel arg to Gfx::go() so it doesn't call out->dump() for every pattern element (and form). Rearranged the GfxResources class. Clean up white space handling in Lexer. Make the dpi parameter to PDFDoc::displayPage etc. a double - this avoids margin gaps with fit-page and fit-width. Fix a rounding problem in xpdf.cc that was causing the window to sometimes be one pixel too small. Fixed a minor bug in dealing with Base-14 TrueType font names. Fixed Lab -> RGB color space conversion. Added support for opacity values (from PDF 1.4) to GfxState and OutputDev. [Thanks to Leonard Rosenthol.] Implemented type 2 functions; rearranged the Function class hierarchy. 0.91b (2000-oct-29) ------------------- Print a warning about Type 3 fonts (XOutputDev, PSOutputDev). Added the scroll lock behavior to 'n' and 'p' keys in xpdf. Change FileStream buffer size to a #define'd constant. Renamed Pattern to GfxPattern to avoid clashes with Windows and MacOS types. Added CNS (Big5) Chinese font support (CHINESE_CNS_SUPPORT); renamed CHINESE_SUPPORT to CHINESE_GB_SUPPORT. 0.91c (2000-nov-19) ------------------- Fix an endianness problem in the Type 1 font code which resulted in an incorrect display with "-t1lib plain" on big-endian systems. CCITTFax stream decoder will skip over extra zero bits at end of line, even if EncodedByteAlign flag wasn't set. Added Big5 support to pdftotext (with CHINESE_CNS_SUPPORT enabled). Fixed a typo in the CNS/Big5 encoding translation table. Change the form code in PSOutputDev to store images in arrays of strings. The xref reconstruction (for damaged files) now also looks for 'endstream' tags, and the parser uses this information when setting up stream objects. In pdfinfo, convert Unicode chars in the 00xx range into 8-bit chars; print a warning if there are any other Unicode chars. 0.92 (2000-dec-03) ------------------ Fixed %%BeginResource comment (for xpdf procset) in PostScript output. Added "-title" switch and "xpdf.title" resource to set the window title. Check for <freetype.h> in addition to <freetype/freetype.h>. Upgraded the configure script to smr_macros 0.2.4 - this should fix a bug where configure wasn't correctly finding t1lib.
2000-12-07Added --version-info 0:0 to libtool options.jtb2-5/+5
2000-12-06add new homepagehubertf1-1/+2
2000-12-06Also remove the GNOME HTML help directories if GNOME isn't installed.jlam1-2/+2
2000-12-06We have a ${PREFIX}/share/doc/html directory for HTML documentation, sojlam4-84/+90
use it.
2000-12-06We have a ${PREFIX}/share/doc/html directory for HTML documentation, sojlam2-48/+48
use it.
2000-12-05gimp-helpbrowser is deadhubertf1-2/+1
2000-12-03Remove obsolete homepage URL. Unfortunately the location of the newtron1-2/+1
homepage is unknown.
2000-12-03add gnome-iconeditwiz1-1/+2
2000-12-03Initial import of gnome-iconedit-1.2.0, a GNOME-libs based icon editor.wiz7-0/+80
2000-12-02Add and enable "plplot". Fixes PR pkg/11395 by Jason Beegan.jtb1-1/+2
2000-12-02Initial import of new "plplot" package:jtb16-0/+820
Scientific plotting library
2000-11-30Make this package work in the presence of xpkgwedge.agc1-1/+3
Fixes PR 11558, from Klaus Klein
2000-11-30Fix another obviously broken `ln' command.mycroft1-2/+2
2000-11-30Fix an obviously broken `ln' command.mycroft1-2/+2
2000-11-29Update to xsane-0.64 (to make it compile again). Sort PLIST.wiz5-57/+51
Major changes since 0.61: Documentation updates, bug fixes, two new translations (it&tr), update to gimp-current API.
2000-11-29Fix compilation with latest gimp-current (1.2.29). Patch borrowed fromwiz3-3/+138
sane CVS. Typo fix in Makefile.
2000-11-29Update to 0.9.1. Major change is the use of gdk-pixbuf instead of imlib,wiz7-24/+94
also some new features and bugfixes.
2000-11-29Actually, we have to depend on gdk-pixbuf-0.9.0nb1, because that'swiz1-2/+2
where gnome part was split off.
2000-11-29Split off gnome part of gdk-pixbuf into gdk-pixbuf-gnome package,wiz4-36/+45
so that not all programs depending on gdk-pixbuf have to depend on gnome-libs.
2000-11-29Split of gnome-part of gdk-pixbuf, so that not all programs using gdk-pixbufwiz4-0/+43
have to depend on gnome-libs.