summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz8-16/+16
2013-05-23Needs bison now.joerg1-2/+2
2013-05-23Changes 1.7.58:adam2-6/+6
* Do not enable reduce_palette by default for "-reduce", "-new", or "-old". It still is failing for some files.
2013-05-23Fix missing includes.joerg5-1/+53
2013-05-23Don't watch individual files on NetBSD - runs out of file descriptors.markd3-2/+19
Bump PKGREVISION.
2013-05-21Update to digikam software collection 3.2.0markd8-37/+109
This version include a new album interface display mode named list-view. Icon view can be switched to a flat item list, where items can be sorted by properties columns as in a simple file manager. Columns can be customized to show file, image, metadata, or digiKam properties.
2013-05-21Update to KDE SC 4.10.3markd36-109/+92
bugfixes.
2013-05-20USE_TOOLS+= gettext. Fixes build on SunOS.jperkin1-2/+2
2013-05-20Make dri a suggested option on Linux i386 and x86_64.sbd1-1/+4
2013-05-20Fixes for non-dri build:sbd3-3/+21
+ Build the x11 version libGL.so with version numbering major 1 and minor 2, the same a the glx version of libGL (simplifies PLIST handling). + PLIST changes.
2013-05-20The configure arg --with-driver= takes 'xlib' OR 'osmesa' not 'xlib,osmesa'.sbd1-2/+2
2013-05-19Add band-aid patch for missing exp2f(3) on NetBSD<6, inspired by wiz@.obache2-1/+22
2013-05-18Update gdk-pixbuf2 to 2.28.1prlw14-11/+12
* Fix build with libpng 1.6 * Translation updates (Tadjik, Russian, Crimean Tatar, Hindi) * Allow prepare_func call in stop_load (695228) * Translation updates (Lithuanian, German, Basque, Belarusian, Thai, Greek, Indonesian, Korean, Assamese, Italian, Estonian, Hungarian, Portuguese, Danish, Latvian) * Make gdk_pixbuf_animation_new_from_file load png files (694148) * Fix string formatting for l10n extraction (693534) * Translation updates (Hebrew, Spanish, Brazilian Portuguese, Slovenian, Galician, French, Catalan, Catalan (Valencian), Malayalam, Slovak, Polish, Czech, Serbian, Uyghur, Norwegian bokmål, Punjabi, Traditional Chinese) * Allow loading animations from streams * Allow loading animations from resources * Fix cross-compiling for Windows and Wine (692072) * Translation updates (Hungarian, German, Polish) * The broken locking mechanism for loaders has been removed. gdk-pixbuf now ignores loaders that are not marked as thread-safe.
2013-05-18regen distinfoobache1-3/+3
2013-05-18Fixes build on big endian FreeBSD and DragonFly.obache1-1/+11
related to PR pkg/47821.
2013-05-18make sure MESA_{BIG,LITTLE}_ENDIAN are defined correctly on *BSD.obache1-4/+10
related to PR pkg/47821
2013-05-16update missing entry in glut/PLISTrichard1-1/+2
2013-05-16update missing entry in glu/PLISTrichard1-1/+2
2013-05-16Changes 4.6.3:adam3-16/+15
* NEW space raises console for console mode gnuplot on Windows * CHANGE -persist mode does not open text window of wgnuplot * FIX -persist mode broken on Windows * FIX -persist mode results in zombie process if using wxt terminal on Windows * FIX suppression of color in linetypes after "set term ... mono" * FIX synchronization of graphics and text color in latex terminals
2013-05-16upgrade to glut-7.11.2richard4-21/+22
2013-05-16upgrade to glu-7.11.2richard5-88/+22
2013-05-16upgrade to MesaLib-7.11.2richard63-1244/+711
2013-05-16Mesa 7.11.2 is a bug fix release which fixes bugs found since the 7.11 release.richard3-82/+21
Mesa 7.11 implements the OpenGL 2.1 API, but the version reported by glGetString(GL_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 2.1. See the Compiling/Installing page for prerequisites for DRI hardware acceleration. MD5 checksums New features None. Bug fixes This list is likely incomplete. Bug 43143 - Mesa 7.11.1 fails to build at main/dlist.c:4532 with error message: "format not a string literal and no format arguments" Incorrect handling of CopyTexImage from RGBA window to LA texture. Changes The full set of changes can be viewed by using the following GIT command: git log mesa-7.11.1..mesa-7.11.2 Brian Paul (4): mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooks mesa: fix format selection for meta CopyTexSubImage() docs: update news.html and relnotes.html for 7.11.1 release mesa: use format string in _mesa_error() call to silence warning Chad Versace (3): intel: Simplify stencil detiling arithmetic intel: Fix region dimensions for stencil buffers received from DDX intel: Fix separate stencil in builtin DRI2 backend Ian Romanick (3): docs: Add 7.11.1 release md5sums mesa: set version string to 7.11.2-devel mesa: Bump version to 7.11.2 (final)
2013-05-09Fix build with openexr. Comment patch (hi joerg).wiz2-5/+30
2013-05-09Add missing includes. Don't use forward defines of the STL.joerg5-3/+56
2013-05-09Update rabbit to 2.0.7obache3-8/+8
== 2.0.7: 2013-04-29 Stability improvement release! === Improvements ==== Package * [GitHub#13] Removed needless files from package. [Reported by Youhei SASAKI] * Removed Ruby/GStreamer from dependency package. [rabbit-shocker:1089] [Reported by znz] ==== rabbit * Removed needless executable permission. * Stopped requiring Ruby/GStreamer on initialize because it crashes Rabbit on Mac OS X 10.6.8. [Reported by masa] * Stopped guessing from source content when source has extension to avoid false detection. * Removed needless fallback fullscreen/unfullscreen features because they are needless with latest GTK+. [Reported by Youhei SASAKI] * Supported non-ASCII file name. [GitHub#15][GitHub#16][GitHub#17] [Patch by Masafumi Yokoyama] * Stopped to use iconv when String#encode is available. [GitHub#18] [Patch by Masafumi Yokoyama] ==== Theme * lightning-talk-toolkit: Supported as-large-as-possible slide property. Force enable: = Large Title == property : as_large_as_possible true Force disable: = Large Title == property : as_large_as_possible false ==== Test * Added missing load path to $LOAD_PATH. [GitHub#14] [Reported by Masafumi Yokoyama] ==== rabbit-slide * Supported multi-paragraph description. * Published to RubyGems.org after publishing to SlideShare. It is for using SlideShare information on RubyGems.org publishing. [Masafumi Yokoyama] * Supported RubyGems 2.0. [Masafumi Yokoyama] === Thanks * Youhei SASAKI * masa * Masafumi Yokoyama * znz
2013-05-09This one should not be revbumped!adam2-4/+2
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam77-125/+154
2013-05-09Disable problematic ucontext supportadam2-4/+14
2013-05-08Version 2.0.0adam7-64/+107
* Updated Documentation * Updated Namespacing mechanism * Fixes for succd & predd * Fixes for FPE control registers * Additional checks and tests on DeepImages, scanlines and tiles * Folded in Autodesk read optimisations for RGB(A) files * Updated the bootstrap scripts to use libtoolize if glibtoolize isn't available on darwin. * Numerous minor fixes, missing includes etc
2013-05-08Version 2.0.0adam6-32/+78
* Bumped version to track OpenEXR * Numerous minor fixes, missing includes etc
2013-05-07Make libchamplain optional. No change to default package, so no PKGREVISIONwiz2-3/+17
bump.
2013-05-06Report memory sizes correctly.markd3-9/+13
2013-05-06Add missing include. Require C++11 when building with Clang.joerg3-2/+20
2013-05-06Prefer <memory> over <tr1/memory> for C++11 and libc++.joerg2-1/+31
2013-05-05LICENSE=x11rodent1-2/+2
2013-05-05make it optionally build without x11spz2-12/+29
2013-05-04Updated to latest stable release. Added dependencies required during configure.rodent6-39/+38
Added dependencies which are linked to buildlink3.mk. Removed glu from buildlink3.mk, as the resulting library doesn't link to it. patches/patch-{a,b} were commited upstream - removed. Added patch to fix usb.h include on NetBSD. From NEWS: * Tons of bug fixes * Added deprecated, but working Joystick API. * Added new constant GLUT_INIT_STATE for glutGet() to check if freeglut is already initialized. * Added new API entry for full-screen mode void glutFullScreenToggle( void ); with a related new constant GLUT_FULL_SCREEN for glutGet(). * Added new API entry to de-initialize freeglut: void glutExit( void ); * Added more special keys: GLUT_KEY_NUM_LOCK, GLUT_KEY_BEGIN GLUT_KEY_DELETE * Added support for windows without captions and/or borders via two new constants GLUT_CAPTIONLESS and GLUT_BORDERLESS for glutInitDisplayMode (currently works for Windows only). * Added support for multisampling: The number of samples per pixel to use when GLUT_MULTISAMPLE is specified in glutInitDisplayMode() can be set via glutSetOption() with parameter GLUT_MULTISAMPLE now. glutGet() with the same token retrieves that value. The possible number of samples per pixels can be queried via the new API entry int *glutGetModeValues( GLenum mode, int *size ); with mode GLUT_MULTISAMPLE. (glutGetModeValues() currently only works for X11) * Added new constant GLUT_AUX for glutSetOption() to set the number of auxiliary buffers. The possible number of auxiliary buffers can be queried via glutGetModeValues with mode GLUT_AUX. * Added support for versioned (i.e. 3.0) OpenGL contexts: New API entries void glutInitContextVersion( int majorVersion, int minorVersion ); void glutInitContextFlags( int flags ); with related new constants GLUT_DEBUG and GLUT_FORWARD_COMPATIBLE for the latter API entry. Added new constants GLUT_INIT_MAJOR_VERSION, GLUT_INIT_MINOR_VERSION and GLUT_INIT_FLAGS for glutGet().
2013-05-04Add a bunch of missing includes hidden by libstdc++ namespace pollution.joerg2-1/+14
2013-05-04Really link with ${CXX} and don't append -lstdc++ by hand.joerg2-4/+21
2013-05-04Do not declare key arguments const, if the arguments are supposed to bejoerg4-1/+43
copy constructable.
2013-05-04missing recursive bump from poppler-0.22.3 shlib major change.obache2-4/+4
2013-05-03update to 1.17.1drochner2-6/+6
changes: -Allow coloured points for non-orthogonal plots (polar, ternary) -Remove unnecessary exception data -bugfixes
2013-05-02add patches from Redhat to fix possible buffer overflows in thedrochner3-3/+288
"tiff2pdf" tool by crafted TIFF image files (CVE-2013-1960/61) bump PKGREV
2013-04-30Fix various case of missing includes due to libstdc++'s namespacejoerg4-10/+14
pollution.
2013-04-30Don't define abs/min/max as macros for C++ code.joerg2-1/+21
2013-04-29Add a number of includes hidden by libstdc++'s name space pollution.joerg4-2/+28
2013-04-28remove obsolete patches.markd4-43/+1
2013-04-28Make options optional.markd2-8/+12
switch lensfun option off by default as seems to cause segfaults. remove nonexistant marble option. Set build type to Debug to assist tracking down segfaults. Bump PKGREVISION.
2013-04-25Update to 1.6.2:wiz2-6/+6
Version 1.6.2rc01 [April 18, 2013] Added contrib/tools/fixitxt.c, to repair the erroneous iTXt chunk length written by libpng-1.6.0 and 1.6.1. Disallow storing sRGB information when the sRGB is not supported. Version 1.6.2rc02 [April 18, 2013] Merge pngtest.c with libpng-1.7.0 Version 1.6.2rc03 [April 22, 2013] Trivial spelling cleanup. Version 1.6.2rc04 and 1.6.2rc05 [omitted] Version 1.6.2rc06 [April 24, 2013] Reverted to version 1.6.2rc03. Recent changes to arm/neon support have been ported to libpng-1.7.0beta09 and will reappear in version 1.6.3beta01.