Sat Jan 17 15:19:04 2015 UTC ()
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è™±, 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


(prlw1)
diff -r1.48 -r1.49 pkgsrc/graphics/clutter/Makefile
diff -r1.9 -r1.10 pkgsrc/graphics/clutter/PLIST
diff -r1.31 -r1.32 pkgsrc/graphics/clutter/buildlink3.mk
diff -r1.20 -r1.21 pkgsrc/graphics/clutter/distinfo

cvs diff -r1.48 -r1.49 pkgsrc/graphics/clutter/Makefile (switch to unified diff)

--- pkgsrc/graphics/clutter/Makefile 2015/01/17 14:36:12 1.48
+++ pkgsrc/graphics/clutter/Makefile 2015/01/17 15:19:04 1.49
@@ -1,40 +1,38 @@ @@ -1,40 +1,38 @@
1# $NetBSD: Makefile,v 1.48 2015/01/17 14:36:12 prlw1 Exp $ 1# $NetBSD: Makefile,v 1.49 2015/01/17 15:19:04 prlw1 Exp $
2# 
3 2
4DISTNAME= clutter-1.16.4 3DISTNAME= clutter-1.20.0
5PKGREVISION= 3 4CATEGORIES= graphics gnome
6CATEGORIES= graphics 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter/${PKGVERSION_NOREV:R}/}
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter/1.16/} 
8EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://wiki.gnome.org/Projects/Clutter 9HOMEPAGE= https://wiki.gnome.org/Projects/Clutter
12COMMENT= Open GL based interactive canvas library 10COMMENT= Open GL based interactive canvas library
13LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
14 12
15GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 14USE_LIBTOOL= yes
17USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
18USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
19 17
20PKGCONFIG_OVERRIDE+= clutter/cally/cally.pc.in 18PKGCONFIG_OVERRIDE+= clutter/cally/cally.pc.in
21PKGCONFIG_OVERRIDE+= clutter/clutter.pc.in 19PKGCONFIG_OVERRIDE+= clutter/clutter.pc.in
22 20
23.include "options.mk" 21.include "options.mk"
24 22
25TEST_TARGET= check 23TEST_TARGET= check
26 24
27.include "../../devel/gettext-lib/buildlink3.mk" 25.include "../../devel/gettext-lib/buildlink3.mk"
28BUILDLINK_API_DEPENDS.atk+= atk>=2.5.3 26BUILDLINK_API_DEPENDS.atk+= atk>=2.5.3
29.include "../../devel/atk/buildlink3.mk" 27.include "../../devel/atk/buildlink3.mk"
30BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.3 28BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.3
31.include "../../devel/glib2/buildlink3.mk" 29.include "../../devel/glib2/buildlink3.mk"
32BUILDLINK_API_DEPENDS.pango+= pango>=1.30.0 30BUILDLINK_API_DEPENDS.pango+= pango>=1.30.0
33.include "../../devel/pango/buildlink3.mk" 31.include "../../devel/pango/buildlink3.mk"
34BUILDLINK_API_DEPENDS.cairo-gobject+= cairo-gobject>=1.10.0 32BUILDLINK_API_DEPENDS.cairo-gobject+= cairo-gobject>=1.12.0
35.include "../../graphics/cairo-gobject/buildlink3.mk" 33.include "../../graphics/cairo-gobject/buildlink3.mk"
36BUILDLINK_API_DEPENDS.cogl+= cogl>=1.15.9 34BUILDLINK_API_DEPENDS.cogl+= cogl>=1.17.5
37.include "../../graphics/cogl/buildlink3.mk" 35.include "../../graphics/cogl/buildlink3.mk"
38BUILDLINK_API_DEPENDS.json-glib+= json-glib>=0.12.0 36BUILDLINK_API_DEPENDS.json-glib+= json-glib>=0.12.0
39.include "../../textproc/json-glib/buildlink3.mk" 37.include "../../textproc/json-glib/buildlink3.mk"
40.include "../../mk/bsd.pkg.mk" 38.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/graphics/clutter/PLIST (switch to unified diff)

