Cyril Brulebois | 1 Feb 2011 01:26
Picon
Favicon

Bug#611692: cairo: Please enable GL support

Source: cairo
Version: 1.10.2-1
Severity: wishlist

Hi,

it would be nice if you could enable GL support, which means:
|   --enable-gl=[no/auto/yes]
|                           Enable cairo's OpenGL surface backend feature

That GL support, even if it's experimental, is needed for wayland:
  http://bugs.debian.org/611400
  http://wayland.freedesktop.org/
  http://wayland.freedesktop.org/building.html

(AFAICT, xcb is already enabled, at least in the main build.)

wayland-related packages are targeted at experimental, so enabling it
only in experimental would be far sufficient as a first step.

Currently, I've only tried locally-built cairo, from git master; please
let me know if a tested patch (maybe against your debian-experimental
branch) would help.

Thanks for considering.

KiBi.

Bryce Harrington | 1 Feb 2011 03:11
Picon
Favicon

xorg: Changes to 'ubuntu'

 debian/apport/source_xorg.py |    7 +++++++
 debian/changelog             |    6 ++++++
 2 files changed, 13 insertions(+)

New commits:
commit 26cf7852fc355fc7b29c58e9e91f9891ecb90a70
Author: Bryce Harrington <bryce <at> canonical.com>
Date:   Mon Jan 31 18:10:53 2011 -0800

    apport/source_xorg.py:  Tag bugs with compiz version

diff --git a/debian/apport/source_xorg.py b/debian/apport/source_xorg.py
index 45ef285..a1ac074 100644
--- a/debian/apport/source_xorg.py
+++ b/debian/apport/source_xorg.py
 <at>  <at>  -292,6 +292,7  <at>  <at>  def attach_xorg_package_versions(report, ui=None):
         "xserver-xorg",
         "libgl1-mesa-glx",
         "libdrm2",
+        "compiz",
         "xserver-xorg-video-intel",
         "xserver-xorg-video-ati",
         "xserver-xorg-video-nouveau"]:
 <at>  <at>  -330,6 +331,12  <at>  <at>  def attach_3d_info(report, ui=None):

         if command_output_quiet(['pidof', 'compiz']):
             report['CompositorRunning'] = 'compiz'
+            compiz_version = command_output_quiet([
+                'compiz', '--version'])
+            versions = string.split(compiz_version.replace(' ', '-'), '.')
(Continue reading)

Bryce Harrington | 1 Feb 2011 04:05
Picon
Favicon

xserver-xorg-input-evdev: Changes to 'ubuntu'

 debian/changelog |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

New commits:
commit 8391f40578ed3aec7a291671dd18456a9665aad2
Author: Bryce Harrington <bryce <at> canonical.com>
Date:   Mon Jan 31 19:04:52 2011 -0800

    No-change rebuild against xserver 1.10

diff --git a/debian/changelog b/debian/changelog
index ff56df5..24878f2 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+xserver-xorg-input-evdev (1:2.6.0-1ubuntu5) natty; urgency=low
+
+  * No-change rebuild against xserver 1.10
+
+ -- Bryce Harrington <bryce <at> ubuntu.com>  Mon, 31 Jan 2011 19:04:25 -0800
+
 xserver-xorg-input-evdev (1:2.6.0-1ubuntu4) natty; urgency=low

   [ Chase Douglas ]

commit 604e992494cedd1ce77e78ff51c12723bf48adf0
Author: Bryce Harrington <bryce <at> canonical.com>
Date:   Mon Jan 31 15:50:20 2011 -0800

    debian/patches/101-gestures.patch:  Fix SIGSEGV in xserver, re-enable.
(Continue reading)

Christopher Halse Rogers | 1 Feb 2011 06:02
Picon
Favicon

xserver-xorg-video-intel: Changes to 'ubuntu'

 debian/changelog |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 36960846dc1ee71a1c0e63be13fb633e9005caa9
Author: Christopher James Halse Rogers <christopher.halse.rogers <at> canonical.com>
Date:   Tue Feb 1 16:02:16 2011 +1100

    Rebuild against Xserver 1.10

diff --git a/debian/changelog b/debian/changelog
index 590e38c..7447658 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+xserver-xorg-video-intel (2:2.14.0-1ubuntu4) natty; urgency=low
+
+  * Rebuild against Xserver 1.10
+
+ -- Bryce Harrington <bryce <at> ubuntu.com>  Mon, 31 Jan 2011 18:53:00 -0800
+
 xserver-xorg-video-intel (2:2.14.0-1ubuntu3) natty; urgency=low

   * debian/patches/101_copy-fb.patch: Fix 1.10 video ABI codepath

Christopher Halse Rogers | 1 Feb 2011 06:08
Picon
Favicon

xserver-xorg-video-nouveau: Changes to 'ubuntu'

 debian/changelog |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit bcbac7e5bb80e7a8d36def9ab4ab8ae384a40f71
