Commit graph

6881 commits

Author SHA1 Message Date
obache
f137799916 Add DESTDIR support. 2008-01-05 08:34:40 +00:00
markd
d18c3703e9 Use USE_CMAKE rather that doing same explicitly. 2008-01-04 20:37:54 +00:00
markd
f3ff9a627f Update blender to version 2.45
pkgsrc changes:
use cmake rather than SCons to build.
DESTDIR support

2.45
The 2.45 is a bugfix release, to stabilize the 2.4x series.
No new feature have been added, but serious effort has been put in
tracking bugs and fixing them. Some performance issues have also been
addressed.

2.44
This release adds subsurface scattering, improved sculpting tools, ffmpeg
support for additional platforms, a number of animation tool improvements,
and a huge number of Python scripts and API enhancements.

2.43
This release features sculpting meshes that work as if they were clay,
render passes, retopology painting, multi-resolution meshes, texture map
and light map baking, support for multiple uv sets, fast 3D painting,
defocus blur node, multi-layer image read/write, painting in video
sequences, matte, key, and difference composite nodes, a number of
improved 3D animation tools such as proxy objects, walk cycles, simulation
tool improvements for fluid dynamics, hard body dynamics, and cloth and
softbody dynamics. There were also additional compositing and video
editing improvements.

2.42
This release is the result of work done for the Elephants Dream short
film. It includes major feature additions such as node based materials,
node based compositing, a renderer rewrite, improved UV tools, improved
character tools, an array modifier, and a host of other improvements.
2008-01-04 19:56:45 +00:00
obache
f495956c64 Update RMagick to 2.0.0.
RMagick 2 is the future of RMagick. This is the version that will get new
methods and support new ImageMagick features.

RMagick 2 does not support GraphicsMagick.

Changes:
RMagick 2.0.0
    o Replaced configure/make/make install with standard Ruby setup.rb,
      extconf.rb
    o Removed support for Ruby earlier than 1.8.2
    o Removed support for GraphicsMagick. As a result these methods are no
      longer available: Image#grayscale_pseudo_class, Image#statistics.
    o Removed support for all releases of ImageMagick earlier than 6.3.0.
    o Removed deprecated Image#random_channel_threshold. Use
      Image#random_threshold_channel instead
    o Removed deprecated Image#channel_threshold. Use
      Image#random_threshold_channel instead
    o Removed unecessary Image#montage=
    o Removed unecessary and undocumented Image#image_type=
    o Removed deprecated Image::Info#tile_info, tile_info= attributes.
    o Removed deprecated Image::Info#tile, tile= attributes. Use #extract,
      #extract= instead
    o Removed deprecated Image::Info#subimage, subimage= attributes. Use
      scene, scene= instead
    o Removed deprecated Image::Info#subrange, subrange= attributes. Use
      number_scenes, number_scenes= instead
    o Removed deprecated Magick.set_monitor. Use Image#set_monitor,
      Image::Info#set_monitor instead
    o Removed deprecated RunlengthEncodedCompression CompressionType. Use
      RLECompression instead
    o Deprecated Image#matte, matte= with ImageMagick 6.3.5 and later
    o Added Image::Info#stroke=, stroke_width= and undercolor= attributes
    o Added Image::Info#tile_offset= attribute
    o Added Draw#fill_pattern= and #stroke_pattern= annotate attributes
    o Changed Image::Info[] and Image::Info[]= to allow an omitted \"format\"
      argument
    o Added Image#destroy!, destroyed?, check_destroyed methods
    o Support Image object creation/destruction tracing with the
      Magick.trace_proc attribute
    o Added Magick::QuantumRange. Magick::MaxRGB is deprecated.
    o Added OptimizeTransLayer, RemoveDupsLayer, RemoveZeroLayer,
      OptimizeImageLayer ImageLayerMethods enum values (available with
      ImageMagick 6.3.3),
      MosaicLayer, FlattenLayer (available with ImageMagick 6.3.6)
    o RMagick works with Q32 version of ImageMagick
    o Added ChangeMaskCompositeOp, DivideCompositeOp, LinearLightCompositeOp
      CompositeOperator enum values
    o Added SplineInterpolatePixel InterpolatePixelMethod enum value
    o Added DitherVirtualPixelMethod, RandomVirtualPixelMethod,
      BlackVirtualPixelMethod, GrayVirtualPixelMethod, WhiteVirtualPixelMethod
      (available with ImageMagick 6.3.5), and MaskVirtualPixelMethod (available
      with ImageMagick 6.3.3) VirtualPixelMethod enum values
    o Added GIFInterlace, JPEGInterlace, PNGInterlace Interlace type enum
      values (available with ImageMagick 6.3.4)
    o Added SentinelFilter FilterTypes enum value (available in ImageMagick
      6.3.6)
    o Added Image.combine
    o Added Image#separate (available with ImageMagick 6.3.2)
    o Added Image#distort (available with ImageMagick 6.3.5)
    o Added Image#each_pixel (thanks to Russell Norris for the suggestion and
      code)
    o Added Image#histogram? (available with ImageMagick 6.3.5)
    o Added Image#sync_profiles  (available with ImageMagick 6.3.2)
    o Added Image#extent (available with ImageMagick 6.3.1)
    o Added Image#excerpt, Image#excerpt! (available with ImageMagick 6.3.5)
    o Added Image::Info#attenuate
    o Added Image#clut_channel (available with ImageMagick 6.3.5)
    o Feature Request #16264, added ImageList#composite_layers (available with
      ImageMagick 6.3.3, request from Steve Martocci)
    o Added Image#alpha= (available with ImageMagick 6.3.5)
    o Added Image#gravity=
    o Added Image#equalize_channel (available with ImageMagick 6.3.6)
    o Added new FilterTypes values KaiserFilter, WelshFilter, ParzenFilter,
      LagrangeFilter, BohmanFilter, BartlettFilter (available with ImageMagick
      6.3.6)
    o Fix bug #10339, Image#trim does not support \"reset page information
      option\" (bug report from Nobody)
    o Renamed RMagick.so to RMagick2.so to prevent confusion between RMagick.rb
      and RMagick.so
    o Feature Request #16276, re-organize doc to not split Image method pages
      in the middle of an initial letter (request from Roy Leban)
    o Updated for ImageMagick 6.3.7-5
    o Made changes as necessary to work with current Ruby 1.9.0
