Commit graph

1234 commits

Author SHA1 Message Date
veego
f91a401c37 The gimp modules are lib*.so and not lib*.so.0
This fixes an uninstall problem.
2001-01-02 09:49:33 +00:00
tron
e15bf3e4f1 Create a link for "share/aclocal/gimp.m4" in "${LOCALBASE}". 2001-01-02 08:21:51 +00:00
tron
0449308d6f Don't attempt to remove directories in "share/locale" which are used
by many package.
2001-01-01 23:52:01 +00:00
tron
c293970b22 Ignore errors while attempting to remove "share/aclocal" during
deinstallation.
2001-01-01 23:49:54 +00:00
toshii
82de705ea0 Make this package work on arches where char is signed. 2001-01-01 07:51:09 +00:00
dogcow
1b0ae4f054 Add patch (from cvs gimp 1.2 branch) to have gimp not leak fd's all
over the place when loading patterns during startup (which prevented
plugins from loading)

This will be fixed in gimp 1.2.1.
2000-12-31 05:26:50 +00:00
wiz
1d407d029d Fix library dependencies for libGL. 2000-12-28 17:29:45 +00:00
tron
5440c4b68e Add missing depende on "gnome-libs" package. 2000-12-28 15:46:26 +00:00
wiz
71c7403ee5 Update to use python 2.0. 2000-12-28 15:04:47 +00:00
hubertf
29e1f3f030 Build gimp-extra-data after gimp was installed. It wants gimptool installed. 2000-12-27 17:28:40 +00:00
hubertf
65e9913268 Add a few missing @dirrm's 2000-12-27 16:20:19 +00:00
wiz
2547c005ce Fix PLIST on alpha (and other non-DGA architectures). 2000-12-27 04:29:10 +00:00
hubertf
ed2620dc59 Depends: gimp-current => gimp 2000-12-26 21:31:54 +00:00
hubertf
b2fa279cf8 Update to 1.2.0. Changes: many bugfixes, new plugins, etc. 2000-12-26 18:25:32 +00:00
wiz
685c7ca009 Update to 2.0.1. Changes: Not beta anymore, many bug fixes, some headers
moved, some new; new freetype-config program.
2000-12-24 02:27:41 +00:00
jlam
566acf172c Quote the values when setting variables in case they contain spaces.
This fixes passing in CXXFLAGS from the environment during the build.
2000-12-17 20:59:37 +00:00
tron
50698d94cd Rename "suse.mk" to "Makefile.common" which is the standard name for
make include files shared between packages.
2000-12-16 22:37:30 +00:00
wiz
e66e3ba7c7 Undo most of the previous patch, now that libgd is fixed. 2000-12-16 01:42:34 +00:00
wiz
2b221128b8 Fix libgd.so. Patch supplied by Hubert Feyrer. 2000-12-16 00:29:22 +00:00
wiz
46cce2722f Fix compilation. Patch supplied by Hubert Feyrer.
(Actually, work around a problem with libgd as it is now.)
2000-12-16 00:18:05 +00:00
hubertf
c39d469559 nuke share/doc/png2html 2000-12-16 00:16:43 +00:00
mycroft
36c1c264e6 Regen. 2000-12-15 07:31:36 +00:00
mycroft
0df22a6c5a Fix stupid endianness problem. 2000-12-15 07:31:22 +00:00
wiz
ed15bcffd6 Add distribution patch mentioned in pkg/11741 by Hiroyuki Yanai.
While I'm here, make it compile on -current again.
2000-12-15 04:12:20 +00:00
wiz
c3c68e61ca Fix `make install; make deinstall; make install'. 2000-12-15 04:00:14 +00:00
garbled
e006937760 Wow am I a goof today.. fix all these patches. 2000-12-15 03:24:17 +00:00
garbled
4be156c58b Oops.. make make make patchsums 2000-12-15 03:21:24 +00:00
garbled
cf3f058d93 Fix the hermes version requirement, and unhose a hosed patch 2000-12-15 03:20:49 +00:00
garbled
f2793e2849 Update this package to Clanlib-0.4.4.. too many changes to list. 2000-12-15 03:13:04 +00:00
garbled
70e3a885f7 Update this to 1.3.2 2000-12-15 00:38:43 +00:00
wiz
ddbe73eda5 Fix sound output. 2000-12-14 22:37:08 +00:00
jtb
f8ae0fd523 Cosmetic. 2000-12-14 02:18:50 +00:00
jtb
f1e74dbe70 Added -W,-R$(LIBDIR) to the library paths. Fixes pkgsrc/i386 bulk build
problems.
2000-12-14 01:27:32 +00:00
jtb
9b443e3349 Fixed problems encountered in recent pkgsrc/i386 build results, viz.
added -Wl,-R$(NETCDFLIB). Install the man pages in man1 instead of manl.
2000-12-14 00:44:08 +00:00
hubertf
315032b9d4 Apply the four available (official) patches for this package, noted in
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-13 19:21:42 +00:00
drochner
29faa22ee1 update HOMEPAGE
need to install GL/glext.h explicitely
2000-12-12 19:16:56 +00:00
drochner
422b29d263 update to Mesa 3.4
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-12 17:22:38 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
jlam
90e98f577e Honor CFLAGS passed in from environment during build. 2000-12-11 05:49:49 +00:00
jtb
3b45487473 If were using the f2c-f77 frontend to f2c then don't use the -r8 argument
(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-08 22:29:47 +00:00
wiz
26a9302951 Add dependency on gtk+ (should fix recent bulk build failure). 2000-12-08 17:32:16 +00:00
jtb
a313c5c296 Removed some old patches. 2000-12-08 09:59:30 +00:00
jtb
abeaba3d21 Updated to plplot-5.0.0 . This version mainly fixes bugs in the previous one.
The compilation of the Tk driver is noticeably cleaner.
2000-12-08 09:54:30 +00:00
wiz
81d457f055 Fix libraries on ELF.
Shut up compilation warnings.
2000-12-08 01:33:41 +00:00
abs
3948f4b0c3 Update xpdf from 0.91 to 0.92
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-07 17:57:16 +00:00
jtb
add95ca4d2 Added --version-info 0:0 to libtool options. 2000-12-07 07:37:18 +00:00
hubertf
79b0f1c7b6 add new homepage 2000-12-06 21:29:17 +00:00
jlam
84628886b3 Also remove the GNOME HTML help directories if GNOME isn't installed. 2000-12-06 19:46:10 +00:00
jlam
f1c0cc8744 We have a ${PREFIX}/share/doc/html directory for HTML documentation, so
use it.
2000-12-06 17:14:12 +00:00
jlam
885d689078 We have a ${PREFIX}/share/doc/html directory for HTML documentation, so
use it.
2000-12-06 16:59:32 +00:00