summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc36-38/+218
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-03Fix compilation with Mesa-3.4.wiz2-1/+14
2001-01-03This works really fine without $DISPLAY set!hubertf1-8/+1
2001-01-02The gimp modules are lib*.so and not lib*.so.0veego1-4/+4
This fixes an uninstall problem.
2001-01-02Create a link for "share/aclocal/gimp.m4" in "${LOCALBASE}".tron1-1/+3
2001-01-01Don't attempt to remove directories in "share/locale" which are usedtron1-24/+1
by many package.
2001-01-01Ignore errors while attempting to remove "share/aclocal" duringtron1-2/+2
deinstallation.
2001-01-01Make this package work on arches where char is signed.toshii2-9/+9
2000-12-31Add patch (from cvs gimp 1.2 branch) to have gimp not leak fd's alldogcow2-1/+16
over the place when loading patterns during startup (which prevented plugins from loading) This will be fixed in gimp 1.2.1.
2000-12-28Fix library dependencies for libGL.wiz2-6/+7
2000-12-28Add missing depende on "gnome-libs" package.tron1-1/+2
2000-12-28Update to use python 2.0.wiz4-13/+13
2000-12-27Build gimp-extra-data after gimp was installed. It wants gimptool installed.hubertf2-10/+8
2000-12-27Add a few missing @dirrm'shubertf1-1/+5
2000-12-27Fix PLIST on alpha (and other non-DGA architectures).wiz1-1/+9
2000-12-26Depends: gimp-current => gimphubertf1-2/+2
2000-12-26Update to 1.2.0. Changes: many bugfixes, new plugins, etc.hubertf7-724/+1450
2000-12-24Update to 2.0.1. Changes: Not beta anymore, many bug fixes, some headerswiz3-9/+24
moved, some new; new freetype-config program.
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