Fixes build with gcc3 and hopefully Alistair's bulk build.
Explicitly not updated to version 1.1.1 because while that version
builds with gcc3 with fewer patches it completely breaks gcc2.
Changes:
October 29th, 2003 ivtools-1.1.0
- re-enable use of shared memory for X11 image rendering under MacOS X
- fix command passed to popen() to detect executables on MacOS X
- fix up some AttrValue stuff
- all the changes it took to get it built with ACE on MacOS X (though
it doesn't work yet).
- the cpp bundled with gcc-3.3 has a bug, and gets confused by
back-slashed commas in macro arguments (it thinks they start a new
argument, which they don't). This introduced a problem to long stable
config files, but a workaround is here.
- this also fixes things so FreeBSD can configure on alpha architectures.
- add -svgexport flag to drawtool that by default suppresses (the
incomplete) SVG export mechanism.
without a version bump. Changes made, according to the website, for
libtool/autofoo fixes.
Some changes from Ron Roskens:
glut depends upon graphics/glu (otherwise its linked against X11R6 libs)
MesaDemos:
rather than using the pre-built distribution makefiles,
use the automake/configure built makefiles which have
the build dependencies all setup.
This closes PR pkg/23476.
Changes since 1.3.4:
* Added option to rotate image based on Exif.
* Added advanced view for exif data, shows all data in the file.
* The list of supported file formats is now built by querying gdk-pixbuf.
Installing additional image loaders (for example the one in
librsvg2 for SVG files) will now be enabled automatically.
* Fix crash when filesystem filenames are not UTF-8 even though the
system settings claim they are.
file to use. Also, on Solaris, avoid passing "-a" to xmkmf which will
cause the openwindows makedepend to be called which in turn will fail
as it was compiled with MAXFILES set too low. These changes fix
compilation on Solaris.
Changes:
- Added result window for output of editor commands.
- Fix application hang until external editor commands finish.
- utf8 fixes, filenames in application now stored as utf8.
- Fix copy/move overwrite auto rename option.
- File selection fixes.
- Fix crash when window dimensions result in hidden image.
- Memory leak fixes (several minor, two major).
apparently), so the checksum changed too. Fixes PR pkg/23333.
Also, I sent a mail to the author asking him to version his tarballs, so
we don't get that kind of trouble anymore.
o chmod -> ${CHMOD} in Makefile
o Actually, the PLIST update predates 2.7.0 release. Previous revision of
PLIST was wrong for the distfile of version 2.6.1. Also, previous
revision of distinfo had a wrong sum for the distfile since it was
updated. Bleh.
Change in 2.7.0:
o DVD case inside inserts are now supported, --create-dvd-inside option
Changes:
Added safe delete option (trash buffer), off by default.
Duplicate image results now grouped using rank, closer matches are listed first.
Results for comparing two file sets now display which list contains each image.
Sorting of filenames is now case insensitive by default.
Prebuffer next image option also retains the previous image.
Automatic list/image refresh now optional.
Size of the exif sidebar can now be adjusted.
Added undo to the sort manager.
Delete and rename dialogs now display the effected image.
Added --alternate command line option to enable testing the alternate image similarity algorithm.
Updated German and Spanish translations.
Added current folder (.) back to the simple folder list.
Increased editor slot count to 10, updated the defaults.
Removed redraw flicker when entering fullscreen.
Grey out suboptions when parent is disabled in preferences.
Exif flash display fix.
Changes:
20030815 version: exiftags 0.98
20030807 fixed some Fuji, Minotla, Nikon byte order bugs/dependencies
20030806 internal code cleanup to nicely support multiple tag sets
20030806 internal code cleanup to allow different IFD byte orders
20030806 added Sanyo maker note support
20030805 added support for Nikon D1X
20030805 fixed crash on Minolta DiMAGE EX
20030802 fixed offset check bug for ascii strings
20030801 added support for GPS info tags
20030622 fixed crashes on badly formed comments, type mismatches
20030622 added Canon 10D custom function support (thanks: Jason Montojo)
20030211 tweaked Canon 1D/1Ds custom function support
20030204 version: exiftags 0.97
20030204 fixed byte order bug displaying Exif version
20030128 assign bad or senseless tags separate dump level
20030124 internal code cleanups
20030123 assign overridden tags separate dump level
20030121 support for Canon EOS-1D & 1DS (thanks: Stan Jirman)
20030120 added -s option to customize delimiter
20030120 support for multiple shorts in a tag (e.g., subject area)
20030112 added Minolta maker note support (thanks: Javier Crespo)
20030104 removed spurious Exif header warning (thanks: Kevin Layer)
20030104 Canon ISO values (thanks: Alan Murphy)
30 August 2002 (Version 1.3):
[pb] -Added support and fixes for mpeg2 muxed files. mpgtx should now split and join mpeg2 files correct
[pb] - Improved mpgtx knowledge about length of mpeg2 movies
[pb] - removed bug which was introduced in 1.2 where demuxing was broken
18 August 2002 (Version 1.2):
[pb] - mpgtx is now able to search for a valid pack through a whole file (-X)
[pb] - added option to suppress progress output (faster) (-N)
[pb] - fixed a bug where a buffer is at end and data could not be processed -> unplayable movies
[pb] - increased file buffer for better performace to 2MB
[pb] - added option to change the aspect ratio of a movie (-A )
[pb] - added option to keep junk headers in splits (-P)
27 August 2001:
[la] - mpgtx now supports MPEG streams with leading zeros and skip them gracefully
[la] - added some support for ill-formed system streams that don't begin with a PACK
header.
(both, thank to Søren Roug)
22 August 2001:
[la] - Created a home made configure script that automagically checks
Large File support and GCC 3.0 tricks to produce correct CFLAGS
and LFLAGS.
20 August 2001:
[la] - Restored compatibility for systems older than glibc2.2+
to enable large file support build with `make lfs-support'
10 August 2001: (large file support)
[ms] - support for files larger than 2GB on systems supporting Single UNIX
Specification 2.0. Requires glibc2.1+ for build but actual support
requires both glibc2.2+ and Linux kernel 2.4+
[la] - Cosmetic changes
(The Entire Large File Support code is the courtesy of Mattias Sandgren
Please stand up and applause )
6 August 2001
[la] - tagmp3 used to return 1 even on success. changed that so that it could be
used in scripts.
(A big thank to C. R. Johnson for that.)
2003.Aug.18 (0.9.12)
* Replaced "efont-serif" fonts with those from the 'ttf-freefont' package,
for better support of ISO8859-13 symbols (e.g., for Lithuanian).
Fonts copyright the Free Software Foundation.
Thanks to Mantas Kriauciunas for the tip.
* Made main event loop ignore motion events if the loop has spun too long.
(Fixes problems where shape or stamp tools take forver to 'catch up' with
the mouse; especially noticable on slow machines over remote X display.)
* Walloon translation.
Pablo Saratxaga
* Translated to Russian
Dmitriy Ivanov
* Translated to Malay
Muhammad Najmi Ahmad Zabidi
* French translation update.
Jacques Chion
* Chinese translation update.
Wang Jian
* If gnome-config is not found, it doesn't necessarily mean Gnome isn't being
used! Makefile will now fall-back and assume $GNOME_PREFIX should be /usr,
so that the launcher icon gets installed into the Gnome menu.
* Added some "#error" directives to give verbose output regarding missing
library header files. (Typical cause of this symptom is forgetting to
install dev. packages; e.g., installed "SDL.rpm", but not "SDL-dev.rpm")
* Fixed Mac OS X #include typo.
Darrell Walisser
* Fixed bug where non-translated stamp description text would get drawn
right-to-left after the kudos text (e.g., "Great!") goes away.
Thanks to Itai
* Added call to close iconv when quitting.
John Popplewell
Darrell Walisser
* Removed static "MAX_FILES" limit; now mallocs space for file info.
structures. (Should fix large stack crash on OS X, which is good.)
* Fixed bug where translated text would revert to English in 'uppercase' mode.
* Fixed UTF-8 related bug where Lithuanian wouldn't display if using
'TTF_RenderText...', but Spanish wouldn't display if using
'TTF_RenderUTF8...'. Thanks to Mantas Kriauciunas, Robert Glowczynski,
John Popplewell and Karl Ove Hufthammer.
* Simplified CFLAGS variable in Makefile.
Ben Armstrong
* Fixed bug where ".thumbs" dir wouldn't get generated if it wasn't there
and you went to the 'Open' dialog.
* Fixed prompt bug for larger window sizes
TOYAMA Shin-ichi
Collection, from pkgsrc-wip. OK'd by seb@.
This is a tool to enable TV-Out on Linux for NVidia
cards. It does not need the kernel, supports
multiple TV encoder chips. You may use all the
features of the chip, down to direct register
access, and all resolutions and sizes the chip
supports.
Collection, from pkgsrc-wip. OK'd by seb@.
This is a tool to enable TV-Out on Linux for NVidia
cards. It does not need the kernel, supports
multiple TV encoder chips. You may use all the
features of the chip, down to direct register
access, and all resolutions and sizes the chip
supports.
from pkgsrc-wip. OK'd by seb@.
This is a tool to enable TV-Out on Linux for NVidia
cards. It does not need the kernel, supports
multiple TV encoder chips. You may use all the
features of the chip, down to direct register
access, and all resolutions and sizes the chip
supports.
cs->locked *after* acquiring the lock, so that we can count recursive locks
and unlock at the right time. Doesn't seem to affect any codecs I've tested,
but you never know...
XXX I updated configure.ac, but I can't actually patch that without running
into severe automake lossage, so that patch is not named patch-?? right now.
* play.samples is in bytes, not frames. (XXX I wonder if we can fix this or
it's too late??)
* Set blocksize much smaller so that xine thinks the pointer is "real-time".