Author: Christopher James Halse Rogers <christopher.halse.rogers <at> canonical.com>
Date:   Tue Feb 1 16:07:49 2011 +1100

    Rebuild against Xserver 1.10

diff --git a/debian/changelog b/debian/changelog
index 39890a0..df810f4 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+xserver-xorg-video-nouveau (1:0.0.16+git20110107+b795ca6e-0ubuntu3) natty; urgency=low
+
+  * Rebuild against Xserver 1.10
+
+ -- Bryce Harrington <bryce <at> ubuntu.com>  Mon, 31 Jan 2011 18:52:13 -0800
+
 xserver-xorg-video-nouveau (1:0.0.16+git20110107+b795ca6e-0ubuntu2) natty; urgency=low

   * debian/patches/02_nouveau_bgnr: Fix Xserver 1.10 codepath to not crash the

Christopher Halse Rogers | 1 Feb 2011 06:15
Picon
Favicon

xserver-xorg-video-ati: Changes to 'ubuntu'

 debian/changelog |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit bca0252f17b349dfa26aa95d9a56cc5c62d73c3c
Author: Christopher James Halse Rogers <christopher.halse.rogers <at> canonical.com>
Date:   Tue Feb 1 16:14:56 2011 +1100

    Rebuild against Xserver 1.10

diff --git a/debian/changelog b/debian/changelog
index c235d9c..595b6ac 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+xserver-xorg-video-ati (1:6.13.2+git20110124.fadee040-0ubuntu3) natty; urgency=low
+
+  * Rebuild against Xserver 1.10
+
+ -- Bryce Harrington <bryce <at> ubuntu.com>  Mon, 31 Jan 2011 18:56:01 -0800
+
 xserver-xorg-video-ati (1:6.13.2+git20110124.fadee040-0ubuntu2) natty; urgency=low

   * debian/patches/100_radeon-6.9.0-bgnr-enable.patch: Fix typo in Xserver 1.10

Christopher Halse Rogers | 1 Feb 2011 06:25
Picon
Favicon

xserver-xorg-video-fbdev: Changes to 'ubuntu'

 debian/changelog                    |   26 ++++++++++++++++++++++++++
 debian/control                      |    2 +-
 debian/patches/100_bgnoneroot.patch |   18 ++++++++++++------
 3 files changed, 39 insertions(+), 7 deletions(-)

New commits:
commit c1350924666a557a59a87136f44a67cf2ce46648
Author: Christopher James Halse Rogers <christopher.halse.rogers <at> canonical.com>
Date:   Tue Feb 1 16:25:18 2011 +1100

    Rebuild against Xserver 1.10

diff --git a/debian/changelog b/debian/changelog
index d7607f3..15057fd 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+xserver-xorg-video-fbdev (1:0.4.2-3ubuntu2) natty; urgency=low
+
+  * Rebuild against Xserver 1.10
+
+ -- Bryce Harrington <bryce <at> ubuntu.com>  Mon, 31 Jan 2011 18:38:12 -0800
+
 xserver-xorg-video-fbdev (1:0.4.2-3ubuntu1) natty; urgency=low

   * Merge from Debian experimental.  Remaining Ubuntu changes:

commit a55f04bc00680f2ba9a9a1428bc5c6820a22aa0a
Author: Christopher James Halse Rogers <christopher.halse.rogers <at> canonical.com>
Date:   Fri Jan 28 18:53:48 2011 +1100
(Continue reading)

Christopher Halse Rogers | 1 Feb 2011 06:32
Picon
Favicon

xserver-xorg-video-savage: Changes to 'ubuntu'

 debian/changelog                            |   21 ++++++++++++++++++++-
 debian/patches/101_fix_use_of_privates.diff |   23 +++++++++++++++++++++++
 debian/patches/series                       |    1 +
 3 files changed, 44 insertions(+), 1 deletion(-)

New commits:
commit a409ee1e228b0da0a91193c2531ca3d83407f537
Author: Christopher James Halse Rogers <christopher.halse.rogers <at> canonical.com>
Date:   Tue Feb 1 16:32:00 2011 +1100

    Merge changes since 1ubuntu2 into git

diff --git a/debian/changelog b/debian/changelog
index 5bb193a..e73bf1d 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -1,3 +1,22  <at>  <at> 
+xserver-xorg-video-savage (1:2.3.1-2ubuntu4) natty; urgency=low
+
+  * Rebuild against Xserver 1.10
+
+ -- Bryce Harrington <bryce <at> ubuntu.com>  Mon, 31 Jan 2011 18:38:53 -0800
+
+xserver-xorg-video-savage (1:2.3.1-2ubuntu3) natty; urgency=low
+
+  * 101_fix_use_of_privates.diff: From upstream, fixes crashes due to
+    use of uninitialized privates. LP: #635362
+
+ -- Tormod Volden <debian.tormod <at> gmail.com>  Thu, 16 Dec 2010 00:14:17 +0100
+
(Continue reading)


Gmane