Age | Commit message (Collapse) | Author | Files | Lines |
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
|
|
Make this clear in DESCR & COMMENT
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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
|
|
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.
|
|
|
|
From Lex Wennmacher's pkgconflict results.
|
|
deprecated on most systems.
|
|
|
|
the distname/dir. Fix for i386 - it seems the solaris file was not
changed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
lines.
|
|
|
|
|
|
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).
|
|
|
|
to `plplot-config --libs`.
|
|
because XFree86 4.0.x installs this file.
|
|
2.6.1.
|
|
by Lex Wennmacher's investigations.
|
|
${WRKSRC}/plplot so that they will found. This is ugly -- but what can
we do?
|
|
* 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)
|
|
|
|
release notes.
|
|
|
|
|
|
|
|
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.
|
|
|
|
directory structure now.
|
|
|
|
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>
|
|
|
|
Problem noted by Mark White <mark.white@st-edmund-hall.oxford.ac.uk> on
tech-pkg.
|
|
Fixes SPARC bulk build problem.
|
|
So don't hard code its inclusion later!
|