summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma84-168/+176
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-06-01Updated to version 1.37.salo3-30/+29
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>.
2003-05-31Remove duplicated lines.jmmv1-5/+1
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv4-6/+11
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
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.
2003-05-28Update blender to version 2.27. A whole lot has changed since our old 2.11jschauma10-167/+1134
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.
2003-05-28include gcc.buildlink2.mk, allows this to build on NetBSD with gcc 3.3.grant1-1/+3
2003-05-26Add NetBSD RCS tags.cjep1-0/+1
2003-05-25Add patch-ae.wiz3-3/+6
2003-05-25PKGREVISION++salo2-15/+22
- s/USE_X11BASE/USE_X11/ - new MASTER_SITES
2003-05-25make audio capture for -tv work on NetBSD.dan3-6/+6
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.
2003-05-25make audio capture for -tv work on NetBSD.dan2-1/+44
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.
2003-05-24PKGREVISION++salo6-17/+15
Enable Real{Audio,Video} support on i386, powerpc and alpha by default, using graphics/realplayer-codecs. From Matt Green.
2003-05-24PKGREVISION++salo2-18/+17
- install in alternative directory, don't conflict with RealPlayer8 package From Matt Green.
2003-05-24Updated to version 0.3.5.salo4-31/+45
Changes: - don't install static modules - enable 3DS support 0.3.5: ====== - cleanups and bugfixes - new polygonising algorithm
2003-05-24PKGREVISION++salo8-9/+154
- build and install shared libraries and example programs (patches mostly from FreeBSD) - better DESCR
2003-05-24- DESCR has 80 columns, remove licensing informationsalo3-43/+21
- simplify buildlink2.mk header files list - style nits No functional changes.
2003-05-23Updated to 1.2.4.salo10-72/+93
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
2003-05-23Use gmake to fix build problem. Fixes PR pkg/21565 by Karsten Kruse.jmmv1-1/+2
2003-05-23Updated to version 0.80.salo3-8/+24
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
2003-05-23Remove -O from default CFLAGS. Requested by Adam Ciarcinski.wiz2-7/+16
2003-05-23PKGREVISION++salo1-7/+9
- USE_X11BASE->USE_X11 after mozilla switch - style nits
2003-05-23Update to 1.0.3, from Quentin Garnier in PR 21655.wiz2-5/+5
- Fixed a bug in avilib.
2003-05-22Update package to latest version 0.6p14, as 0.6.1.14jschauma3-16/+16
Changelog not available from website.
2003-05-22Update KDE to 3.1.2.markd12-355/+49
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
2003-05-21do not use the included sparc asm on sparc64, as it doesn't build.grant1-1/+6
2003-05-13Don't work through depends list if suse6.4 since tiff isn't available there.jmc1-2/+2
Makes show-depends-dirs work without error now.
2003-05-12Redo siginfo patches to work correctly on -current alsojmc2-8/+9
2003-05-11Restructure siginfo patches so this can work on pre-siginfo systems as welljmc2-8/+25
2003-05-11Configure needs perljmc1-1/+2
2003-05-11Update MASTER_SITE to a URL that downloadsjmc1-2/+2
2003-05-10update to 5.0.1drochner13-70/+43
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
2003-05-09update to 0.91, provided by Marc Recht per PR pkg/20750drochner8-189/+235
Most notable changes: -uses gtk2 now -Python support -cleanups, UI improvements, fixes...
2003-05-07After all claim stewardship of this one.seb1-2/+2
2003-05-07Update to 1.0.2, provided by the maintainer Quentin Garnier in PR 21488.wiz2-5/+5
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.
2003-05-07use PKGNAME_NOREV in DISTNAMEabs1-2/+2
2003-05-06Use buildlink2.seb4-911/+33
Reduce configure's patch size with pkgdiff. Install documentation files in $PREFIX/share/doc/{,html/}pstoedit. Install one file at a time. Bump PKGREVISION.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv42-120/+120
2003-05-05PKGREVISION goes after PKGNAME.jmmv4-8/+8
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv20-40/+40
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-05Fix problem with kghostview only showing the first page of a multipagemarkd3-9/+10
ps file. From KDE Bug ID 57563. Bump PKGREVISION.
2003-05-03Convert to buildlink2. Do not install into X11BASE any longer; bump ↵wiz1-4/+4
PKGREVISION for that.
2003-05-02Remove obsolete comment.wiz1-2/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz104-170/+210
dependency bumps.
2003-05-01Avoid this package modifying a personal configuration file in PKG_SYSCONFDIRjmmv5-5/+40
(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.
2003-05-01Don't change permissions of files under ${WRKSRC} toagc1-2/+2
${SHAREOWN}:${SHAREGRP}, and then copy the files to ${PREFIX} - this prevents an ordinary user from deleting the files under ${WRKSRC}. Instead, copy the files into ${PREFIX} first, then change their ownership.
2003-05-01 Fixed libx2sys.a to libx2sys.la in src/x2sys/makefilekivinen2-7/+9
(patch-at).
2003-04-30Actually, Mesa's Makefile.common seems like a much better place foratatat1-1/+2
MESA_REQD, and it works much better, too. :)