Enblend combines images that partially overlap into a single large
image with no seams (panorama generation). This is a command-line
tool which performs the actual composition; another tool is required
to line up the images ready for input (e.g. Hugin).
Enfuse combines images that overlap into a single image with good
focus and exposure (exposure stacking for high dynamic range, focus
stacking for extended depth-of-field).
will be hooked to the build after tests on additional arch.
big thanks to Emmanuel Viaud for rewriting some C++ to build with GCC 3.
The panorama tools are mainly used to build panoramic images from
a set of overlapping images. The usability extends beyond "just"
building panoramas by far though. You can, for instance, use them
to render an average of multiple images to broaden the dynamic range
of the images or average out noise. You can also build object movies
with them, morph between images and much more.
will be hooked to the build after tests on additional arch.
tweaks to autoconf input files from Emmanuel Viaud, thanks!
(ready for a gcc4 switch to enable webkit)
notice -phonon got scraped, because it becomes too hard to keep phonon out
of main qt tools way (like assistant on top of qtconfig)
- remove clamav flavour in favour of enabling clamd support in
the main package.
- rearrange the Makefile slightly
the clamav flavour was using libclamav, which past experience shows
to not be a stable interface to the clamav virus scanner; dansguardian
also supports scanning via the clamd socket, this is now enabled
instead (by default since it doesn't add a required dependency).
note: those currently using the clamav flavour and upgrading will
need to adjust their configuration.
maintainer timeout. on ports@ for a few days, lightly tested here
but lacking test reports from real users.
This tool allows you to search, index and download/stream:
* BBC iPlayer TV - H.264 / Quicktime / mov and Flash / AVI
* BBC iPlayer Radio (Local and National) - 128+ kbps MP3 / AAC and
Realaudio
* BBC Podcasts - 128 kb/s MP3 / AAC
* BBC iPlayer TV subtitles - SubRip / srt
* ITV player Catch-up or classic TV - WMV / ASF
* Hulu.com* TV - MP4
* Hulu.com* Closed-captions / subtitles - SubRip / srt
get_iplayer has PVR-like capabilities (like Sky+ / TiVo / Series-Link);
You can save lists of programme searches which are automatically
downloaded when they become available.
See http://rhn.redhat.com/errata/RHSA-2009-0430.html for details.
Also, fix license marker, update plists and simplify the pkgname
(dropping the pl, which seems to confuse bsd.port.mk's update
target).
ok naddy@, who had almost the same diff
and tweaks by myself.
A small dumper for media content streamed over the RTMP protocol.
Supplying an rtmp url will result in a dumped flv file, which can be
played/transcoded using ffmpeg/mplayer, etc.
Gtk+2, slightly derived from gnome-ssh-askpass provided in openssh-portable
tarball. Features fullscreen dialog and translucent background.
ok ajacoutot@
GNU libxmi is a C/C++ function library for rasterizing 2-D vector
graphics. It can draw 2-D graphical primitives, including wide
polygonal lines and circular and elliptical arcs, into a user-supplied
matrix of pixels. Sophisticated line styles, such as multicolored
dashing patterns, can be specified. There is also support for filling
and texturing polygons.