images. The degree of compression is adjustable so a user can choose the
trade-off between file size and image quality.
webpconv is a command line tool for converting images to and from
the WebP format.
WWW: http://code.google.com/speed/webp/
instead of the developers' own site, because they insist on using name of
"download.html" and don't provide a useful mtime.
The above was requested by one named: jhell,v
While here, add patches from Debian/Ubuntu to fix varargs-manipulations, and
from Gentoo to fix mode of the newly-created files.
Also, make sure the man-page of selthresh is installed.
Replace my hack from 2008 with the MAKE_JOBS_SAFE=yes.
C/C++ extension loading library. GLEW provides efficient run-time mechanisms
for determining which OpenGL extensions are supported on the target platform.
OpenGL core and extension functionality is exposed in a single header file.
GLEW has been tested on a variety of operating systems, including Windows,
Linux, Mac OS X, FreeBSD, Irix, and Solaris.
This is the linux verson.
WWW: http://glew.sourceforge.net/
PR: ports/150742
Submitted by: Eitan Adler <lists at eitanadler.com>
Makefile changes:
- Add LICENSE
- Update MASTER_SITES
- Use gnomehack for proper pc file installation
- Hack documentation installation to make it optional, it needed patched
to install in the correct location anyways
- Disable CPU optimizations by default
PR: ports/150871
Submitted by: Jason E. Hale (maintainer)
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
The JOGL project hosts the development version of the Java (TM) Binding for the
OpenGL API (JSR-231), and is designed to provide hardware-supported 3D graphics
to applications written in Java. JOGL provides full access to the APIs in the
OpenGL 1.3 - 3.0, >= 3.1, ES 1.x and ES 2.x specification as well as nearly all
vendor extensions. It integrates with the AWT and Swing widget sets, as well
with custom windowing toolkits using the the NativeWindow API. It is part of a
suite of open-source technologies initiated by the Game Technology Group at Sun
Microsystems.
WWW: http://jogamp.org/jogl
PR: ports/150707
Submitted by: Tassilo Philipp <tphilipp at potion-studios.com>