2008-01-04 03:05:13 +00:00
joerg
31ff89fba5 xsltproc is needed for build. 2008-01-01 16:35:18 +00:00
obache
01d43b8db0 Update RMagick to 1.15.12.
Changes:
RMagick 1.15.12
o Fix bug #16221, starting with ImageMagick 6.3.2,
  get_exif_by_entry/number returns empty
  array/hash when no arguments are specified, even
  though the image has EXIF data (bug report from
  Paul Clegg)
o Fix bug #16449, Image#store_pixels removes
  opacity channel (bug report from Hans de Graaff)
2007-12-31 00:08:22 +00:00
gdt
05e79b4b05 Update to 0.13, fixing build failure on Solaris (caused by non-POSIX
signature of ctime_r) reported in pkg/37272.

12/11/2007 - UFRaw-0.13 released, based on DCRaw v 8.80.

    * Simplified output path logic - output path defaults to the path of the input path.
    * Added 'System profile' option to read display ICC profile from the X display. Based on code from Gimp.
    * Do not read/write display ICC profile from/to ID files.
    * Show camera white balance in EXIF page. Patch by Erik Burrows.
    * Automatically fit histograms to allocated height.
    * Read Canon lens from EXIF data. Patch by Andreas Steinel.
    * Improved PPG interpolation. Patch by Alain Desbiolles.
    * Remember maximized state of window between sessions.
    * Add color smoothing option to all interpolation. Based on patch by alexander melkozerov. AHD+smoothing is exactly the same as the now obsolete EAHD.
    * Added darkframe to GUI (patch by Bruce Guenter).
    * Darkframe subtraction also handles hot pixels (patch by Bruce Guenter).
    * Show spot values only if spot is selected and allow unselecting spot values.
    * Add FITS output. Patch by Andreas Steinel. This option is disabled by default.
    * Progressive JPEG encoding. Patch by Bruce Guenter.
    * Blink over/under exposure in preview. Patch by Bruce Guenter.
    * Enable --output option for stand-alone tool. It forces the output filename to the value specified. It is useful for F-Spot. Patch by Stephane Delcroix.
    * Reimplemented the EXIF page. Patch by Andrew Zabolotny.
    * Display flash mode in EXIF page.
    * Moved shrink/size controls from Save dialog to main window.
    * Added delete button to stand-alone tool.
    * Added 'send to Gimp' option to stand-alone tool.
    * Made the save-as button an icon only, to save space.
    * Added option to save as PNG 8 or 16 bits.
    * Write EXIF data to PNG files. Based on code from DigiKam.
    * Added aspect ratio control. Patch by Andrew Zabolotny.
    * New Spanish translation by Enrique Jorreto Ledesma.
    * New Polish translation by Tomasz Golinski.
    * New Korean translation by Homin Lee.
