Commit graph

10107 commits

Author SHA1 Message Date
obache
79c27c3372 Add band-aid patch for missing exp2f(3) on NetBSD<6, inspired by wiz@. 2013-05-19 02:03:57 +00:00
prlw1
f22ad36093 Update gdk-pixbuf2 to 2.28.1
* 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-18 22:01:29 +00:00
obache
34f1c5bc41 regen distinfo 2013-05-18 05:57:22 +00:00
obache
e2e5907544 Fixes build on big endian FreeBSD and DragonFly.
related to PR pkg/47821.
2013-05-18 05:57:10 +00:00
obache
54a047785b make sure MESA_{BIG,LITTLE}_ENDIAN are defined correctly on *BSD.
related to PR pkg/47821
2013-05-18 05:55:41 +00:00
richard
f1480702ee update missing entry in glut/PLIST 2013-05-16 14:43:13 +00:00
richard
b1fb476194 update missing entry in glu/PLIST 2013-05-16 14:42:18 +00:00
adam
3df0588098 Changes 4.6.3:
* 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-16 14:17:04 +00:00
richard
44dd1ff607 upgrade to glut-7.11.2 2013-05-16 05:28:13 +00:00
richard
ffdf511e47 upgrade to glu-7.11.2 2013-05-16 05:25:02 +00:00
richard
53523cefe4 upgrade to MesaLib-7.11.2 2013-05-16 05:22:02 +00:00
richard
05344d32a1 Mesa 7.11.2 is a bug fix release which fixes bugs found since the 7.11 release.
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-16 05:04:56 +00:00
wiz
4ac091785e Fix build with openexr. Comment patch (hi joerg). 2013-05-09 15:27:02 +00:00
joerg
50453ebc22 Add missing includes. Don't use forward defines of the STL. 2013-05-09 13:58:54 +00:00
obache
22cca2f15f Update rabbit to 2.0.7
== 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-09 13:43:02 +00:00
adam
918e7fa2f1 This one should not be revbumped! 2013-05-09 07:59:26 +00:00
adam
2459ac824e Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
adam
f0887e6991 Disable problematic ucontext support 2013-05-09 06:40:26 +00:00
adam
c1ced1e1a4 Version 2.0.0
* 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-08 17:49:11 +00:00
adam
a3ce7805c3 Version 2.0.0
* Bumped version to track OpenEXR
        * Numerous minor fixes, missing includes etc
2013-05-08 17:48:33 +00:00
wiz
ef0e3e2cd9 Make libchamplain optional. No change to default package, so no PKGREVISION
bump.
2013-05-07 11:08:39 +00:00
markd
d10e466907 Report memory sizes correctly. 2013-05-06 20:40:12 +00:00
joerg
04b21331b7 Add missing include. Require C++11 when building with Clang. 2013-05-06 14:48:22 +00:00
joerg
d672cd2489 Prefer <memory> over <tr1/memory> for C++11 and libc++. 2013-05-06 14:47:47 +00:00
rodent
d4f1f83c5c LICENSE=x11 2013-05-05 21:07:53 +00:00
spz
1233aaae20 make it optionally build without x11 2013-05-05 13:44:22 +00:00
rodent
5585eef0d0 Updated to latest stable release. Added dependencies required during configure.
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-04 14:32:20 +00:00
joerg
60d1e1be24 Add a bunch of missing includes hidden by libstdc++ namespace pollution. 2013-05-04 12:59:45 +00:00
joerg
04b62fd939 Really link with ${CXX} and don't append -lstdc++ by hand. 2013-05-04 12:46:42 +00:00
joerg
a2b3a4e0ca Do not declare key arguments const, if the arguments are supposed to be
copy constructable.
2013-05-04 12:46:01 +00:00
obache
f56071c8f6 missing recursive bump from poppler-0.22.3 shlib major change. 2013-05-04 07:19:01 +00:00
drochner
1ca95b3945 update to 1.17.1
changes:
-Allow coloured points for non-orthogonal plots (polar, ternary)
-Remove unnecessary exception data
-bugfixes
2013-05-03 15:45:11 +00:00
drochner
5304cb6831 add patches from Redhat to fix possible buffer overflows in the
"tiff2pdf" tool by crafted TIFF image files
(CVE-2013-1960/61)
bump PKGREV
2013-05-02 14:52:44 +00:00
joerg
99449482fa Fix various case of missing includes due to libstdc++'s namespace
pollution.
2013-04-30 22:34:29 +00:00
joerg
040fe5c65f Don't define abs/min/max as macros for C++ code. 2013-04-30 22:21:41 +00:00
joerg
6e046ee9d8 Add a number of includes hidden by libstdc++'s name space pollution. 2013-04-29 21:31:09 +00:00
markd
20a1eefe72 remove obsolete patches. 2013-04-28 11:57:45 +00:00
markd
ddece197bc Make options optional.
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-28 02:03:37 +00:00
wiz
cc7a0c1083 Update to 1.6.2:
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.
2013-04-25 22:01:14 +00:00
sbd
dc1fcade77 For all packages include ghostscript.buildlink3.mk:
s/ghostscript.buildlink3.mk/buildlink3.mk/

