r44577 - in /desktop/unstable/cogl/debian: changelog control

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat May 23 17:43:05 UTC 2015


Author: pochu
Date: Sat May 23 17:43:05 2015
New Revision: 44577

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44577
Log:
Upload to unstable.

Modified:
    desktop/unstable/cogl/debian/changelog
    desktop/unstable/cogl/debian/control

Modified: desktop/unstable/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/changelog?rev=44577&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/changelog	[utf-8] (original)
+++ desktop/unstable/cogl/debian/changelog	[utf-8] Sat May 23 17:43:05 2015
@@ -1,3 +1,9 @@
+cogl (1.20.0-2) unstable; urgency=medium
+
+  * Upload to unstable.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 23 May 2015 19:42:54 +0200
+
 cogl (1.20.0-1) experimental; urgency=medium
 
   * New upstream release

Modified: desktop/unstable/cogl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/control?rev=44577&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control	[utf-8] (original)
+++ desktop/unstable/cogl/debian/control	[utf-8] Sat May 23 17:43:05 2015
@@ -25,7 +25,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/
@@ -270,3 +271,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




More information about the pkg-gnome-commits mailing list