2007-12-27 23:46:02 +00:00
jnemeth
8afa6292d9 update sourceforge directory 2007-12-27 11:43:37 +00:00
adam
af7ca56910 Fix PNG support when building without x11 (PR#37594) 2007-12-26 19:00:02 +00:00
tnn
12ad6bea4d Fall back to c++ STL map instead of __gnu_cxx::hash_map even if we have
the __gnu_cxx extensions. (The latter seems to trigger a crash.)
Bump PKGREVISION.
2007-12-22 20:47:19 +00:00
tnn
d244221946 Update to grap-1.41. Summary of changes:
1.41: fix gcc-4.1/4.2 builds problems (this should include PR pkg/34378)
1.40: fixes regressions from 1.38
1.39: gcc-4.1 fixes
1.38: DESTDIR support (also enbled in pkgsrc)
1.37: fixes an EOF bug
1.36: grammar fixes
1.35: lex fixes
1.32: fixes parsing of color modifiers
2007-12-22 19:42:01 +00:00
rillig
635068253d Fixed the location of the info file. PKGREVISION++ 2007-12-22 11:09:01 +00:00
joerg
0748abc937 I18N (PR 37581) and DESTDIR support. 2007-12-21 20:49:15 +00:00
drochner
0309b5875e +fotox 2007-12-17 19:48:00 +00:00
drochner
0304d143f7 import fotox-32, a simple image manipulation program, mostly for the
common tasks of improving digicam images, with some support for
generation of HDR images and panoramas
2007-12-17 19:45:08 +00:00
drochner
440e42feb0 update to 2.10.7
changes:
-bugfixes
-french manual added
2007-12-17 19:31:29 +00:00
adam
40a3ec104d Changes 2.4.3:
- avoid filename encoding problems in the WMF import plug-in
- fixed horizontal flipping of linked layers
- raised the priority of the display idle renderer to improve performance
  on Win32
- fixed a missing update in the Lighting plug-in UI
- fixed a potential crash in the projection code
- fixed a minor Makefile issue
- removed some pointless warnings from the JPEG and TIFF load plug-ins
- fixed size calculation for the image size warning dialog
- fixed loading of tool options for the rectangle tools
- push/pop a context in the Fog filter
- fixed potential crashes in the Python binding
- corrected grid drawing with non-integer spacing
- fixed grid snapping for coordinates less than the grid offset
- made the healing brush work properly when dragged
- update tool state when a device change happens
- improved validation of strings sent over the wire
- fixed integer check in Script-Fu
- fixed potential out-of-memory problem in Script-Fu
- fixed compilation on msys/mingw
- fixed localisation of Python plug-ins on Win32
- translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
2007-12-17 19:07:11 +00:00
drochner
947a6cb99c update to 1.01
changes:
fixed to compile on HP-UX
added Canon EOS-5D custom function support
custom timestamp prefs in exiftime listing
suppress warnings on invalid user comments
allow output of invalid tags in debug
fixed looping from recursive IFD ref, resolves CVE-2007-6356
fixed handling of field offset overflow, resolves CVE-2007-6354 &
 CVE-2007-6355
2007-12-17 11:16:44 +00:00
rillig
5f9afea6ab pkglint says: ERROR: graphics/gnuplot/Makefile.common:4: PKGREVISION
must not be set outside the package Makefile.
2007-12-16 21:49:31 +00:00
tnn
4cdfb48acb Update to gimp-liquid-rescale-0.3.0.6.
Fixes a bug with gimp plugin registration and a build problem on OSX.
2007-12-16 14:27:35 +00:00
obache
3d3ba51982 Update rabbit to 0.5.4.
== Changes 0.5.4 from 0.5.3: 2007-12-15

  * Documentation update
    * fixed ruby.st's URL (kitaj)
    * updated document of MacPorts (kimura wataru)
  * Theme related
    * added some color configuration to night-black theme
    * added slide-logo theme
    * added slide-footer theme
  * Bug fixes
    * fixed cairo backend availability check
    * fixed Wiki parser loading bug (reported by OBATA Akio)
    * suppressed warnings on Windows
    * fixed "/" handling on Windows (JunichiNakai, OBATA Akio)
  * logged progress in background (suggested by OBATA Akio)
  * changed default print format to PDF
  * supported "check" for itemize mark
  * added --show-native-window-id option
  * supported <<< LANG\n...\n>>> with Wiki parser
  * added block quote sample
  * supported an image file as source (Rabbit can be an image viewer)
  * added as_large_as_possible image size option
  * removed config.rb on 'setup.rb clean' (Kobayashi Noritada)
  * removed Tgif support
  * added --man option (Kobayashi Noritada)
  * supported slideshare.net as source
  * supported DnD
2007-12-15 14:10:29 +00:00
wulf
afa97f37a2 Changed docbook-xsl dependency from DEPENDS to BUILD_DEPENDS 2007-12-13 01:18:19 +00:00
wiz
9501297004 Pick up maintainership. 2007-12-12 20:43:06 +00:00
wiz
b524dc18ff Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
wulf
a315ebecc5 Updated gimp-docs to version 2.4.0: Bring inline with current version of GIMP 2007-12-11 02:10:11 +00:00
gdt
e8407ef4a5 Remove gimp-print support. As of 2.4, gimp no longer uses gimp-print
in the print plugin.  gimp-print 4.2 is itself obsolete, replaced by
gutenprint 5, and gutenprint provides a gimp print plugin that links
against gimp's libraries.
2007-12-07 20:08:10 +00:00
martti
f6f5ea854d Updated Xfce to 4.4.2
Lots of bug fixes. For the official ChangeLog, please see
http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-07 19:43:19 +00:00
obache
0eac7faaa9 Need bsd.prefs.mk before using MACHINE_PLATFORM. 2007-12-06 04:31:23 +00:00
tron
8acdeef01b Add link to Apple work around into the makefile for documentation purposes. 2007-12-05 21:42:18 +00:00
tron
168b2f63aa Use Apple's suggested work around(*) to fix linker problems under
Mac OS X Leopard.

(*) http://developer.apple.com/qa/qa2007/qa1567.html
2007-12-05 21:39:01 +00:00
obache
e4832249f3 Try to fix build problem on recent NetBSD release. 2007-12-05 13:38:27 +00:00
obache
3762ad56f0 Using flex to build. 2007-12-05 13:37:22 +00:00
obache
49df43fab2 Switch to SUBST framework. 2007-12-05 13:36:02 +00:00
wiz
413a28a54e Update to 1.0.10: Use gtk2 instead of gdk-pixbuf. 2007-12-02 12:38:19 +00:00
wiz
f860425b8b Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:06:19 +00:00
wiz
ff1cb95f47 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:05:33 +00:00
wiz
f21edafa37 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:05:00 +00:00
wiz
406042ce96 Remove future MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:02:47 +00:00
wiz
a73293016c Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 00:01:08 +00:00
wiz
92a3167b2e Remove openexr-display. 2007-11-30 21:55:59 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
wiz
8187843103 Update to 1.6.1:
1.6.1

New versions of OpenEXR and CTL are now available. This release
fixes a buffer overrun in OpenEXR and a Windows build problem in
CTL, and it removes a few unnecessary files from the .tar.gz
packages.

1.6.0

* Reduced generational loss in B44- and B44A-compressed images.
* Added B44A compression. This is a variation of B44, but with
a better compression ratio for images with large uniform areas,
such as in an alpha channel.
* Bug fixes.

1.5.0

*  OpenEXR supports a new image compression method, called B44.
It has a fixed compression rate of 2.28:1, or 4.57:1 if used
in combination with luminance/chroma encoding. B44-compressed
images can be uncompressed fast enough to support real-time
playback of image sequences.
* The new playexr program plays back moving image sequences.
Playexr is multi-threaded and utilizes the threading capabilities
of the IlmImf library that were introduced in OpenEXR 1.3.0.
The program plays back B44-compressed images with fairly
high-resolution in real time on commodity hardware.
* The playexr program and a new version of the existing exrdisplay
image viewer both support color rendering via color transforms
written in the new Color Transformation Language or CTL. CTL
is not part of OpenEXR; it will be released separately. CTL
support in playexr and exrdisplay is optional; the programs
can be built and will run without CTL.
* In preparation for the release of CTL, OpenEXR has been split
into three separate packages:
  o IlmBase 0.9.0 includes the Half, Iex, Imath and IlmThread
  libraries
  o OpenEXR 1.5.0 includes the IlmImf library, programming
  examples and utility programs such as exrheader or
  exrenvmap
  o OpenEXRViewers 0.9.0 includes the playexr and exrdisplay
  programs
* The "Technical Introduction to OpenEXR" document now includes
a recommendation for storing CIE XYZ pixel data in OpenEXR
files.
* A new "OpenEXR Image Viewing Software" document describes
the playexr and exrdisplay programs. It briefly explains
real-time playback and color rendering, and includes recommendations
for testing if other image viewing software displays OpenEXR
images correctly.
* The OpenEXR sample image set now includes B44-compressed
files and files with CIE XYZ pixel data.
2007-11-30 21:52:17 +00:00
wiz
fd4fd7046a + ilmbase. 2007-11-30 21:50:50 +00:00
wiz
054c4d5d73 Initial import of ilmbase-1.0.1:
Half is a class that encapsulates our 16-bit floating-point format.

IlmThread is a thread abstraction library for use with OpenEXR
and other software packages.  It currently supports pthreads and
Windows threads.

Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
and other useful 2D and 3D math functions.

Iex is an exception-handling library.
2007-11-30 21:50:22 +00:00
drochner
4fb327a489 sync the patch dealing with 8-bit displays with the last version
from https://bugs.freedesktop.org/show_bug.cgi?id=4945
ride on recent update
2007-11-30 20:49:24 +00:00
rillig
812b25d319 Updated Cenon to 3.83.
Changes since 3.67:
Version 3.83
- Text, Fix: text editing in changing scales works now
- New menu item "Display -> Show/Hide Coordinates" to toggle the presence
  of the coordinate box of document
- Inspector: Lock switch for crosshairs
- Gerber-Export: improved
- DXF-Import: improved
- Apple, Document Window: area outside document is now transparent (Window color)
- Apple, Fix: arcs with zero line width are printed with default line width
- Apple, Fix: Build Contour of vertical centered Text positions result correctly
- Apple, Fix: move graphic objects with cache, scaled           (Apple workaround)
- Apple, Fix: move vortex of graphic objects with cache, scaled (Apple workaround)
- Apple, Fix: rotate graphic objects with cache, scaled         (Apple workaround)

Version 3.82
- New: Batch printing (Multiples) added, including serial numbers
- New: Contour-Panel:
       switch, whether to replace the source graphics (or keep it)
       Panel has now it's own Unit Popup
- New: convert TextPath to Path
- New, Editing: with Control + Mouse you can drag Curve points within a path
- TransformPanel: now with a nice bar of Icons to look better
- Undo: number of undos increased to 25 instead of 10
- DIN-Import: for Excellon, the tools can be defined within the file
- Fix, Curve-Inspector: display correct points for selected handles
- Fix, HPGL-Import: Labels fixed
- Fix, Join:
       two paths or polylines are joined by keeping the order
       Undo with two closed paths corrected
- Fix, Path: Makes Undo work for moving several points in a path
- Fix, Arc: 360 degree snap works better now
- Fix, Snap: snapping on itself removed
- Fix, Select: Selecting a point no longer creates a move point undo step
- Fix, Punch: Undo added for groups
- Fix, Punch: Undo without crash
- Fix, Inspector: changing color on non-editable layer leaves color well
       with correct color
- Fix, Layer-Inspector: display Layer, if non-visible layer is turned on
       editable
- Fix, Text: editing at the top of a window now scrolls the text to visibility
- Fix, DXF-Import: close of polylines corrected to work in all cases
- Apple, PDF-Import: dynamic linking of import libraries works on OS X 10.4.7
- Apple: graphics cache is on as default
- GNUstep: Our patch for loading images from a bundle has been applied

Version 3.81
- Selection: the first click on an object now selects the entire object.
  A click on an edge of a selected object will select the control point.
- Fix, GNUstep: crash with Layer-Inspector is fixed
- Fix, GNUstep: correct defaults for zero line widths, drag boxes, ...
- New Domain Cenon.eu registered

Version 3.80
- New, Import: Import to existing layers by comparing layer names
- New, Import: Import to existing layers by comparing colors with
  objects on the layer
- Preferences: New entry "Select by border" to select filled objects
  at border only
- Copy/Paste: lock is not copied
- PolyLine: allows snap to own points
- Fix, DXF-Import: closing of a PolyLine with an arc added
- Fix, DXF-Import: fill color of stroked objects now defaults to stroke color
- Fix, Punch with Rectangle: rectangles with rounded corners are
  displayed correctly
- Fix, Apple: Contour of mirrored text is now placed correctly
- Apple: Graphics cache is now available (Preferences switch is active)
- Apple: Preferences switch to turn off Antialiasing activated
- Copy/Paste: PDF Pasteboard Type added for Apple
- Fix, Radial Fill: fill center is saved correctly
- Fix, Radial Fill: center stays inside box, when object is rotated
- Fix, Group: grouping with activate color well keeps color
- Fix, Rectangle: correct display of rectangles with maximum edge radius
- Fix, Rotate: more precise
- Fix, Inspector: change from other App to Cenon keeps Inspector contents
- Fix: Start of Cenon by double click on a document file allows
  modules to load their stuff

Version 3.71
- New: Multi page documents (basic handling of pages + printing)
       Template layers for even, odd and all pages with
       wildcards for page number #PAGENUM# and page count #PAGECNT#
- New: new editing Tool to add a vertex to Paths and PolyLines
- New: removing of a vertex from Path and PolyLine
- Punch: punch with Groups and Rectangles added
- Undo for flatten text added
- Optimization of memory usage
- Fix: crash removed on Quit
- Fix: several bug fixes for calculating contours of objects
- Fix, Gerber-Export: Filled PolyLines are now filled
                      don't export empty layers any more
- Fix, many bug fixes

Version 3.70
- Layer Inspector: direct adding of a layer with the given name
- Punch: it is now possible to punch with an unfilled object
- Ungroup: in mixed selection the groups can be ungrouped
- Join: better closing (fill) of open paths
- Printing: print always 100%
- Fix, Printing: Print-Panel settings are stored
- Gerber-Import: improved import of polygons
- Gerber-Import: Arc angles close to 360 degree improved
- Gerber-Export: output of complex paths improved
- PostScript-Import: better support of CMYK color space
- Display: better performance with many objects in groups or paths
- Fix: loading of an empty group works
- Fix, Contour: large images don't crash with contour fill and image contour
- Fix for PolyLines within Paths
- Antialiasing fixes for Apple and GNUstep
- more bug fixes
2007-11-30 19:53:01 +00:00
drochner
a8571288d2 update for icon-naming-utils-0.8.6 (and possibly later versions, which
is an optimistic assumption),
remove hicolor-icon-theme dependency which is outdated,
bump PKGREVISION
2007-11-30 16:04:07 +00:00
rillig
d5f467a35e Explained the icon-naming-utils dependency. 2007-11-30 13:43:43 +00:00
rillig
10d5658f88 This package needs exactly icon-naming-utils-0.8.2, since the list of
installed files depends on the version number of icon-naming-utils.
2007-11-30 13:27:50 +00:00
tron
f640f2852b Fix various package list problems:
1.) Remove directory "share/gnuplot/4.2/PostScript" during deinstallation.
2.) Prevent installation of "share/texmf-local/tex/latex/gnuplot" if
    LaTeX is available (because we don't want to depend on "tetex").
3.) Update package list of "gnuplot-nox11" for version 4.2.