Bump PKGREVISIONs
2013-04-25 03:53:11 +00:00
sbd
93ac42bae1 Instead of having a DEPENDS+=ghostscript... have USE_TOOLS+=gs:run
Bump PKGREVISION
2013-04-24 10:10:13 +00:00
sbd
dfef16ab5a Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
sbd
56f952470e If you change the buildlink3.mk's included in the Makefile you need to
have the packages buildlink3.mk match.
2013-04-24 04:32:34 +00:00
wiz
d191447bd2 Update to 1.2. openjpeg (jpeg2000) support not enabled because
cmake refuses to find it.

As a feature release, it comes with a lot of new goodies:

    profiled denoising: adapt to the properties of your camera's sensor (72 cameras already profiled for you).
    lightroom import: convert some basic edits from your lightroom collection to darktable operations.
    multi instance support: duplicate your modules and apply them more than one time with different settings.
    improved usability for distorting modules (streamline spot removal in the presence of crop/rotate for example).
    selective copy/paste of image processing.
    new more intuitive keystone correction tool.
    jpeg2000 support.
    graphics magick import (support virtually all input image formats).
    much faster thumbnail loading (if you can live with crappy embedded thumbnails).
    incredibly lengthy list of small bug fixes, performance enhancements, and usability improvements.
    new camera support (decode and color matrices).
    dithering against banding.
    sharper thumbnails in lighttable mode.
    new oauth2 based picasa uploader.
    updated translations.
    and a thoroughly overhauled user manual, proof read by natives (thanks heaps guys!).
2013-04-21 14:12:23 +00:00
drochner
6944fca2b5 use vala020 2013-04-21 12:06:27 +00:00
obache
b8ca84de55 reorder condition of the previous change, to be bit faster. 2013-04-19 13:42:37 +00:00
obache
8f84ac8472 assume builtin MesaLib on Cygwin is not usind dri. 2013-04-19 11:56:23 +00:00
drochner
0540a9cebe update to 1.1.14
changes: bugfixes
2013-04-17 17:28:03 +00:00
prlw1
b874a3e907 Update png to 1.6.2beta01
Version 1.6.2beta01 [April 14, 2013]
  Updated documentation of 1.5.x to 1.6.x changes in iCCP chunk handling.
  Fixed incorrect warning of excess deflate data. End condition - the
    warning would be produced if the end of the deflate stream wasn't read
    in the last row.  The warning is harmless.
  Corrected the test on user transform changes on read. It was in the
    png_set of the transform function, but that doesn't matter unless the
    transform function changes the rowbuf size, and that is only valid if
    transform_info is called.
  Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c
    (Flavio Medeiros).
  Corrected length written to uncompressed iTXt chunks (Samuli Suominen).
2013-04-15 22:33:41 +00:00
joerg
5ddbb76811 Don't blindly force -O4, LTO may not be supported. 2013-04-14 19:46:23 +00:00