Commit graph

11025 commits

Author SHA1 Message Date
jaapb
714f854d4d Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
obache
11ca9f6885 Update rcairo to 1.14.1.
Release 1.14.1 (2014-12-23) Kouhei Sutou <kou@cozmixng.org>
===========================================================

Windows users must upgrade. Non Windows users doesn't need to
upgrade.

Improvements
------------

 * Upgraded bundled libraries for Windows. libpng is upgraded to
   1.6.16 from 1.6.14. libpng 1.6.14 has vulnerability.
2015-01-20 10:55:09 +00:00
obache
942a3324e5 Update seqdiag to 0.9.5.
0.9.5 (2015-01-01)
------------------
* Support blockdiag 1.5.0 core interface
2015-01-20 10:52:50 +00:00
obache
0e1e19d141 Update nwdiag to 1.0.4.
1.0.4 (2015-01-01)
------------------
* Support blockdiag 1.5.0 core interface
* Fix bugs

  - Fix ascending syntax was disabled on refactoring parser
2015-01-20 10:50:03 +00:00
obache
69dbe0f2a7 Update actdiag to 0.5.4.
0.5.4 (2015-01-01)
------------------
* Follow blockdiag-1.5.0 interface
2015-01-20 10:44:09 +00:00
obache
8b3dac8dce Update blockdiag to 1.5.0.
1.5.0 (2015-01-01)
------------------
* Refactor cleanup procedures
* Fix bugs

  - Fix get_image_size() closes Image object automatically
  - Fix pasting Image object failed on SVG mode
  - Fix #61 images.urlopen() got PermissionError on Windows
  - Fix #61 images.open() raises exception if ghostscript not found
  - Fix #62 Use "sans-serif" to font-family property on SVG output ("sansserif" is invalid)
  - Fix #63 AttributeError on get_image_size(); Pillow (<= 2.4.x) does not have Image#close()
2015-01-20 10:36:19 +00:00
dholland
562a7fd244 Fix patch to look for <sys/videoio.h> on FreeBSD as well as NetBSD,
OpenBSD, Dragonfly, and Solaris. Also, for platforms there isn't a
case for, #error instead of including nothing, as there's no chance
of the package compiling anyway and this makes it easier to work out
what happened. PR 49541.
2015-01-18 05:57:25 +00:00
prlw1
e46bf94aa5 Update clutter-gtk to 1.6.0
Clutter-GTK 1.6.0                                                    22/09/2014
===============================================================================

Changes since 1.5.4
        # Revert to the X11 backend by default; the GDK backend is not ready
          for Wayland, yet
        # Improve support for Wayland

List of bugs fixed:
        #736564 - problem with gtkclutterembed and gtkstack under wayland

Many thanks to:
  Bastien Nocera

Clutter-GTK 1.5.4                                                    21/08/2014
===============================================================================

Changes since 1.5.2
        # Improve initialization sequence
        # Require GDK backend when using Clutter-GTK
        # Use subsurface protocol when using Wayland

List of bugs fixed:
        #695737 - Add wayland support
        #734905 - Unpainted GtkClutterActor with the GDK backend
        #734906 - Unpainted GtkClutterEmbed with GDK backend

Many thanks to:
  Jasper St. Pierre, Lionel Landwerlin, Bastien Nocera, Olav Vitters, Piotr
  Drag, Rob Bradford

Clutter-GTK 1.5.2                                                    19/02/2014
===============================================================================

Changes since 1.4:
        # Allow falling back to Cairo-based embedding of GTK+ widgets if
          the Clutter-X11 API is not available.
        # Support window scaling factor in GtkClutterEmbed.

List of bugs fixed:
        #724055

Many thanks to:
  Adel Gadllah, Bastien Nocera
2015-01-17 15:55:18 +00:00
prlw1
2225aaca71 Update clutter to 1.20.0
Clutter 1.20.0                                                       2014-09-22
===============================================================================

  # List of changes since Clutter 1.19.10

    - Translations updated
    Greek

  # List of bugs fixed since Clutter 1.19.10

    - #736826 - clutter_text_set_font_name invalid example using "pt"