--- pkgsrc/graphics/clutter/PLIST 2014/01/03 12:34:14 1.9
+++ pkgsrc/graphics/clutter/PLIST 2015/01/17 15:19:04 1.10
@@ -1,417 +1,420 @@ @@ -1,417 +1,420 @@
1@comment $NetBSD: PLIST,v 1.9 2014/01/03 12:34:14 obache Exp $ 1@comment $NetBSD: PLIST,v 1.10 2015/01/17 15:19:04 prlw1 Exp $
2include/clutter-1.0/cally/cally-actor.h 2include/clutter-1.0/cally/cally-actor.h
3include/clutter-1.0/cally/cally-clone.h 3include/clutter-1.0/cally/cally-clone.h
4include/clutter-1.0/cally/cally-factory.h 4include/clutter-1.0/cally/cally-factory.h
5include/clutter-1.0/cally/cally-group.h 5include/clutter-1.0/cally/cally-group.h
6include/clutter-1.0/cally/cally-main.h 6include/clutter-1.0/cally/cally-main.h
7include/clutter-1.0/cally/cally-rectangle.h 7include/clutter-1.0/cally/cally-rectangle.h
8include/clutter-1.0/cally/cally-root.h 8include/clutter-1.0/cally/cally-root.h
9include/clutter-1.0/cally/cally-stage.h 9include/clutter-1.0/cally/cally-stage.h
10include/clutter-1.0/cally/cally-text.h 10include/clutter-1.0/cally/cally-text.h
11include/clutter-1.0/cally/cally-texture.h 11include/clutter-1.0/cally/cally-texture.h
12include/clutter-1.0/cally/cally-util.h 12include/clutter-1.0/cally/cally-util.h
13include/clutter-1.0/cally/cally.h 13include/clutter-1.0/cally/cally.h
14include/clutter-1.0/clutter/clutter-action.h 14include/clutter-1.0/clutter/clutter-action.h
15include/clutter-1.0/clutter/clutter-actor-meta.h 15include/clutter-1.0/clutter/clutter-actor-meta.h
16include/clutter-1.0/clutter/clutter-actor.h 16include/clutter-1.0/clutter/clutter-actor.h
17include/clutter-1.0/clutter/clutter-align-constraint.h 17include/clutter-1.0/clutter/clutter-align-constraint.h
18include/clutter-1.0/clutter/clutter-animatable.h 18include/clutter-1.0/clutter/clutter-animatable.h
19include/clutter-1.0/clutter/clutter-backend.h 19include/clutter-1.0/clutter/clutter-backend.h
20include/clutter-1.0/clutter/clutter-bin-layout.h 20include/clutter-1.0/clutter/clutter-bin-layout.h
21include/clutter-1.0/clutter/clutter-bind-constraint.h 21include/clutter-1.0/clutter/clutter-bind-constraint.h
22include/clutter-1.0/clutter/clutter-binding-pool.h 22include/clutter-1.0/clutter/clutter-binding-pool.h
23include/clutter-1.0/clutter/clutter-blur-effect.h 23include/clutter-1.0/clutter/clutter-blur-effect.h
24include/clutter-1.0/clutter/clutter-box-layout.h 24include/clutter-1.0/clutter/clutter-box-layout.h
25include/clutter-1.0/clutter/clutter-brightness-contrast-effect.h 25include/clutter-1.0/clutter/clutter-brightness-contrast-effect.h
26include/clutter-1.0/clutter/clutter-cairo.h 26include/clutter-1.0/clutter/clutter-cairo.h
27include/clutter-1.0/clutter/clutter-canvas.h 27include/clutter-1.0/clutter/clutter-canvas.h
28include/clutter-1.0/clutter/clutter-child-meta.h 28include/clutter-1.0/clutter/clutter-child-meta.h
29include/clutter-1.0/clutter/clutter-click-action.h 29include/clutter-1.0/clutter/clutter-click-action.h
30include/clutter-1.0/clutter/clutter-clone.h 30include/clutter-1.0/clutter/clutter-clone.h
31include/clutter-1.0/clutter/clutter-cogl-compat.h 31include/clutter-1.0/clutter/clutter-cogl-compat.h
32include/clutter-1.0/clutter/clutter-color-static.h 32include/clutter-1.0/clutter/clutter-color-static.h
33include/clutter-1.0/clutter/clutter-color.h 33include/clutter-1.0/clutter/clutter-color.h
34include/clutter-1.0/clutter/clutter-colorize-effect.h 34include/clutter-1.0/clutter/clutter-colorize-effect.h
35include/clutter-1.0/clutter/clutter-config.h 35include/clutter-1.0/clutter/clutter-config.h
36include/clutter-1.0/clutter/clutter-constraint.h 36include/clutter-1.0/clutter/clutter-constraint.h
37include/clutter-1.0/clutter/clutter-container.h 37include/clutter-1.0/clutter/clutter-container.h
38include/clutter-1.0/clutter/clutter-content.h 38include/clutter-1.0/clutter/clutter-content.h
39include/clutter-1.0/clutter/clutter-deform-effect.h 39include/clutter-1.0/clutter/clutter-deform-effect.h
40include/clutter-1.0/clutter/clutter-deprecated.h 40include/clutter-1.0/clutter/clutter-deprecated.h
41include/clutter-1.0/clutter/clutter-desaturate-effect.h 41include/clutter-1.0/clutter/clutter-desaturate-effect.h
42include/clutter-1.0/clutter/clutter-device-manager.h 42include/clutter-1.0/clutter/clutter-device-manager.h
43include/clutter-1.0/clutter/clutter-drag-action.h 43include/clutter-1.0/clutter/clutter-drag-action.h
44include/clutter-1.0/clutter/clutter-drop-action.h 44include/clutter-1.0/clutter/clutter-drop-action.h
45include/clutter-1.0/clutter/clutter-effect.h 45include/clutter-1.0/clutter/clutter-effect.h
46include/clutter-1.0/clutter/clutter-enum-types.h 46include/clutter-1.0/clutter/clutter-enum-types.h
47include/clutter-1.0/clutter/clutter-enums.h 47include/clutter-1.0/clutter/clutter-enums.h
48include/clutter-1.0/clutter/clutter-event.h 48include/clutter-1.0/clutter/clutter-event.h
49include/clutter-1.0/clutter/clutter-feature.h 49include/clutter-1.0/clutter/clutter-feature.h
50include/clutter-1.0/clutter/clutter-fixed-layout.h 50include/clutter-1.0/clutter/clutter-fixed-layout.h
51include/clutter-1.0/clutter/clutter-flow-layout.h 51include/clutter-1.0/clutter/clutter-flow-layout.h
52include/clutter-1.0/clutter/clutter-gesture-action.h 52include/clutter-1.0/clutter/clutter-gesture-action.h
53include/clutter-1.0/clutter/clutter-grid-layout.h 53include/clutter-1.0/clutter/clutter-grid-layout.h
54include/clutter-1.0/clutter/clutter-group.h 54include/clutter-1.0/clutter/clutter-group.h
55include/clutter-1.0/clutter/clutter-image.h 55include/clutter-1.0/clutter/clutter-image.h
56include/clutter-1.0/clutter/clutter-input-device.h 56include/clutter-1.0/clutter/clutter-input-device.h
57include/clutter-1.0/clutter/clutter-interval.h 57include/clutter-1.0/clutter/clutter-interval.h
58include/clutter-1.0/clutter/clutter-keyframe-transition.h 58include/clutter-1.0/clutter/clutter-keyframe-transition.h
59include/clutter-1.0/clutter/clutter-keysyms.h 59include/clutter-1.0/clutter/clutter-keysyms.h
60include/clutter-1.0/clutter/clutter-layout-manager.h 60include/clutter-1.0/clutter/clutter-layout-manager.h
61include/clutter-1.0/clutter/clutter-layout-meta.h 61include/clutter-1.0/clutter/clutter-layout-meta.h
62include/clutter-1.0/clutter/clutter-list-model.h 62include/clutter-1.0/clutter/clutter-list-model.h
63include/clutter-1.0/clutter/clutter-macros.h 63include/clutter-1.0/clutter/clutter-macros.h
64include/clutter-1.0/clutter/clutter-main.h 64include/clutter-1.0/clutter/clutter-main.h
65include/clutter-1.0/clutter/clutter-marshal.h 65include/clutter-1.0/clutter/clutter-marshal.h
66include/clutter-1.0/clutter/clutter-model.h 66include/clutter-1.0/clutter/clutter-model.h
67include/clutter-1.0/clutter/clutter-offscreen-effect.h 67include/clutter-1.0/clutter/clutter-offscreen-effect.h
68${PLIST.osx}include/clutter-1.0/clutter/clutter-osx.h 68${PLIST.osx}include/clutter-1.0/clutter/clutter-osx.h
69include/clutter-1.0/clutter/clutter-page-turn-effect.h 69include/clutter-1.0/clutter/clutter-page-turn-effect.h
70include/clutter-1.0/clutter/clutter-paint-node.h 70include/clutter-1.0/clutter/clutter-paint-node.h
71include/clutter-1.0/clutter/clutter-paint-nodes.h 71include/clutter-1.0/clutter/clutter-paint-nodes.h
72include/clutter-1.0/clutter/clutter-pan-action.h 72include/clutter-1.0/clutter/clutter-pan-action.h
73include/clutter-1.0/clutter/clutter-path-constraint.h 73include/clutter-1.0/clutter/clutter-path-constraint.h
74include/clutter-1.0/clutter/clutter-path.h 74include/clutter-1.0/clutter/clutter-path.h
75include/clutter-1.0/clutter/clutter-property-transition.h 75include/clutter-1.0/clutter/clutter-property-transition.h
76include/clutter-1.0/clutter/clutter-rotate-action.h 76include/clutter-1.0/clutter/clutter-rotate-action.h
77include/clutter-1.0/clutter/clutter-script.h 77include/clutter-1.0/clutter/clutter-script.h
78include/clutter-1.0/clutter/clutter-scriptable.h 78include/clutter-1.0/clutter/clutter-scriptable.h
79include/clutter-1.0/clutter/clutter-scroll-actor.h 79include/clutter-1.0/clutter/clutter-scroll-actor.h
80include/clutter-1.0/clutter/clutter-settings.h 80include/clutter-1.0/clutter/clutter-settings.h
81include/clutter-1.0/clutter/clutter-shader-effect.h 81include/clutter-1.0/clutter/clutter-shader-effect.h
82include/clutter-1.0/clutter/clutter-shader-types.h 82include/clutter-1.0/clutter/clutter-shader-types.h
83include/clutter-1.0/clutter/clutter-snap-constraint.h 83include/clutter-1.0/clutter/clutter-snap-constraint.h
84include/clutter-1.0/clutter/clutter-stage-manager.h 84include/clutter-1.0/clutter/clutter-stage-manager.h
85include/clutter-1.0/clutter/clutter-stage.h 85include/clutter-1.0/clutter/clutter-stage.h
86include/clutter-1.0/clutter/clutter-swipe-action.h 86include/clutter-1.0/clutter/clutter-swipe-action.h
87include/clutter-1.0/clutter/clutter-table-layout.h 
88include/clutter-1.0/clutter/clutter-tap-action.h 87include/clutter-1.0/clutter/clutter-tap-action.h
 88include/clutter-1.0/clutter/clutter-test-utils.h