Bump revision of both packages.
2007-11-30 12:31:52 +00:00
cjs
d59367dfdd Upgrade to 4.2.2. New features:
* New plot styles
          o Histogram
          o Label plots
          o Image data
          o Filled curves
          o Vectors
    * Input from binary data files
    * New plot elements
          o RGB colors
          o Arbitrary rectangles
    * String handling
          o String and text data read from datafiles
          o User-defined string variables, operators, and functions
    * Macros
    * Auto-layout of multiple plots on a page
    * Internal variables
    * New or revised terminal drivers
          o wxt
          o emf
          o gif, jpeg, png
          o postscript
          o ai
          o epslatex, pslatex, pstex
          o windows
    * Canvas size
2007-11-30 07:13:18 +00:00
wiz
fed14c18cb Update to 1.4.12:
Release 1.4.12 (2007-11-26 Carl Worth <cworth@cworth.org>)
==========================================================
This is the sixth update in cairo's stable 1.4 series. It comes five
months after the 1.4.10 release. This fix includes various bug fixes
originally developed during the 1.5.x development and backported to
1.4.

Some of the most significant bug fixes prevent crashes:

  * Avoid overflow when allocating large buffers (Vladimir Vukicevic)

  * Fix crash with cairo_pattern_set_user_data (Carl Worth)

  * Fix broken locking in cairo-ft error path (Chris Wilson)

  * Avoid crash when cleaning up after Render extension (Carl Worth)

  * Avoid crash for zero-sized bitmap glyph (Chris Wilson)

  * Avoid crash with type-1 fonts and ft and atsui enabled (Brian Ewins)

  * Fix many error-handling cases in the Quartz/ATSUI code (Brian Ewins)

  * Eliminate cairo_stroke crash with scaling near zero (Carl Worth)