Clutter 1.19.10                                                      2014-09-17
===============================================================================

  # List of changes since Clutter 1.19.8

    - Honour the desktop window scaling factor in the GDK backend
    The GDK backend will become the default backend in the next cycle, so we
    need to improve its functionality out of the box.

    - Ensure accessibility support is correctly initialized
    We need to make sure that the accessibility implementation that Clutter
    relies on is initialized the way we expect it to.

    - Improve default paint volume computation
    We should reduce the cases that lead to an invalid paint volume.

    - Improve input handling on Wayland and X11

    - Translations updates
    Hebrew

  # List of bugs fixed since Clutter 1.19.8

    #736682 - clutter-actor: Don't ask children that have no allocation for
              a paint volume
    #736413 - USB mouse doesn't register slow movements to the right or down
              in Gnome on Wayland
    #734480 - Handle CLUTTER_SCALE envvar
    #734115 - Deprecated property crashes /actor/transforms/anchor-point
    #735388 - xi2 device manager gets a "0" client pointer if queried very
              early in app lifetime
    #735244 - shell forgets the DPI of screen sometimes

Many thanks to:

  Bastien Nocera, Adel Gadllah, Alejandro Pineiro, Carlos Garnacho, Jonas
  Adahl, Yosef Or Boczko

Clutter 1.19.8                                                       2014-08-21
===============================================================================

  # List of changes since Clutter 1.19.6

    - Improve the GDK backend
    The GDK backend is now reporting touch events, as well as supporting
    foreign Wayland surfaces for the Stage window. The goal is to make the
    GDK backend the preferred one in the next development cycle.

    - Fix drawing transparent Canvas content inside transparent actors

    - Translation updates
    German, Assamese

  # List of bugs fixed since Clutter 1.19.6

    #733202 - evdev: Add API to set the xkb layout index
    #734934 - Add touch event translation code to GDK backend
    #734935 - Add support for wayland foreign windows in GDK backend
    #734761 - Memory leak in implicit transition

Many thanks to:

  Lionel Landwerlin Christian Kirbach, Rui Matos, Tom Beckmann, ngoswami,
  Sunjin Yang

Clutter 1.19.6                                                       2014-07-24
===============================================================================

  # List of changes since Clutter 1.19.4

    - Add a signal for the end of the frame on ClutterStage
    The ::after-paint signal is useful to execute custom code after all the
    painting on a specific ClutterStage has been performend, but before the
    frame contents have been presented on the screen.

    - Improvements in the reliability of the evdev input backend

    - Improvements in the GestureAction implementation

  # List of bugs fixed since Clutter 1.19.4

    #732342 - ClutterStage: Add an ::after-paint signal
    #732907 - Allow for calling clutter_gesture_action_cancel() within the
              ::gesture-end handler
    #733062 - Evdev: set button state in input devices
    #733300 - ClutterAnimation: fix memory leak
    #733561 - Make a GType for ClutterEventSequence
    #733562 - evdev: update xkb_state when resuming input
    #733560 - Touch events trigger enter events on press, but no leave events
              on release

Many thanks to:

  Carlos Garnacho, Giovanni Campagna, Owen W. Taylor

Clutter 1.19.4                                                       2014-06-25
===============================================================================

  # List of changes since Clutter 1.19.2

    - Depend on libinput 0.4
    The evdev input backend now depends on libinput 0.4.0.

  # List of bugs fixed since Clutter 1.19.2

    #731268 - Events being clamped to the pre-fullscreen window size when
              stage goes fullscreen
    #731178 - evdev: Used floating point instead of fixed point numbers
    #731254 - evdev: Follow libinput enum rename
    #731536 - evdev: Add clutter_evdev_warp_pointer
    #732234 - Touch events may leave a stage-less device, or happen on one
    #732235 - clutter gesture actions may mistakenly handle enter/leave events

Many thanks to:

  Jonas Adahl, Chun-wei Fan, Gustavo Noronha Silva, Jasper St. Pierre,
  Carlos Garnacho.

Clutter 1.19.2                                                       2014-05-28
===============================================================================

  # List of changes since Clutter 1.18

    - Improve event handling on evdev input backend
    Clutter now allows writing applications and compositors that can respond
    to eventts from touch devices, as well as reporting correct smooth
    scrolling deltas.

  # List of bugs fixed since Clutter 1.18

    #723560 - wayland: Generate better smooth scroll deltas
    #730577 - Do not compress touch events so eagerly
    #728968 - evdev: Implement touch support
    #728967 - evdev: Add libinput-specific helpers
    #730215 - Add a way to pause the ClutterMasterClock