89include/clutter-1.0/clutter/clutter-text-buffer.h 89include/clutter-1.0/clutter/clutter-text-buffer.h
90include/clutter-1.0/clutter/clutter-text.h 90include/clutter-1.0/clutter/clutter-text.h
91include/clutter-1.0/clutter/clutter-texture.h 91include/clutter-1.0/clutter/clutter-texture.h
92include/clutter-1.0/clutter/clutter-timeline.h 92include/clutter-1.0/clutter/clutter-timeline.h
93include/clutter-1.0/clutter/clutter-transition-group.h 93include/clutter-1.0/clutter/clutter-transition-group.h
94include/clutter-1.0/clutter/clutter-transition.h 94include/clutter-1.0/clutter/clutter-transition.h
95include/clutter-1.0/clutter/clutter-types.h 95include/clutter-1.0/clutter/clutter-types.h
96include/clutter-1.0/clutter/clutter-units.h 96include/clutter-1.0/clutter/clutter-units.h
97include/clutter-1.0/clutter/clutter-version.h 97include/clutter-1.0/clutter/clutter-version.h
98include/clutter-1.0/clutter/clutter-zoom-action.h 98include/clutter-1.0/clutter/clutter-zoom-action.h
99include/clutter-1.0/clutter/clutter.h 99include/clutter-1.0/clutter/clutter.h
100include/clutter-1.0/clutter/deprecated/clutter-actor.h 100include/clutter-1.0/clutter/deprecated/clutter-actor.h
101include/clutter-1.0/clutter/deprecated/clutter-alpha.h 101include/clutter-1.0/clutter/deprecated/clutter-alpha.h
102include/clutter-1.0/clutter/deprecated/clutter-animatable.h 102include/clutter-1.0/clutter/deprecated/clutter-animatable.h
103include/clutter-1.0/clutter/deprecated/clutter-animation.h 103include/clutter-1.0/clutter/deprecated/clutter-animation.h
104include/clutter-1.0/clutter/deprecated/clutter-animator.h 104include/clutter-1.0/clutter/deprecated/clutter-animator.h
105include/clutter-1.0/clutter/deprecated/clutter-backend.h 105include/clutter-1.0/clutter/deprecated/clutter-backend.h
106include/clutter-1.0/clutter/deprecated/clutter-behaviour-depth.h 106include/clutter-1.0/clutter/deprecated/clutter-behaviour-depth.h
107include/clutter-1.0/clutter/deprecated/clutter-behaviour-ellipse.h 107include/clutter-1.0/clutter/deprecated/clutter-behaviour-ellipse.h
108include/clutter-1.0/clutter/deprecated/clutter-behaviour-opacity.h 108include/clutter-1.0/clutter/deprecated/clutter-behaviour-opacity.h
109include/clutter-1.0/clutter/deprecated/clutter-behaviour-path.h 109include/clutter-1.0/clutter/deprecated/clutter-behaviour-path.h
110include/clutter-1.0/clutter/deprecated/clutter-behaviour-rotate.h 110include/clutter-1.0/clutter/deprecated/clutter-behaviour-rotate.h
111include/clutter-1.0/clutter/deprecated/clutter-behaviour-scale.h 111include/clutter-1.0/clutter/deprecated/clutter-behaviour-scale.h
112include/clutter-1.0/clutter/deprecated/clutter-behaviour.h 112include/clutter-1.0/clutter/deprecated/clutter-behaviour.h
113include/clutter-1.0/clutter/deprecated/clutter-bin-layout.h 113include/clutter-1.0/clutter/deprecated/clutter-bin-layout.h
114include/clutter-1.0/clutter/deprecated/clutter-box.h 114include/clutter-1.0/clutter/deprecated/clutter-box.h
115include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h 115include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h
116include/clutter-1.0/clutter/deprecated/clutter-container.h 116include/clutter-1.0/clutter/deprecated/clutter-container.h
117include/clutter-1.0/clutter/deprecated/clutter-fixed.h 117include/clutter-1.0/clutter/deprecated/clutter-fixed.h
118include/clutter-1.0/clutter/deprecated/clutter-frame-source.h 118include/clutter-1.0/clutter/deprecated/clutter-frame-source.h
119include/clutter-1.0/clutter/deprecated/clutter-group.h 119include/clutter-1.0/clutter/deprecated/clutter-group.h
120include/clutter-1.0/clutter/deprecated/clutter-input-device.h 120include/clutter-1.0/clutter/deprecated/clutter-input-device.h
121include/clutter-1.0/clutter/deprecated/clutter-keysyms.h 121include/clutter-1.0/clutter/deprecated/clutter-keysyms.h
122include/clutter-1.0/clutter/deprecated/clutter-main.h 122include/clutter-1.0/clutter/deprecated/clutter-main.h
123include/clutter-1.0/clutter/deprecated/clutter-media.h 123include/clutter-1.0/clutter/deprecated/clutter-media.h
124include/clutter-1.0/clutter/deprecated/clutter-rectangle.h 124include/clutter-1.0/clutter/deprecated/clutter-rectangle.h
125include/clutter-1.0/clutter/deprecated/clutter-score.h 125include/clutter-1.0/clutter/deprecated/clutter-score.h
126include/clutter-1.0/clutter/deprecated/clutter-shader.h 126include/clutter-1.0/clutter/deprecated/clutter-shader.h
127include/clutter-1.0/clutter/deprecated/clutter-stage-manager.h 127include/clutter-1.0/clutter/deprecated/clutter-stage-manager.h
128include/clutter-1.0/clutter/deprecated/clutter-stage.h 128include/clutter-1.0/clutter/deprecated/clutter-stage.h
129include/clutter-1.0/clutter/deprecated/clutter-state.h 129include/clutter-1.0/clutter/deprecated/clutter-state.h
 130include/clutter-1.0/clutter/deprecated/clutter-table-layout.h
