summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2001-04-18o use /dev/sound, not /dev/audiozuntum2-6/+6
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc302-795/+579
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+9
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-04-14this pkg installs only a library (and headers etc.), no binary.hubertf2-5/+5
Make this clear in DESCR & COMMENT
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb12-24/+24
2001-04-13unzip is not necessary, so remove it from BUILD_DEPENDSzuntum1-2/+1
2001-04-13Add NetBSD ID to the MESSAGE filezuntum1-0/+4
2001-04-13Cosmetic changes.jtb1-20/+17
2001-04-12add & enable avifilezuntum1-1/+2
2001-04-12Initial import of avifile-0.53.5zuntum22-0/+431
An MPEG-4 (aka DivX) player built around the Windows binaries, but does not need Wine. There is also a xmps plugin you can build (manually). NOTE: aviplay (player originally included in the package) does not work and thus the package does not build it. I'll send mail about tiny, but working player to netbsd-users@netbsd.org soon.
2001-04-12add & enable win32-codecszuntum1-1/+2
2001-04-12Initial import of win32-codecs-010122 (required for incoming avifile import)zuntum4-0/+98
A huge compilation of Win32 codecs: Video: - Win32 VfW DLLs: Indeo Video 3.2, 4.1 Microsoft MPEG-4 v1 & v2 beta Microsoft MPEG-4 v3 ( also known as DivX ;-) ) Cinepak Video ATI VCR-2 I263 - Win32 DirectShow filters, decompression-only support: Microsoft MPEG-4 v3 ( this decoder is slower than VfW one, but offers wider range of picture control features ) Windows Media Video 7 Indeo Video 5.0 Motion JPEG ( using Morgan Multimedia shareware codec ) - Open-source plugins: Motion JPEG ( using libjpeg, very slow ) Audio: - Win32 ACM DLLs, decompression-only support: Windows Media Audio ( also known as DivX ;-) Audio ) MS ADPCM Intel Music Codec - Open-source plugins, decompression-only support: PCM AC3 IMA ADPCM MPEG Layer-1,2,3 ( compression into MP3 is also supported ) MSN Audio GSM 6.1 Audio - Win32 DirectShow filters, untested decompression-only support: Voxware Metasound ACELP.net
2001-04-12Trivia - What's wrong in this picture:hubertf5-11/+20
smaug% grep 'MesaLib.*3.4' */*/Makefile* graphics/Mesa/Makefile:DEPENDS+= MesaLib-3.4:../../graphics/MesaLib graphics/MesaLib/Makefile:DISTNAME= MesaLib-3.4.1 Invent a variable MESA_VERSION in Mesa/Makefile.common and use it.
2001-04-12Wildcard dependency on gtkglarea.wiz1-2/+2
2001-04-11Add a conflict -- both packages have a `pgps' executable.jtb1-1/+3
From Lex Wennmacher's pkgconflict results.
2001-04-11Get rid of some use of __NetBSD__. "values.h" is either inexistant orjtb12-144/+94
deprecated on most systems.
2001-04-10Make the pkg name a bit more standard (rename to 3.10anb1)hubertf1-2/+2
2001-04-09It seems Macromedia replaced the file on their server without changinghubertf1-2/+2
the distname/dir. Fix for i386 - it seems the solaris file was not changed.
2001-04-09Move CONFLICT line for pkglint.wiz1-3/+3
2001-04-08Bumped the package version after last changemanu1-2/+2
2001-04-08Fixed minor problems, added support for i386 (not ready yet)manu3-5/+7
2001-04-06Updated to ncview-1.92c. No changelog.jtb5-18/+27
2001-04-05Standardize patch file names.wiz2-3/+3
2001-04-05Standardize patch file names.wiz18-40/+41
2001-04-03Move ghostscript-fonts from print to fonts.wiz1-2/+2
2001-04-02Disable vidmode, since this doesn't work on XF4 after v1.3 of patch-ai.wiz1-1/+2
2001-04-02Fix big-endian support. Problem was that the targa code would load awrstuden2-1/+41
little-endian short into an int, then byteswap the int. That's essentially le32toh() when it should be le16toh(). This ended up in making numbers 0x10000 times too big. Also got rid of a potential unaligned-access.
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz2-4/+4
lines.
2001-04-02Indentation & MKDIR -> INSTALL_DATA_DIR.wiz1-11/+11
2001-04-02Move line to please pkglint.wiz1-3/+3
2001-04-02Update to 1.0.10. Updates are bug fixes and MMX support.mjl2-5/+5
Moved some error checking from png_handle_IHDR to png_set_IHDR. Added PNG_NO_READ_SUPPORTED and PNG_NO_WRITE_SUPPORTED macros. Revised png_mmx_support() function in pnggccrd.c Restored version 1.0.8 PNG_WRITE_EMPTY_PLTE_SUPPORTED behavior in pngwutil.c Fixed memory leak in contrib/visupng/PngFile.c Fixed bugs in png_combine_row() in pnggccrd.c and pngvcrd.c (C version) Added warnings when retrieving or setting gamma=0. Increased the first part of msg buffer from 16 to 18 in png_chunk_warning(). Fixed bug in progressive reading (pngpread.c) with small images (height < 8).
2001-04-02Regen.jtb1-2/+2
2001-04-02Missed second instance of `plplot_linkage` which should have been changedjtb1-2/+2
to `plplot-config --libs`.
2001-03-31Add "lib/X11/doc/html/xpaint.1.html" to the package list dynamicallytron1-1/+8
because XFree86 4.0.x installs this file.
2001-03-31Remove "lib/X11/doc/html/xpaint.1.html" which isn't installed by versiontron1-2/+1
2.6.1.
2001-03-31Both packages conflict -- each has program named 'animate'. Discoveredjtb2-2/+6
by Lex Wennmacher's investigations.
2001-03-31Note that it is necessary to copy the plplot include files tojtb1-1/+3
${WRKSRC}/plplot so that they will found. This is ugly -- but what can we do?
2001-03-30Update to 2.6.1. Changes:hubertf7-83/+67
* graphic.c: If the user tries to print a file that has never been saved, complain. * README: Updated maintainer info. * README: Updated URL for libraries. Describe use of Print option. * Help.txt: Document 'Spline Curve', 'Clone Region', 'Print', and 'Refresh'. * snapshot.c: Introduced new "Snapshot" operation (grabbing a window or mouse-selected rectangle from screen) * Help.txt: updated Help file accordingly * graphic.c: Introduced a "Clone region" function * splineOP.c: created basic spline curve operations * rw/writeTIFF.c: Bug fix; writing TIFF was broken for depth > 8. * operation.c: Reorganized order of icons in main control panel * graphic.c: Added a "Print" option in the file menu, to the effect of calling an external printing utility (xv is a good candidate)
2001-03-30Use `plplot-config --libs` for plplot-5.0.3 instead of `plplot_linkage`.jtb3-9/+9
2001-03-30Updated to plplot-5.0.3. No Changelog -- see the PLplot homepage forjtb8-55/+256
release notes.
2001-03-30Fix quoting problems.mycroft2-4/+4
2001-03-30Respect CC and CFLAGSzuntum3-8/+16
2001-03-29enable recent additionsdrochner1-1/+2
2001-03-29Updated to geomview-1.8.1.jtb5-98/+221
1.8.1 March, 2001 This is a bugfix release. * No segfaults at startup on linux. * Toggle buttons are visible again. * Binary I/O on linux works. Changelog: 2001-03-24 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Do not add -XSVR4 and -common to CFLAGS when configuring with IRIX cc. 2001-03-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * doc/Makefile.am (EXTRA_DIST): Remove motion.pdf. * configure.in: Set revision to 1.8.1. * m4/geom_local.m4 (GEOM_FIND_I_OPTION): Respect prior setting of $CPPFLAGS while probing. 2001-03-19 Mark Phillips <mbp@geomtech.com> * doc/motion.tex: new file added to release; documents the mathematics behind Geomview's motion model. For use by developers (not needed by regular users). 2001-02-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Add AC_FUNC_SETPGRP. 2001-02-18 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Add option --with-build-path. Use AC_PATH_XTRA. Correct the X library link order. Make sure to check /usr/local/lib for all libraries that check /usr/local/include. Check for <forms.h> in $x_includes and $x_includes/X11. Make sure both the includes and the libs are correct before using FORMS. Announce whether Xmu is found. General tidying up. 2001-02-17 Steve Robbins <steve@nyongwa.montreal.qc.ca> * acconfig.h: Close comment above define for HAVE_FMEMOPEN. * configure.in: Check endianness and check for header netinet/in.h. * doc/Makefile.am: Only build "geomview.pdf" on target "pdf". 2001-02-11 Steve Robbins <steve@nyongwa.montreal.qc.ca> * m4/geom_local.m4 (GEOM_CHECK_XFORMS): New. If XFORMS library is available, set variables for finding includes and libraries, emit warning if XFORMS is not available. 2001-01-16 Steve Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: removed redundant --with-forms argument; its effects got overwritten by --with-xforms, anyway. 2000-11-23 Steve Robbins <steve@nyongwa.montreal.qc.ca> * src/Makefile.am (geomview): look for "gvx" in $(moduledir) rather than $(bindir). (CLEANFILES): clean geomview script.
2001-03-28Communication with Canon Powershot digital cameras. Tested with USB only.drochner7-0/+107
2001-03-28Don't try to remove "share/pixmaps" which is part of the standardtron1-2/+1
directory structure now.
2001-03-28tolerate t1lib>=1.0.1 in preparation for an updatedrochner1-2/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf14-35/+34
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-26Change diff so patchdiff works.skrll2-5/+5
2001-03-26Fix installation.skrll8-98/+163
Problem noted by Mark White <mark.white@st-edmund-hall.oxford.ac.uk> on tech-pkg.