Other fixes address rendering problems:

  * Fix PDF linear gradients without stops at 0.0 and 1.0 (Adrian Johnson)

  * Fix PDF CFF subsetting to work with Apple Preview (Adrian Johnson)

  * Report proper errors on out-of-memory on win32 (Vladimir Vukicevic)

  * Fix EXTEND_NONE gradients for cairo-quartz (Brian Ewins)

  * Fix odd-number-of-dashes dashing for cairo-quartz (Brian Ewins)

  * Fix erroneous results from cairo_stroke_extents (Carl Worth)

  * Force non-AA text when bitmap strikes are available (Keith Packard)

  * Fix cairo-atsui font metrics (Richard Hult)

And some avoid raising cairo errors for innocent problems:

  * Avoid drawing shutdown for glyph-not-found in font (Behdad Esfahbod)

  * Don't raise an error for creating an empty path (Chris Wilson)

At least one optimization managed to sneak in:

  * Free glyph surfaces after uploading to X server cache (Behdad Esfahbod)

And there are a few very minor fixes, (such as build fixes).
2007-11-29 22:13:58 +00:00
drochner
5af5c2a3f6 update to 2.20.3
changes:
-Plugin API additions and fixes
-Misc cleanups and fixed memory leaks
-bugfixes
-translation updates
2007-11-29 20:37:26 +00:00
wiz
06d626133c Update to 2.01:
August 27 2007 - V2.01
	  Fixed UTF8 input problems with box file reader.
	  Fixed various infinite loops and crashes in dawg code.
	  Removed include of config_auto.h from host.h.
	  Added automatic wctype encoding to unicharset_extractor.
	  Fixed dawg table too full error.
	  Removed svn files from tarball.
	  Added new functions to tessdll.
	  Increased maximum utf8 string in a classification result to 8.