130include/clutter-1.0/clutter/deprecated/clutter-texture.h 131include/clutter-1.0/clutter/deprecated/clutter-texture.h
131include/clutter-1.0/clutter/deprecated/clutter-timeline.h 132include/clutter-1.0/clutter/deprecated/clutter-timeline.h
132include/clutter-1.0/clutter/deprecated/clutter-timeout-pool.h 133include/clutter-1.0/clutter/deprecated/clutter-timeout-pool.h
133include/clutter-1.0/clutter/deprecated/clutter-util.h 134include/clutter-1.0/clutter/deprecated/clutter-util.h
134${PLIST.x11}include/clutter-1.0/clutter/glx/clutter-glx-texture-pixmap.h 135${PLIST.x11}include/clutter-1.0/clutter/glx/clutter-glx-texture-pixmap.h
135${PLIST.x11}include/clutter-1.0/clutter/glx/clutter-glx.h 136${PLIST.x11}include/clutter-1.0/clutter/glx/clutter-glx.h
136${PLIST.x11}include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h 137${PLIST.x11}include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h
137${PLIST.x11}include/clutter-1.0/clutter/x11/clutter-x11.h 138${PLIST.x11}include/clutter-1.0/clutter/x11/clutter-x11.h
138${PLIST.introspection}lib/girepository-1.0/Cally-1.0.typelib 139${PLIST.introspection}lib/girepository-1.0/Cally-1.0.typelib
139${PLIST.introspection}lib/girepository-1.0/Clutter-1.0.typelib 140${PLIST.introspection}lib/girepository-1.0/Clutter-1.0.typelib
140${PLIST.x11}${PLIST.introspection}lib/girepository-1.0/ClutterX11-1.0.typelib 141${PLIST.x11}${PLIST.introspection}lib/girepository-1.0/ClutterX11-1.0.typelib
141lib/libclutter-1.0.la 142lib/libclutter-1.0.la
142${PLIST.x11}lib/libclutter-glx-1.0.so 143${PLIST.x11}lib/libclutter-glx-1.0.so
143${PLIST.x11}lib/libclutter-glx-1.0.so.0 144${PLIST.x11}lib/libclutter-glx-1.0.so.0
144lib/pkgconfig/cally-1.0.pc 145lib/pkgconfig/cally-1.0.pc
145lib/pkgconfig/clutter-1.0.pc 146lib/pkgconfig/clutter-1.0.pc
146lib/pkgconfig/clutter-cogl-1.0.pc 147lib/pkgconfig/clutter-cogl-1.0.pc
147${PLIST.x11}lib/pkgconfig/clutter-glx-1.0.pc 148${PLIST.x11}lib/pkgconfig/clutter-glx-1.0.pc
148${PLIST.osx}lib/pkgconfig/clutter-osx-1.0.pc 149${PLIST.osx}lib/pkgconfig/clutter-osx-1.0.pc
149${PLIST.x11}lib/pkgconfig/clutter-x11-1.0.pc 150${PLIST.x11}lib/pkgconfig/clutter-x11-1.0.pc
150${PLIST.introspection}share/gir-1.0/Cally-1.0.gir 151${PLIST.introspection}share/gir-1.0/Cally-1.0.gir
151${PLIST.introspection}share/gir-1.0/Clutter-1.0.gir 152${PLIST.introspection}share/gir-1.0/Clutter-1.0.gir
152${PLIST.x11}${PLIST.introspection}share/gir-1.0/ClutterX11-1.0.gir 153${PLIST.x11}${PLIST.introspection}share/gir-1.0/ClutterX11-1.0.gir
153share/gtk-doc/html/cally/CallyActor.html 154share/gtk-doc/html/cally/CallyActor.html
154share/gtk-doc/html/cally/CallyClone.html 155share/gtk-doc/html/cally/CallyClone.html
155share/gtk-doc/html/cally/CallyGroup.html 156share/gtk-doc/html/cally/CallyGroup.html
156share/gtk-doc/html/cally/CallyRectangle.html 157share/gtk-doc/html/cally/CallyRectangle.html
157share/gtk-doc/html/cally/CallyRoot.html 158share/gtk-doc/html/cally/CallyRoot.html
158share/gtk-doc/html/cally/CallyStage.html 159share/gtk-doc/html/cally/CallyStage.html
159share/gtk-doc/html/cally/CallyText.html 160share/gtk-doc/html/cally/CallyText.html
160share/gtk-doc/html/cally/CallyTexture.html 161share/gtk-doc/html/cally/CallyTexture.html
161share/gtk-doc/html/cally/CallyUtil.html 162share/gtk-doc/html/cally/CallyUtil.html
162share/gtk-doc/html/cally/cally-General-API.html 163share/gtk-doc/html/cally/cally-General-API.html
163share/gtk-doc/html/cally/cally.devhelp2 164share/gtk-doc/html/cally/cally.devhelp2
164share/gtk-doc/html/cally/callyannotationglossary.html 165share/gtk-doc/html/cally/callyannotationglossary.html
165share/gtk-doc/html/cally/callybase.html 166share/gtk-doc/html/cally/callybase.html
166share/gtk-doc/html/cally/callyobjecthierarchy.html 167share/gtk-doc/html/cally/callyobjecthierarchy.html
167share/gtk-doc/html/cally/callyobjectindex.html 168share/gtk-doc/html/cally/callyobjectindex.html
168share/gtk-doc/html/cally/callyobjects.html 169share/gtk-doc/html/cally/callyobjects.html
169share/gtk-doc/html/cally/ch01.html 170share/gtk-doc/html/cally/ch01.html
170share/gtk-doc/html/cally/ch02.html 171share/gtk-doc/html/cally/ch02.html
171share/gtk-doc/html/cally/clutter-overview.html 172share/gtk-doc/html/cally/clutter-overview.html
172share/gtk-doc/html/cally/home.png 173share/gtk-doc/html/cally/home.png
173share/gtk-doc/html/cally/index.html 174share/gtk-doc/html/cally/index.html
174share/gtk-doc/html/cally/index.sgml 175share/gtk-doc/html/cally/index.sgml
175share/gtk-doc/html/cally/ix01.html 176share/gtk-doc/html/cally/ix01.html
176share/gtk-doc/html/cally/ix02.html 177share/gtk-doc/html/cally/ix02.html
177share/gtk-doc/html/cally/ix03.html 178share/gtk-doc/html/cally/ix03.html
178share/gtk-doc/html/cally/ix04.html 179share/gtk-doc/html/cally/ix04.html
179share/gtk-doc/html/cally/left-insensitive.png 180share/gtk-doc/html/cally/left-insensitive.png
180share/gtk-doc/html/cally/left.png 181share/gtk-doc/html/cally/left.png
181share/gtk-doc/html/cally/license.html 182share/gtk-doc/html/cally/license.html
182share/gtk-doc/html/cally/right-insensitive.png 183share/gtk-doc/html/cally/right-insensitive.png
183share/gtk-doc/html/cally/right.png 184share/gtk-doc/html/cally/right.png
184share/gtk-doc/html/cally/style.css 185share/gtk-doc/html/cally/style.css
185share/gtk-doc/html/cally/up-insensitive.png 186share/gtk-doc/html/cally/up-insensitive.png
186share/gtk-doc/html/cally/up.png 187share/gtk-doc/html/cally/up.png
187share/gtk-doc/html/clutter/ClutterAction.html 188share/gtk-doc/html/clutter/ClutterAction.html
188share/gtk-doc/html/clutter/ClutterActor.html 189share/gtk-doc/html/clutter/ClutterActor.html
189share/gtk-doc/html/clutter/ClutterActorMeta.html 190share/gtk-doc/html/clutter/ClutterActorMeta.html
190share/gtk-doc/html/clutter/ClutterAlignConstraint.html 191share/gtk-doc/html/clutter/ClutterAlignConstraint.html
191share/gtk-doc/html/clutter/ClutterAlpha.html 192share/gtk-doc/html/clutter/ClutterAlpha.html
192share/gtk-doc/html/clutter/ClutterAnimatable.html 193share/gtk-doc/html/clutter/ClutterAnimatable.html
193share/gtk-doc/html/clutter/ClutterAnimator.html 194share/gtk-doc/html/clutter/ClutterAnimator.html
194share/gtk-doc/html/clutter/ClutterBackend.html 195share/gtk-doc/html/clutter/ClutterBackend.html
195share/gtk-doc/html/clutter/ClutterBehaviour.html 196share/gtk-doc/html/clutter/ClutterBehaviour.html
196share/gtk-doc/html/clutter/ClutterBehaviourDepth.html 197share/gtk-doc/html/clutter/ClutterBehaviourDepth.html
197share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html 198share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html
198share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html 199share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html
199share/gtk-doc/html/clutter/ClutterBehaviourPath.html 200share/gtk-doc/html/clutter/ClutterBehaviourPath.html
200share/gtk-doc/html/clutter/ClutterBehaviourRotate.html 201share/gtk-doc/html/clutter/ClutterBehaviourRotate.html
201share/gtk-doc/html/clutter/ClutterBehaviourScale.html 202share/gtk-doc/html/clutter/ClutterBehaviourScale.html
202share/gtk-doc/html/clutter/ClutterBinLayout.html 203share/gtk-doc/html/clutter/ClutterBinLayout.html
203share/gtk-doc/html/clutter/ClutterBindConstraint.html 204share/gtk-doc/html/clutter/ClutterBindConstraint.html
204share/gtk-doc/html/clutter/ClutterBlurEffect.html 205share/gtk-doc/html/clutter/ClutterBlurEffect.html
205share/gtk-doc/html/clutter/ClutterBox.html 206share/gtk-doc/html/clutter/ClutterBox.html
206share/gtk-doc/html/clutter/ClutterBoxLayout.html 207share/gtk-doc/html/clutter/ClutterBoxLayout.html
207share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html 208share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html
208share/gtk-doc/html/clutter/ClutterCairoTexture.html 209share/gtk-doc/html/clutter/ClutterCairoTexture.html
209share/gtk-doc/html/clutter/ClutterCanvas.html 210share/gtk-doc/html/clutter/ClutterCanvas.html
210share/gtk-doc/html/clutter/ClutterChildMeta.html 211share/gtk-doc/html/clutter/ClutterChildMeta.html
211share/gtk-doc/html/clutter/ClutterClickAction.html 212share/gtk-doc/html/clutter/ClutterClickAction.html
212share/gtk-doc/html/clutter/ClutterClone.html 213share/gtk-doc/html/clutter/ClutterClone.html
213share/gtk-doc/html/clutter/ClutterColorizeEffect.html 214share/gtk-doc/html/clutter/ClutterColorizeEffect.html
214share/gtk-doc/html/clutter/ClutterConstraint.html 215share/gtk-doc/html/clutter/ClutterConstraint.html
215share/gtk-doc/html/clutter/ClutterContainer.html 216share/gtk-doc/html/clutter/ClutterContainer.html
216share/gtk-doc/html/clutter/ClutterContent.html 217share/gtk-doc/html/clutter/ClutterContent.html
217share/gtk-doc/html/clutter/ClutterDeformEffect.html 218share/gtk-doc/html/clutter/ClutterDeformEffect.html
218share/gtk-doc/html/clutter/ClutterDesaturateEffect.html 219share/gtk-doc/html/clutter/ClutterDesaturateEffect.html
219share/gtk-doc/html/clutter/ClutterDeviceManager.html 220share/gtk-doc/html/clutter/ClutterDeviceManager.html
220share/gtk-doc/html/clutter/ClutterDragAction.html 221share/gtk-doc/html/clutter/ClutterDragAction.html
221share/gtk-doc/html/clutter/ClutterDropAction.html 222share/gtk-doc/html/clutter/ClutterDropAction.html
222share/gtk-doc/html/clutter/ClutterEffect.html 223share/gtk-doc/html/clutter/ClutterEffect.html
223share/gtk-doc/html/clutter/ClutterFixedLayout.html 224share/gtk-doc/html/clutter/ClutterFixedLayout.html
224share/gtk-doc/html/clutter/ClutterFlowLayout.html 225share/gtk-doc/html/clutter/ClutterFlowLayout.html
225share/gtk-doc/html/clutter/ClutterGestureAction.html 226share/gtk-doc/html/clutter/ClutterGestureAction.html
226share/gtk-doc/html/clutter/ClutterGridLayout.html 227share/gtk-doc/html/clutter/ClutterGridLayout.html
227share/gtk-doc/html/clutter/ClutterGroup.html 228share/gtk-doc/html/clutter/ClutterGroup.html
228share/gtk-doc/html/clutter/ClutterImage.html 229share/gtk-doc/html/clutter/ClutterImage.html
229share/gtk-doc/html/clutter/ClutterInputDevice.html 230share/gtk-doc/html/clutter/ClutterInputDevice.html
230share/gtk-doc/html/clutter/ClutterKeyframeTransition.html 231share/gtk-doc/html/clutter/ClutterKeyframeTransition.html
231share/gtk-doc/html/clutter/ClutterLayoutManager.html 232share/gtk-doc/html/clutter/ClutterLayoutManager.html
232share/gtk-doc/html/clutter/ClutterLayoutMeta.html 233share/gtk-doc/html/clutter/ClutterLayoutMeta.html
233share/gtk-doc/html/clutter/ClutterListModel.html 234share/gtk-doc/html/clutter/ClutterListModel.html
234share/gtk-doc/html/clutter/ClutterMedia.html 235share/gtk-doc/html/clutter/ClutterMedia.html
235share/gtk-doc/html/clutter/ClutterModel.html 236share/gtk-doc/html/clutter/ClutterModel.html
236share/gtk-doc/html/clutter/ClutterModelIter.html 237share/gtk-doc/html/clutter/ClutterModelIter.html
237share/gtk-doc/html/clutter/ClutterOffscreenEffect.html 238share/gtk-doc/html/clutter/ClutterOffscreenEffect.html
238share/gtk-doc/html/clutter/ClutterPageTurnEffect.html 239share/gtk-doc/html/clutter/ClutterPageTurnEffect.html
239share/gtk-doc/html/clutter/ClutterPaintNode.html 240share/gtk-doc/html/clutter/ClutterPaintNode.html
240share/gtk-doc/html/clutter/ClutterPanAction.html 241share/gtk-doc/html/clutter/ClutterPanAction.html
241share/gtk-doc/html/clutter/ClutterPath.html 242share/gtk-doc/html/clutter/ClutterPath.html
242share/gtk-doc/html/clutter/ClutterPathConstraint.html 243share/gtk-doc/html/clutter/ClutterPathConstraint.html
243share/gtk-doc/html/clutter/ClutterPropertyTransition.html 244share/gtk-doc/html/clutter/ClutterPropertyTransition.html
244share/gtk-doc/html/clutter/ClutterRectangle.html 245share/gtk-doc/html/clutter/ClutterRectangle.html
245share/gtk-doc/html/clutter/ClutterRotateAction.html 246share/gtk-doc/html/clutter/ClutterRotateAction.html
246share/gtk-doc/html/clutter/ClutterScore.html 247share/gtk-doc/html/clutter/ClutterScore.html
247share/gtk-doc/html/clutter/ClutterScript.html 248share/gtk-doc/html/clutter/ClutterScript.html
248share/gtk-doc/html/clutter/ClutterScriptable.html 249share/gtk-doc/html/clutter/ClutterScriptable.html
249share/gtk-doc/html/clutter/ClutterScrollActor.html 250share/gtk-doc/html/clutter/ClutterScrollActor.html
250share/gtk-doc/html/clutter/ClutterSettings.html 251share/gtk-doc/html/clutter/ClutterSettings.html
251share/gtk-doc/html/clutter/ClutterShaderEffect.html 252share/gtk-doc/html/clutter/ClutterShaderEffect.html
252share/gtk-doc/html/clutter/ClutterSnapConstraint.html 253share/gtk-doc/html/clutter/ClutterSnapConstraint.html
253share/gtk-doc/html/clutter/ClutterStage.html 254share/gtk-doc/html/clutter/ClutterStage.html
254share/gtk-doc/html/clutter/ClutterState.html 255share/gtk-doc/html/clutter/ClutterState.html
255share/gtk-doc/html/clutter/ClutterSwipeAction.html 256share/gtk-doc/html/clutter/ClutterSwipeAction.html
256share/gtk-doc/html/clutter/ClutterTableLayout.html 257share/gtk-doc/html/clutter/ClutterTableLayout.html
257share/gtk-doc/html/clutter/ClutterTapAction.html 258share/gtk-doc/html/clutter/ClutterTapAction.html
258share/gtk-doc/html/clutter/ClutterText.html 259share/gtk-doc/html/clutter/ClutterText.html
259share/gtk-doc/html/clutter/ClutterTextBuffer.html 260share/gtk-doc/html/clutter/ClutterTextBuffer.html
260share/gtk-doc/html/clutter/ClutterTexture.html 261share/gtk-doc/html/clutter/ClutterTexture.html
261share/gtk-doc/html/clutter/ClutterTimeline.html 262share/gtk-doc/html/clutter/ClutterTimeline.html
262share/gtk-doc/html/clutter/ClutterTransition.html 263share/gtk-doc/html/clutter/ClutterTransition.html
263share/gtk-doc/html/clutter/ClutterTransitionGroup.html 264share/gtk-doc/html/clutter/ClutterTransitionGroup.html
264share/gtk-doc/html/clutter/ClutterZoomAction.html 265share/gtk-doc/html/clutter/ClutterZoomAction.html
265share/gtk-doc/html/clutter/actor-box.png 266share/gtk-doc/html/clutter/actor-box.png
266share/gtk-doc/html/clutter/actor-example.png 267share/gtk-doc/html/clutter/actor-example.png
267share/gtk-doc/html/clutter/animator-key-frames.png 268share/gtk-doc/html/clutter/animator-key-frames.png
268share/gtk-doc/html/clutter/annotation-glossary.html 269share/gtk-doc/html/clutter/annotation-glossary.html
269share/gtk-doc/html/clutter/bin-layout.png 270share/gtk-doc/html/clutter/bin-layout.png
270share/gtk-doc/html/clutter/box-layout.png 271share/gtk-doc/html/clutter/box-layout.png
271share/gtk-doc/html/clutter/building-clutter.html 272share/gtk-doc/html/clutter/building-clutter.html
272share/gtk-doc/html/clutter/ch01.html 273share/gtk-doc/html/clutter/ch01.html
273share/gtk-doc/html/clutter/ch02.html 274share/gtk-doc/html/clutter/ch02.html
274share/gtk-doc/html/clutter/ch03.html 275share/gtk-doc/html/clutter/ch03.html
275share/gtk-doc/html/clutter/ch04.html 276share/gtk-doc/html/clutter/ch04.html
276share/gtk-doc/html/clutter/ch05.html 277share/gtk-doc/html/clutter/ch05.html
277share/gtk-doc/html/clutter/ch06.html 278share/gtk-doc/html/clutter/ch06.html
278share/gtk-doc/html/clutter/ch07.html 279share/gtk-doc/html/clutter/ch07.html
279share/gtk-doc/html/clutter/ch08.html 280share/gtk-doc/html/clutter/ch08.html
280share/gtk-doc/html/clutter/ch09.html 281share/gtk-doc/html/clutter/ch09.html
281share/gtk-doc/html/clutter/ch10.html 282share/gtk-doc/html/clutter/ch10.html
282share/gtk-doc/html/clutter/ch11.html 283share/gtk-doc/html/clutter/ch11.html
283share/gtk-doc/html/clutter/ch12.html 284share/gtk-doc/html/clutter/ch12.html
284share/gtk-doc/html/clutter/clutter-Base-geometric-types.html 285share/gtk-doc/html/clutter/clutter-Base-geometric-types.html
285share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html 286share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html
286share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html 287share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html
287share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html 288share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html
288share/gtk-doc/html/clutter/clutter-Colors.html 289share/gtk-doc/html/clutter/clutter-Colors.html
289share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html 290share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html
290share/gtk-doc/html/clutter/clutter-Events.html 291share/gtk-doc/html/clutter/clutter-Events.html
291share/gtk-doc/html/clutter/clutter-Features.html 292share/gtk-doc/html/clutter/clutter-Features.html
292share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html 293share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html
293share/gtk-doc/html/clutter/clutter-General.html 294share/gtk-doc/html/clutter/clutter-General.html
294share/gtk-doc/html/clutter/clutter-Implicit-Animations.html 295share/gtk-doc/html/clutter/clutter-Implicit-Animations.html
295share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html 296share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html
296share/gtk-doc/html/clutter/clutter-Key-Bindings.html 297share/gtk-doc/html/clutter/clutter-Key-Bindings.html
297share/gtk-doc/html/clutter/clutter-Paint-Nodes.html 298share/gtk-doc/html/clutter/clutter-Paint-Nodes.html
298share/gtk-doc/html/clutter/clutter-Shaders.html 299share/gtk-doc/html/clutter/clutter-Shaders.html
299share/gtk-doc/html/clutter/clutter-Stage-Manager.html 300share/gtk-doc/html/clutter/clutter-Stage-Manager.html
300share/gtk-doc/html/clutter/clutter-Unit-conversion.html 301share/gtk-doc/html/clutter/clutter-Unit-conversion.html
301share/gtk-doc/html/clutter/clutter-Utilities.html 302share/gtk-doc/html/clutter/clutter-Utilities.html
302share/gtk-doc/html/clutter/clutter-Value-intervals.html 303share/gtk-doc/html/clutter/clutter-Value-intervals.html
303share/gtk-doc/html/clutter/clutter-Versioning-Macros.html 304share/gtk-doc/html/clutter/clutter-Versioning-Macros.html
304share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html 305share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html
305share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html 306share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html
306share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html 307share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html
307share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html 308share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html
308share/gtk-doc/html/clutter/clutter-overview.html 309share/gtk-doc/html/clutter/clutter-overview.html
309share/gtk-doc/html/clutter/clutter.devhelp2 310share/gtk-doc/html/clutter/clutter.devhelp2
310share/gtk-doc/html/clutter/clutteranimation.html 311share/gtk-doc/html/clutter/clutteranimation.html
311share/gtk-doc/html/clutter/clutterbackends.html 312share/gtk-doc/html/clutter/clutterbackends.html
312share/gtk-doc/html/clutter/clutterbase.html 313share/gtk-doc/html/clutter/clutterbase.html
313share/gtk-doc/html/clutter/clutterglossary.html 314share/gtk-doc/html/clutter/clutterglossary.html
314share/gtk-doc/html/clutter/clutterobjecthierarchy.html 315share/gtk-doc/html/clutter/clutterobjecthierarchy.html
315share/gtk-doc/html/clutter/clutterobjectindex.html 316share/gtk-doc/html/clutter/clutterobjectindex.html
316share/gtk-doc/html/clutter/clutterobjects.html 317share/gtk-doc/html/clutter/clutterobjects.html
317share/gtk-doc/html/clutter/cluttertools.html 318share/gtk-doc/html/clutter/cluttertools.html
318share/gtk-doc/html/clutter/constraints-example.png 319share/gtk-doc/html/clutter/constraints-example.png
319share/gtk-doc/html/clutter/deprecated.html 320share/gtk-doc/html/clutter/deprecated.html
320share/gtk-doc/html/clutter/easing-modes.png 321share/gtk-doc/html/clutter/easing-modes.png
321share/gtk-doc/html/clutter/event-flow.png 322share/gtk-doc/html/clutter/event-flow.png
322share/gtk-doc/html/clutter/flow-layout.png 323share/gtk-doc/html/clutter/flow-layout.png
323share/gtk-doc/html/clutter/go01.html 324share/gtk-doc/html/clutter/go01.html
324share/gtk-doc/html/clutter/home.png 325share/gtk-doc/html/clutter/home.png
325share/gtk-doc/html/clutter/index.html 326share/gtk-doc/html/clutter/index.html
326share/gtk-doc/html/clutter/index.sgml 327share/gtk-doc/html/clutter/index.sgml
327share/gtk-doc/html/clutter/iterating-paths.html 328share/gtk-doc/html/clutter/iterating-paths.html
328share/gtk-doc/html/clutter/ix01.html 329share/gtk-doc/html/clutter/ix01.html
329share/gtk-doc/html/clutter/ix02.html 330share/gtk-doc/html/clutter/ix02.html
330share/gtk-doc/html/clutter/ix03.html 331share/gtk-doc/html/clutter/ix03.html
331share/gtk-doc/html/clutter/ix04.html 332share/gtk-doc/html/clutter/ix04.html
332share/gtk-doc/html/clutter/ix05.html 333share/gtk-doc/html/clutter/ix05.html
333share/gtk-doc/html/clutter/ix06.html 334share/gtk-doc/html/clutter/ix06.html
334share/gtk-doc/html/clutter/ix07.html 335share/gtk-doc/html/clutter/ix07.html
335share/gtk-doc/html/clutter/ix08.html 336share/gtk-doc/html/clutter/ix08.html
336share/gtk-doc/html/clutter/ix09.html 337share/gtk-doc/html/clutter/ix09.html
337share/gtk-doc/html/clutter/ix10.html 338share/gtk-doc/html/clutter/ix10.html
338share/gtk-doc/html/clutter/ix11.html 339share/gtk-doc/html/clutter/ix11.html
339share/gtk-doc/html/clutter/ix12.html 340share/gtk-doc/html/clutter/ix12.html
340share/gtk-doc/html/clutter/ix13.html 341share/gtk-doc/html/clutter/ix13.html
341share/gtk-doc/html/clutter/ix14.html 342share/gtk-doc/html/clutter/ix14.html
342share/gtk-doc/html/clutter/left-insensitive.png 343share/gtk-doc/html/clutter/left-insensitive.png
343share/gtk-doc/html/clutter/left.png 344share/gtk-doc/html/clutter/left.png
344share/gtk-doc/html/clutter/license.html 345share/gtk-doc/html/clutter/license.html
345share/gtk-doc/html/clutter/migrating-ClutterAnimation.html 346share/gtk-doc/html/clutter/migrating-ClutterAnimation.html
346share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html 347share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html
347share/gtk-doc/html/clutter/migrating-ClutterEffect.html 348share/gtk-doc/html/clutter/migrating-ClutterEffect.html
348share/gtk-doc/html/clutter/migrating-ClutterPath.html 349share/gtk-doc/html/clutter/migrating-ClutterPath.html
349share/gtk-doc/html/clutter/migration.html 350share/gtk-doc/html/clutter/migration.html
350share/gtk-doc/html/clutter/offscreen-redirect.png 351share/gtk-doc/html/clutter/offscreen-redirect.png
351share/gtk-doc/html/clutter/path-alpha-func.png 352share/gtk-doc/html/clutter/path-alpha-func.png
352share/gtk-doc/html/clutter/pt09.html 353share/gtk-doc/html/clutter/pt09.html
353share/gtk-doc/html/clutter/right-insensitive.png 354share/gtk-doc/html/clutter/right-insensitive.png
354share/gtk-doc/html/clutter/right.png 355share/gtk-doc/html/clutter/right.png
355share/gtk-doc/html/clutter/running-clutter.html 356share/gtk-doc/html/clutter/running-clutter.html
356share/gtk-doc/html/clutter/style.css 357share/gtk-doc/html/clutter/style.css
357share/gtk-doc/html/clutter/table-layout.png 358share/gtk-doc/html/clutter/table-layout.png
358share/gtk-doc/html/clutter/up-insensitive.png 359share/gtk-doc/html/clutter/up-insensitive.png
359share/gtk-doc/html/clutter/up.png 360share/gtk-doc/html/clutter/up.png
360share/gtk-doc/html/clutter/using-cairo.html 361share/gtk-doc/html/clutter/using-cairo.html
361share/locale/an/LC_MESSAGES/clutter-1.0.mo 362share/locale/an/LC_MESSAGES/clutter-1.0.mo
362share/locale/ar/LC_MESSAGES/clutter-1.0.mo 363share/locale/ar/LC_MESSAGES/clutter-1.0.mo
363share/locale/as/LC_MESSAGES/clutter-1.0.mo 364share/locale/as/LC_MESSAGES/clutter-1.0.mo
364share/locale/ast/LC_MESSAGES/clutter-1.0.mo 365share/locale/ast/LC_MESSAGES/clutter-1.0.mo
365share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo 366share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo
366share/locale/be/LC_MESSAGES/clutter-1.0.mo 367share/locale/be/LC_MESSAGES/clutter-1.0.mo
367share/locale/bg/LC_MESSAGES/clutter-1.0.mo 368share/locale/bg/LC_MESSAGES/clutter-1.0.mo
368share/locale/ca/LC_MESSAGES/clutter-1.0.mo 369share/locale/ca/LC_MESSAGES/clutter-1.0.mo
369share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo 370share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo
370share/locale/cs/LC_MESSAGES/clutter-1.0.mo 371share/locale/cs/LC_MESSAGES/clutter-1.0.mo
371share/locale/da/LC_MESSAGES/clutter-1.0.mo 372share/locale/da/LC_MESSAGES/clutter-1.0.mo
372share/locale/de/LC_MESSAGES/clutter-1.0.mo 373share/locale/de/LC_MESSAGES/clutter-1.0.mo
373share/locale/el/LC_MESSAGES/clutter-1.0.mo 374share/locale/el/LC_MESSAGES/clutter-1.0.mo
374share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo 375share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo
375share/locale/eo/LC_MESSAGES/clutter-1.0.mo 376share/locale/eo/LC_MESSAGES/clutter-1.0.mo
376share/locale/es/LC_MESSAGES/clutter-1.0.mo 377share/locale/es/LC_MESSAGES/clutter-1.0.mo
 378share/locale/eu/LC_MESSAGES/clutter-1.0.mo
