r43840 - in /desktop/unstable/cogl/debian: control control.in gir1.2-coglgst-1.0.install libcogl-gst-dev.install libcogl-gst20.install libcogl-gst20.symbols rules
smcv at users.alioth.debian.org
smcv at users.alioth.debian.org
Thu Nov 6 12:55:58 UTC 2014
Author: smcv
Date: Thu Nov 6 12:55:58 2014
New Revision: 43840
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43840
Log:
revert incomplete support for libcogl-gst20 which seems to have been added by mistake
Removed:
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
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=43840&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control [utf-8] (original)
+++ desktop/unstable/cogl/debian/control [utf-8] Thu Nov 6 12:55:58 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~) [!hurd-any] | libgles2-dev [!hurd-any],
+ libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev,
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: linux-any kfreebsd-any
+Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libgl1-mesa-glx [!armel !armhf ],
@@ -251,7 +251,7 @@
Package: libcogl-gles2-dev
Section: libdevel
-Architecture: linux-any kfreebsd-any
+Architecture: any
Depends: libcogl-gles2-20 (= ${binary:Version}),
libcogl-dev (= ${binary:Version}),
${misc:Depends},
@@ -267,74 +267,3 @@
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=43840&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control.in [utf-8] (original)
+++ desktop/unstable/cogl/debian/control.in [utf-8] Thu Nov 6 12:55:58 2014
@@ -262,74 +262,3 @@
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/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/rules?rev=43840&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/rules [utf-8] (original)
+++ desktop/unstable/cogl/debian/rules [utf-8] Thu Nov 6 12:55:58 2014
@@ -20,7 +20,6 @@
--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