r33483 - in /desktop/experimental/clutter-1.0/debian: changelog control control.in libclutter-1.0-0.symbols libclutter-1.0-0.symbols.egl patches/eglx_glx_share_same_soname.patch patches/fix_test_data_path.patch patches/series rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Thu Mar 22 05:33:18 UTC 2012


Author: jbicha-guest
Date: Thu Mar 22 05:33:16 2012
New Revision: 33483

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33483
Log:
* debian/rules:
  - EGL support for ARM doesn't mean EGLX anymore, that's now part of cogl.
    As we don't yet support EGL framebuffer (EGL native windowing), drop
    --enable-egl-backend=yes for ARM (LP: #960893)
* debian/control.in:
  - adding libgtk-3-dev as it's now required for gdk related symbols
  - removing libgles2-dev dependencies for ARM, as the EGL support is now
    part the cogl package
* debian/libclutter-1.0-0.symbols:
  - removing egl related symbols as it's not related with the EGLX support
    anymore
  - removing patch as this is now fixed with upstream and cogl

Removed:
    desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols.egl
    desktop/experimental/clutter-1.0/debian/patches/eglx_glx_share_same_soname.patch
Modified:
    desktop/experimental/clutter-1.0/debian/changelog
    desktop/experimental/clutter-1.0/debian/control
    desktop/experimental/clutter-1.0/debian/control.in
    desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols
    desktop/experimental/clutter-1.0/debian/patches/fix_test_data_path.patch
    desktop/experimental/clutter-1.0/debian/patches/series
    desktop/experimental/clutter-1.0/debian/rules

Modified: desktop/experimental/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/changelog?rev=33483&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/changelog [utf-8] Thu Mar 22 05:33:16 2012
@@ -1,4 +1,4 @@
-clutter-1.0 (1.9.14-1) UNRELEASED; urgency=low
+clutter-1.0 (1.9.16-1) UNRELEASED; urgency=low
 
   [ Jeremy Bicha ]
   * New upstream release.
@@ -9,9 +9,21 @@
     - Bump build-dep on libglib-dev (>= 2.31.19), libcogl-dev (>= 1.9.8)
   * debian/rules:
     - Explicitly enable the X11 backend and disable GDK backend
+
+  [ Ricardo Salveti de Araujo ]
+  * debian/rules:
+    - EGL support for ARM doesn't mean EGLX anymore, that's now part of cogl.
+      As we don't yet support EGL framebuffer (EGL native windowing), drop
+      --enable-egl-backend=yes for ARM (LP: #960893)
+  * debian/control.in:
+    - adding libgtk-3-dev as it's now required for gdk related symbols
+    - removing libgles2-dev dependencies for ARM, as the EGL support is now
+      part the cogl package
+  * debian/libclutter-1.0-0.symbols:
+    - removing egl related symbols as it's not related with the EGLX support
+      anymore
   * debian/patches/eglx_glx_share_same_soname.patch:
-    - disabled, rdepends should use clutter-1.0.pc instead of
-      a backend specific pkg-config file
+    - removing patch as this is now fixed with upstream and cogl
 
  -- Rico Tzschichholz <ricotz at ubuntu.com>  Thu, 15 Mar 2012 12:37:15 +0100
 

Modified: desktop/experimental/clutter-1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/control?rev=33483&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control [utf-8] Thu Mar 22 05:33:16 2012
@@ -14,7 +14,6 @@
                autopoint,
                gnome-pkg-tools,
                libgl1-mesa-dev (>= 7.1~rc3-1~) [!armel !armhf],
-               libgles2-mesa-dev (>= 7.1~rc3-1~) [armel armhf] | libgles2-dev [armel armhf],
                libcairo2-dev (>= 1.10),
                libcogl-dev (>= 1.9.8),
                libcogl-pango-dev (>= 1.9.8),
@@ -31,7 +30,8 @@
                libgirepository1.0-dev (>= 0.9.12),
                gobject-introspection (>= 0.9.12-4~),
                libatk1.0-dev (>= 2.1.5),
-               libgdk-pixbuf2.0-dev (>= 2.0)
+               libgdk-pixbuf2.0-dev (>= 2.0),
+               libgtk-3-dev
 Standards-Version: 3.9.3
 Homepage: http://www.clutter-project.org/
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/clutter-1.0
@@ -74,7 +74,7 @@
          libcogl-dev (>= 1.9.8),
          libcogl-pango-dev (>= 1.9.8),
          libgl1-mesa-dev (>= 7.1~rc3-1~) [!armel !armhf],
-         libgles2-mesa-dev (>= 7.1~rc3-1~) [armel armhf] | libgles2-dev [armel armhf],
+         libgtk-3-dev,
          libdrm-dev [!hurd-any],
          libx11-dev,
          libxext-dev,

Modified: desktop/experimental/clutter-1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/control.in?rev=33483&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control.in [utf-8] Thu Mar 22 05:33:16 2012
@@ -9,7 +9,6 @@
                autopoint,
                gnome-pkg-tools,
                libgl1-mesa-dev (>= 7.1~rc3-1~) [!armel !armhf],
-               libgles2-mesa-dev (>= 7.1~rc3-1~) [armel armhf] | libgles2-dev [armel armhf],
                libcairo2-dev (>= 1.10),
                libcogl-dev (>= 1.9.8),
                libcogl-pango-dev (>= 1.9.8),
@@ -26,7 +25,8 @@
                libgirepository1.0-dev (>= 0.9.12),
                gobject-introspection (>= 0.9.12-4~),
                libatk1.0-dev (>= 2.1.5),
-               libgdk-pixbuf2.0-dev (>= 2.0)
+               libgdk-pixbuf2.0-dev (>= 2.0),
+               libgtk-3-dev
 Standards-Version: 3.9.3
 Homepage: http://www.clutter-project.org/
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/clutter-1.0
@@ -69,7 +69,7 @@
          libcogl-dev (>= 1.9.8),
          libcogl-pango-dev (>= 1.9.8),
          libgl1-mesa-dev (>= 7.1~rc3-1~) [!armel !armhf],
-         libgles2-mesa-dev (>= 7.1~rc3-1~) [armel armhf] | libgles2-dev [armel armhf],
+         libgtk-3-dev,
          libdrm-dev [!hurd-any],
          libx11-dev,
          libxext-dev,

Modified: desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols?rev=33483&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols [utf-8] Thu Mar 22 05:33:16 2012
@@ -30,6 +30,7 @@
  clutter_actor_add_constraint at Base 1.4.0
  clutter_actor_add_constraint_with_name at Base 1.4.0
  clutter_actor_add_effect at Base 1.4.0
+ clutter_actor_add_transition at Base 1.9.16
  clutter_actor_add_effect_with_name at Base 1.4.0
  clutter_actor_align_get_type at Base 1.9.4
  clutter_actor_allocate at Base 1.0.0
@@ -58,6 +59,8 @@
  clutter_actor_box_get_width at Base 1.0.0
  clutter_actor_box_get_x at Base 1.0.0
  clutter_actor_box_get_y at Base 1.0.0
+ clutter_actor_box_init at Base 1.9.16
+ clutter_actor_box_init_rect at Base 1.9.16
  clutter_actor_box_interpolate at Base 1.2.8
  clutter_actor_box_new at Base 1.0.0
  clutter_actor_box_set_origin at Base 1.6.0
@@ -92,8 +95,15 @@
  clutter_actor_get_clip_to_allocation at Base 1.4.0
  clutter_actor_get_constraint at Base 1.4.0
  clutter_actor_get_constraints at Base 1.4.0
+ clutter_actor_get_content at Base 1.9.16
+ clutter_actor_get_content_box at Base 1.9.16
+ clutter_actor_get_content_gravity at Base 1.9.16
+ clutter_actor_get_content_scaling_filters at Base 1.9.16
  clutter_actor_get_default_paint_volume at Base 1.9.13
  clutter_actor_get_depth at Base 1.0.0
+ clutter_actor_get_easing_delay at Base 1.9.16
+ clutter_actor_get_easing_duration at Base 1.9.16
+ clutter_actor_get_easing_mode at Base 1.9.16
  clutter_actor_get_effect at Base 1.4.0
  clutter_actor_get_effects at Base 1.4.0
  clutter_actor_get_first_child at Base 1.9.4
@@ -139,6 +149,7 @@
  clutter_actor_get_transformed_paint_volume at Base 1.6.0
  clutter_actor_get_transformed_position at Base 1.0.0
  clutter_actor_get_transformed_size at Base 1.0.0
+ clutter_actor_get_transition at Base 1.9.16
  clutter_actor_get_type at Base 1.0.0
  clutter_actor_get_width at Base 1.0.0
  clutter_actor_get_x at Base 1.0.0
@@ -193,14 +204,18 @@
  clutter_actor_remove_action at Base 1.4.0
  clutter_actor_remove_action_by_name at Base 1.4.0
  clutter_actor_remove_all_children at Base 1.9.4
+ clutter_actor_remove_all_transitions at Base 1.9.16
  clutter_actor_remove_child at Base 1.9.4
  clutter_actor_remove_clip at Base 1.0.0
  clutter_actor_remove_constraint at Base 1.4.0
  clutter_actor_remove_constraint_by_name at Base 1.4.0
  clutter_actor_remove_effect at Base 1.4.0
  clutter_actor_remove_effect_by_name at Base 1.4.0
+ clutter_actor_remove_transition at Base 1.9.16
  clutter_actor_reparent at Base 1.0.0
  clutter_actor_replace_child at Base 1.9.4
+ clutter_actor_restore_easing_state at Base 1.9.16
+ clutter_actor_save_easing_state at Base 1.9.16
  clutter_actor_set_allocation at Base 1.9.6
  clutter_actor_set_anchor_point at Base 1.0.0
  clutter_actor_set_anchor_point_from_gravity at Base 1.0.0
@@ -210,7 +225,13 @@
  clutter_actor_set_child_below_sibling at Base 1.9.4
  clutter_actor_set_clip at Base 1.0.0
  clutter_actor_set_clip_to_allocation at Base 1.4.0
+ clutter_actor_set_content at Base 1.9.16
+ clutter_actor_set_content_gravity at Base 1.9.16
+ clutter_actor_set_content_scaling_filters at Base 1.9.16
  clutter_actor_set_depth at Base 1.0.0
+ clutter_actor_set_easing_delay at Base 1.9.16
+ clutter_actor_set_easing_duration at Base 1.9.16
+ clutter_actor_set_easing_mode at Base 1.9.16
  clutter_actor_set_fixed_position_set at Base 1.0.0
  clutter_actor_set_flags at Base 1.0.0
  clutter_actor_set_geometry at Base 1.0.0
@@ -464,6 +485,14 @@
  clutter_box_packv at Base 1.2.8
  clutter_box_set_color at Base 1.2.8
  clutter_box_set_layout_manager at Base 1.2.8
+ clutter_brightness_contrast_effect_get_brightness at Base 1.9.16
+ clutter_brightness_contrast_effect_get_contrast at Base 1.9.16
+ clutter_brightness_contrast_effect_get_type at Base 1.9.16
+ clutter_brightness_contrast_effect_new at Base 1.9.16
+ clutter_brightness_contrast_effect_set_brightness at Base 1.9.16
+ clutter_brightness_contrast_effect_set_brightness_full at Base 1.9.16
+ clutter_brightness_contrast_effect_set_contrast at Base 1.9.16
+ clutter_brightness_contrast_effect_set_contrast_full at Base 1.9.16
  clutter_cairo_set_source_color at Base 1.0.0
  clutter_cairo_texture_clear at Base 1.0.0
  clutter_cairo_texture_create at Base 1.0.0
@@ -476,6 +505,9 @@
  clutter_cairo_texture_new at Base 1.0.0
  clutter_cairo_texture_set_auto_resize at Base 1.7.8
  clutter_cairo_texture_set_surface_size at Base 1.0.0
+ clutter_canvas_get_type at Base 1.9.16
+ clutter_canvas_new at Base 1.9.16
+ clutter_canvas_set_size at Base 1.9.16
  clutter_check_version at Base 1.2.8
  clutter_check_windowing_backend at Base 1.9.2
  clutter_child_meta_get_actor at Base 1.0.0
@@ -489,6 +521,8 @@
  clutter_click_action_new at Base 1.4.0
  clutter_click_action_release at Base 1.4.0
  clutter_clone_get_source at Base 1.0.0
+ clutter_clip_node_get_type at Base 1.9.16
+ clutter_clip_node_new at Base 1.9.16
  clutter_clone_get_type at Base 1.0.0
  clutter_clone_new at Base 1.0.0
  clutter_clone_set_source at Base 1.0.0
@@ -506,6 +540,8 @@
  clutter_color_interpolate at Base 1.6.0
  clutter_color_lighten at Base 1.0.0
  clutter_color_new at Base 1.0.0
+ clutter_color_node_get_type at Base 1.9.16
+ clutter_color_node_new at Base 1.9.16
  clutter_color_shade at Base 1.0.0
  clutter_color_subtract at Base 1.0.0
  clutter_color_to_hls at Base 1.0.0
@@ -540,6 +576,10 @@
  clutter_container_remove_actor at Base 1.0.0
  clutter_container_remove_valist at Base 1.0.0
  clutter_container_sort_depth_order at Base 1.0.0
+ clutter_content_get_preferred_size at Base 1.9.16
+ clutter_content_get_type at Base 1.9.16
+ clutter_content_gravity_get_type at Base 1.9.16
+ clutter_content_invalidate at Base 1.9.16
  clutter_debug_flags at Base 1.0.0
  clutter_deform_effect_get_back_material at Base 1.4.0
  clutter_deform_effect_get_n_tiles at Base 1.4.0
@@ -574,7 +614,6 @@
  clutter_effect_get_type at Base 1.4.0
  clutter_effect_paint_flags_get_type at Base 1.7.6
  clutter_effect_queue_repaint at Base 1.7.6
-(arch=armel armhf)#include "libclutter-1.0-0.symbols.egl"
  clutter_event_copy at Base 1.0.0
  clutter_event_flags_get_type at Base 1.0.0
  clutter_event_free at Base 1.0.0
@@ -586,11 +625,13 @@
  clutter_event_get_device at Base 1.0.0
  clutter_event_get_device_id at Base 1.0.0
  clutter_event_get_device_type at Base 1.0.0
+ clutter_event_get_event_sequence at Base 1.9.16
  clutter_event_get_flags at Base 1.0.0
  clutter_event_get_key_code at Base 1.0.0
  clutter_event_get_key_symbol at Base 1.0.0
  clutter_event_get_key_unicode at Base 1.0.0
  clutter_event_get_related at Base 1.0.0
+ clutter_event_get_scroll_delta at Base 1.9.16
  clutter_event_get_scroll_direction at Base 1.0.0
  clutter_event_get_source at Base 1.0.0
  clutter_event_get_source_device at Base 1.6.0
@@ -609,6 +650,7 @@
  clutter_event_set_key_symbol at Base 1.7.6
  clutter_event_set_key_unicode at Base 1.7.6
  clutter_event_set_related at Base 1.7.6
+ clutter_event_set_scroll_delta at Base 1.9.16
  clutter_event_set_scroll_direction at Base 1.7.6
  clutter_event_set_source at Base 1.7.6
  clutter_event_set_source_device at Base 1.7.6
@@ -642,6 +684,13 @@
  clutter_font_flags_get_type at Base 1.0.0
  clutter_frame_source_add at Base 1.0.0
  clutter_frame_source_add_full at Base 1.0.0
+ clutter_gdk_disable_event_retrieval at Base 1.9.16
+ clutter_gdk_get_default_display at Base 1.9.16
+ clutter_gdk_get_stage_from_window at Base 1.9.16
+ clutter_gdk_get_stage_window at Base 1.9.16
+ clutter_gdk_handle_event at Base 1.9.16
+ clutter_gdk_set_display at Base 1.9.16
+ clutter_gdk_set_stage_foreign at Base 1.9.16
  clutter_geometry_get_type at Base 1.0.0
  clutter_geometry_intersects at Base 1.4.0
  clutter_geometry_union at Base 1.4.0
@@ -683,6 +732,13 @@
  clutter_group_get_type at Base 1.0.0
  clutter_group_new at Base 1.0.0
  clutter_group_remove_all at Base 1.0.0
+ clutter_image_error_get_type at Base 1.9.16
+ clutter_image_error_quark at Base 1.9.16
+ clutter_image_get_texture at Base 1.9.16
+ clutter_image_get_type at Base 1.9.16
+ clutter_image_new at Base 1.9.16
+ clutter_image_set_area at Base 1.9.16
+ clutter_image_set_data at Base 1.9.16
  clutter_init at Base 1.0.0
  clutter_init_error_get_type at Base 1.0.0
  clutter_init_error_quark at Base 1.0.0
@@ -728,7 +784,9 @@
  clutter_interval_peek_final_value at Base 1.0.0
  clutter_interval_peek_initial_value at Base 1.0.0
  clutter_interval_register_progress_func at Base 1.0.0
+ clutter_interval_set_final at Base 1.9.16
  clutter_interval_set_final_value at Base 1.0.0
+ clutter_interval_set_initial at Base 1.9.16
  clutter_interval_set_initial_value at Base 1.0.0
  clutter_interval_set_interval at Base 1.0.0
  clutter_interval_validate at Base 1.0.0
@@ -845,6 +903,15 @@
  clutter_page_turn_effect_set_period at Base 1.4.0
  clutter_page_turn_effect_set_radius at Base 1.4.0
  clutter_paint_debug_flags at Base 1.2.8
+ clutter_paint_node_add_child at Base 1.9.16
+ clutter_paint_node_add_path at Base 1.9.16
+ clutter_paint_node_add_primitive at Base 1.9.16
+ clutter_paint_node_add_rectangle at Base 1.9.16
+ clutter_paint_node_add_texture_rectangle at Base 1.9.16
+ clutter_paint_node_get_type at Base 1.9.16
+ clutter_paint_node_ref at Base 1.9.16
+ clutter_paint_node_set_name at Base 1.9.16
+ clutter_paint_node_unref at Base 1.9.16
  clutter_paint_volume_copy at Base 1.6.0
  clutter_paint_volume_free at Base 1.6.0
  clutter_paint_volume_get_depth at Base 1.6.0
@@ -905,7 +972,13 @@
  clutter_perspective_get_type at Base 1.0.0
  clutter_pick_debug_flags at Base 1.2.8
  clutter_pick_mode_get_type at Base 1.0.0
+ clutter_pipeline_node_get_type at Base 1.9.16
+ clutter_pipeline_node_new at Base 1.9.16
  clutter_profile_flags at Base 1.2.8
+ clutter_property_transition_get_property_name at Base 1.9.16
+ clutter_property_transition_get_type at Base 1.9.16
+ clutter_property_transition_new at Base 1.9.16
+ clutter_property_transition_set_property_name at Base 1.9.16
  clutter_rectangle_get_border_color at Base 1.0.0
  clutter_rectangle_get_border_width at Base 1.0.0
  clutter_rectangle_get_color at Base 1.0.0
@@ -916,9 +989,11 @@
  clutter_rectangle_set_border_width at Base 1.0.0
  clutter_rectangle_set_color at Base 1.0.0
  clutter_redraw at Base 1.0.0
+ clutter_repaint_flags_get_type at Base 1.9.16
  clutter_request_mode_get_type at Base 1.0.0
  clutter_rotate_axis_get_type at Base 1.0.0
  clutter_rotate_direction_get_type at Base 1.0.0
+ clutter_scaling_filter_get_type at Base 1.9.16
  clutter_score_append at Base 1.0.0
  clutter_score_append_at_marker at Base 1.0.0
  clutter_score_get_loop at Base 1.0.0
@@ -944,6 +1019,7 @@
  clutter_script_get_object at Base 1.0.0
  clutter_script_get_objects at Base 1.0.0
  clutter_script_get_states at Base 1.7.6
+ clutter_script_get_translation_domain at Base 1.9.16
  clutter_script_get_type at Base 1.0.0
  clutter_script_get_type_from_name at Base 1.0.0
  clutter_script_list_objects at Base 1.0.0
@@ -952,6 +1028,7 @@
  clutter_script_load_from_resource at Base 1.9.8
  clutter_script_lookup_filename at Base 1.0.0
  clutter_script_new at Base 1.0.0
+ clutter_script_set_translation_domain at Base 1.9.16
  clutter_script_unmerge_objects at Base 1.0.0
  clutter_scriptable_get_id at Base 1.0.0
  clutter_scriptable_get_type at Base 1.0.0
@@ -991,7 +1068,7 @@
  clutter_shader_set_uniform at Base 1.0.0
  clutter_shader_set_vertex_source at Base 1.0.0
  clutter_shader_type_get_type at Base 1.4.0
- clutter_snap_constraint_get_edge at Base 1.6.0
+ clutter_snap_constraint_get_edges at Base 1.9.16
  clutter_snap_constraint_get_offset at Base 1.6.0
  clutter_snap_constraint_get_source at Base 1.6.0
  clutter_snap_constraint_get_type at Base 1.6.0
@@ -1158,6 +1235,8 @@
  clutter_text_new_full at Base 1.0.0
  clutter_text_new_with_buffer at Base 1.9.6
  clutter_text_new_with_text at Base 1.0.0
+ clutter_text_node_get_type at Base 1.9.16
+ clutter_text_node_new at Base 1.9.16
  clutter_text_position_to_coords at Base 1.0.0
  clutter_text_set_activatable at Base 1.0.0
  clutter_text_set_attributes at Base 1.0.0
@@ -1206,6 +1285,8 @@
  clutter_texture_new at Base 1.0.0
  clutter_texture_new_from_actor at Base 1.0.0
  clutter_texture_new_from_file at Base 1.0.0
+ clutter_texture_node_get_type at Base 1.9.16
+ clutter_texture_node_new at Base 1.9.16
  clutter_texture_quality_get_type at Base 1.0.0
  clutter_texture_set_area_from_rgb_data at Base 1.0.0
  clutter_texture_set_cogl_material at Base 1.0.0
@@ -1225,6 +1306,7 @@
  clutter_threads_add_idle at Base 1.0.0
  clutter_threads_add_idle_full at Base 1.0.0
  clutter_threads_add_repaint_func at Base 1.0.0
+ clutter_threads_add_repaint_func_full at Base 1.9.16
  clutter_threads_add_timeout at Base 1.0.0
  clutter_threads_add_timeout_full at Base 1.0.0
  clutter_threads_enter at Base 1.0.0
@@ -1238,10 +1320,12 @@
  clutter_timeline_clone at Base 1.0.0
  clutter_timeline_direction_get_type at Base 1.0.0
  clutter_timeline_get_auto_reverse at Base 1.6.0
+ clutter_timeline_get_current_repeat at Base 1.9.16
  clutter_timeline_get_delay at Base 1.0.0
  clutter_timeline_get_delta at Base 1.0.0
  clutter_timeline_get_direction at Base 1.0.0
  clutter_timeline_get_duration at Base 1.0.0
+ clutter_timeline_get_duration_hint at Base 1.9.16
  clutter_timeline_get_elapsed_time at Base 1.0.0
  clutter_timeline_get_loop at Base 1.0.0
  clutter_timeline_get_progress at Base 1.0.0
@@ -1269,6 +1353,13 @@
  clutter_timeout_pool_add at Base 1.0.0
  clutter_timeout_pool_new at Base 1.0.0
  clutter_timeout_pool_remove at Base 1.0.0
+ clutter_transition_get_animatable at Base 1.9.16
+ clutter_transition_get_interval at Base 1.9.16
+ clutter_transition_get_remove_on_complete at Base 1.9.16
+ clutter_transition_get_type at Base 1.9.16
+ clutter_transition_set_animatable at Base 1.9.16
+ clutter_transition_set_interval at Base 1.9.16
+ clutter_transition_set_remove_on_complete at Base 1.9.16
  clutter_ungrab_keyboard at Base 1.0.0
  clutter_ungrab_pointer at Base 1.0.0
  clutter_ungrab_pointer_for_device at Base 1.0.0
@@ -1289,22 +1380,27 @@
  clutter_units_to_pixels at Base 1.0.0
  clutter_units_to_string at Base 1.0.0
  clutter_util_next_p2 at Base 1.0.0
+ clutter_value_dup_paint_node at Base 1.9.16
  clutter_value_get_color at Base 1.0.0
  clutter_value_get_fixed at Base 1.0.0
+ clutter_value_get_paint_node at Base 1.9.16
  clutter_value_get_shader_float at Base 1.0.0
  clutter_value_get_shader_int at Base 1.0.0
  clutter_value_get_shader_matrix at Base 1.0.0
  clutter_value_get_units at Base 1.2.8
  clutter_value_set_color at Base 1.0.0
  clutter_value_set_fixed at Base 1.0.0
+ clutter_value_set_paint_node at Base 1.9.16
  clutter_value_set_shader_float at Base 1.0.0
  clutter_value_set_shader_int at Base 1.0.0
  clutter_value_set_shader_matrix at Base 1.0.0
  clutter_value_set_units at Base 1.0.0
+ clutter_value_take_paint_node at Base 1.9.16
  clutter_vertex_copy at Base 1.0.0
  clutter_vertex_equal at Base 1.0.0
  clutter_vertex_free at Base 1.0.0
  clutter_vertex_get_type at Base 1.0.0
+ clutter_vertex_init at Base 1.9.16
  clutter_vertex_new at Base 1.0.0
  clutter_x11_add_filter at Base 1.0.0
  clutter_x11_disable_event_retrieval at Base 1.0.0

Modified: desktop/experimental/clutter-1.0/debian/patches/fix_test_data_path.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/patches/fix_test_data_path.patch?rev=33483&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/patches/fix_test_data_path.patch [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/patches/fix_test_data_path.patch [utf-8] Thu Mar 22 05:33:16 2012
@@ -2,16 +2,16 @@
  their data files when they run.
 Author: Alexandros Frantzis <alexandros.frantzis at linaro.org>
 Last-Update: 2010-06-28
-Index: clutter-1.7.10/tests/interactive/Makefile.am
+Index: clutter-1.0-1.9.16/tests/interactive/Makefile.am
 ===================================================================
---- clutter-1.7.10.orig/tests/interactive/Makefile.am
-+++ clutter-1.7.10/tests/interactive/Makefile.am
-@@ -118,7 +118,7 @@
- test_interactive_SOURCES = test-main.c $(UNIT_TESTS)
- test_interactive_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)
+--- clutter-1.0-1.9.16.orig/tests/interactive/Makefile.am	2012-03-21 09:32:24.489764950 -0400
++++ clutter-1.0-1.9.16/tests/interactive/Makefile.am	2012-03-21 09:32:28.833786483 -0400
+@@ -158,7 +158,7 @@
+ test_interactive_SOURCES = test-main.c test-unit-names.h $(UNIT_TESTS)
+ test_interactive_CFLAGS = $(CLUTTER_CFLAGS) $(GDK_PIXBUF_CFLAGS)
  test_interactive_CPPFLAGS = \
 -	-DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
 +	-DTESTS_DATADIR=\""/usr/share/clutter-1.0/tests/data"\" \
  	-DG_DISABLE_SINGLE_INCLUDES \
- 	-DCOGL_DISABLE_DEPRECATED \
- 	-DCLUTTER_DISABLE_DEPRECATED
+ 	-DGLIB_DISABLE_DEPRECATION_WARNINGS \
+ 	-DCLUTTER_DISABLE_DEPRECATION_WARNINGS

Modified: desktop/experimental/clutter-1.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/patches/series?rev=33483&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/patches/series [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/patches/series [utf-8] Thu Mar 22 05:33:16 2012
@@ -1,2 +1,1 @@
 fix_test_data_path.patch
-#eglx_glx_share_same_soname.patch

Modified: desktop/experimental/clutter-1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/rules?rev=33483&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/rules [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/rules [utf-8] Thu Mar 22 05:33:16 2012
@@ -15,14 +15,8 @@
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 	--enable-x11-backend=yes \
-	--enable-gdk-backend=no \
 	--enable-gtk-doc \
 	--enable-introspection=yes
 DEB_DBG_PACKAGE_libclutter-1.0-0 := libclutter-1.0-dbg
 
-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),armel armhf))
-	 DEB_CONFIGURE_EXTRA_FLAGS += --enable-egl-backend=yes
-endif
-
-
 common-binary-predeb-arch:: list-missing




More information about the pkg-gnome-commits mailing list