r44290 - in /desktop/experimental/cogl/debian: changelog control.in gir1.2-coglgst-2.0.install libcogl-gst-dev.install libcogl-gst20.install libcogl-gst20.symbols libcogl20.symbols rules

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Mon May 4 11:57:32 UTC 2015


Author: sjoerd
Date: Mon May  4 11:57:31 2015
New Revision: 44290

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44290
Log:
Build packages for cogl-gst (gir1.2-coglgst-2.0,
libcogl-gst20, libcogl-gst-dev)

Added:
    desktop/experimental/cogl/debian/gir1.2-coglgst-2.0.install
    desktop/experimental/cogl/debian/libcogl-gst-dev.install
    desktop/experimental/cogl/debian/libcogl-gst20.install
    desktop/experimental/cogl/debian/libcogl-gst20.symbols
Modified:
    desktop/experimental/cogl/debian/changelog
    desktop/experimental/cogl/debian/control.in
    desktop/experimental/cogl/debian/libcogl20.symbols
    desktop/experimental/cogl/debian/rules

Modified: desktop/experimental/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/changelog?rev=44290&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/changelog	[utf-8] (original)
+++ desktop/experimental/cogl/debian/changelog	[utf-8] Mon May  4 11:57:31 2015
@@ -1,6 +1,8 @@
 cogl (1.20.0-1) experimental; urgency=medium
 
   * New upstream release
+  * Build packages for cogl-gst (gir1.2-coglgst-2.0,
+    libcogl-gst20, libcogl-gst-dev)
 
  -- Sjoerd Simons <sjoerd at debian.org>  Mon, 04 May 2015 12:41:13 +0200
 

Modified: desktop/experimental/cogl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/control.in?rev=44290&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/control.in	[utf-8] (original)
+++ desktop/experimental/cogl/debian/control.in	[utf-8] Mon May  4 11:57:31 2015
@@ -21,7 +21,8 @@
                libxcomposite-dev (>= 1:0.4),
                libxrandr-dev (>= 2:1.2),
                gobject-introspection (>= 1.33.4-1~),
-               libgirepository1.0-dev (>= 0.9.12)
+               libgirepository1.0-dev (>= 0.9.12),
+               libgstreamer-plugins-base1.0-dev
 Standards-Version: 3.9.5
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/desktop/unstable/cogl
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cogl/
@@ -266,3 +267,75 @@
  can render without stepping on each others toes.
  .
  This package contains the development files for libcogl.
