r42861 - in /desktop/unstable: cogl/debian/control cogl/debian/control.in cogl/debian/gir1.2-coglgst-1.0.install cogl/debian/libcogl-gst-dev.install cogl/debian/libcogl-gst20.install cogl/debian/libcogl-gst20.symbols cogl/debian/rules evince/

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Sep 20 08:00:08 UTC 2014


Author: sjoerd
Date: Sat Sep 20 08:00:08 2014
New Revision: 42861

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42861
Log:
drop evince unstable branch

Added:
    desktop/unstable/cogl/debian/gir1.2-coglgst-1.0.install
    desktop/unstable/cogl/debian/libcogl-gst-dev.install
    desktop/unstable/cogl/debian/libcogl-gst20.install
    desktop/unstable/cogl/debian/libcogl-gst20.symbols
Removed:
    desktop/unstable/evince/
Modified:
    desktop/unstable/cogl/debian/control
    desktop/unstable/cogl/debian/control.in
    desktop/unstable/cogl/debian/rules

Modified: desktop/unstable/cogl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/control?rev=42861&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control	[utf-8] (original)
+++ desktop/unstable/cogl/debian/control	[utf-8] Sat Sep 20 08:00:08 2014
@@ -67,7 +67,7 @@
 Depends: libcogl20 (= ${binary:Version}),
          gir1.2-cogl-1.0 (= ${binary:Version}),
          libgl1-mesa-dev (>= 7.1~rc3-1~),
-         libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev,
+         libgles2-mesa-dev (>= 7.1~rc3-1~) [!hurd-any] | libgles2-dev [!hurd-any],
          libglib2.0-dev (>= 2.28.0),
          libdrm-dev [!hurd-any],
          libwayland-dev [linux-any],
@@ -231,7 +231,7 @@
  dynamic bindings for libcogl-pango.
 
 Package: libcogl-gles2-20
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libgl1-mesa-glx [!armel !armhf ],
@@ -251,7 +251,7 @@
 
 Package: libcogl-gles2-dev
 Section: libdevel
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends: libcogl-gles2-20 (= ${binary:Version}),
          libcogl-dev (= ${binary:Version}),
          ${misc:Depends},
@@ -267,3 +267,74 @@
  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},
+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 for cogl
+
+Package: libcogl-gst-dev
+Section: libdevel
+Architecture: any
+Depends: libcogl-gst20 (= ${binary:Version}),
+         gir1.2-coglgst-1.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 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 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-1.0
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: GObject introspection data for the CoglPango 1.0 library
+ This package contains introspection data for the Clutter scene
+ graph library.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings for libcogl-gst.

Modified: desktop/unstable/cogl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/control.in?rev=42861&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control.in	[utf-8] (original)
+++ desktop/unstable/cogl/debian/control.in	[utf-8] Sat Sep 20 08:00:08 2014
@@ -262,3 +262,74 @@
  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},
+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 for cogl
+
+Package: libcogl-gst-dev
+Section: libdevel
+Architecture: any
+Depends: libcogl-gst20 (= ${binary:Version}),
+         gir1.2-coglgst-1.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 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 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-1.0
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: GObject introspection data for the CoglPango 1.0 library
+ This package contains introspection data for the Clutter scene
+ graph library.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings for libcogl-gst.

Added: desktop/unstable/cogl/debian/gir1.2-coglgst-1.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/gir1.2-coglgst-1.0.install?rev=42861&op=file
==============================================================================
--- desktop/unstable/cogl/debian/gir1.2-coglgst-1.0.install	(added)
+++ desktop/unstable/cogl/debian/gir1.2-coglgst-1.0.install	[utf-8] Sat Sep 20 08:00:08 2014
@@ -0,0 +1 @@
+usr/lib/*/girepository-1.0/CoglGst-* usr/lib/girepository-1.0

Added: desktop/unstable/cogl/debian/libcogl-gst-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/libcogl-gst-dev.install?rev=42861&op=file
==============================================================================
--- desktop/unstable/cogl/debian/libcogl-gst-dev.install	(added)
+++ desktop/unstable/cogl/debian/libcogl-gst-dev.install	[utf-8] Sat Sep 20 08:00:08 2014
@@ -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/unstable/cogl/debian/libcogl-gst20.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/libcogl-gst20.install?rev=42861&op=file
==============================================================================
--- desktop/unstable/cogl/debian/libcogl-gst20.install	(added)
+++ desktop/unstable/cogl/debian/libcogl-gst20.install	[utf-8] Sat Sep 20 08:00:08 2014
@@ -0,0 +1 @@
+usr/lib/*/libcogl-gst.so.*

Added: desktop/unstable/cogl/debian/libcogl-gst20.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/libcogl-gst20.symbols?rev=42861&op=file
==============================================================================
--- desktop/unstable/cogl/debian/libcogl-gst20.symbols	(added)
+++ desktop/unstable/cogl/debian/libcogl-gst20.symbols	[utf-8] Sat Sep 20 08:00:08 2014
@@ -0,0 +1,19 @@
+libcogl-gst.so.20 libcogl-gst20 #MINVER#
+ cogl_gst_rectangle_get_gtype at Base 1.18.0
+ cogl_gst_video_sink_attach_frame at Base 1.18.0
+ cogl_gst_video_sink_fit_size at Base 1.18.0
+ cogl_gst_video_sink_get_aspect at Base 1.18.0
+ cogl_gst_video_sink_get_free_layer at Base 1.18.0
+ cogl_gst_video_sink_get_height_for_width at Base 1.18.0
+ cogl_gst_video_sink_get_natural_height at Base 1.18.0
+ cogl_gst_video_sink_get_natural_size at Base 1.18.0
+ cogl_gst_video_sink_get_natural_width at Base 1.18.0
+ cogl_gst_video_sink_get_pipeline at Base 1.18.0
+ cogl_gst_video_sink_get_type at Base 1.18.0
+ cogl_gst_video_sink_get_width_for_height at Base 1.18.0
+ cogl_gst_video_sink_is_ready at Base 1.18.0
+ cogl_gst_video_sink_new at Base 1.18.0
+ cogl_gst_video_sink_set_context at Base 1.18.0
+ cogl_gst_video_sink_set_default_sample at Base 1.18.0
+ cogl_gst_video_sink_set_first_layer at Base 1.18.0
+ cogl_gst_video_sink_setup_pipeline at Base 1.18.0

Modified: desktop/unstable/cogl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/rules?rev=42861&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/rules	[utf-8] (original)
+++ desktop/unstable/cogl/debian/rules	[utf-8] Sat Sep 20 08:00:08 2014
@@ -20,6 +20,7 @@
 	--enable-gdk-pixbuf \
 	--enable-cogl-pango \
 	--enable-introspection=yes \
+	--enable-cogl-gst=yes
 	--enable-gl=yes
 
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),armel armhf))




More information about the pkg-gnome-commits mailing list