r35186 - in /desktop/experimental/gnome-shell/debian: changelog control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed May 30 10:13:00 UTC 2012


Author: biebl
Date: Wed May 30 10:12:59 2012
New Revision: 35186

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35186
Log:
Don't build the screen recorder on arm{el,hf} as the screen grabber uses
GL/GLX and on those archs cogl uses GLES.

Modified:
    desktop/experimental/gnome-shell/debian/changelog
    desktop/experimental/gnome-shell/debian/control.in

Modified: desktop/experimental/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/changelog?rev=35186&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/changelog [utf-8] Wed May 30 10:12:59 2012
@@ -10,6 +10,8 @@
   * Bump Depends on gnome-settings-daemon to (>= 3.4.0). There was an
     incompatible change in the Power D-Bus API which caused the power icon to
     no longer update properly. Closes: #674429
+  * Don't build the screen recorder on arm{el,hf} as the screen grabber uses
+    GL/GLX and on those archs cogl uses GLES.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 22 May 2012 08:34:06 +0200
 

Modified: desktop/experimental/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/control.in?rev=35186&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/control.in [utf-8] Wed May 30 10:12:59 2012
@@ -28,7 +28,7 @@
                libgnome-desktop-3-dev (>= 2.90.0),
                libgnome-keyring-dev,
                libgnome-menu-3-dev,
-               libgstreamer0.10-dev (>= 0.10.16),
+               libgstreamer0.10-dev (>= 0.10.16) [!armel !armhf],
                libgtk-3-dev (>= 3.3.9),
                libmutter-dev (>= 3.4.1),
                libnm-glib-dev (>= 0.9) [linux-any],




More information about the pkg-gnome-commits mailing list