2007-11-29 16:42:08 +00:00
rillig
ceabeaf481 rawphoto.c uses libm. 2007-11-27 01:31:03 +00:00
obache
9154f873f0 Update RMagick to 1.15.11.
RMagick 1.15.11
o Fix bug #15887, the x_ and y_resolution
  attributes don't respect the units attribute
  (bug report from Ben Greenburg)
o Fix bug #15889, memory leak in
  Draw#composite method (bug report from Till
  Vollmer)
2007-11-26 03:21:30 +00:00
wiz
7fde2b7d97 Update to 0.8.6:
2007-08-27  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac: Up version to 0.8.6 for release

2007-08-27  Rodney Dawes  <dobey.pwns@gmail.com>

	* legacy-icon-mapping.xml:
	Add applications-other link to gnome-other
	Add phone link to stock_cell-phone

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12155
	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12156

2007-08-26  Rodney Dawes  <dobey.pwns@gmail.com>

	* README: Update with example of usage

2007-08-18  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac: Up version to 0.8.5 for release

2007-08-18  Rodney Dawes  <dobey.pwns@gmail.com>

	* Makefile.am: Handle the uninstalled pc file separate from the
	normal pc file so we don't install it

	See http://bugs.freedesktop.org/show_bug.cgi?id=10222

