r41076 - in /desktop/unstable/cogl/debian: changelog control control.in libcogl20.symbols rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Mar 26 11:46:28 UTC 2014


Author: ah
Date: Wed Mar 26 11:46:28 2014
New Revision: 41076

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41076
Log:
* Enabling the libgles2-mesa-dev|libgles2-dev build-dep on hurd-any
  (Closes: #742682)
* drop (arch=!hurd-any) from cogl_egl_context_ symbols.

Modified:
    desktop/unstable/cogl/debian/changelog
    desktop/unstable/cogl/debian/control
    desktop/unstable/cogl/debian/control.in
    desktop/unstable/cogl/debian/libcogl20.symbols
    desktop/unstable/cogl/debian/rules

Modified: desktop/unstable/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/changelog?rev=41076&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/changelog	[utf-8] (original)
+++ desktop/unstable/cogl/debian/changelog	[utf-8] Wed Mar 26 11:46:28 2014
@@ -1,9 +1,17 @@
 cogl (1.18.0-2) unstable; urgency=medium
 
+  [ Andreas Henriksson ]
   * Update symbols file for non-linux architectures:
     - (arch=!hurd-any)cogl_egl_context_get_egl_context at Base 
     - (arch=linux-any)cogl_wayland_texture_set_region_from_shm_buffer at Base
 
+  [ Samuel Thibault ]
+  * Enabling the libgles2-mesa-dev|libgles2-dev build-dep on hurd-any
+    (Closes: #742682)
+
+  [ Andreas Henriksson ]
+  * drop (arch=!hurd-any) from cogl_egl_context_ symbols.
+  
  -- Andreas Henriksson <andreas at fatal.se>  Wed, 26 Mar 2014 11:51:58 +0100
 
 cogl (1.18.0-1) unstable; urgency=medium

Modified: desktop/unstable/cogl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/control?rev=41076&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control	[utf-8] (original)
+++ desktop/unstable/cogl/debian/control	[utf-8] Wed Mar 26 11:46:28 2014
@@ -14,7 +14,7 @@
                gtk-doc-tools (>= 1.13),
                libgbm-dev [linux-any],
                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,
                libcairo2-dev (>= 1.10),
                libpango1.0-dev (>= 1.28.3-5),
                libgdk-pixbuf2.0-dev (>= 2.0),

Modified: desktop/unstable/cogl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/control.in?rev=41076&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control.in	[utf-8] (original)
+++ desktop/unstable/cogl/debian/control.in	[utf-8] Wed Mar 26 11:46:28 2014
@@ -9,7 +9,7 @@
                gtk-doc-tools (>= 1.13),
                libgbm-dev [linux-any],
                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,
                libcairo2-dev (>= 1.10),
                libpango1.0-dev (>= 1.28.3-5),
                libgdk-pixbuf2.0-dev (>= 2.0),

Modified: desktop/unstable/cogl/debian/libcogl20.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/libcogl20.symbols?rev=41076&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/libcogl20.symbols	[utf-8] (original)
+++ desktop/unstable/cogl/debian/libcogl20.symbols	[utf-8] Wed Mar 26 11:46:28 2014
@@ -158,8 +158,8 @@
  cogl_double_to_fixed at Base 1.17.4
  cogl_double_to_int at Base 1.17.4
  cogl_double_to_uint at Base 1.17.4
- (arch=!hurd-any)cogl_egl_context_get_egl_context at Base 1.18.0
- (arch=!hurd-any)cogl_egl_context_get_egl_display at Base 1.17.4
+ cogl_egl_context_get_egl_context at Base 1.18.0
+ cogl_egl_context_get_egl_display at Base 1.17.4
  cogl_end_gl at Base 1.17.4
  cogl_error_copy at Base 1.17.4
  cogl_error_free at Base 1.17.4

Modified: desktop/unstable/cogl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/rules?rev=41076&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/rules	[utf-8] (original)
+++ desktop/unstable/cogl/debian/rules	[utf-8] Wed Mar 26 11:46:28 2014
@@ -27,13 +27,11 @@
         DEB_CONFIGURE_EXTRA_FLAGS += --with-default-driver=gl
 endif
 
-ifeq ($(DEB_HOST_ARCH_OS),$(findstring $(DEB_HOST_ARCH_OS),linux kfreebsd))
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-xlib-egl-platform=yes \
 	--enable-cogl-gles2=yes \
 	--with-gles2-libname=libGLESv2.so.2 \
 	--enable-gles2=yes
-endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 DEB_CONFIGURE_EXTRA_FLAGS += \




More information about the pkg-gnome-commits mailing list