Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
distinfo. The patch files are called patch-aa and patch-ab.
|
|
error: invalid lvalue in assignment
in editor/pnmaddnoise.c.
This was noticed on DragonFly with gcc 3.4.5.
Found idea from DarwinPorts.
Also tested on NetBSD 2.0.2 (gcc 3.3.3) and Linux (gcc 3.3.5).
I do not know if this is improved in netpbm upstream yet.
Okay'ed by maintainer.
|
|
strips out the logic that determines which integer types are available,
and yet building the jasper library relies on those integer types to
be correctly provided. Just punt on the whole thing and use the
graphics/jasper dependency instead. This fixes building netpbm on
Solaris and older versions of FreeBSD.
Bump the PKGREVISION to 1. The jasper library is only linked into two
executables, so there is no need to do a recursive PKGREVISION bump.
|
|
1) Simplify the way how an emacs version is picked when no emacs
is installed, but a user try to install an Emacs Lisp package.
Just pick up the version set as EMACS_TYPE than searching for
versions already installed etc. If the EMACS_TYPE version is
not supported by the Emacs Lisp Package, just fail. EMACS_TYPE
be default to GNU Emacs 21.
(In other words, users should set EMACS_TYPE as they want.
Otherwise GNU Emacs 21 is used.)
2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
used. This keeps dependency graph of Emacs-Lisp-packages-
installed-for-XEmacs consistent.
3) Document EMACS_* variables as much as possible.
4) Provide more cookies for PLIST. Maybe utilized later.
Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour. So no version / revision bumps in this commit.
|
|
changes:
-translation updates
|
|
|
|
XMKMF after bsd.pkg.mk. Eventually, we should probably provide a makedepend
in pkgsrc which can be used instead of the broken solaris one.
|
|
Package now depends on libexif.
Website says:
One month after 1.2.91, here is 1.2.92, featuring the following
changes:
* New features:
* The slide show can now display images in random order.
* New shortcuts have been introduced to browse the folder hierarchy
(Patch by Michael Rolf):
* Alt+Down goes to the first sub-folder
* Alt+Backspace goes to the previous folder
* Alt+Space goes to the next folder
It is now possible to scroll images with the keyboard. (Patch by
Michael Rolf)
A new view has been added to quickly access bookmarks.
Images are now prefetched in advance also when browsing in the
thumbnail view using the cursor keys or keys for next/previous.
In full screen mode, pressing Enter will toggle the full screen bar.
KIPI plugins can now access JPEG comments.
Zoom in and out actions have been added to the KParts.
An "Other..." entry has been added to the external tools menu.
The drag'n'drop popup menu now contains an entry to create a
symbolic link.
Fixes:
* In the thumbnail view, folder and archive filenames are always
shown, even if the user choose to hide image filenames.
* When right clicking on files from the folder KPart, the Konqueror
popup menu will now appear, instead of Gwenview's menu.
* The context menu which appears when right clicking on the
background of a file view now shows information relative to the
current folder, rather than the current image.
* The destination URL is now set to the current URL in KIPI plugins.
* The folder name is used as the album name for KIPI plugins.
* The JPEG comment editor has been fixed to avoid adding a dummy
character at the end.
* Double click behaviour has been changed to always toggle browse
mode.
And:
New development version: 1.2.91
* The file view now features three modes: details, thumbnail with
info on the right and thumbnail with info on bottom. In the "info
on the right" mode, the file name, date, image size and file size
are displayed. In the "info on bottom" mode, the user can choose
what information should be displayed.
* The thumbnail size can now be set with a slider.
* Thumbnail can now be as big as 256x256.
* Non-blocking image preloading in advance.
* With two-pass painting, turn off dithering in the first pass for a
small performance improvement with non-truecolor displays.
* Hints for mouse usage in the image view are shown in the status
bar.
* In addition to the file count, the status bar now shows the
current image position.
* Two variables have been introduced for the On Screen Display: %n
is the current image position, %N is the image count.
* An option has been added to disable automatic rotation of images.
Fixes:
* Progressive JPEG files are really shown progressively.
* In the thumbnail view, make sure we report image sizes for JPEG
with embedded thumbnails.
* The JPEG loader has been fixed so that it doesn't crash on some
broken JPEGs.
* Fix premature end when decoding MNG images.
* Gwenview now dynamically links with installed version of libexif
not installed. Using it is considered deprecated.
* The "best" smoothing algorithm has been tweaked to produce
slightly less blurry results.
* External tools are now sorted by name in the menu and the dialog.
|
|
Add ppmdraw.
Add pammixinterlace. Thanks Bruce Guenter <bruceg@em.ca>.
Add pgmmedian.
Add pnmaddnoise.
pnmtopclxl: add -rendergray option.
pnmtopclxl: add -jobsetup option.
pstopnm: add -dSAFER Ghostscript option.
pnmcrop: add -margin option.
pnmcrop: add -borderfile option.
pnmnorm: add -luminosity (which was already default),
-colorvalue, and -saturation.
pnmtopng: Don't include any alpha info if supplied alpha mask
is all opaque.
ppmcie: Make white point mark more visible.
pamdice: Remove restriction of 100 slices in each direction.
pnmtopng: Fix bug: erroneous transparent pixels when supplied
alpha mask is all opaque.
Fix bytesToWordInt(): converts incorrectly on a machine that
has pointer size != word size and uses the general case code.
libnetpbm: fix basic pm_readlittleshort() bug introduced
in 10.27. Affects mdatopbm, rawtopgm, lispmtopgm,
pcxtoppm, winicontoppm, bmptopnm, sirtopnm, xwdtopnm,
cameratopam.
pamlookup: fix universal crash. Thanks "Colley, Anthony
W." <Anthony.Colley@ngc.com>
pbmtolj: fix bug from 10.28: crashes with a line which is
a multiple of 8 plus 7 pixels wide not counting white right
margin.
ppmtompeg: fix uname() rc test (sometimes > 0 is success).
|
|
three months ago, so there is no need for this separation any more.
Simplifies maintenance. Bump gnome-desktop's PKGREVISION to 1.
|
|
- use graphics/jasper instead of built-in jasper which has little hope
of building on Solaris
- use putenv() instead of setenv()
- fix abuse of _XOPEN_SOURCE
no PKGREVISION bump as no dependency change except on Solaris, where
this didn't build before.
|
|
Bump PKGREVISION.
|
|
|
|
this way, configure will continue, even with no ghostscript installed
at build time. I realli don't want a hard dependency on a specific version.
Should fix build error seen in bulk build.
|
|
too many changes to list here -- see the ChangeLog for details
|
|
local libXpm. Fixes linking problems on solaris.
|
|
* API changes
* Bug fixes
* Improvements
|
|
* Bug fixes
* Improvements
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
* In addition to hot pixels in an otherwise black image, the `jpeghotp'
program can now also find dead pixels in an otherwise white image.
* Fail gracefully if the locale cannot be set.
|
|
|
|
Permission to copy and distribute XV in its entirety, for
non-commercial purposes, is hereby granted without fee, provided that
this license information and copyright notice appear in all copies.
Note that distributing XV 'bundled' in with any product is considered
to be a 'commercial purpose'.
Define NO_BIN_ON_{CDROM,FTP} because the package has been patched, and
because the binary package does not include source.
If you redistribute XV, the *entire* contents of this distribution
must be distributed, including the README, and INSTALL files, the
sources, and the complete contents of the 'docs' directory.
The software may be modified for your own purposes, but modified
versions may not be distributed without prior consent of the author.
|
|
pull in the Jumbo patches from http://www.sonic.net/~roelofs/greg_xv.html.
As far as I can see this covers all our existing patches for added
functionality, although I cannot claim that I have tested each and
every one of them in the new version.
These patches disable a number of image formats that I think are less
common, which have potential heap overflows in the code due to in-
sufficient validation of image dimensions.
The version of the Jumbo patch used here is the 20050501 version.
Package revision bumped to nb10.
|
|
|
|
* Minor bug fixes and improvements
|
|
- security fix for SA16184, patch from Debian
Changes:
- ppmtompeg: fix insecure temp file creation
- jpeg2000: don't do unsafe temporary files
- add cameratopam (Dave Coffin's dcraw)
- various other bugfixes
|
|
changes:
1.274
Fixed the Kodak NC2000F, and improved the Minolta DYNAX 5D.
Correctly flip NEF files that Nikon Capture has modified.
1.273
Support Adobe DNG version 1.1.0.0.
1.272
Added the Leaf Aptus 17.
1.271
Fixed gcc warning.
1.270
Fixed serious problems with the Imacon Ixpress.
Moved most verbose messages out of main().
1.269
Various changes regarding headerless raw photos.
Support the Nikon D50 with camera white balance.
----------------------------
revision 1.268
Added AVT and ISG cameras.
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
o require at least gcc 3.4 on x86_64, as 3.3 gets an ICE.
o depends on zlib>=1.2.1, which is povray's requirement, so that the
package doesn't try to use its own zlib and libtiff (for some reason
configure fails to configure the provided libs properly when gcc 3.4 is
used)
Bump PKGREVISION.
|
|
needed for ISO C90 compliance.
|
|
|
|
* Appending from files does not set the string for "last loaded file". That could give an accidentally save over of used library files.
* International Font support was broken for non-Latin fonts.
* Other fixes
|
|
hopefully fixes build error seen in 1.6.2 bulk build
|
|
|
|
changes:
bugfixes and API enhancements
|
|
Changes:
* kpdf: Improve the rendering of pageview message on some decorations
* kpdf: Made TOC work with a single click
* kpdf: Make TOC links to external documents work
* kpdf: Make opening pdf from hyperlinks work again
* kpdf: Try fix for sizing problem
* kpdf: Try fix for pdf regeneration problems
* kpdf: Address bar does not update when changing pdf within inside kpdf
* kpdf: Some improvements in rendering
* KolourPaint: Enforce text box font height to prevent e.g. Chinese
characters in buggy fonts from enlarging the text box and putting the
cursor out of sync with the text
* KolourPaint: Clicking in a text box selects a character based on its
midpoint - not leftmost point - to be consistent with all text editors
(esp. noticeable with big fonts)
* KolourPaint: Return and Numpad 5 Key now draw
* KolourPaint: Tool Actions placed outside the Tool Box resize with their
toolbars
* KolourPaint: Ensure Color Similarity maximum is 30, not 29 due to gcc4
* KolourPaint: Tool Box traps right clicks (for the RMB Menu) on top of
tool options widgets and the empty part of the Tool Box
|
|
Behavioral changes
------------------
Clips are changed to only affect destination operands, not
sources. This gives the desired behavior for cairo. If the X server's
Render implementation wants to use pixman it will have to select
source clipping, (presumably through a new API call that we can add at
that poin).
Bug fixes
---------
Fix leak of the clip region associated with an image in
pixman_image_destroy.
Fix units for stride return to be FbStip-sized, (this bug was causing
non antialiased text in cairo to appear as garbage).
Other changes
-------------
The implementation has been merged considerably with xserver/fb. Most
of the merge was just name changes, but there were likely some bug
fixes or performance improvements in there as well.
|
|
in follow-up to PR 30318.
|
|
|
|
* Flowed text: text objects that automatically reflow in any shape (not
only rectangle).
* Text selection: finally you can shift+arrow or drag over part of a
text and apply any style to the selected span.
* Gradient tool: a completely redesigned and much easier to use gradient
interface, with gradient handles displayed right on canvas.
* Effects are now usable from within Inkscape on all platforms; this
version ships with a collection of effects including path
interpolation, randomization, and various fractal algorithms.
* Color swatches: a standard facility in most graphic software, now in
Inkscape too.
* Colored clones: clones can now be painted differently from their
original.
* Tile tracing: the Tile Clones dialog can trace the existing image with
the tiling, producing a multitude of exciting effects.
* Grid arrange, baseline align, unclumping: new powerful ways to arrange
objects.
* Better PS/EPS export: gradient support, better text handling, a
command line option for batch export.
* Command line SVG analysis: use Inkscape from the command line to query
coordinates and dimensions of objects in an SVG file.
* Better SVG/CSS compliance: notably, internal CSS stylesheets are now
supported (read-only).
* OS X support: In addition to Linux and Windows, Inkscape 0.42 is
available as a fully self-contained dmg package for Mac OS X.
|
|
changes: minor bugfixes and improvments in windowmanager communication
|
|
|
|
* ppmtompeg: fix uname() rc test (sometimes > 0 is success)
* Fix bytesToWordInt()
|
|
checksum and size were correct and I managed to download the outdated
version from two different hosts. Must be Monday ...
Oh yes, bump the package revision again.
|
|
So bump the package revision.
|
|
|
|
* Bug fixes
|
|
JPEG pictures with certain EXIF data, like those from SONY, Nikon
or Canon digital cameras.
Obtained from libexif CVS, exif-data.c, rev. 1.68, via FreeBSD.
Noted by Leonard Schmidt on tech-pkg.
|
|
List posted to tech-pkg by jmmv on June 15, no negative comments.
|