pkgsrc/graphics
wiz 183b7f909c Update to 2.6:
Version 2.6 released, 9/2009.  [Includes libplot 4.4, interface age=2.]

ode:	 File ode/specfun.c now heavily rewritten to remove all non-GNU
	 copyrights.  For details, see the file ./COMPAT.
libplot: Several bugfixes to the SVG and PS drivers.  (Thanks to Diomidis
	 Spinellis, James Anderson, and others, for pointing out that
	 several apps that import SVG or PS were choking on libplot's
	 output.  Some still choke on its SVG output, but that's no longer
	 libplot's fault; see ./COMPAT.)
libplot: The SVG driver now no longer assumes that the application that
	 imports or displays SVG can do _any_ justification of text strings
	 (not even horizontal justification, e.g., position a string in a
	 right-justified way, with its right edge at a given point).  Many
	 SVG viewers still get this wrong.
libplot: Fig plotters now slightly increase the width of drawn lines,
	 in .fig output, to agree with the interpretation of `line width'
	 in recent releases of xfig.  (Thanks to Wolfgang Glunz and
	 Bart De Schutter for pointing out the need for this.)  This
	 affects executables built with libplot, such as `graph -Tfig'.
graph,plot,tek2plot,plotfont,pic2plot,hersheydemo: The output of the
         `--help' option now cautions that if a `-T' or `--output-format'
         command-line option is not included, the output will by default
         be in the `metafile' format, which is probably not what the user
         expects or wants (by default, it is in binary).
hersheydemo: New executable, generating a single demo page that serves
	 as an advertisement for the Hershey vector fonts.  (It replaces
         the file doc/h-demo.c.)  Invoke it by doing, e.g.,
	 `hersheydemo -Tsvg > demo.svg' , or `hersheydemo -Tps | lpr' .
         It supports the usual libplot options such as --bg-color,
	 --pen-color, and --page-size.  Also --bitmap-size, if a bitmap
	 output format is requested; but note that the Hershey fonts, not
	 being anti-aliased, do not look their best in low-resolution
	 (i.e., small-size) bitmap output.

Version 2.5.1 released, 7/2008.  [Includes libplot 4.3, interface age=2.]

package: license for the package (and for libplot) upgraded to GNU GPL v3.
libplot: SVG output format slightly tweaked, to ensure compatability with
	 SVG 1.1 syntax, as tested for by validator.w3.org.
	 Note: a few SVG editing tools, such as inkscape, currently fail
	 to agree with libplot's SVG semantics, in positioning text.
	 That appears to be their fault (they do not comply with the
	 handling of reflected text, as specified in the SVG 1.1 standard).
libplot: Fixed a bug in bounding box computatations when triangular
	 line-joins are used.
executables: Changed nearly all warning and error messages to complete
         sentences, to smooth the upcoming transition to gettext.

Version 2.5 released, 12/2005.  [Includes libplot 4.2, interface age=2.]

package: bug reporting address has changed to bug-plotutils@gnu.org.
libplot: support for rotated and sheared (i.e., "anamorphically
	 transformed") X Window System fonts has been completely rewritten.
	 Core X fonts are still used, but it is no longer assumed that the
	 X display has the ability to rasterize rotated and sheared glyphs.
	 (Recent releases of XFree86 are broken in this regard.)  Instead,
	 unrotated glyphs are retrieved from the server, and rotated or
	 transformed within libplot.  See new module libplot/x_afftext.c.
graph: plotting of rotated y-axis labels by the `-Y' option, when `-T X' is
         specified (so that output is to an X Window System display) should
         now work, even when recent broken releases of XFree86 are used.
         This is due to the above change to libplot.
libplot: URW versions of the standard 35 Adobe fonts (Helvetica,
	 Times-Roman etc.) are now checked for under their own names on any
	 X Window System display, as well as under the Adobe names.  This
	 fixes a problem with recent SuSE GNU/Linux distributions, of
	 `graph -T X' being unable to use even the default Helvetica font.
libplot: SVG output is now conformant SVG 1.1, and should not be rejected
	 by the Firefox browser.
libplot: vertical positioning of text strings by the SVG driver is
	 improved; libplot now does vertical positioning itself, since
	 many SVG renderers, e.g. Firefox 1.5, can't do it properly.
libplot: the ROTATION parameter, which is the angle in degrees at which the
	 viewport in the output (device) frame should be rotated, can now
	 take values other than 0, 90, 180, and 270.
graph,plot,tek2plot,plotfont,pic2plot: the --rotation option no longer
         requires that the specified angle be 0, 90, 180, or 270 degrees.
         Some quite postmodern effects can now be obtained.
libplot: modifiers such as "xsize=6in", "yoffset=8cm" appended to the
	 PAGESIZE parameter by the user, to do fine positioning of the
	 viewport on the output page, are no longer sometimes ignored.
graph,plot,tek2plot,plotfont,pic2plot: modifiers such as "xsize=6in",
         "yoffset=8cm" appended to the argument of the --page-size option,
         by the user, to do fine positioning of the viewport on the output
         page, are no longer sometimes ignored.
libplotter,pic2plot: problems with compilation by recent C++ compilers now
	 fixed: unsigned char* is cast to char* as needed, deprecated C++
	 headers have had their names modernized, etc.  Support for `bool'
	 in the C++ compiler is now assumed (this could be trivially backed
	 out of, if needed).
installation: entire package can now be compiled by a C++ compiler if
	 desired; request this by doing e.g. `CC=g++ ./configure'.
installation: support for pre-ANSI C compilers, such the SunOS 4.1.3 one,
	 now largely dropped.  Non-working `const' is still checked for,
	 but compiler support for prototypes and void is now assumed.
	 Removal of preprocessor macros that supported pre-ANSI C, from
	 many source files, considerably improved maintainability.
installation: updated GNU autotools now used (autoconf-2.59, libtool-1.5.6,
	 and the older automake-1.4-p6 for safety's sake).  Also, recent
	 flex/bison have been used to prepare the scanner and parser supplied
	 with the ode source (flex-2.5.31 and bison-1.875d).
graph: new short `-Q' option, which is equivalent to the long option
	 `--toggle-rotate-y-axis-label'.
graph,plot,tek2plot,plotfont,pic2plot: `--display-type' long option, the
	 name of which confused some users, has been changed to
	 `--output-format'.  The old option is still supported but is now
	 deprecated.  The short option `-T' continues to work.
libplot: problems with PS output triggering an error in some versions of
	 ghostscript (and hence ghostview, gv), due to changes in the way
	 ghostscript handles FontBBox, now fixed.  Thanks, Brian Gough (and
	 also Alex Cherepanov, who found the fix to idraw's PS prologue).
libplot: most external symbols not meant to be publicly accessible now have
	 names beginning with the prefix "_pl_", to reduce the possibility
	 of namespace collisions.  This will be completed in a later release.
executables: output of "--help" has been altered to agree with current GNU
	 coding standards.
package: copyright and license notices added to nearly all source files.
2010-05-02 13:28:43 +00:00
..
aalib Added LICENSE information. 2010-01-24 17:11:17 +00:00
agg Not make-jobs safe (fails when linking examples with -j16). 2010-01-20 12:46:07 +00:00
aqsis Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
artist PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
asymptote Update to 1.85: 2009-08-31 14:53:10 +00:00
autopano-sift-C Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
autotrace Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
aview Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
babl minor cleanup: remove a "subst" hack which doesn't apply anymore, 2010-02-05 11:42:37 +00:00
barcode Patch improperly escaped regexp strings in an awk script. Fixes broken 2008-09-08 05:13:12 +00:00
bktr2jpeg Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
blender Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
blender-doc Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
blinkenthemes bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
blinkentools Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
cairo Update to 1.8.10: 2010-02-21 13:02:46 +00:00
cairomm Changes 1.8.4: 2009-10-22 08:47:23 +00:00
cal3d Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
cal3d-examples Add user-destdir support. 2009-08-30 05:21:20 +00:00
cambevao Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
camediaplay DESTDIR support 2010-02-01 02:41:52 +00:00
camlimages Not MAKE_JOBS_SAFE. 2010-03-17 14:17:02 +00:00
cdlabelgen honour PKGMANDIR 2009-09-23 13:52:11 +00:00
Cenon More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
cheese bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
cinepaint Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
circos user-destdir support. Deal with bash dependency. Bump revision. 2009-07-09 19:48:23 +00:00
claraocr DESTDIR support 2010-02-01 02:41:52 +00:00
clutter Update clutter to 1.2.6. 2010-04-21 05:57:54 +00:00
clutter-box2d Update clutter-box2d to 0.10.0. 2009-10-26 08:48:05 +00:00
clutter-cairo switch to use clutter08. 2009-10-26 08:36:30 +00:00
clutter-gtk Update clutter-gtk to 0.10.2. 2009-10-26 08:51:01 +00:00
clutter-qt Fixes to build with qt-4.6. 2010-02-07 12:29:18 +00:00
clutter08 Import clutter08-0.8.8 as graphics/clutter08. 2009-10-26 08:30:16 +00:00
clutter08-gtk Import clutter08-gtk-0.8.3 as graphics/clutter08-gtk. 2009-10-26 08:32:30 +00:00
cnxtview Update HOMEPAGE and MASTER_SITES. 2010-02-03 05:35:00 +00:00
Coin Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
comix Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
compface Add DESTDIR support. 2009-06-11 10:04:27 +00:00
cpia2view DESTDIR support 2010-02-01 02:52:51 +00:00
cqcam Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
CRWInfo Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
dcraw Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
denemo bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
dia update to 0.97.1 2010-01-27 19:38:51 +00:00
dia-python Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
digikam Fix to build with KDE SC 4.4.2 2010-04-10 03:06:50 +00:00
digikam-doc-kde3 Explicitly mention KDE3/KDE4 in comment and description. 2010-02-15 14:44:16 +00:00
digikam-kde3 Explicitly mention KDE3/KDE4 in comment and description. 2010-02-15 14:44:16 +00:00
djview4 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
djvulibre-lib Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
djvulibre-tools Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
dvipng Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
dx Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
dxsamples Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
enblend-enfuse Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
eog Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
epeg Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-buffer Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-edb Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-eet Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-gif Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-jpeg Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-pmaps Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-png Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-sdl Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-sdl-16 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-software-x11 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-svg Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-tiff Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-xpm Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
evas-xrender-x11 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
ewipe Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
exif update to 0.6.19 2009-11-15 21:23:57 +00:00
exifprobe DESTDIR support 2010-02-03 23:27:52 +00:00
exiftags DESTDIR support 2010-02-03 23:23:27 +00:00
exiv2 Changes 0.19: 2010-01-27 12:40:48 +00:00
exiv2-organize sync w/ base exiv2 pkg 2010-01-27 14:45:11 +00:00
extrema update to 4.4.3 2010-02-11 18:28:07 +00:00
f-spot Fix libX11 runtime reference 2010-04-22 07:39:54 +00:00
f4l Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
fbm DESTDIR support 2010-02-03 23:23:27 +00:00
feh Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
flphoto Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
fly Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
fnlib DESTDIR support 2010-02-03 23:23:27 +00:00
fotoxx DESTDIR ready 2010-02-03 23:21:36 +00:00
frameworks bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
freeglut Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
freetype Use META_PACKAGE. 2009-04-08 23:05:45 +00:00
freetype-lib Add patches to avoid conflict with getline(3). 2009-08-11 15:26:22 +00:00
freetype-utils
freetype2 update to 2.3.12 2010-02-18 21:28:45 +00:00
fujiplay
g2 DESTDIR support 2010-02-03 23:11:15 +00:00
g3d Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gd Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gdchart Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gdk-pixbuf Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
geeqie Add missing dependency, which broke HTML generation and thus PLIST. 2010-02-25 14:13:54 +00:00
gegl Fix building with babl-0.1.2 2010-02-04 12:28:43 +00:00
geomview MAKE_JOBS_SAFE=no 2009-08-03 14:01:32 +00:00
get_ds7 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gfract bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gif2png Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
gif320
gifsicle Add DESTDIR support. 2008-06-20 01:09:05 +00:00
giftrans
gimageview Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gimmage Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
gimp Add pt locale file to PLIST. 2010-04-09 15:45:09 +00:00
gimp-color-manager Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gimp-docs Not MAKE_JOBS_SAFE. 2010-03-09 18:24:53 +00:00
gimp-exif-browser Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gimp-fix-ca Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gimp-liquid-rescale Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gimp-rawphoto Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gimp-refocus-it Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gimp-resynthesizer Fix HOMEPAGE, from diro@nixsyspaus.org. 2010-04-20 22:27:56 +00:00
gimp-ufraw Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gimp-warp-sharp
gimp1 Mark as meta package. 2008-06-20 00:15:35 +00:00
gimp1-base Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gimp1-data Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gimp1-wideangle DESTDIR support 2010-02-03 23:11:15 +00:00
gimp2-wideangle DESTDIR support 2010-02-03 23:11:15 +00:00
giram bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gle Remove two master sites: one does not have the file, the other times out. 2009-08-09 22:25:07 +00:00
glew Fix buildlinking on Darwin 2009-08-31 12:38:22 +00:00
glitz Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gliv bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
glpng The cmake utility recommends using OPENGL_gl_LIBRARY if GLU is not required. 2009-09-11 06:19:20 +00:00
glu Bump PKGREVISION to fix pkg-config files as noted by obache@ in the PR 41895. 2009-08-25 07:29:18 +00:00
glut Bump PKGREVISION to fix pkg-config files as noted by obache@ in the PR 41895. 2009-08-25 07:29:18 +00:00
glx-utils Update to 7.4.4. Make software ratserizer actually work. Add one patch from 2009-07-08 20:00:57 +00:00
gmngview Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
GMT Use correct variable for rpath. 2009-11-23 16:00:34 +00:00
gnome-backgrounds Update to 2.28.0, set LICENSE: 2009-11-03 00:12:12 +00:00
gnome-icon-theme update to 2.28.0 2009-10-21 16:09:56 +00:00
gnuplot Add "gd" and "pdf" options, default on. PR pkg/34757 2010-02-19 14:09:58 +00:00
gnuplot-nox11 More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
gocr Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
goocanvas bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
goocanvasmm Update goocanvasmm to 0.15.1. 2010-03-29 06:00:12 +00:00
gphoto Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gphoto2 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gqview Drop MAINTAINER. 2009-12-07 00:01:04 +00:00
gqview-devel Pass down builddir to not have stray -I options. 2009-11-26 17:34:54 +00:00
gqview-gtk1 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
grap Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
GraphicsMagick Update GraphicsMagick to 1.3.12. 2010-03-09 01:19:48 +00:00
graphviz Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
gri Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
gst-plugins0.10-cairo Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gst-plugins0.10-jpeg reset PKGREV for base pkg update 2010-02-16 13:17:28 +00:00
gst-plugins0.10-png reset PKGREVISION for base pkg update 2009-09-08 20:28:54 +00:00
gthumb Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
gtkam Recursive bump for libltdl 2009-12-15 21:41:00 +00:00
gtkglext bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtkimageview DESTDIR ready 2010-02-03 23:05:44 +00:00
gtksee DESTDIR support 2010-02-03 22:58:38 +00:00
guile-cairo Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
GUIlib Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
gwenview DESTDIR ready. Needs full libXt. 2010-02-03 23:04:20 +00:00
gwenview-i18n Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
h5utils Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
hermes Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
hicolor-icon-theme Update to 0.12. Changes undocumented. 2010-01-20 13:43:45 +00:00
hp2xx DESTDIR support 2010-02-03 22:58:38 +00:00
hugin Changes 2010.0.0: 2010-04-10 16:29:09 +00:00
icon-naming-utils Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
iGMT Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ilmbase Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ImageMagick remove one dead mirror. add south-african and japanese mirrors. 2010-04-17 17:09:01 +00:00
ImageViewer More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
imlib Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
imlib2 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
impress DESTDIR support 2010-02-03 22:58:38 +00:00
inkscape Inkscape requires boost-headers, not boost-libs 2010-02-09 10:12:13 +00:00
ivtools Update to ivtools 1.2.8 2010-04-05 22:52:23 +00:00
jasper Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
jbigkit Import jbigkit-2.0 as graphics/jbigkit. 2010-01-21 12:35:31 +00:00
jhead Upgrade to jhead-2.87; this fixes CVE-2008-4641 (fix reported by 2009-09-29 20:04:05 +00:00
jpeg update to 8a 2010-04-09 20:00:02 +00:00
jpeg2ps fix MASTER_SITE & HOMEPAGE 2009-10-12 05:33:05 +00:00
jpeg_ls Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
jpeginfo Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
jpegoptim Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
jpegpixi Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
jpegquality Fix HOMEPAGE and MASTER_SITES. 2010-05-01 20:52:36 +00:00
kbarcode DESTDIR support. Needs full libXt dependency. 2010-02-03 22:46:02 +00:00
kdegraphics3 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
kdegraphics4 Update KDE to 4.4.2 2010-04-10 02:45:02 +00:00
kipi-plugins Update PLIST to reflect additional components installed when build against 2010-04-10 03:10:15 +00:00
kipi-plugins-calendar-kde3 Explicitly mention KDE3/KDE4. 2010-02-15 14:45:17 +00:00
kipi-plugins-kde3 Explicitly mention KDE3/KDE4. 2010-02-15 14:45:17 +00:00
koverartist Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
kphotoalbum DESTDIR ready. Needs full libXt. 2010-02-03 22:53:39 +00:00
kphotobook DESTDIR ready. Needs full libXt. 2010-02-03 22:42:57 +00:00
kphotools DESTDIR support. Full libXt dependency. 2010-02-03 22:40:00 +00:00
lcms Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
lensfun Update to 0.2.5: 2010-05-02 11:39:31 +00:00
lib3ds Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libart update to 2.3.21 2010-04-13 16:45:37 +00:00
libcaca Recursive bump for libltdl 2009-12-15 21:41:00 +00:00
libexif Added LICENSE information. 2010-01-30 16:27:59 +00:00
libexif-gtk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libgdiplus Update to 2.6.4, part of mono 2.6.4 2010-04-29 08:44:58 +00:00
libggi export libXxf86dga dependency 2010-01-30 15:29:04 +00:00
libggigcp Update to libggigcp-1.0.2. 2010-01-30 15:33:25 +00:00
libggimisc Update to libggimisc-2.2.2 2010-01-30 15:29:44 +00:00
libggiwmh Update to libggiwmh-0.3.2. 2010-01-30 15:36:36 +00:00
libgii Update to libgii-1.0.2. 2010-01-30 14:54:48 +00:00
libgiigic Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libgnomecanvas bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libgnomecanvasmm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libkdcraw Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
libkexif Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
libkexiv2 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
libkipi Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
liblqr Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libotf Update libotf to 0.9.11. 2010-04-09 01:46:49 +00:00
libpano13 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
libpuzzle Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
librsvg Update to 2.26.3: 2010-05-02 11:50:16 +00:00
libscigraphica Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
libungif Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libv4l Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
libvideogfx Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
libwmf Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
libxmi libxmi is a machine-independent vector graphics rasterization library. 2009-09-01 14:33:39 +00:00
ljpeg Support DESTDIR and PKGMANDIR 2009-10-29 22:34:33 +00:00
lprof Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
magicpoint DESTDIR ready 2010-02-03 22:35:34 +00:00
Mesa Update to 7.4.4. Make software ratserizer actually work. Add one patch from 2009-07-08 20:00:57 +00:00
MesaDemos Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
MesaLib revision bump for libdrm update. 2010-04-16 13:50:51 +00:00
metacam
mgl Add destdir support and mark as not make jobs safe. 2010-02-22 11:39:10 +00:00
mng Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
mpeg2codec Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
mpgtx
ncview DESTDIR support 2010-02-03 22:37:56 +00:00
netpbm use SIGPWR only #if defined, fixes build on DragonFly, from Rumko 2010-03-28 12:36:35 +00:00
Ngraph DESTDIR support 2010-02-01 02:31:28 +00:00
ns-cult3d Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
nvtv bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ocrad Changes 0.19: 2010-03-08 12:35:54 +00:00
opencv Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
opendis Add DESTDIR support. 2008-06-20 01:09:05 +00:00
openexr Add patches for CVE-2009-1720 (multiple integer overflows in OpenEXR) and 2009-08-28 21:33:07 +00:00
OpenRM Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
optipng Changes 0.6.4: 2010-04-11 10:08:51 +00:00
ov519view DESTDIR support 2010-02-03 21:55:04 +00:00
oxygen-icons Update KDE to 4.4.2 2010-04-10 02:45:02 +00:00
p5-cairo There is no gnu-gpl-v2.1 and this package does not define it either. 2009-05-21 19:42:44 +00:00
p5-Chart Give up MAINTAINER 2009-07-17 18:00:13 +00:00
p5-Chart-ThreeD Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-clutter Fixes dependency (some bindins had been dropped when updated to 1.0.0). 2010-03-11 04:24:57 +00:00
p5-GD Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
p5-GD-Graph-sparklines Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-GD-Graph3d Importing package for p5 module for GD::Graph3d version 0.63. This supersedes 2009-08-17 17:50:11 +00:00
p5-GD-SecurityImage pkgsrc changes: 2009-05-21 18:00:52 +00:00
p5-GD-SVG Updating graphics/p5-GD-SVG from 0.32nb1 to 0.33 2009-09-19 22:35:47 +00:00
p5-GDGraph Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-GDGraph-boxplot adding license 2009-08-23 09:24:37 +00:00
p5-Gdk-Imlib Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
p5-Gdk-Pixbuf Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
p5-GDTextUtil Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-GIFgraph Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-GraphViz Fix destdir. 2009-07-16 10:51:17 +00:00
p5-Image-BMP Initial import of p5-Image-BMP-1.16: 2009-11-05 22:47:47 +00:00
p5-Image-ExifTool Update to 8.15. 2010-04-09 23:44:28 +00:00
p5-Image-Imlib2 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
p5-Image-Info Update to 1.30: 2010-01-20 14:42:51 +00:00
p5-Image-Size Updating graphics/p5-Image-Size from 3.2.1 to 3.2.2 2010-02-25 17:29:41 +00:00
p5-PerlMagick Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
p5-RRDTool-OO Updating graphics/p5-RRDTool-OO from 0.25 to 0.30 2010-03-03 18:42:37 +00:00
p5-SVG PkgSrc changes: 2009-05-01 22:03:18 +00:00
p5-SWF-File PkgSrc changes: 2009-04-11 23:15:19 +00:00
p5-Template-GD - Adding recommended dependencies (used modules) 2009-08-17 19:35:54 +00:00
PanoTools Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
pdiff Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
pear-Image_Canvas Update pear-Image_Canvas package from 0.2.4 to 0.3.2. 2010-02-06 15:49:18 +00:00
pear-Image_Color Update pear-Image_Color from 1.0.2 to 1.0.3. 2010-02-06 15:50:21 +00:00
pear-Image_Graph Update pear-Image_Graph from 0.3.0dev4 to 0.7.2. 2010-02-06 15:51:37 +00:00
pfstmo Import pfstmo-1.3.2 as graphics/pfstmo. 2009-01-18 12:48:19 +00:00
pfstools Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
pgraf Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
photopc
php-exif Reset PKGREVISION. 2010-02-27 03:35:11 +00:00
php-gd Reset PKGREVISION. 2010-02-27 03:35:11 +00:00
php-jpgraph Give up MAINTAINER 2009-07-17 18:00:13 +00:00
phpsview Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
pixieplus Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
pixmap Various fixes: 2008-11-30 08:43:16 +00:00
ploticus Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
ploticus-examples Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
plotmtv Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
plotutils Update to 2.6: 2010-05-02 13:28:43 +00:00
plotutils-nox11 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
png Update to 1.2.43: 2010-03-09 08:41:15 +00:00
png2html Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
pngcheck Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
pngcrush Changes 1.7.10: 2010-04-18 08:35:44 +00:00
pornview Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
potrace
povray Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
ppmtoxvpic More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
prag
ps2eps
pstoedit Update pstoedit to 3.50. 2010-04-13 06:53:19 +00:00
py-biggles Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
py-cairo Update to 1.8.8: 2009-08-31 08:04:32 +00:00
py-clutter Update py-cltter to 1.0.2. 2010-04-09 01:43:23 +00:00
py-clutter-gtk Import py-clutter-gtk-0.10.0 as graphics/py-clutter-gtk. 2010-03-11 06:12:59 +00:00
py-gd Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
py-gdchart Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
py-gnuplot py-gnuplot-1.8: 2009-12-15 16:41:12 +00:00
py-goocanvas bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
py-gtkglext * allow python-2.6 2010-02-22 12:10:59 +00:00
py-imaging Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
py-imagingtk Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
py-matplotlib Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary 2009-09-23 09:54:45 +00:00
py-matplotlib-gtk2 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
py-matplotlib-tk Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary 2009-09-23 09:54:45 +00:00
py-OpenGL Sync with reality: pkgsrc/devel/py-ctypes is broken, it fails even 2009-12-16 20:45:20 +00:00
py-piddle Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
qcamview DESTDIR support 2010-02-03 21:55:04 +00:00
qimageblitz Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
qiv Update to 2.2.3. Another gtk1 user bites the dust. Changes: 2010-02-07 19:30:35 +00:00
quesoglc Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
qvplay DESTDIR support 2010-02-03 21:55:04 +00:00
rabbit Update rabbit to 0.6.4. 2010-01-30 00:59:30 +00:00
radiance Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
rayshade Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
refocus-it Add DESTDIR support. 2008-06-20 01:09:05 +00:00
resize_image Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
ristretto Add ristretto 0.22 - a xfce based image viewer 2009-09-03 08:43:49 +00:00
ruby-clutter Use Ruby/GStreamer in Ruby/Gnome2 instead of deprecated ruby gstreamer0.10. 2009-12-17 11:17:13 +00:00
ruby-clutter-cairo Recursive bump from clutter-cairo. 2009-10-26 08:39:36 +00:00
ruby-clutter-core Switch to use clutter08. 2009-10-26 08:37:27 +00:00
ruby-clutter-gtk Switch to use clutter08-gtk. 2009-10-26 08:38:33 +00:00
ruby-color Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
ruby-gd Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
ruby-gnome2-gdkpixbuf Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-gnome2-gnomecanvas Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-gnome2-goocanvas Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-gnome2-gtkglext Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-gnome2-libart Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
ruby-gnome2-rsvg Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-gnuplot Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
ruby-imlib2 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
ruby-mini-magick Updated ruby-mini-magick to 1.2.5 2009-11-23 14:33:24 +00:00
ruby-opengl Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
ruby-rcairo Update rcairo to 1.8.1. 2009-12-13 12:26:44 +00:00
ruby-RMagick Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
s10sh Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
sane-backends Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
sane-frontends Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
scidavis Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
scigraphica yes this supports DESTDIR, unfortunately it is completely broken 2010-02-25 21:41:11 +00:00
scrot Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
SDL_image Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
showimg DESTDIR support 2010-02-03 21:55:04 +00:00
silgraphite Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
silgraphite-ft Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
silgraphite-xft Fixed pkglint warning. 2009-04-26 10:13:31 +00:00
simage Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
skencil Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
snx101view DESTDIR support 2010-02-03 21:55:04 +00:00
spcaview Not MAKE_JOBS_SAFE. 2010-02-15 17:21:20 +00:00
tango-icon-theme Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
tesseract Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
tex-a2ping Import tex-a2ping-2.77p as graphics/tex-a2ping. 2009-08-03 23:48:44 +00:00
tex-a2ping-doc Import tex-a2ping-doc-2.77p as graphics/tex-a2ping-doc. 2009-08-03 23:49:19 +00:00
tex-dvipng-doc Import tex-dvipng-doc-1.12 as graphics/tex-dvipng-doc. 2010-01-16 07:09:18 +00:00
tgif Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
tiff tiff seems to be a common point of failure from the jpeg fallout, 2010-01-29 11:14:57 +00:00
TiffIO Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
tkpiechart Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
tuxpaint DESTDIR support 2010-02-03 21:55:04 +00:00
tuxpaint-config DESTDIR support 2010-02-03 21:55:04 +00:00
tuxpaint-stamps DESTDIR support 2010-02-03 21:55:04 +00:00
ucview bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
unicap Fix libtool usage. 2009-11-26 15:04:03 +00:00
uniconvertor Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
urt Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
vcg DESTDIR support 2010-02-03 21:55:04 +00:00
veusz update to 1.6 2010-02-11 18:58:35 +00:00
vid Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
viewfax Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
vigra Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
vnc2swf Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
vp Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
vtk Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
vtk-data Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
vtk-docs Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
wmphoto DESTDIR support 2010-01-29 23:50:26 +00:00
wxsvg Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
x11rec turn ImageMagick/bl3 inclusion into a simple DEPENDS, nothing 2009-08-11 15:40:18 +00:00
xart Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
xbmbrowser Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xdvipresent Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
xfce4-icon-theme Upgrading Xfce to 4.6.1. 2009-09-16 01:15:32 +00:00
xfig Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
xgraph Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xli Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
xmorph Follow f2c/libf2c split: bump revision of all packages 2009-12-03 13:06:51 +00:00
xpaint Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
xplot Support staged installation. 2009-12-11 16:57:12 +00:00
xplot-devel DESTDIR support 2010-01-29 23:50:26 +00:00
xsane Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
xv The patch file in jumbo-patches is extracted in ${WRKDIR}, use it for patch, 2010-03-30 09:51:30 +00:00
xzgv bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
zphoto Bump PKGREVISION from ming shlib bumped. 2010-04-09 01:38:32 +00:00
Makefile + jpegquality. 2010-05-01 20:48:12 +00:00