+
+Package: libcogl-gst20
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libgstreamer-plugins-base1.0-0 (>= 1.2.3-1co2)
+Recommends: libcogl-common
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Object oriented GL/GLES Abstraction/Utility Layer
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the GStreamer integration library, which provides
+ a video sink to paint with cogl.
+
+Package: libcogl-gst-dev
+Section: libdevel
+Architecture: any
+Depends: libcogl-gst20 (= ${binary:Version}),
+         gir1.2-coglgst-2.0 (= ${binary:Version}),
+         libcogl-dev (= ${binary:Version}),
+         libglib2.0-dev (>= 2.28.0),
+         libcairo2-dev (>= 1.10),
+         libdrm-dev [!hurd-any],
+         libgdk-pixbuf2.0-dev (>= 2.0),
+         libx11-dev,
+         libxcomposite-dev,
+         libxext-dev,
+         libxfixes-dev,
+         libxdamage-dev,
+         libgstreamer-plugins-base1.0-dev,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: pkg-config
+Suggests: libcogl-doc
+Description: Object oriented GL/GLES Abstraction/Utility Layer (development file
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the development files for libcogl-gst.
+
+Package: libcogl-gst20-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libcogl-gst20 (= ${binary:Version}),
+         ${misc:Depends}
+Multi-Arch: same
+Description: Object oriented GL/GLES Abstraction/Utility Layer (debug files)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the debug files for libcogl-gst.
+
+Package: gir1.2-coglgst-2.0
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: GObject introspection data for the CoglGst 2.0 library
+ This package contains introspection data for the Cogl GStreamer
+ library.
+ .
+ It can be used by packages using the GIRepository format to generate

Added: desktop/experimental/cogl/debian/gir1.2-coglgst-2.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/gir1.2-coglgst-2.0.install?rev=44290&op=file
==============================================================================
--- desktop/experimental/cogl/debian/gir1.2-coglgst-2.0.install	(added)
+++ desktop/experimental/cogl/debian/gir1.2-coglgst-2.0.install	[utf-8] Mon May  4 11:57:31 2015
@@ -0,0 +1 @@
+usr/lib/*/girepository-1.0/CoglGst-* usr/lib/girepository-1.0

Added: desktop/experimental/cogl/debian/libcogl-gst-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-gst-dev.install?rev=44290&op=file
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-gst-dev.install	(added)
+++ desktop/experimental/cogl/debian/libcogl-gst-dev.install	[utf-8] Mon May  4 11:57:31 2015
@@ -0,0 +1,4 @@
+usr/lib/*/libcogl-gst.so
+usr/lib/*/pkgconfig/cogl-gst*
+usr/include/cogl/cogl-gst/
+usr/share/gir-1.0/CoglGst-*

Added: desktop/experimental/cogl/debian/libcogl-gst20.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-gst20.install?rev=44290&op=file
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-gst20.install	(added)
+++ desktop/experimental/cogl/debian/libcogl-gst20.install	[utf-8] Mon May  4 11:57:31 2015
@@ -0,0 +1 @@
+usr/lib/*/libcogl-gst.so.*

Added: desktop/experimental/cogl/debian/libcogl-gst20.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-gst20.symbols?rev=44290&op=file
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-gst20.symbols	(added)
+++ desktop/experimental/cogl/debian/libcogl-gst20.symbols	[utf-8] Mon May  4 11:57:31 2015
@@ -0,0 +1,19 @@
+libcogl-gst.so.20 libcogl-gst #MINVER#
+ cogl_gst_rectangle_get_gtype at Base 1.20.0
+ cogl_gst_video_sink_attach_frame at Base 1.20.0
+ cogl_gst_video_sink_fit_size at Base 1.20.0
+ cogl_gst_video_sink_get_aspect at Base 1.20.0
+ cogl_gst_video_sink_get_free_layer at Base 1.20.0
+ cogl_gst_video_sink_get_height_for_width at Base 1.20.0
+ cogl_gst_video_sink_get_natural_height at Base 1.20.0
+ cogl_gst_video_sink_get_natural_size at Base 1.20.0
+ cogl_gst_video_sink_get_natural_width at Base 1.20.0
+ cogl_gst_video_sink_get_pipeline at Base 1.20.0
+ cogl_gst_video_sink_get_type at Base 1.20.0
+ cogl_gst_video_sink_get_width_for_height at Base 1.20.0
+ cogl_gst_video_sink_is_ready at Base 1.20.0
+ cogl_gst_video_sink_new at Base 1.20.0
+ cogl_gst_video_sink_set_context at Base 1.20.0
+ cogl_gst_video_sink_set_default_sample at Base 1.20.0
+ cogl_gst_video_sink_set_first_layer at Base 1.20.0
+ cogl_gst_video_sink_setup_pipeline at Base 1.20.0

Modified: desktop/experimental/cogl/debian/libcogl20.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl20.symbols?rev=44290&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl20.symbols	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl20.symbols	[utf-8] Mon May  4 11:57:31 2015
@@ -225,12 +225,12 @@
  cogl_framebuffer_get_green_bits at Base 1.17.4
  cogl_framebuffer_get_gtype at Base 1.18.0
  cogl_framebuffer_get_height at Base 1.17.4
- cogl_framebuffer_get_is_stereo at Base 1.20.0-1
+ cogl_framebuffer_get_is_stereo at Base 1.20.0
  cogl_framebuffer_get_modelview_matrix at Base 1.17.4
  cogl_framebuffer_get_projection_matrix at Base 1.17.4
  cogl_framebuffer_get_red_bits at Base 1.17.4
  cogl_framebuffer_get_samples_per_pixel at Base 1.17.4
- cogl_framebuffer_get_stereo_mode at Base 1.20.0-1
+ cogl_framebuffer_get_stereo_mode at Base 1.20.0
  cogl_framebuffer_get_viewport4fv at Base 1.17.4
  cogl_framebuffer_get_viewport_height at Base 1.17.4
  cogl_framebuffer_get_viewport_width at Base 1.17.4
@@ -261,7 +261,7 @@
  cogl_framebuffer_set_modelview_matrix at Base 1.17.4
  cogl_framebuffer_set_projection_matrix at Base 1.17.4
  cogl_framebuffer_set_samples_per_pixel at Base 1.17.4
- cogl_framebuffer_set_stereo_mode at Base 1.20.0-1
+ cogl_framebuffer_set_stereo_mode at Base 1.20.0
  cogl_framebuffer_set_viewport at Base 1.17.4
  cogl_framebuffer_transform at Base 1.17.4
  cogl_framebuffer_translate at Base 1.17.4
@@ -500,7 +500,7 @@
  cogl_onscreen_template_get_gtype at Base 1.18.0
  cogl_onscreen_template_new at Base 1.17.4
  cogl_onscreen_template_set_samples_per_pixel at Base 1.17.4
- cogl_onscreen_template_set_stereo_enabled at Base 1.20.0-1
+ cogl_onscreen_template_set_stereo_enabled at Base 1.20.0
  cogl_onscreen_template_set_swap_throttled at Base 1.17.4
  cogl_ortho at Base 1.17.4
  cogl_output_get_gtype at Base 1.18.0
@@ -715,7 +715,7 @@
  cogl_snippet_set_pre at Base 1.17.4
  cogl_snippet_set_replace at Base 1.17.4
  cogl_sqrti at Base 1.17.4
- cogl_stereo_mode_get_type at Base 1.20.0-1
+ cogl_stereo_mode_get_type at Base 1.20.0
  cogl_sub_texture_get_gtype at Base 1.18.0
  cogl_sub_texture_get_parent at Base 1.17.4
  cogl_sub_texture_new at Base 1.17.4
@@ -766,8 +766,8 @@
  cogl_texture_pixmap_x11_get_gtype at Base 1.18.0
  cogl_texture_pixmap_x11_is_using_tfp_extension at Base 1.17.4
  cogl_texture_pixmap_x11_new at Base 1.17.4
- cogl_texture_pixmap_x11_new_left at Base 1.20.0-1
- cogl_texture_pixmap_x11_new_right at Base 1.20.0-1
+ cogl_texture_pixmap_x11_new_left at Base 1.20.0
+ cogl_texture_pixmap_x11_new_right at Base 1.20.01
  cogl_texture_pixmap_x11_set_damage_object at Base 1.17.4
  cogl_texture_pixmap_x11_update_area at Base 1.17.4
  cogl_texture_rectangle_get_gtype at Base 1.18.0

Modified: desktop/experimental/cogl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/rules?rev=44290&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/rules	[utf-8] (original)
+++ desktop/experimental/cogl/debian/rules	[utf-8] Mon May  4 11:57:31 2015
@@ -20,7 +20,8 @@
 	--enable-gdk-pixbuf \
 	--enable-cogl-pango \
 	--enable-introspection=yes \
-	--enable-gl=yes
+	--enable-gl=yes \
+	--enable-cogl-gst=yes
 
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),armel armhf))
         DEB_CONFIGURE_EXTRA_FLAGS += --with-default-driver=gles2




More information about the pkg-gnome-commits mailing list