377share/locale/fa/LC_MESSAGES/clutter-1.0.mo 379share/locale/fa/LC_MESSAGES/clutter-1.0.mo
378share/locale/fi/LC_MESSAGES/clutter-1.0.mo 380share/locale/fi/LC_MESSAGES/clutter-1.0.mo
379share/locale/fr/LC_MESSAGES/clutter-1.0.mo 381share/locale/fr/LC_MESSAGES/clutter-1.0.mo
380share/locale/gl/LC_MESSAGES/clutter-1.0.mo 382share/locale/gl/LC_MESSAGES/clutter-1.0.mo
381share/locale/he/LC_MESSAGES/clutter-1.0.mo 383share/locale/he/LC_MESSAGES/clutter-1.0.mo
382share/locale/hi/LC_MESSAGES/clutter-1.0.mo 384share/locale/hi/LC_MESSAGES/clutter-1.0.mo
383share/locale/hu/LC_MESSAGES/clutter-1.0.mo 385share/locale/hu/LC_MESSAGES/clutter-1.0.mo
384share/locale/id/LC_MESSAGES/clutter-1.0.mo 386share/locale/id/LC_MESSAGES/clutter-1.0.mo
385share/locale/it/LC_MESSAGES/clutter-1.0.mo 387share/locale/it/LC_MESSAGES/clutter-1.0.mo
386share/locale/ja/LC_MESSAGES/clutter-1.0.mo 388share/locale/ja/LC_MESSAGES/clutter-1.0.mo
387share/locale/km/LC_MESSAGES/clutter-1.0.mo 389share/locale/km/LC_MESSAGES/clutter-1.0.mo
388share/locale/kn/LC_MESSAGES/clutter-1.0.mo 390share/locale/kn/LC_MESSAGES/clutter-1.0.mo
 391share/locale/ko/LC_MESSAGES/clutter-1.0.mo