2007-08-18  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac: Up version to 0.8.4 for release

2007-08-18  Rodney Dawes  <dobey.pwns@gmail.com>

	* legacy-icon-mapping.xml: Fix mail status icons to be status and not
	link to the action counterparts

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11468

2007-08-18  Rodney Dawes  <dobey.pwns@gmail.com>

	* legacy-icon-mapping.xml: Add mail-attachment link

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11467

2007-08-16  Rodney Dawes  <dobey.pwns@gmail.com>

	* legacy-icon-mapping.xml: Add emotes context, icons, and links

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac: Up version to 0.8.3 for release

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	* icon-name-mapping.pl.in: Update author info

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	* AUTHORS: Update my info

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	Original patch from Damien Carbery <damien.carbery@sun.com>

	* Makefile.am: Update to include icon-naming-utils-uninstalled.pc.in

	* configure.ac: Output icon-naming-utils-uninstalled.pc

	* icon-naming-utils-uninstalled.pc.in: Add uninstalled pc.in file

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=10222

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	* legacy-icon-mapping.xml: Link help-about to gtk-about

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11168

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	Some patching from Luca Ferretti <elle.uca@libero.it>

	* legacy-icon-mapping.xml:
	Update document-revert links to use ltr/rtl forms
	Add links for emblem-{noread,nowrite}
	Add link for gtk-execute
	Add links for gtk-spell-check and stock_spellcheck
	Add link for stock_print-setup

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11479
	https://bugs.freedesktop.org/show_bug.cgi?id=11480
	https://bugs.freedesktop.org/show_bug.cgi?id=11481
	https://bugs.freedesktop.org/show_bug.cgi?id=11482
	https://bugs.freedesktop.org/show_bug.cgi?id=11507
	https://bugs.freedesktop.org/show_bug.cgi?id=11532

2007-08-01  Rodney Dawes  <dobey.pwns@gmail.com>

	Patch from Luca Ferretti <elle.uca@libero.it>

	* legacy-icon-mapping.xml: Update gtk-{indent,unindent} links

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11466

2007-03-23  Rodney Dawes  <dobey@novell.com>

	* legacy-icon-mapping.xml: Add gtk-directory link to folder icon

2007-03-23  Rodney Dawes  <dobey@novell.com>

	* legacy-icon-mapping.xml: Link process-stop to gtk-cancel

2007-02-19  Rodney Dawes  <dobey@novell.com>

	* legacy-icon-mapping.xml: Add links for document-revert
2007-11-25 23:50:55 +00:00
drochner
5345e7fb79 make this build with libsigc++-2.1 2007-11-23 11:56:14 +00:00
drochner
911d1258a9 +djview4 2007-11-22 21:04:21 +00:00
drochner
6e826156e2 import djview4-4.2.2, a djvu file viewer, from Paulo Matias per pkgsrc-wip 2007-11-22 21:02:00 +00:00
tron
10ee7e1d90 This package needs "Perl::XML-Parser" to build. Add the "p5-XML-Parser"
as a build dependence to provide this module.
2007-11-22 18:12:45 +00:00
adam
1ba6913fe7 Changes 2.4.2:
- removed broken and useless HSV Graph script
- update the histogram when a color correction tool is cancelled
- fixed a crash with certain plug-in or script descriptions
- corrected a tooltip
- fixed a crash when GIMP is run without any modules
- fixed error handling in the TIFF plug-in
- fixed a problem with Sample points
- fixed a crash when merging layers in indexed image
- update the histogram when painting
- fixed another problem with merge operations on indexed images
- fixed crash in TIFF plug-in when saving indexed images
- changed defaults so that a system monitor profile is only used when the
  user explicitely enabled this feature
- fixed endless loop when running equalize on transparent areas
- fixed heap corruption in GimpColorScale widget that caused a crash in the
  Compose plug-in
- fixed use of background color in Particle Trace script
- set the image menu insensitive when there's no image opened
- translation updates (ca, et, it, lt, pt, pt_BR, sr, sv)
2007-11-21 19:52:15 +00:00
rillig
0b7145a92e This package needs asprintf. 2007-11-20 17:46:44 +00:00
adam
4a14da9ff2 Changes 1.4.6:
* Bugfixes:
  - Bug 11972: Cannot build cairomm with Quartz enabled
