Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
is accepted. Suggested by Grant.
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
Changes:
- DESCR has 80 culumns
- whitespace
1.37:
=====
- Fix bug where combining `--rotate-X' and `-O' options would cause a
segmentation fault. Reported by Dan Lasley <Dan_Lasley@hilton.com>.
- Rearrange source tree.
1.36:
=====
* Fix subscript-out-of-range error in main.c reported by Andrea Suatoni.
1.35:
=====
- Fixed bug where `--crop' could cause a segmentation fault, present since
1.32 or 1.33. Reported by Tom Schumm <phong@phong.org>.
1.34:
=====
- Fixed bug where combining `--crop' and `-O' options could corrupt output.
Reported by Tom Schumm <phong@phong.org>.
1.33:
=====
- Be more careful about time while animating. In particular, prepare frames
before they are needed, so that they can be displayed exactly when
required. Problem reported by Walter Harms <WHarms@bfs.de>.
- More warning fixes.
1.32:
=====
- Add `--multifile' option handling concatenated GIF files. This is useful
for scripts. For example, `gifsicle --multifile -' will merge all GIF
files written to its standard input into a single animation.
- More fixes for spurious background warnings.
1.31:
=====
- Changed behavior of `--crop X,Y+WIDTHxHEIGHT' option when WIDTH or HEIGHT
is negative. Previously, zero or negative WIDTH and HEIGHT referred to
the image's entire width or height. Thus, the option `--crop 10,0+0x0'
would always lead to an error, because the crop left position (10) plus
the crop width (the image width) was 10 pixels beyond the image edge. The
new behavior measures zero or negative WIDTH and HEIGHT relative to the
image's bottom-right corner.
- Changed background behavior. Hopefully the only user-visible effect will
be fewer spurious warnings.
- Fixed a bug that could corrupt output when optimizing images with `-O2'
that had more than 256 colors.
1.30:
=====
- Fixed bug in ungif code: Writing a large ungif could corrupt memory,
leading eventually to bad output. This bug has been present since
Gifsicle could write ungifs! Bad files and assistance provided by Jeff
Brown <jabrown@ipn.caida.org>.
|
|
|
|
the shared share/mime-info directory. Bump PKGREVISION.
|
|
libstdc++ in gcc3.
when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.
packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
|
|
package, most notably the fact that blender is now Open Source Software, and
we can thus compile it instead of using binary only packages. The new homepage
is http://www.blender.org.
This package tested under NetBSD/i386, NetBSD/macppc and Linux/i386 -- other
platforms are encouraged to test, but hardly any modifications should be necessary.
|
|
|
|
|
|
|
|
- s/USE_X11BASE/USE_X11/
- new MASTER_SITES
|
|
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.
XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio. I've left the
multiplication in the patch, commented out. The present patch works just fine,
so probably my calculations are wrong.
This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
|
|
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.
XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio. I've left the
multiplication in the patch, commented out. The present patch works just fine,
so probably my calculations are wrong.
This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
|
|
Enable Real{Audio,Video} support on i386, powerpc and alpha by default, using
graphics/realplayer-codecs.
From Matt Green.
|
|
- install in alternative directory, don't conflict with RealPlayer8 package
From Matt Green.
|
|
Changes:
- don't install static modules
- enable 3DS support
0.3.5:
======
- cleanups and bugfixes
- new polygonising algorithm
|
|
- build and install shared libraries and example programs
(patches mostly from FreeBSD)
- better DESCR
|
|
- simplify buildlink2.mk header files list
- style nits
No functional changes.
|
|
Changes:
- DESCR has 80 columns
- better COMMENT
- sync buildlink2.mk with reality
- style nits
1.2.4:
======
- numerous bugfixes, too many to mention. see ChangeLog for details
- print plug-in now depends on libgimpprint
|
|
|
|
Changes:
- USE_X11 to reflect mozilla switch
0.80:
=====
- Added option "display" which is passed to mplayer
- Fixed a cosmetic debug message
- Downloading prior to playing and saving off to a directory
- Fixed up the filename for downloaded files
- Copy files that have been downloaded to cache, that way we don't
download twice
- If file is downloaded already, don't download again, looping
optimization
- Fix crash
- Fix problem with startrek.com
- Added patch from Giuseppe Ghibo for osd
- Added support for $HOME in dload-dir and logfile config options
- Help rtsp protocol work
- Added video/quicktime:sdp:Quicktime
- Fixed a bug at www.apple.com/switch
|
|
|
|
- USE_X11BASE->USE_X11 after mozilla switch
- style nits
|
|
- Fixed a bug in avilib.
|
|
Changelog not available from website.
|
|
Changes:
kdegraphics:
* kghostview: Better handling of half-broken Postscript and PDF files
* kghostview: Fix the opening of files on the command line, which was not working
if the paths contained non-alphanumeric characters or were absolute paths
* kghostview: Work around -dMaxBitmap bug in gs version 6.5x
* kghostview: Reset orientation and paper size selectors after opening a new
document
* kghostview: Security fix for #56808. The security patch which was present in
version 3.1.1a caused problems for some users and has been corrected
* kghostview: ghostscript version 8 is now supported
|
|
|
|
Makes show-depends-dirs work without error now.
|
|
|
|
|
|
|
|
|
|
mostly a bugfix release
other changes:
- updated GL/gl_mangle.h file
- use glPolygonOffset in gloss demo to avoid z-fighting artifacts
- updated winpos and pointblast demos to use ARB extensions
- disable SPARC normal transformation code
|
|
Most notable changes:
-uses gtk2 now
-Python support
-cleanups, UI improvements, fixes...
|
|
|
|
Changes:
- Imported changes that make the ogmtools compile and work under FreeBSD
(and possibly under other BSD variants as well); patch by
Andrew Williams <andrew.s.williams AT adelaide.edu.au>.
- Lots of fixes for endian handling (thanks for the large patch to
Andreas Schwab <schwab AT suse.de>).
- Fixed a segfault in ogmdemux (thanks to Tilmann Bitterberg).
- Made the OGM reader more error resiliant if the file is damaged.
|
|
|
|
Reduce configure's patch size with pkgdiff.
Install documentation files in $PREFIX/share/doc/{,html/}pstoedit.
Install one file at a time.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
ps file. From KDE Bug ID 57563.
Bump PKGREVISION.
|
|
PKGREVISION for that.
|
|
|
|
dependency bumps.
|
|
(which is wrong anyway if you don't use the default). For now, request the
admin to do the change manually. Bump PKGREVISION to 1.
|