389share/locale/lt/LC_MESSAGES/clutter-1.0.mo 392share/locale/lt/LC_MESSAGES/clutter-1.0.mo
390share/locale/lv/LC_MESSAGES/clutter-1.0.mo 393share/locale/lv/LC_MESSAGES/clutter-1.0.mo
391share/locale/mk/LC_MESSAGES/clutter-1.0.mo 394share/locale/mk/LC_MESSAGES/clutter-1.0.mo
392share/locale/ml/LC_MESSAGES/clutter-1.0.mo 395share/locale/ml/LC_MESSAGES/clutter-1.0.mo
393share/locale/nb/LC_MESSAGES/clutter-1.0.mo 396share/locale/nb/LC_MESSAGES/clutter-1.0.mo
394share/locale/nl/LC_MESSAGES/clutter-1.0.mo 397share/locale/nl/LC_MESSAGES/clutter-1.0.mo
395share/locale/or/LC_MESSAGES/clutter-1.0.mo 398share/locale/or/LC_MESSAGES/clutter-1.0.mo
396share/locale/pa/LC_MESSAGES/clutter-1.0.mo 399share/locale/pa/LC_MESSAGES/clutter-1.0.mo
397share/locale/pl/LC_MESSAGES/clutter-1.0.mo 400share/locale/pl/LC_MESSAGES/clutter-1.0.mo
398share/locale/ps/LC_MESSAGES/clutter-1.0.mo 401share/locale/ps/LC_MESSAGES/clutter-1.0.mo
399share/locale/pt/LC_MESSAGES/clutter-1.0.mo 402share/locale/pt/LC_MESSAGES/clutter-1.0.mo
400share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo 403share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo
401share/locale/ro/LC_MESSAGES/clutter-1.0.mo 404share/locale/ro/LC_MESSAGES/clutter-1.0.mo
402share/locale/ru/LC_MESSAGES/clutter-1.0.mo 405share/locale/ru/LC_MESSAGES/clutter-1.0.mo
403share/locale/sk/LC_MESSAGES/clutter-1.0.mo 406share/locale/sk/LC_MESSAGES/clutter-1.0.mo
404share/locale/sl/LC_MESSAGES/clutter-1.0.mo 407share/locale/sl/LC_MESSAGES/clutter-1.0.mo
405share/locale/sr/LC_MESSAGES/clutter-1.0.mo 408share/locale/sr/LC_MESSAGES/clutter-1.0.mo
406share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo 409share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo
407share/locale/sv/LC_MESSAGES/clutter-1.0.mo 410share/locale/sv/LC_MESSAGES/clutter-1.0.mo
408share/locale/ta/LC_MESSAGES/clutter-1.0.mo 411share/locale/ta/LC_MESSAGES/clutter-1.0.mo
409share/locale/te/LC_MESSAGES/clutter-1.0.mo 412share/locale/te/LC_MESSAGES/clutter-1.0.mo
410share/locale/tr/LC_MESSAGES/clutter-1.0.mo 413share/locale/tr/LC_MESSAGES/clutter-1.0.mo
411share/locale/ug/LC_MESSAGES/clutter-1.0.mo 414share/locale/ug/LC_MESSAGES/clutter-1.0.mo
412share/locale/uk/LC_MESSAGES/clutter-1.0.mo 415share/locale/uk/LC_MESSAGES/clutter-1.0.mo
413share/locale/ur/LC_MESSAGES/clutter-1.0.mo 416share/locale/ur/LC_MESSAGES/clutter-1.0.mo
414share/locale/yi/LC_MESSAGES/clutter-1.0.mo 417share/locale/yi/LC_MESSAGES/clutter-1.0.mo
415share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo 418share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo
416share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo 419share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo
417share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo 420share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo

cvs diff -r1.31 -r1.32 pkgsrc/graphics/clutter/buildlink3.mk (switch to unified diff)

--- pkgsrc/graphics/clutter/buildlink3.mk 2015/01/17 14:36:12 1.31
+++ pkgsrc/graphics/clutter/buildlink3.mk 2015/01/17 15:19:04 1.32
@@ -1,35 +1,34 @@ @@ -1,35 +1,34 @@
1# $NetBSD: buildlink3.mk,v 1.31 2015/01/17 14:36:12 prlw1 Exp $ 1# $NetBSD: buildlink3.mk,v 1.32 2015/01/17 15:19:04 prlw1 Exp $
2# 2#
3 3
4BUILDLINK_TREE+= clutter 4BUILDLINK_TREE+= clutter
5 5
6.if !defined(CLUTTER_BUILDLINK3_MK) 6.if !defined(CLUTTER_BUILDLINK3_MK)
7CLUTTER_BUILDLINK3_MK:= 7CLUTTER_BUILDLINK3_MK:=
8 8
9BUILDLINK_API_DEPENDS.clutter+= clutter>=1.0.0 9BUILDLINK_API_DEPENDS.clutter+= clutter>=1.0.0
10BUILDLINK_ABI_DEPENDS.clutter+= clutter>=1.16.4nb3 10BUILDLINK_ABI_DEPENDS.clutter+= clutter>=1.16.4nb3
11BUILDLINK_PKGSRCDIR.clutter?= ../../graphics/clutter 11BUILDLINK_PKGSRCDIR.clutter?= ../../graphics/clutter
12 12
13pkgbase := clutter 13pkgbase := clutter
14.include "../../mk/pkg-build-options.mk" 14.include "../../mk/pkg-build-options.mk"
15 15
16.if !empty(PKG_BUILD_OPTIONS.clutter:Mx11) 16.if !empty(PKG_BUILD_OPTIONS.clutter:Mx11)
17BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0 17BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0
18.include "../../graphics/MesaLib/buildlink3.mk" 18.include "../../graphics/MesaLib/buildlink3.mk"
19.include "../../x11/libX11/buildlink3.mk" 19.include "../../x11/libX11/buildlink3.mk"
20.include "../../x11/libXdamage/buildlink3.mk" 20.include "../../x11/libXdamage/buildlink3.mk"
21.include "../../x11/libXfixes/buildlink3.mk" 
22.include "../../x11/libXcomposite/buildlink3.mk" 21.include "../../x11/libXcomposite/buildlink3.mk"
23.include "../../x11/libXi/buildlink3.mk" 22.include "../../x11/libXi/buildlink3.mk"
24.include "../../graphics/gdk-pixbuf2/buildlink3.mk" 23.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
25.include "../../graphics/cairo-gobject/buildlink3.mk" 24.include "../../graphics/cairo-gobject/buildlink3.mk"
26.endif 25.endif
27 26
28.include "../../devel/atk/buildlink3.mk" 27.include "../../devel/atk/buildlink3.mk"
29.include "../../devel/glib2/buildlink3.mk" 28.include "../../devel/glib2/buildlink3.mk"
30.include "../../devel/pango/buildlink3.mk" 29.include "../../devel/pango/buildlink3.mk"
31.include "../../graphics/cogl/buildlink3.mk" 30.include "../../graphics/cogl/buildlink3.mk"
32.include "../../textproc/json-glib/buildlink3.mk" 31.include "../../textproc/json-glib/buildlink3.mk"
33.endif # CLUTTER_BUILDLINK3_MK 32.endif # CLUTTER_BUILDLINK3_MK
34 33
35BUILDLINK_TREE+= -clutter 34BUILDLINK_TREE+= -clutter

cvs diff -r1.20 -r1.21 pkgsrc/graphics/clutter/distinfo (switch to unified diff)

--- pkgsrc/graphics/clutter/distinfo 2014/01/26 08:47:10 1.20
+++ pkgsrc/graphics/clutter/distinfo 2015/01/17 15:19:04 1.21
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2014/01/26 08:47:10 obache Exp $ 1$NetBSD: distinfo,v 1.21 2015/01/17 15:19:04 prlw1 Exp $
2 2
3SHA1 (clutter-1.16.4.tar.xz) = 20a4b88040686c42a8d16df63753cee5ec93264d 3SHA1 (clutter-1.20.0.tar.xz) = 9939b90268e44c5500f44f3b11665eafabe8193e
4RMD160 (clutter-1.16.4.tar.xz) = 8ac8d4c91730a49225fc2b44d75230a5e8df3f9d 4RMD160 (clutter-1.20.0.tar.xz) = 58fa13398cf1affdc1a4c256dcf791fcea2e4160
5Size (clutter-1.16.4.tar.xz) = 5224132 bytes 5Size (clutter-1.20.0.tar.xz) = 5237780 bytes