2007-11-18 08:44:49 +00:00
rillig
7758bfe362 Patch empty "for" loops out of the Makefile.in files. This is needed for
Solaris.
2007-11-17 15:56:06 +00:00
rillig
737de34270 Second try, this time with testing whether the fix works. 2007-11-17 14:14:01 +00:00
rillig
bea05be913 Fixed an empty "for" loop for Solaris' ksh. 2007-11-17 14:08:35 +00:00
wiz
0b09193af9 Reset maintainer for itojun's packages. 2007-11-17 13:40:15 +00:00
rillig
105dd4b97c Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
2007-11-17 12:04:11 +00:00
obache
5bfa94f3f5 Enable to build with X-less imlib2. 2007-11-17 01:47:02 +00:00
obache
0725f99d1e Add x11 option (default: enabled).
No functionally change, but bump PKGREVISION due to detect x11 option.
2007-11-17 01:40:50 +00:00
heinz
0f470ec87d Removed ftp.rge.com from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37321.
2007-11-12 20:05:38 +00:00
heinz
e57caba77d Master site ftp.leo.org does not exist anymore. 2007-11-12 18:10:42 +00:00
wiz
dfd78e950c Remove ftp.no.mostang.com and ftp.de.mostang.com from MASTER_SITES,
they don't resolve. From Zafer Aydogan in PR 37315.
2007-11-11 23:51:54 +00:00
wiz
668ae03eb6 Update to 1.2.23:
version 1.2.23beta01 [October 15, 2007]
  Reduced number of invocations of png_strlen() in pngset.c.
  Changed [azAZ09_] to [_abcde...89] in Makefile.am for better localization.

version 1.2.23beta02 [October 16, 2007]
  Eliminated png_strncpy() and png_strcpy() (Pierre Poissinger)
  Changed $AN to $(AN) in Makefile.am.

version 1.2.23beta03 [October 16, 2007]
  Fixed off-by-one error in pngset.c
  Restore statement to set last character of buffer to \0 in pngerror.c

version 1.2.23beta04 [October 23, 2007]
  Reject attempt to set all-zero cHRM values.

version 1.2.23beta05 [October 26, 2007]
  Add missing quotes in projects/visualc6, lost in version 1.2.20rc3

version 1.2.23rc01 [November 2, 2007]
  No changes.

version 1.2.23 [November 6, 2007]
  No changes.
2007-11-11 19:08:11 +00:00
heinz
2dd8ec4b10 Added support for installation to DESTDIR. 2007-11-10 19:08:51 +00:00
markd
92a13aa44b Another xpdf issue
http://www.kde.org/info/security/advisory-20071107-1.txt
2007-11-08 21:30:57 +00:00
tnn
b535c0807d Added graphics/gimp-liquid-rescale 2007-11-04 15:56:38 +00:00
tnn
0669c9d503 Import gimp-liquid-rescale-0.3.0 from pkgsrc-wip.
This is a content-aware image resizing plugin for the GIMP.
2007-11-04 15:52:29 +00:00
rillig
979968334c Added MAKE_JOBS_SAFE as suggested in PR 35043. 2007-11-03 22:36:06 +00:00
drochner
d39b885c0a update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-03 16:36:34 +00:00
drochner
ddefd728a4 update to 2.20.2
This switches to the new gnome-2.20 branch.
2007-11-03 16:22:56 +00:00
drochner
34702d6219 update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-03 15:39:05 +00:00
jnemeth
7122633fbd gimp24 is no more... hi adam! 2007-11-01 09:39:26 +00:00
adam
3bd4e86758 Obsoleted by gimp-2.4.1 2007-11-01 09:26:43 +00:00
adam
ad9fc919f2 Changes 2.4.1:
* Bug fixes
2007-11-01 09:25:07 +00:00
drochner
ea7b246b7b update to 2.20.1.1
This switches to the new gnome-2.20 branch.
2007-10-31 20:05:48 +00:00
drochner
6a058ea1ea make this compile (with newer KDE/qt?), from Phil Nelson per PR pkg/37199 2007-10-30 21:24:14 +00:00
drochner
1278474c11 include desktop-file-utils for sanity 2007-10-29 22:34:32 +00:00
joerg
4e8350ff42 gimp 2.4 now supports DESTDIR out of the box. 2007-10-28 17:00:42 +00:00
dogcow
72233bf6bd options-ify svg and mng; the former pulls in a whole lot of gnome
infrastructure, the latter ain't very commonly used.
Both default to being active.
2007-10-28 16:43:00 +00:00
wiz
ef9b53cf0b Split off options handling into options.mk file. 2007-10-28 11:07:12 +00:00
wiz
e336ee8b49 Remove inclusion of options.mk.
Whatever was intended to happen here, that is not the correct way.
2007-10-28 11:05:45 +00:00
wiz
db056f8eed Fix typo in PKGREVISION variable name. 2007-10-28 10:58:21 +00:00
taca
65f1ddcb81 Remove none existing from MASTER_SITES. 2007-10-28 02:09:36 +00:00
bjs
18ef65ef9f Add x86_64 to the list of architectures which don't require
-DPNG_NO_ASSEMBLER_CODE.  Bump rev.  I've tested png on NetBSD/amd64
with the assembler code and it seems no less functional than NetBSD/i386.

ok'd weeks ago (before freeze)--I forgot to commit it.
2007-10-26 03:53:39 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
adam
8fe58492db Changes 2.4.0:
* Refreshed Look
* Scalable Brushes
* Selection Tools
* Foreground Select Tool
* Align Tool
* Changes in menus
* Improved display when zooming in or out
2007-10-25 21:06:15 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00