depended on other changes. This led to blender segfaults at startup. Update
to a full snapshot of upstream's master branch to fix the issue.
Distfile mirrored by abieber@, thanks!
ok landry@
slop (Select Operation) is an application that querys for a selection
from the user and prints the region to stdout. It grabs the mouse and
turns it into a crosshair, lets the user click and drag to make a
selection (or click on a window) while drawing a pretty box around it,
then finally prints the selection's dimensions to stdout.
Features:
* Hovering over a window will cause a selection rectangle to appear over
it.
* Clicking on a window makes slop return the dimensions of the window.
* Clicking and dragging causes a selection rectangle to appear, renders
pretty well (compared to scrot). And will return the dimensions of
that rectangle in absolute screen coords.
* On startup it turns your cursor into a crosshair, then adjusts the
cursor into angles as you drag the selection rectangle.
* Supports simple arguments:
* Change selection rectangle border size.
* Select X display.
* Set padding size, even negative padding sizes!
* Set click tolerance for if you have a shaky mouse.
* Set the color of the selection rectangles to match your theme!
(Even supports transparency!)
* Remove window decorations from selections.
ok landry@
maim (Make Image) is a utility that takes screenshots of your desktop using
imlib2. It's meant to overcome shortcomings of scrot and performs better
in several ways.
Features:
* Allows you to take a screenshot of your desktop and save it in any format.
* Allows you to take a screenshot of a predetermined region or window of
your desktop.
* If slop is installed, it can be used for selecting a region to screenshot.
* Allows you to blend the system cursor into screenshots.
* Allows you to mask off-screen pixels to be black and transparent in
screenshots. (Great for people who use an uneven multi-monitor setup!)
- Will build correctly on more platforms (TEA upgraded
to latest version 3.9)
- upgrade to zlib 1.2.8, libjpeg-8d
- Added format option "-alpha" to PNG reader to be compatible with Tk 8.6.
- Bug fixes in various parsers to avoid core dumps when specifying a
wrong format option.
- upgrade to zlib 1.2.7, libpng-1.4.12, libtiff-3.9.4, libjpeg-8c
OK stu@