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

2010-09-16 Thread Christopher Halse Rogers
 debian/changelog |7 +++
 debian/local/60-magictrackpad.conf   |5 ++
 debian/patches/102-magic-mouse.patch |   65 ---
 debian/patches/series|1 
 debian/rules |4 ++
 5 files changed, 16 insertions(+), 66 deletions(-)

New commits:
commit e411c43054f593ea36e83ed2aa55323ddda04766
Author: Chase Douglas chase.doug...@canonical.com
Date:   Mon Sep 13 21:48:24 2010 +0200

Set default input module to evdev for Apple Magic Mouse (LP: #637430)

* Set default input module to evdev for Apple Magic Mouse (LP: #637430)
  - Add debian/local/60-magictrackpad.conf

diff --git a/debian/changelog b/debian/changelog
index 8b52298..abcb2da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-input-evdev (1:2.3.2-6ubuntu3) maverick; urgency=low
+
+  * Set default input module to evdev for Apple Magic Mouse (LP: #637430)
+- Add debian/local/60-magictrackpad.conf
+
+ -- Chase Douglas chase.doug...@canonical.com  Thu, 16 Sep 2010 09:38:26 
+0200
+
 xserver-xorg-input-evdev (1:2.3.2-6ubuntu2) maverick; urgency=low
 
   * Add 102-magic-mouse.patch - Patch from Chase Douglas to set default
diff --git a/debian/local/60-magictrackpad.conf 
b/debian/local/60-magictrackpad.conf
new file mode 100644
index 000..4b7f4aa
--- /dev/null
+++ b/debian/local/60-magictrackpad.conf
@@ -0,0 +1,5 @@
+Section InputClass
+ Identifier Magic Trackpad
+ MatchUSBID 05ac:030e
+ Driver evdev
+EndSection
diff --git a/debian/rules b/debian/rules
index cddc86e..d9e4e1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
 
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
@@ -84,6 +85,9 @@ binary-arch: build install serverabi
dh_installdocs
dh_installchangelogs ChangeLog
dh_install --sourcedir=debian/tmp --list-missing --exclude=evdev_drv.la
+ifeq ($(DEB_HOST_ARCH_OS), linux)
+   install -D -m 644 debian/local/60-magictrackpad.conf 
debian/xserver-xorg-input-evdev/usr/share/X11/xorg.conf.d/60-magictrackpad.conf
+endif
dh_installman
dh_link
dh_strip

commit ad51bb58ec0d97a53452f9de20f96c9a28d0f4c8
Author: Chase Douglas chase.doug...@canonical.com
Date:   Thu Sep 16 09:29:15 2010 +0200

Revert Patch from cnd to enable multitouch support for Magic Trackpad

The patch is a debdiff, not a source patch.

This reverts commit d21f83610790469d7eee930ac0e23fa901dc3528.

diff --git a/debian/patches/102-magic-mouse.patch 
b/debian/patches/102-magic-mouse.patch
deleted file mode 100644
index b7e207e..000
--- a/debian/patches/102-magic-mouse.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From 90fb6f288d32f033bd8355d317c5580b1c836775 Mon Sep 17 00:00:00 2001
-From: Chase Douglas chase.doug...@canonical.com
-Date: Mon, 13 Sep 2010 21:48:24 +0200
-Subject: [PATCH 1/1] Set default input module to evdev for Apple Magic Mouse 
(LP: #637430)
-
-* Set default input module to evdev for Apple Magic Mouse (LP: #637430)
-  - Add debian/local/60-magictrackpad.conf

- debian/changelog   |7 +++
- debian/local/60-magictrackpad.conf |5 +
- debian/rules   |4 
- 3 files changed, 16 insertions(+), 0 deletions(-)
- create mode 100644 debian/local/60-magictrackpad.conf
-
-diff --git a/debian/changelog b/debian/changelog
-index 225c61f..b502133 100644
 a/debian/changelog
-+++ b/debian/changelog
-@@ -1,3 +1,10 @@
-+xserver-xorg-input-evdev (1:2.3.2-6ubuntu2) maverick; urgency=low
-+
-+  * Set default input module to evdev for Apple Magic Mouse (LP: #637430)
-+- Add debian/local/60-magictrackpad.conf
-+
-+ -- Chase Douglas chase.doug...@ubuntu.com  Mon, 13 Sep 2010 21:46:44 +0200
-+
- xserver-xorg-input-evdev (1:2.3.2-6ubuntu1) maverick; urgency=low
- 
-   * Add gesture support
-diff --git a/debian/local/60-magictrackpad.conf 
b/debian/local/60-magictrackpad.conf
-new file mode 100644
-index 000..4b7f4aa
 /dev/null
-+++ b/debian/local/60-magictrackpad.conf
-@@ -0,0 +1,5 @@
-+Section InputClass
-+ Identifier Magic Trackpad
-+ MatchUSBID 05ac:030e
-+ Driver evdev
-+EndSection
-diff --git a/debian/rules b/debian/rules
-index cddc86e..d9e4e1c 100755
 a/debian/rules
-+++ b/debian/rules
-@@ -21,6 +21,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
- endif
- 
- DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-+DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
- DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
- DEB_BUILD_GNU_TYPE ?= $(shell 

Bug#597019: libgl1-mesa-dev: missing static library (libGL.a)

2010-09-16 Thread Julien Cristau
On Wed, Sep 15, 2010 at 18:52:26 -0400, Chris King wrote:

 Title says it all -- the only libGL.a available is in libgl1-mesa-swx11-dev,
 which uses software rendering.  Maybe there should exist a
 libgl1-mesa-glx-dev?  Is there a reason why it can't?
 
Is there a reason why it should?

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: severity of 597019 is wishlist

2010-09-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 597019 wishlist
Bug #597019 [libgl1-mesa-dev] libgl1-mesa-dev: missing static library (libGL.a)
Severity set to 'wishlist' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
597019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597019
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12846280743708.transcr...@bugs.debian.org



Processed: tagging 593199, bug 593199 is forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=29430

2010-09-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 593199 - moreinfo
Bug #593199 [xserver-xorg-video-intel] xserver-xorg-video-intel: often crashes 
at sm startup
Bug #597016 [xserver-xorg-video-intel] Xorg crashes when starting sm and typing
Removed tag(s) moreinfo.
Removed tag(s) moreinfo.
 forwarded 593199 https://bugs.freedesktop.org/show_bug.cgi?id=29430
Bug #593199 [xserver-xorg-video-intel] xserver-xorg-video-intel: often crashes 
at sm startup
Bug #597016 [xserver-xorg-video-intel] Xorg crashes when starting sm and typing
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=29430'.
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=29430'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
593199: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593199
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12846281884442.transcr...@bugs.debian.org



Processed: reassign 597016 to xserver-xorg-video-intel, forcibly merging 593199 597016

2010-09-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 597016 xserver-xorg-video-intel
Bug #597016 [xserver-xorg] Xorg crashes when starting sm and typing
Bug reassigned from package 'xserver-xorg' to 'xserver-xorg-video-intel'.
Bug No longer marked as found in versions xorg/1:7.5+7.
 forcemerge 593199 597016
Bug#593199: xserver-xorg-video-intel: often crashes at sm startup
Bug#597016: Xorg crashes when starting sm and typing
Forcibly Merged 593199 597016.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
593199: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593199
597016: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597016
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12846281444163.transcr...@bugs.debian.org



Bug#597082: xserver-xorg-input-synaptics: Please add support for Synaptics ClickPads

2010-09-16 Thread Alexander Reichle-Schmehl
Package: xserver-xorg-input-synaptics
Version: 1.2.2-2
Severity: important


Hi!

Newer Netbooks and Notebooks seem to be delivered with a Synaptics
Clickpad (which basically seems to be a Touchpad with no extra sepperated
buttons, but build in ones).  These devices are already recodnized by the
kernel and xorg synaptics driver, but don't work: You have only one mouse
button, which is quite useless, as the button area when touched is also
sensitive for the mouse cursor movement.

The Kernel seems to already be ready (see #572842) but the xorg synaptics
driver didn't work for me.

There is a patch at http://www.spinics.net/lists/linux-input/msg08198.html,
which works for me more or less (I don't have a middle mouse button, but at
least the rest is working).

Please consider applying this patch.  To the best of my knowledge it has
also been accepted by upstream.


Best regards,
  Alexander, who also volunteers for testing

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Sep 14 17:37 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1920368 Aug 24 16:29 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated 
Graphics Controller

/etc/X11/xorg.conf does not exist.

Kernel version (/proc/version):
Linux version 2.6.35-trunk-amd64 (Debian 2.6.35-1~experimental.3) 
(m...@debian.org) (gcc version 4.4.5 20100902 (prerelease) (Debian 4.4.4-13) ) 
#1 SMP Mon Sep 6 15:15:26 UTC 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 20949 Sep 16 13:29 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux armenelos 2.6.35-trunk-amd64 #1 SMP Mon Sep 6 
15:15:26 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.35-trunk-amd64 
root=/dev/mapper/armenelos-root ro quiet splash
Build Date: 24 August 2010  02:20:59PM
xorg-server 2:1.7.7-4 (Julien Cristau jcris...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Thu Sep 16 13:27:14 2010
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |--Screen Default Screen Section (0)
(**) |   |--Monitor default monitor
(==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x7c5f40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:a011:103c:3660 Intel Corporation N10 Family Integrated 
Graphics Controller rev 0, Mem @ 0x9818/524288, 0x8000/268435456, 
0x9800/1048576, I/O @ 0x60c0/8
(--) PCI: (0:0:2:1) 8086:a012:103c:3660 Intel Corporation N10 Family Integrated 
Graphics Controller rev 0, Mem @ 0x9810/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: dbe
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor=X.Org 

mesa: Changes to 'ubuntu-maverick'

2010-09-16 Thread Robert Hooker
 debian/changelog |   20 
 1 file changed, 8 insertions(+), 12 deletions(-)

New commits:
commit 40b136e61c714ede62113e72258175c111cb9545
Author: Robert Hooker sarv...@ubuntu.com
Date:   Tue Sep 14 11:17:43 2010 -0400

debian/changelog: Mention a few more changes and update for release.

diff --git a/debian/changelog b/debian/changelog
index d675d81..4ba4884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,36 +4,32 @@ mesa (7.9~git20100909-0ubuntu1) maverick; urgency=low
   * New upstream git snapshot up to commit 94118fe2d4b1e5 (LP: #631413)
   * New features include ATI HD5xxx series support in r600, and a vastly
 improved glsl compiler.
-  * Many bug fixes including:
-   - LP: #626943, #610541 - Flickering on Radeon
-   - LP: #633261 - KDE desktop effects not enabled automatically,
- graphical corruption when enabled
-   - LP: #601052 - Cougar Point Graphics support
-   - LP: #596292, #599741 - Unity failing to start or misrendering on ATI
   * Remove pre-generated .pc's, use the ones generated at build time
 instead.
   * Remove all references to mesa-utils now that its no longer shipped
 with the mesa source.
   * Disable the experimental ARB_fragment_shader option by default on
 i915, it exposes incomplete functionality that breaks KDE compositing
-among other things. It can be enabled via driconf still. (LP: #628930)
+among other things. It can be enabled via driconf still. (LP: #628930).
 
   [ Christopher James Halse Rogers ]
   * debian/patches/04_osmesa_version.diff:
 - Refresh for new upstream
-  * New upstream version...
+  * Bugs fixed in this release:
 - Fixes severe rendering corruption in Unity on radeon (LP: #628727,
-  LP: #596292, LP: #599741, LP: #630315, LP: #613694).
+  LP: #596292, LP: #599741, LP: #630315, LP: #613694, LP: #599741).
 - Also fixes rendering in gnome-shell (LP: #578619).
 - Flickering in OpenGL apps on radeon (LP: #626943, LP: #610541).
-- Corruption in KWin desktop effects on intel (LP: #628930).
-- Provides preliminary support for new intel chips (LP: #601052)
+- Provides preliminary support for new intel chips (LP: #601052).
   * debian/rules:
 - Update configure flags to match upstream reshuffling.
 - Explicitly remove gallium DRI drivers that we don't want to ship.
   * Update debian/gbp.conf for this Maverick-specific packaging
+  * libegl1-mesa-dri-x11,kms: There are no longer separate kms or x11 drivers
+for EGL, libegl1-mesa-drivers now contains a single driver that provides
+both backends.
 
- -- Christopher James Halse Rogers r...@ubuntu.com  Fri, 10 Sep 2010 
12:02:05 +1000
+ -- Robert Hooker robert.hoo...@canonical.com  Tue, 14 Sep 2010 08:55:40 
-0400
 
 mesa (7.8.2-2ubuntu2) maverick; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1owfml-00074u...@alioth.debian.org



Bug#597019: libgl1-mesa-dev: missing static library (libGL.a)

2010-09-16 Thread Chris King
On Thu, Sep 16, 2010 at 5:07 AM, Julien Cristau jcris...@debian.org wrote:
 Is there a reason why it should?

Yes, for anybody who wants to statically link the GLX OpenGL library
:) Most other -dev packages in Debian provide static libraries, since
they're very useful for testing.

My specific use case is in making an interposer library.  I need to
re-export hundreds of OpenGL functions unchanged while providing
replacements for a couple; it is possible to do this using dlopen, but
unwieldy since I must write a stub for every function.  Having a
static library available would make this trivial.

- Chris



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktikw5wjkrn0zmog9xzqyd0wpguuafjnoptj2+...@mail.gmail.com



Bug#597019: libgl1-mesa-dev: missing static library (libGL.a)

2010-09-16 Thread Chris King
On Thu, Sep 16, 2010 at 11:24 AM, Chris King colander...@gmail.com wrote:
 Most other -dev packages in Debian provide static libraries, since
 they're very useful for testing.

Specifically: 
http://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-sharedlibs-static



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktinahfrqskh7sdkgnr6sc7hxwiqqtp2qmpiia...@mail.gmail.com



Bug#597019: libgl1-mesa-dev: missing static library (libGL.a)

2010-09-16 Thread Michel Dänzer
On Don, 2010-09-16 at 11:24 -0400, Chris King wrote: 
 On Thu, Sep 16, 2010 at 5:07 AM, Julien Cristau jcris...@debian.org wrote:
  Is there a reason why it should?
 
 Yes, for anybody who wants to statically link the GLX OpenGL library
 :) Most other -dev packages in Debian provide static libraries, since
 they're very useful for testing.

I'm leaning towards considering libgl1-mesa-swx11-dev shipping libGL.a a
mistake rather than libgl1-mesa-dev not shipping one.


 My specific use case is in making an interposer library.  I need to
 re-export hundreds of OpenGL functions unchanged while providing
 replacements for a couple; it is possible to do this using dlopen, but
 unwieldy since I must write a stub for every function.  Having a
 static library available would make this trivial.

The downside is that the wrapper becomes specific to the libGL linked
statically, whereas a dlopen based wrapper would work with any libGL
conforming to the libGL ABI. Surely the stub generation can be automated
at least to some degree, maybe the Mesa glapi scripts can be (ab)used
for that.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1284651329.8555.106.ca...@thor.local



Bug#597019: libgl1-mesa-dev: missing static library (libGL.a)

2010-09-16 Thread Chris King
2010/9/16 Michel Dänzer daen...@debian.org:
 I'm leaning towards considering libgl1-mesa-swx11-dev shipping libGL.a a
 mistake rather than libgl1-mesa-dev not shipping one.

Why, may I ask?  Because there are multiple implementations of libGL?

 The downside is that the wrapper becomes specific to the libGL linked
 statically, whereas a dlopen based wrapper would work with any libGL
 conforming to the libGL ABI. Surely the stub generation can be automated
 at least to some degree, maybe the Mesa glapi scripts can be (ab)used
 for that.

Yes, I did end up writing a stub generator, since I was planning to
for the final project anyway.  Having the static library would simply
have been more convenient for development  testing.



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktikhf8mqicgqlwjryqjf2hn3mbhf+psfi0=uh...@mail.gmail.com



Bug#597019: libgl1-mesa-dev: missing static library (libGL.a)

2010-09-16 Thread Michel Dänzer
On Don, 2010-09-16 at 11:43 -0400, Chris King wrote: 
 2010/9/16 Michel Dänzer daen...@debian.org:
  I'm leaning towards considering libgl1-mesa-swx11-dev shipping libGL.a a
  mistake rather than libgl1-mesa-dev not shipping one.
 
 Why, may I ask?  Because there are multiple implementations of libGL?

Exactly.


  The downside is that the wrapper becomes specific to the libGL linked
  statically, whereas a dlopen based wrapper would work with any libGL
  conforming to the libGL ABI. Surely the stub generation can be automated
  at least to some degree, maybe the Mesa glapi scripts can be (ab)used
  for that.
 
 Yes, I did end up writing a stub generator, since I was planning to
 for the final project anyway.  Having the static library would simply
 have been more convenient for development  testing.

It occurred to me that there might also be a way to make symbols you
don't want to wrap be automagically resolved from the wrapped libGL, but
I don't know how offhand.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1284652083.8555.110.ca...@thor.local



Bug#597019: libgl1-mesa-dev: missing static library (libGL.a)

2010-09-16 Thread Chris King
2010/9/16 Michel Dänzer daen...@debian.org:
 Why, may I ask?  Because there are multiple implementations of libGL?

 Exactly.

OK, that makes sense enough.  Thanks.

 It occurred to me that there might also be a way to make symbols you
 don't want to wrap be automagically resolved from the wrapped libGL, but
 I don't know how offhand.

I thought so too, but haven't been able to find a way yet.  I think it
would require tricking ld.so into loading both copies of libGL.so.1,
which it seems reluctant to do.



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimxjf2cjh4=xh9bohhp_o15qko6e8xxgsur+...@mail.gmail.com



Bug#597109: x11-xkb-utils: setxkbmap -model macbook79 -layout ch -variant de_mac fails

2010-09-16 Thread Ronny Standtke
Package: x11-xkb-utils
Version: 7.5+5
Severity: normal


setxkbmap fails with a non-helpful error message when using the following 
parameters:

$ setxkbmap -model macbook79 -layout ch -variant de_mac
Error loading new keyboard description

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages x11-xkb-utils depends on:
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxaw7   2:1.0.7-1  X11 Athena Widget library
ii  libxkbfile1   1:1.0.6-2  X11 keyboard file manipulation lib
ii  libxmu6   2:1.0.5-2  X11 miscellaneous utility library
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  x11-common1:7.5+6X Window System (X.Org) infrastruc

x11-xkb-utils recommends no packages.

x11-xkb-utils suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100916174301.7100.19936.report...@debian.adm.ds.fhnw.ch