Many thanks to:

  Carlos Garnacho, Jasper St. Pierre, Jonas Adahl.

Clutter 1.18.2                                                       2014-04-14
===============================================================================

  # List of changes since Clutter 1.18.0

    - Fix the list of dependencies
    Clutter 1.18 depends on Cogl 1.17.5 when building the EGL/KMS backend.

    - Fixes for the Visual Studio build files
    Use the new symbol visibility annotations when building with MSVC.

    - Fix event handling on Windows
    An optimization led to a crash on the Windows backend when delivering
    events without an associated ClutterStage.

    - Ensure that set_child_above/below work on the Stage
    ClutterStage should respect the paint order when using the Actor API.

    - Skip conformance test suite on X11 when DISPLAY is unset
    Instead of bailing out when initializing the test suite we should just
    tell the test suite API to skip the units. This allows the TAP driver
    to catch the skipped tests and avoid warnings.

    - Translation updates
    Danish, French, Indonesian, Greek.

  # List of bugs fixed since Clutter 1.18.0

    #728177 - Cannot collect coverage with lcov 1.10
    #727020 - wayland: Add missing CLUTTER_AVAILABLE annotations
    #711645 - clutter_actor_set_child_above_sibling() not working in
              ClutterStage
    #726762 - Fix Import of Clutter Version Constants
    #726703 - build error: undefined reference to
              `cogl_kms_renderer_set_kms_fd'

Many thanks to:

  Chun-wei Fan, Adel Gadllah, Andika Triwidada, Ask H. Larsen, David Warman,
  Emilio Pozuelo Monfort, Vadim Rutkovsky, maria thukididu, teuf.

Clutter 1.18.0                                                       2014-03-18
===============================================================================

  # List of changes since Clutter 1.17.6

    - Update build environment for Visual Studio

    - Improve the API for implementing Wayland compositors
    Allow integrating with logind and KMS; provide clipped redraws on both
    Wayland clients, and direct KMS.

    - Port the documentation to MarkDown

    - Use symbol annotations to ensure the public ABI

    - Translations updates
    Korean, Traditional Chinese (Hong Kong and Taiwan), Chinese, Portuguese,
    Latvian, Russian, French.

  # List of bugs fixed since Clutter 1.17.6

    #725716 - Fix build of clutter-test-utils.c on Windows
    #725873 - Fix the Win32 backend for newer Visual Studio Versions
    #725722 - Grid layout actor width/height swapped
    #726199 - evdev changes needed for logind integration work
    #726341 - eglnative: Add clutter-stage-window implementation
    #726315 - clutter-stage-wayland: Enable clipped redraws
    #726313 - stage-cogl: Fix feature check in clutter_stage_cogl_redraw
    #726198 - egl: Add a way to set the KMS FD
    #708781 - wayland: Keep track of button modifier state
    #711857 - Avoid needless event copies when queueing from a backend
              to a stage

Many thanks to:

  Jasper St. Pierre, Chun-wei Fan, Adel Gadllah, Bastian Winkler, Changwoo Ryu,
  Chao-Hsiung Liao, Duarte Loreto, Jonas Adahl, Rui Matos, R#dolfs Mazurs,
  Wylmer Wang, Yuri Myasoedov, teuf.

Clutter 1.17.6                                                       2014-03-03
===============================================================================

  # List of changes since Clutter 1.17.4

    - Use libinput instead of libevdev
    The evdev input backend is now based on libinput instead of directly
    using the evdev API; this allows for shared input behaviour with
    different toolkits.

    - Improvements in the X11 input handling
    Remove the chance of input devices going out of sync; avoid excessive
    round trips when asking for the client pointer; retrieve the text
    direction for the current keymap.

    - Improve RTL handling in ClutterText
    Try to use the correct text direction based on the contents, keymap,
    and actor's direction instead of just the latter.

    - Translation updates
    Brazilian Portuguese, Lithuanian, Czech, Hungarian, Serbian, Polish,
    Galician.

  # List of bugs fixed

    #
    #724788 - stage-cogl: Fix buffer_age code path
    #724971 - Avoid stale ClutterInputDevice pointers in the device list
    #720566 - [RFC] evdev: Port evdev input backend to libinput
    #725102 - Patches to rework the evdev backend's keymap handling
    #725103 - evdev: Set the initial core pointer coordinates to a sane value
    #705779 - The text in the search-entry isn't aligned to right in RTL text
    #725561 - DeviceManagerXi2: Cache the client pointer

Many thanks to:

  Rui Matos, Adel Gadllah, Jasper St. Pierre, Aurimas Cernius, Balazs Ur,
  Carlos Garnacho, Fran Dieguez, Jonas Adahl, Marek Cernocky, Piotr Drag,
  Rafael Ferreira, ######## #######.

Clutter 1.17.4                                                       2014-02-19
===============================================================================

  # List of changes since Clutter 1.17.2

    - Add per-gesture thresholds
    It is possible to give horizontal and vertical thresholds to each
    ClutterGestureAction instance; if unset, the default is to use the
    dnd threshold from ClutterSettings.

    - Allow negative factors in ClutterActor scale properties
    The functions already accepted these values, but the properties did not.

    - Depend on Cogl 1.17.3

    - Translation updates
    Spanish, Hebrew, Czech, Brazilian Portuguese, Traditional Chinese (Hong
    Kong and Taiwan), Serbian, Galician, Indonesian, Italian, Aragonese,
    Norwegian bokmål, Ukranian.

  # List of bugs fixed since Clutter 1.17.2

    #711540 - Fix bad logic in checks
    #662818 - Fix documentation of 'hsla()' parsing
    #710232 - Mention that ClutterTransition is abstract in the documentation
    #706311 - Extend :scale-[xyz] factors in the negative range
    #724242 - Add per-action thresholds

Many thanks to:

  Bastien Nocera, Daniel Mustieles, Kjartan Maraas, Milo Casagrande, Adel
  Gadllah, Andika Triwidada, Chao-Hsiung Liao, Daniel Korostil, Fran Dieguez,
  Jorge Perez Perez, Marek Cernocky, Rafael Ferreira, Yosef Or Boczko,


Clutter 1.17.2                                                       2014-01-22
===============================================================================

  # List of changes since Clutter 1.16.4

    - Allow ClutterScript definitions for Interval and Transition classes
    ClutterInterval instances can be defined, and used, in ClutterScript
    UI definition files.

    - Add generic API for event filtering
    Event filtering is meant to be used to intercept events before they
    reach the scene graph.

    - Deprecated ClutterTableLayout
    The Table layout manager is fully superceded by ClutterGridLayout, which
    supports dynamic grid layouts, RTL flipping, expansion and alignment of
    children using the ClutterActor flags, and implicit animations using the
    actor's easing state.

    - Allow GestureAction subclasses to change the trigger edge
    GestureAction can emit the ::gesture-begin signal depending on the
    value of the :threshold-trigger-edge property. Using this property it
    is possible to specify whether the gesture begins after a certain
    threshold is passed; before a certain threshold is passed; or
    immediately.

    - Use the window scaling factor when creating Cairo surfaces
    ClutterCanvas will use the window scaling factor setting when creating
    Cairo surfaces; it is also possible to set the scaling factor on a
    per-instance basis, for future compatibility.

    - Detect window scaling factor automatically on X11
    Use the XSETTING exposed by the environment to change the window
    scaling factor.

    - Support ClutterStage cursor visibility in the Wayland backend
    It is possible to show and hide the cursor on the Stage on Wayland.

    - Translations updates
    Czech, Greek, Hebrew, Chinese simplified, Brazilian Portuguese,
    Galician, Italian, Spanish.

  # List of bugs fixed since Clutter 1.16.4

    705915 - Support high dpi displays
    722322 - check coordinate validity in do_pick()
    710229 - Restore initial ClutterGestureAction behavior
    719900 - ClutterStageCogl: Clip in the right coordinate system
    719716 - Make test-clip friendly for people with only one mouse button
    719368 - Don't queue redraws when reallocating actor that haven't moved
    719367 - Bind constraints: Don't force redraws on source relayout
    712816 - device-manager-evdev: Stop using deprecated libevdev API
    712812 - Crash and memory leak fixes for device removals
    712563 - Fixes for cogl journal usage when picking
    707560 - Event filter
    712322 - input-device-xi2: Calculate the correct state for button events

Many thanks to:

  Jasper St. Pierre, Rui Matos, Owen W. Taylor, Alejandro Pineiro, Lionel
  Landwerlin, Bastian Winkler, Neil Roberts, Rafael Ferreira, Chun-wei Fan,
  Daniel Mustieles, Dimitris Spingos, Enrico Nicoletto, Florian Mullner, Fran
  Dieguez, Jonas Adahl, Marek Cernocky, Milo Casagrande, Piotr Drag, Robert
  Bragg, Sphinx Jiang, Yosef Or Boczko
2015-01-17 15:19:04 +00:00
prlw1
2b895b28c1 Revbump for cogl 1.18.2 2015-01-17 14:36:11 +00:00
prlw1
5dd38f409d Update cogl to 1.18.2
Cogl 1.18.2                                                        2014-06-03

  # List of changes since Cogl 1.18.0

  > MSVC updates
  > KMS improvements for use by GNOME Shell
  > EGL backend improvement to avoid creating a dummy surface if
    driver supports EGL_KHR_surfacless_context extension
  > cogl-x11-tfp example fixes

  # Gnome Bugzilla bugs closed since 1.18.0:

  #728064 - New AtlasTextures should keep designated atlas alive
  #728628 - Fails to link from C++ applications due to excessive
            symbol mangling
  #728978 - Don't set EGL_PLATFORM
  #728979 - Call swap notify handler even when pageflip ioctl fails
  #730536 - Add apis needed for mutters compositor bypass

Many thanks to:

  Chun-wei Fan
  Neil Roberts
  Adel Gadllah
  Kristian Høgsberg
  Emanuele Aina
  Felix Riemann

Cogl 1.18.0                                                        2014-03-21

  # List of changes since Cogl 1.17.4

  > The license has been changed to the MIT license. This is more
    permissive than the previous LGPLv2 license and is still
    compatible with the GPL and LGPL. For more background on why we
    decided to make this change please see the following post on the
    mailing list:
    http://lists.freedesktop.org/archives/cogl/2013-December/001465.html
  > GObject introspection support has been greatly improved.
  > Add cogl_kms_renderer_set_kms_fd to make the KMS backend use a
    non-default GPU.
  > Fix a hang in the Wayland backend if it can't find some globals
    that it needs.
  > Add cogl_gst_video_sink_get_natural_size to query a suggested size
    for a Cogl-GST sink
  > Add API to query the EGL and GLX contexts. This is intended to be
    used to make a shared GL context.
  > Fix advertising the deprecated buffer age feature flag on EGL.
  > Add a new non-deprecated feature flag for the buffer age.
  > Fix a bug with allocating textures in Cogl-GST.
  > Fix a bug with the cogl-basic-video-player example where it would
    try to use non-existant mipmaps.
  > Fix selecting the GL driver in the SDL2 winsys.
  > Updates to the MSVC build files.

  # Gnome Bugzilla bugs closed since 1.17.4:

    #724992 - get the opengl context from cogl

Many thanks to:

  Chun-wei Fan
  Robert Bragg
  Lionel Landwerlin
  Jasper St. Pierre
  Wylmer Wang

Cogl 1.17.4                                                        2014-02-20

  # List of changes since Cogl 1.17.2

  > cogl-gst now ensures that sampled video fragments are always
    pre-multiplied with the alpha component.
  > cogl-gst now has NV12 format support.
  > The cogl-basic-video-player example can now be passed an
    custom gstreamer pipeline description, as long as it contains
    a coglsink element.
  > The -experimental-2.0 pkg-config files now all depend on
    cogl-2.0-experimental instead of cogl-1.0.

  # Gnome Bugzilla bugs closed since 1.17.2:

    #712832 - video-sink: Add NV12 shader support
    #719741 - GLX winsys: fix feature handling for INTEL_swap_event
    #722765 - Fix the exported symbols regular expression in cogl-path
    #723530 - cogl-pipeline: SEGV in _cogl_pipeline_fragend_glsl_end

Many thanks to:

  Neil Roberts
  Lionel Landwerlin
  Andreas Oberritter
  Daniel Korostil
  Emmanuele Bassi
  Kjartan Maraas
  Owen W. Taylor

Cogl 1.17.2                                                        2014-01-20

  # List of changes since Cogl 1.16.2

  > Textures are now allocated lazily. This means the textures can
    optionally be configured with extra API before data is uploaded to
    them.
  > The internal format for textures has been replaced with a simpler
    property to just set the number of components that will be
    required when sampling.
  > Depth writing can now be disabled per-framebuffer as well as on
    the CoglPipeline.
  > The interface typedefs such as CoglTexture, CoglFramebuffer and
    CoglBitmap etc are now defined as void so that it is no longer
    necessary to use type-cast macros when passing them to interface
    methods.
  > Added support for red-green 2-component textures.
  > The cache of GLSL shaders is now garbage collected when it gets
    too large.
  > cogl-path is now split out into a separate library.
  > New function cogl_wayland_texture_set_region_from_shm_buffer to
    update a texture from a Wayland SHM bufffer.
  > The pkg-config files for cogl-gst and cogl-gles2 have new more
    consistent names.

  # Gnome Bugzilla bugs closed since 1.16.2:

    #709827 - Add API to control per-FB depth writing
    #712562 - Fixes for the journal
    #712830 - Add COGL_PIXEL_FORMAT_U_V
    #719546 - cogl-framebuffer: Fix a potential NULL pointer dereference
    #720287 - cogl-path: Export cogl_clip_push_from_path
    #721450 - Re-enable swap_region for mesa 10.1+ llvmpipe / swrast

Many thanks to:

  Robert Bragg
  Jasper St. Pierre
  Adel Gadllah
  Lionel Landwerlin
  Chun-wei Fan
  Colin Walters
  Emilio Pozuelo Monfort
  Hans Petter Jansson
2015-01-17 14:28:51 +00:00
wiz
4c49f99884 Update to 0.99.9:
xsane-0.998 -> 0.999:
---------------------
 - better preview window size calculation (thanks to Nils Phillipsen)
 - removed null-pointer bug in xsane_update_param (thanks to Nils Phillipsen)
 - manual page bugix
 - changed email password storage
2015-01-16 09:50:47 +00:00
wiz
b6b2607e52 Update to 1.4.2:
v1.4.2 - add option -P, --preserve-perms,
         some minor fixes
2015-01-16 09:40:37 +00:00
wiz
a447661923 Update to 2.40.6:
Version 2.40.6
- MinGW build fixes
- Fix path data number parsing
- Fix build with newer libtool
2015-01-16 09:39:12 +00:00
wiz
d17de009de Update giflib* to 5.1.1:
Version 5.1.1
=============

Code Fixes
----------

* Numerous minor fixes in getarg.c. Affects only the utilities, not the
  core library.

* Fix SourceForge bug #59 DGifOpen can segfault if DGifGetScreenDesc fails.

* SourceForge patch #20: In gifalloc, fix usage of realloc() in case of failure.

* Fix SourceForge bug #61 Leak in gifsponge.

Build Fixes
----------

* glibtoolize port fix for OS X.
2015-01-16 09:35:43 +00:00
rumko
94519221a4 graphics/kdegraphics-mobipocket: okular not a dependency
print/okular is not a dependency for this package, but the other way
around.

Ok@ markd
2015-01-15 18:16:15 +00:00
khorben
c9f08cbfc3 Packaged DeforaOS Artwork 0.1.0 as deforaos-icon-theme 0.1.0
This version features additional icons, bug fixes and improvements to the
icons generated (with a truly centered text overlay).
2015-01-14 01:29:32 +00:00
is
48e4ca6afd forgot to bump revision 2015-01-12 11:47:59 +00:00
is
f5d6768de0 new rgb.txt location finding code requires new SUBST.
This is incomplete in that the X11 locations should probably be patched,
too; OTOH, the netpbm rgb.txt is found now, and the environment variable
RGBDEF works also.
2015-01-12 11:44:09 +00:00
prlw1
75695f1212 Fix comment as noted by obache@ 2015-01-10 12:23:05 +00:00
rumko
ed95490c24 graphics/sane-backends: fix build on FreeBSD due to PLIST problems
Like on some other platforms, sane-pint is not available on fbsd, so
don't include in the PLIST.

Ok@ wiz
2015-01-09 16:34:19 +00:00
joerg
58028ce81c Don't depend on parser skeleton to include stdlib.h. 2015-01-09 14:29:52 +00:00
wiz
ae6c964bef Fix build with poppler-0.29+ based on
https://bugs.launchpad.net/inkscape/+bug/1399811
2015-01-08 16:34:29 +00:00
wiz
7a415d94d9 Remove REPLACE_PERL line for non-existent file. 2015-01-08 16:16:55 +00:00
wiz
b65b63f568 Recursive PKGREVISION bump for poppler shlib major bump. 2015-01-08 10:20:34 +00:00
martin
88f9afe66e Add -lX11 for FreeBSD too - pointed out by Justin Smith in private
mail.
2015-01-08 10:14:38 +00:00
jperkin
03bd27736d Disable precompiled headers on SunOS, it can cause problems. Fix ZLIB_ROOT
whilst here to correctly find the preferred zlib.
2015-01-06 14:28:12 +00:00
ryoon
f888ddff25 Fix build with GCC 4.5.3 under NetBSD 6.1 2015-01-06 10:44:38 +00:00
wiz
f50ea5831a Update to 1.37:
2014-12-31  Slaven Rezic  <slaven@rezic.de>

    Release 1.37

    Stable release with all changes in 1.36_51..1.36_52

2014-12-29  Slaven Rezic  <slaven@rezic.de>

    Release 1.36_52

    Handle invalid TIFF chunks: stop processing if an unrecognized
    fieldtype is encountered. This is an additional fix for RT #100847.

2014-12-19  Slaven Rezic  <slaven@rezic.de>

    Release 1.36_51

    Use IO::Scalar instead of opening a scalar, for all
    perls < 5.21.7. This is to prevent possible segmentation faults
    with faulty images. See RT #100847 and
    https://rt.perl.org/Ticket/Display.html?id=123443

    Fix a "Variable declared in conditional statement" error.

    Fix a couple of typos.
2015-01-04 12:21:04 +00:00
dholland
36d9d60665 Document ONLY_FOR_PLATFORM; extend to x86_64, which probably doesn't
build but probably can be made to without too much trouble.
2015-01-04 07:17:32 +00:00
dholland
d319a68ce7 Document NOT_FOR_PLATFORM. 2015-01-04 03:12:59 +00:00
adam
8a45fa8956 Changes 2.7.0:
Fixes potential denial of service attacks using compressed text chunks.
2015-01-03 15:46:00 +00:00
he
3d860f3f2d Rename patches to conform to the "new" style.
Add comments to the patches.
Add fix for oCERT-2014-012, pulled from RedHat.
Add fix from Debian bug 469786.
Add LICENSE setting, I think modified-bsd is fitting.
Bump PKGREVISION.
2015-01-01 14:15:27 +00:00
rumko
f21c5b9661 graphics/glew: Fix build on FBSD due to missing -fPIC
OK@ wiz
2014-12-31 16:08:50 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
obache
da22fe35ce Update libsixel to 1.4.5.
some fixes.
2014-12-31 02:46:45 +00:00
wiz
dae531d9fd Add some qore modules. 2014-12-30 15:58:36 +00:00
wiz
e50c085c48 Import qore-glut-module-0.0.3nb3 as graphics/qore-glut-module,
packaged for wip by nros.

GLUT Qore module. This module provides GLUT bindings for the Qore
language.
2014-12-30 15:58:20 +00:00
wiz
2d6e20119a Import qore-opengl-module-0.0.3nb4 as graphics/qore-opengl-module,
packaged for wip by nros.

Opengl module for Qore. This module provides Opengl language bindings
for Qore.
2014-12-30 15:57:09 +00:00
obache
10d6213411 Update ruby-gnome2 to 2.2.4.
It is a x64 Windows support release.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Stopped to call g_thread_init() for GLib 2.32.0 or later because
      g_thread_init() is called automatically.
    * Added GLib.format_size.
    * Added GLib::Source#name.
    * Added GLib::Source#name=.
    * Added GLib::Source#ready_time.
    * Added GLib::Source#ready_time=.
    * Added GLib::Source#destroy.
  * Fixes
    * Fixed a bug that wrong converter is used on bigendian
      environment.
      [GitHub#270][Reported by mtasaka]

==== Ruby/GIO2

  * Improvements
    * Added Gio::DBus.
  * Fixes
    * Fixed a bug that Gio::ContentType#executable? isn't defined by
      correct name.

==== Ruby/GTK2

  * Improvements
    * Gtk::AboutDialog#show: Supported license_type option.
      [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito]
  * Fixes
    * Gtk::AboutDialog#show: Fixed a bug that wrap_license option
      doesn't work.
      [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito]

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported prefix removing from method name.
    * Supported GList of UTF-8.
      [ruby-gnome2-devel-en][Reported by Detlef Reichl]
    * Added documentation.
      [GitHub#267][Patch by Detlef Reichl]
  * Fixes
    * Fixed a bug that out only argument is required.
      [GitHub#268][Reported by mtasaka]

==== Ruby/GDK3

  * Improvements
    * Gdk::Window: Added deprecated constants for backward compatibility.
    * Supported Gdk::Keyval module functions.
      [GitHub#265][Reported by Detlef Reichl]
    * Cairo::Context#set_source_rgba: Re-supported
      (({set_source_rgba(r, g, b, a)})) style.
      [GitHub#272][Patch by Detlef Reichl]
    * [windows] Bundled the new default GNOME icon theme.
      [GitHub#276][Reported by glurp]
  * Fixes
    * Gdk::Color.parse: Fixed unexpected API change.
      [GitHub#276][Reported by glurp]
    * Fixed a bug that Gdk::Event::Mask fallback doesn't work.
      [GitHub#276][Reported by glurp]

==== Ruby/GTK3

  * Improvements
    * Gtk::AboutDialog#show: Supported license_type option.
      [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito]
    * Gtk::ActionBar: Added.
      [GitHub#282][Suggested by Christopher L. Ramsey]
  * Fixes
    * Gtk::AboutDialog#show: Fixed a bug that wrap_license option
      doesn't work.
      [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito]

==== Ruby/RSVG2

  * Improvements
    * RSVG::Handle.new_from_file: Supported flags. You can open a
      large file with (({:flags => :unlimited})).
      [GitHub#263][Patch by Taro Matsuzawa]

==== Ruby/Clutter

  * Improvements
    * Added Clutter::Feature.
  * Fixes
    * Added missing require for Ruby/Pango.
    * Fixed initializing order.
      [GitHub#274][Reported by mtasaka]

=== Thanks

  * Detlef Reichl
  * Hiroyuki Ito
  * mtasaka
  * glurp
  * Taro Matsuzawa
  * Christopher L. Ramsey
2014-12-30 08:53:44 +00:00
dholland
996dfb121e Adjust one of Joerg's clang patches so it still works on gcc.
This would be much easier if clang didn't lie about itself being gcc.
2014-12-27 02:46:40 +00:00
mef
73c07a1e7f (MASTER_SITES) Strip off 'old/' leaf. Both current and new exist there. 2014-12-26 23:21:10 +00:00
obache
094fc77967 Assume cp as GNU cp only for Linux and Fixes installation of symbolic link,
other than platforms using GNU cp except SVR4 and Darwin.
FIxes a part of PR pkg/49497.

Bump PKGREVISION.
2014-12-25 05:10:38 +00:00
obache
743faecd93 It is better to use ${LOWER_OPSYS} than fixed "netbsd" in PLIST for
"platform_part" of config file name.
XXX: complete list should be picked up from "configure.in"

Fix a part of PR pkg/49497 by Sevan Janiyan.
2014-12-25 04:57:25 +00:00
obache
7e4c5704c3 config/dragonfly-gcc.mk exists, no need to fake DragonFly as NetBSD. 2014-12-25 04:53:14 +00:00
obache
57c136fab7 wget is a pkgsrc tool. 2014-12-25 04:30:19 +00:00
wiz
9b93375b2e Update to 1.6.16; a CVE was requested for a heap overflow.
Changes since the last public release (1.6.15):
  Added ".align 2" to arm/filter_neon.S to support old GAS assemblers that
    don't do alignment correctly.
  Revised Makefile.am and scripts/*.dfn to work with MinGW/MSYS;
    renamed scripts/*.dfn to scripts/*.c (Bob Friesenhahn and John Bowler).
  Quiet a "comparison always true" warning in pngstest.c (John Bowler).
  Restored a test on width that was removed from png.c at libpng-1.6.9
    (Bug report by Alex Eubanks).
  Fixed an overflow in png_combine_row with very wide interlaced images.
2014-12-23 07:54:21 +00:00
obache
72f63cd81e Update libsixel to 1.4.3.
some portabilities and minor fixes.
2014-12-20 04:59:19 +00:00
mef
8bb26a81e5 Update MASTER_SITES to ${MASTER_SITE_SOURCEFORGE:=lensfun/} 2014-12-19 08:38:03 +00:00
mef
75eab014b2 Update MASTER_SITES to ${MASTER_SITE_SOURCEFORGE:=gtksee.berlios/} 2014-12-19 08:33:20 +00:00