xserver-xorg-input-synaptics: Changes to 'ubuntu-precise'

2012-06-21 Thread Maarten Lankhorst
 ChangeLog |  222 +
 configure.ac  |2 
 debian/changelog  |  108 
 debian/control|2 
 debian/patches/101_resolution_detect_option.patch |  133 -
 debian/patches/118_quell_error_msg.patch  |   42 
 debian/patches/124_syndaemon_events.patch |   32 
 debian/patches/125_option_rec_revert.patch|  167 -
 include/synaptics-properties.h|2 
 include/synaptics.h   |   39 
 src/alpscomm.c|   97 
 src/eventcomm.c   |  666 ++---
 src/eventcomm.h   |8 
 src/properties.c  |  589 ++---
 src/ps2comm.c |  534 ++--
 src/ps2comm.h |   21 
 src/psmcomm.c |   71 
 src/synaptics.c   | 2589 +++---
 src/synapticsstr.h|  361 +--
 src/synproto.c|   46 
 src/synproto.h|   54 
 test/eventcomm-test.c |   86 
 test/fake-symbols.c   |  176 -
 test/fake-symbols.h   |  169 -
 tools/synclient.c |  588 ++--
 tools/syndaemon.c |  604 ++---
 26 files changed, 3952 insertions(+), 3456 deletions(-)

New commits:
commit 6d5d3caee239be736098e0c2342d9f7355b1ce5e
Author: Maarten Lankhorst 
Date:   Thu Jun 14 09:42:07 2012 +0200

Merged from Debian unstable

* Merged from Debian unstable
* Removed patches that were cherry picked commits and now in 1.6.2:
  - 201-Avoid-out-of-bounds-access-by-running-num_active_tou.patch
  - 202-Ignore-pre-existing-touches.patch
  - 203-Fix-coasting-for-negative-ScrollDelta.patch
  - 204-Reset-open-slots-array-on-device-disable.patch
  - 205-Reset-hw-x-y-to-INT_MIN-and-skip-HandleState-until-w.patch
  - 206-Don-t-allow-for-scroll-distances-of-0-49965.patch
* Remaining patches:
  - 101_resolution_detect_option.patch
  - 103_enable_cornertapping.patch
  - 104_always_enable_tapping.patch
  - 106_always_enable_vert_edge_scroll.patch
  - 115_evdev_only.patch
  - 118_quell_error_msg.patch
  - 124_syndaemon_events.patch
  - 125_option_rec_revert.patch
  - 126_ubuntu_xi22.patch
  - 128_disable_three_click_action.patch
  - 129_disable_three_touch_tap.patch

diff --git a/debian/changelog b/debian/changelog
index 9f8182c..b63e262 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+xserver-xorg-input-synaptics (1.6.2-1ubuntu1) UNRELEASED; urgency=low
+
+  * Merged from Debian unstable
+  * Removed patches that were cherry picked commits and now in 1.6.2:
+- 201-Avoid-out-of-bounds-access-by-running-num_active_tou.patch
+- 202-Ignore-pre-existing-touches.patch
+- 203-Fix-coasting-for-negative-ScrollDelta.patch
+- 204-Reset-open-slots-array-on-device-disable.patch
+- 205-Reset-hw-x-y-to-INT_MIN-and-skip-HandleState-until-w.patch
+- 206-Don-t-allow-for-scroll-distances-of-0-49965.patch
+  * Remaining patches:
+- 101_resolution_detect_option.patch
+- 103_enable_cornertapping.patch
+- 104_always_enable_tapping.patch
+- 106_always_enable_vert_edge_scroll.patch
+- 115_evdev_only.patch
+- 118_quell_error_msg.patch
+- 124_syndaemon_events.patch
+- 125_option_rec_revert.patch
+- 126_ubuntu_xi22.patch
+- 128_disable_three_click_action.patch
+- 129_disable_three_touch_tap.patch
+
+ -- Maarten Lankhorst   Thu, 14 Jun 2012 
09:35:21 +0200
+
 xserver-xorg-input-synaptics (1.6.2-1) unstable; urgency=low
 
   * New upstream release, from the 1.6 branch.
diff --git 
a/debian/patches/201-Avoid-out-of-bounds-access-by-running-num_active_tou.patch 
b/debian/patches/201-Avoid-out-of-bounds-access-by-running-num_active_tou.patch
deleted file mode 100644
index 2aac35f..000
--- 
a/debian/patches/201-Avoid-out-of-bounds-access-by-running-num_active_tou.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 23065a974e5dcdf0d6a436a0547bb7887d306a6f Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Fri, 11 May 2012 12:27:39 +1000
-Subject: [PATCH 1/6] Avoid out-of-bounds access by running num_active_touches
- < 0 (#49439)
-
-If a touch is active during driver init, the slot will be set to
-SLOTSTATE_CLOSE when it finishes. That could decrease num_active_touches to
-less than 0, causing out-of-bounds access.
-
-X.Org Bug 49439 
-
-Signed-off-by: Peter Hutterer 
-Reviewed-by: Chase Douglas 
-(cherry picked from commit 77d766b1d535dff9a27c7db343ede85d9f44850b)

- src/synaptics.c | 

xserver-xorg-input-synaptics: Changes to 'ubuntu-precise'

2012-06-21 Thread Maarten Lankhorst
 debian/changelog |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 5ccaf86631c75dc7c8fe6e7c11bd908c2c2ee2f3
Author: Maarten Lankhorst 
Date:   Thu Jun 21 10:15:06 2012 +0200

clarify changelog entry for precise

diff --git a/debian/changelog b/debian/changelog
index 3dd9f53..60e6000 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
 xserver-xorg-input-synaptics (1.6.2-1ubuntu1~precise1) UNRELEASED; urgency=low
 
+  * Fixes memory corruption by driver (LP: #941953) FDo #49439
+  * Fixes 'Coasting Direction is incorrect for negative 
VertScrollDelta/HorizScrollDelta'
+  * Fixes jumpy cursor after suspend/resume
+  * Fixes another resume bug
+  * Fixes division by 0 or infinite loop with zero scroll distance FDo #49965
   * Merged from Debian unstable
   * Removed patches that were cherry picked commits and now in 1.6.2:
 - 201-Avoid-out-of-bounds-access-by-running-num_active_tou.patch


-- 
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/e1shcxm-0001yn...@vasks.debian.org



Bug#677886: mesa: please compile with --enable-gallium-g3dvl to provide `libvdpau_r600`

2012-06-21 Thread Michel Dänzer
On Mit, 2012-06-20 at 14:32 +0200, Paul Menzel wrote: 
> Am Sonntag, den 17.06.2012, 16:01 +0200 schrieb Paul Menzel:
> 
> > `xserver-xorg-video-radeon` 6.14.3 changelog contains the following [1].
> > 
> > Highlights:
> > 
> >   * Support for more cards, in particular Llano APUs. 
> >   * KMS page flipping fixes. 
> >   * vdpau/XvMC support (currently only available for >= R3xx via
> > Gallium3D).
> > 
> > Asking on IRC channel #radeon how to use that tstellar told me to build
> > Mesa with `--enable-gallium-g3dvl`. I think that creates the library
> > `libvdpau_r600` which for example MPlayer can use.
> > 
> > Is it possible to build and package that library?
> 
> I tried to adapt the packaging but failed utterly.
[...]
> $ more debian/libgl1-mesa-vdpau.install
> dri/usr/i386-linux-gnu/libXvMC*.so* usr/lib/i386-linux-gnu

Note that libXvMC* are for XvMC, which is a different API than VDPAU. It
doesn't really make sense to put them in a package whose name contains
'vdpau'. Similar for 'libgl1', as this has nothing to do with OpenGL.
Maybe something like 'libxvmc1-gallium' and 'libvdpau1-gallium'?


> [...] since I also do not see `libvdpau_r600` in the build
> directory (`find . -iname *vdpau*`). I guess there are still some config
> options missing.

--enable-vdpau might be needed, or it might get enabled by default if
libvdpau-dev is installed.


-- 
Earthling Michel Dänzer   |   http://www.amd.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/1340268839.29629.499.camel@thor.local



Bug#678098: New version is now unstable in double-screen configuration

2012-06-21 Thread Francesco P. Lovergine
On Wed, Jun 20, 2012 at 06:40:25PM +0200, Sven Joachim wrote:
> I presume you have libcairo2 held back at 1.10.x?  With 1.12.x the
> driver seems to be broken for everyone: http://bugs.debian.org/666468.
> 

No, I'm using 1.12.2-2 and I know that other bug, it is triggered on another
laptop with *another* nvidia card and by some specific programs only
(e.g. iceweasel). This is something completely different.

-- 
Francesco P. Lovergine



-- 
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/20120621091102.ga20...@blegrez.ba.issia.cnr.it



Bug#678098: New version is now unstable in double-screen configuration

2012-06-21 Thread Francesco P. Lovergine
On Wed, Jun 20, 2012 at 06:40:25PM +0200, Sven Joachim wrote:
> >
> > It randomly crashes either at resolution switching or desktop switching.
> 
> I have just uploaded 1:1.0.1-1 to unstable.  Assuming you can reproduce
> these crashes with that version, please report them upstream, see
> http://nouveau.freedesktop.org/wiki/Bugs.
> 

It still gives problems both for wm rendering (which renders the double
screen configuration unusable at all) and for random crashes.

-- 
Francesco P. Lovergine



-- 
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/20120621092257.ga24...@blegrez.ba.issia.cnr.it



[bts-link] source package mesa

2012-06-21 Thread bts-link-upstream
#
# bts-link upstream status pull for source package mesa
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #677291 (http://bugs.debian.org/677291)
# Bug title: KWin crashes when gwenview enters full-screen mode
#  * https://bugs.freedesktop.org/show_bug.cgi?id=51151
#  * remote status changed: (?) -> NEW
usertags 677291 + status-NEW

thanks


--
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/20120621164225.3183.70287.btsl...@busoni.debian.org



Bug#632772: marked as done (Wheezy: KDE hangs on logout)

2012-06-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jun 2012 13:02:31 -0400
with message-id <4fe353a7.7080...@gmail.com>
and subject line Close
has caused the Debian Bug report #632772,
regarding Wheezy: KDE hangs on logout
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
632772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632772
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-radeon 
Version: 1:6.14.2-1
Severity: important


Am having problems with KDE in wheezy:

1. KDE hangs on logout (Kmenu->Leave->Logout). Logging out results in a blank 
black screen and the system just hangs there, hardware reset is needed to 
reboot the system. When rebooted the system restarts and KDE works fine with 
the exception that it doesn't remember previous display settings (see below).

2. KDE refuses to remember display resolution settings: I set it to 1600x1200 
and click the "Save as Default" button, yet after logging out (and hanging and 
resetting, see #1 above) KDE reverts to 1280x1024 Auto mode.

When I was upgrading to wheezy from squeeze, there were warnings that some 
drivers were moved to the "non-free" area but I didn't install any non-free 
drivers after the upgrade.

There was no problem with logging out of KDE in squeeze on this PC.


# lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS880 Host Bridge
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI bridge 
(int gfx)
00:0a.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI bridge 
(PCIE port 5)
00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller 
[IDE mode]
00:12.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 
Controller
00:12.1 USB Controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI 
Controller
00:13.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 
Controller
00:13.1 USB Controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI 
Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
00:14.1 IDE interface: ATI Technologies Inc SB7x0/SB8x0/SB9x0 IDE Controller
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 
Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor 
HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address 
Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM 
Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor 
Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link 
Control
01:05.0 VGA compatible controller: ATI Technologies Inc RS880 [Radeon HD 4200]
01:05.1 Audio device: ATI Technologies Inc RS880 Audio Device [Radeon HD 4200]
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 02)
03:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 
Controller (PHY/Link)


# aptitude search radeon
i A libdrm-radeon1- Userspace interface to 
radeon-specific kernel DRM se
p   libdrm-radeon1-dbg- Userspace interface to 
radeon-specific kernel DRM se
p   radeontool- utility to control ATI Radeon 
backlight functions on
i A xserver-xorg-video-radeon - X.Org X server -- AMD/ATI 
Radeon display driver   
p   xserver-xorg-video-radeon-dbg - X.Org X server -- AMD/ATI 
Radeon display driver (deb


# uname -a
Linux srv 2.6.39-2-amd64 #1 SMP Wed Jun 8 11:01:04 UTC 2011 x86_64 GNU/Linux



--- End Message ---
--- Begin Message ---

Thank you.

Closing as out of date. If anyone can reproduce with a current system, 
feel free to reopen.


--- End Message ---


Bug#636135: Persists

2012-06-21 Thread Filipus Klutiero

Version: 6.14.4-4

I have to infirm the news from z...@bluemonk.de. Today's migration brought 
a new kdm with a new configuration file. I opted to restore the 
maintainer's version, and the problem came back.


For what it's worth, I tried again to login this time, and it worked 
well, no hang. I was able to login, logout (thank you keyboard 
shortcuts!), and then cleanly restart kdm from tty1.




--
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/4fe357bc.50...@gmail.com



Processed: Re: Bug#677260: xserver-xorg-video-openchrome: FTBFS[kfreebsd]: error: unknown type name 'uint8_t'

2012-06-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 677260 + patch
Bug #677260 [src:xserver-xorg-video-openchrome] xserver-xorg-video-openchrome: 
FTBFS[kfreebsd]: error: unknown type name 'uint8_t'
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
677260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677260
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.134030839711257.transcr...@bugs.debian.org



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

2012-06-21 Thread Maarten Lankhorst
 debian/changelog |7 +++
 debian/control   |   17 +
 2 files changed, 16 insertions(+), 8 deletions(-)

New commits:
commit 28bed4f7fe8eabdac3c18cd7ded72c002081e3c4
Author: Cyril Brulebois 
Date:   Wed Jun 13 22:58:40 2012 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 427f17d..41a4aec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-xserver-xorg-video-ati (1:6.14.4-5) UNRELEASED; urgency=low
+xserver-xorg-video-ati (1:6.14.4-5) unstable; urgency=low
 
   * Update radeon's long description to list the chips mentioned in the
 radeon manpage. Also drop fglrx from there (Closes: #677412).
 
- -- Cyril Brulebois   Wed, 13 Jun 2012 22:43:17 +0200
+ -- Cyril Brulebois   Wed, 13 Jun 2012 22:58:36 +0200
 
 xserver-xorg-video-ati (1:6.14.4-4) unstable; urgency=low
 

commit 10eef71a5e3721148cfad252d8a1260d5f26b673
Author: Cyril Brulebois 
Date:   Wed Jun 13 22:47:50 2012 +0200

Update radeon's long description.

Two things:
 - list the chips mentioned in the radeon manpage;
 - drop fglrx from there (Closes: #677412).

diff --git a/debian/changelog b/debian/changelog
index 5f16c8b..427f17d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-ati (1:6.14.4-5) UNRELEASED; urgency=low
+
+  * Update radeon's long description to list the chips mentioned in the
+radeon manpage. Also drop fglrx from there (Closes: #677412).
+
+ -- Cyril Brulebois   Wed, 13 Jun 2012 22:43:17 +0200
+
 xserver-xorg-video-ati (1:6.14.4-4) unstable; urgency=low
 
   * Cherry-pick from upstream to fix regression on UMS (Closes: #670570):
diff --git a/debian/control b/debian/control
index f06e736..43f21e1 100644
--- a/debian/control
+++ b/debian/control
@@ -81,12 +81,14 @@ Depends:
 Provides: ${xviddriver:Provides}
 Suggests: firmware-linux
 Description: X.Org X server -- AMD/ATI Radeon display driver
- This package provides the 'radeon' driver for the AMD/ATI Radeon, FireGL,
- FireMV, FirePro and FireStream series.
- .
- Note that this is not the same as the ATI-provided, binary-only, 'fglrx'
- driver, which provides additional 3D functionality for some newer Radeon
- cards, but is not supported.
+ This package provides the 'radeon' driver for the AMD/ATI cards. The
+ following chips should be supported: R100, RV100, RS100, RV200, RS200,
+ RS250, R200, RV250, RV280, RS300, RS350, RS400/RS480, R300, R350, R360,
+ RV350, RV360, RV370, RV380, RV410, R420, R423/R430, R480/R481,
+ RV505/RV515/RV516/RV550, R520, RV530/RV560, RV570/R580,
+ RS600/RS690/RS740, R600, RV610/RV630, RV620/RV635, RV670, RS780/RS880,
+ RV710/RV730, RV740/RV770/RV790, CEDAR, REDWOOD, JUNIPER, CYPRESS,
+ HEMLOCK, PALM, SUMO/SUMO2, BARTS, TURKS, CAICOS, CAYMAN, ARUBA.
  .
  More information about X.Org can be found at:
  http://www.X.org>
@@ -101,7 +103,6 @@ Depends:
 Section: debug
 Priority: extra
 Description: X.Org X server -- AMD/ATI Radeon display driver (debugging 
symbols)
- This package provides the 'radeon' driver for the AMD/ATI Radeon, FireGL,
- FireMV, FirePro and FireStream series.
+ This package provides the 'radeon' driver for many AMD/ATI cards.
  .
  This package provides debugging symbols for this X.org X driver.


-- 
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/e1shnpj-0001yd...@vasks.debian.org



libdrm: Changes to 'debian-unstable'

2012-06-21 Thread Julien Cristau
 debian/changelog|6 ++
 debian/control  |   30 ++
 debian/libdrm-omap1.install |1 +
 debian/libdrm-omap1.symbols |   15 +++
 debian/rules|   18 ++
 5 files changed, 70 insertions(+)

New commits:
commit 36df178e70012887b63cc5c9322c622fca63778c
Author: Sebastian Reichel 
Date:   Thu Jun 21 22:38:00 2012 +0200

Build libdrm_omap

diff --git a/debian/changelog b/debian/changelog
index a8131f0..1fdd013 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.33-1.1) unstable; urgency=low
+
+  * Build libdrm_omap (closes: #667572).
+
+ -- Sebastian Reichel   Sun, 06 May 2012 00:55:13 +0200
+
 libdrm (2.4.33-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 71d057b..a841ee0 100644
--- a/debian/control
+++ b/debian/control
@@ -182,3 +182,33 @@ Description: Userspace interface to kernel DRM buffer 
management -- debugging sy
  management interfaces of the kernel DRM hardware drivers.
  .
  This package provides the debugging symbols for the libkms1 package.
+
+Package: libdrm-omap1
+Section: libs
+Architecture: armel armhf
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Userspace interface to omap-specific kernel DRM services -- 
runtime
+ This library implements the userspace interface to the omap-specific kernel
+ DRM services.  DRM stands for "Direct Rendering Manager", which is the
+ kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is
+ currently used on Linux to provide hardware-accelerated OpenGL drivers.
+
+Package: libdrm-omap1-dbg
+Section: debug
+Priority: extra
+Architecture: armel armhf
+Depends:
+ libdrm-omap1 (= ${binary:Version}),
+ ${misc:Depends},
+Multi-Arch: same
+Description: Userspace interface to omap-specific kernel DRM services -- 
debugging symbols
+ This library implements the userspace interface to the kernel DRM services.
+ DRM stands for "Direct Rendering Manager", which is the kernelspace portion
+ of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on
+ Linux to provide hardware-accelerated OpenGL drivers.
+ .
+ This package provides the debugging symbols for the libdrm-omap1 package.
diff --git a/debian/libdrm-omap1.install b/debian/libdrm-omap1.install
new file mode 100644
index 000..b775d44
--- /dev/null
+++ b/debian/libdrm-omap1.install
@@ -0,0 +1 @@
+usr/lib/*/libdrm_omap.so.1*
diff --git a/debian/libdrm-omap1.symbols b/debian/libdrm-omap1.symbols
new file mode 100644
index 000..5ad0f17
--- /dev/null
+++ b/debian/libdrm-omap1.symbols
@@ -0,0 +1,15 @@
+libdrm_omap.so.1 libdrm-omap1 #MINVER#
+ omap_bo_cpu_fini@Base 2.4.33
+ omap_bo_cpu_prep@Base 2.4.33
+ omap_bo_del@Base 2.4.33
+ omap_bo_from_name@Base 2.4.33
+ omap_bo_get_name@Base 2.4.33
+ omap_bo_handle@Base 2.4.33
+ omap_bo_map@Base 2.4.33
+ omap_bo_new@Base 2.4.33
+ omap_bo_new_tiled@Base 2.4.33
+ omap_bo_size@Base 2.4.33
+ omap_device_del@Base 2.4.33
+ omap_device_new@Base 2.4.33
+ omap_get_param@Base 2.4.33
+ omap_set_param@Base 2.4.33
diff --git a/debian/rules b/debian/rules
index 4c296ea..a4d4880 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,18 @@ else
confflags += --disable-intel
 endif
 
+# Omap is only on arm
+ifneq (,$(filter arm,$(DEB_HOST_ARCH_CPU)))
+ifneq (,$(filter linux,$(DEB_HOST_ARCH_OS)))
+   OMAP = yes
+endif
+endif
+ifeq ($(OMAP), yes)
+   confflags += --enable-omap-experimental-api
+else
+   confflags += --disable-omap-experimental-api
+endif
+
 ###
 ### Actual build
 ###
@@ -69,6 +81,9 @@ endif
 ifeq ($(RADEON), yes)
dh_strip -plibdrm-radeon1 --dbg-package=libdrm-radeon1-dbg
 endif
+ifeq ($(OMAP), yes)
+   dh_strip -plibdrm-omap1 --dbg-package=libdrm-omap1-dbg
+endif
 ifeq ($(LIBKMS), yes)
dh_strip -p libkms1 --dbg-package=libkms1-dbg
 endif
@@ -85,6 +100,9 @@ endif
 ifeq ($(RADEON), yes)
dh_makeshlibs -plibdrm-radeon1 -V'libdrm-radeon1 (>= 2.4.31)' -- -c4
 endif
+ifeq ($(OMAP), yes)
+   dh_makeshlibs -plibdrm-omap1 -V'libdrm-omap1' -- -c4
+endif
 ifeq ($(LIBKMS), yes)
dh_makeshlibs -plibkms1 -V'libkms1' -- -c4
 endif


-- 
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/e1shoc2-0005nc...@vasks.debian.org



libdrm: Changes to 'refs/tags/libdrm-2.4.33-2'

2012-06-21 Thread Julien Cristau
Tag 'libdrm-2.4.33-2' created by Julien Cristau  at 
2012-06-21 20:59 +

Tagging upload of libdrm 2.4.33-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJP44seAAoJEDEBgAUJBeQMrB0P/RygViq4SXVZmHurr+t6M0CX
QModXljruxoDD8uIuyZxg0uH/7xqVnyAPtiAngxPTVoXI4VMej6MG9BRFqiSORPS
U7AiFyofxyo0hNhMmgxXqYstNaVQTpTJorHse29GGX7ytd9rt9sOBQovAvMOTHYc
UEmGceTEp+up9IW81N/oWmoEne3IP64+NwkMluFJidO3snI3VooKwggoJAVmgApo
/Flt7Y+rCE6hnTCORH7U0SJrFLVTpWP4sKuMnlWMXVRSZ5Lbq3N1/G0HvROuVsFm
vsWW0yHCJkyHb+4FKhSyF2l3YkqqksurKcOwShqYWrs92ZckvULpKHo17rqAnzsj
oTBuM9K11jXBCf4pzSqCKdmSneZF4GaM9AM9bnEsccqVSIZK2qX3ASHoHtQ0NGvr
NZ6ZoIufxbuFYreoE6GLlm/6eDJchtx2EhHuuNHgtf+2jH5T3tqs3+hQ94LsFZVa
nGao/2rbH76dy1feq2RP0pjczNQtJ4fW7nXng9kmwx4OgIvNcV8UXtSlVw4yHTOI
JNVbM0h2VtTilQ2pt5QZdh82wyFetOzRo1H3lh5wENMFiSguvh0TLO0CtAHWIC4O
iIPhx6YffvbmROe/ST8Q0rnzNpiHSkF5TA1U7rkHPiy56JnlGrIyCYzk6oxsNrDm
Q6SfYKsHLoJbIds0nm2J
=F1T3
-END PGP SIGNATURE-

Changes since libdrm-2.4.33-1:
Julien Cristau (1):
  Upload to unstable

Sebastian Reichel (1):
  Build libdrm_omap

---
 debian/changelog|7 +++
 debian/control  |   30 ++
 debian/libdrm-omap1.install |1 +
 debian/libdrm-omap1.symbols |   15 +++
 debian/rules|   18 ++
 5 files changed, 71 insertions(+)
---


-- 
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/e1shotb-si...@vasks.debian.org



libdrm: Changes to 'debian-unstable'

2012-06-21 Thread Julien Cristau
 debian/changelog |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit ab88407d4876def2f598d3d09a422ac4bf9681c9
Author: Julien Cristau 
Date:   Thu Jun 21 22:39:40 2012 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 1fdd013..b33d740 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libdrm (2.4.33-1.1) unstable; urgency=low
+libdrm (2.4.33-2) unstable; urgency=low
 
+  [ Sebastian Reichel ]
   * Build libdrm_omap (closes: #667572).
 
- -- Sebastian Reichel   Sun, 06 May 2012 00:55:13 +0200
+ -- Julien Cristau   Thu, 21 Jun 2012 22:39:22 +0200
 
 libdrm (2.4.33-1) unstable; 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/e1shota-re...@vasks.debian.org



Processing of libdrm_2.4.33-2_amd64.changes

2012-06-21 Thread Debian FTP Masters
libdrm_2.4.33-2_amd64.changes uploaded successfully to localhost
along with the files:
  libdrm_2.4.33-2.dsc
  libdrm_2.4.33-2.diff.gz
  libdrm-dev_2.4.33-2_amd64.deb
  libdrm2_2.4.33-2_amd64.deb
  libdrm2-dbg_2.4.33-2_amd64.deb
  libdrm-intel1_2.4.33-2_amd64.deb
  libdrm-intel1-dbg_2.4.33-2_amd64.deb
  libdrm-nouveau1a_2.4.33-2_amd64.deb
  libdrm-nouveau1a-dbg_2.4.33-2_amd64.deb
  libdrm-radeon1_2.4.33-2_amd64.deb
  libdrm-radeon1-dbg_2.4.33-2_amd64.deb
  libkms1_2.4.33-2_amd64.deb
  libkms1-dbg_2.4.33-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1shoxo-00089e...@franck.debian.org



Bug#667572: marked as done (libdrm: please provide OMAP API on armel and armhf)

2012-06-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jun 2012 21:49:36 +
with message-id 
and subject line Bug#667572: fixed in libdrm 2.4.33-2
has caused the Debian Bug report #667572,
regarding libdrm: please provide OMAP API on armel and armhf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
667572: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667572
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdrm
Version: 2.4.33-1
Severity: wishlist

Hi,

newer upstream releases of xf86-video-omap [0] depend on the OMAP
API in libdrm. Please enable it by adding "--enable-omap-experimental-api"
to the dh_auto_configure statement.

[0] http://packages.qa.debian.org/x/xf86-video-omap.html

-- Sebastian


--- End Message ---
--- Begin Message ---
Source: libdrm
Source-Version: 2.4.33-2

We believe that the bug you reported is fixed in the latest version of
libdrm, which is due to be installed in the Debian FTP archive:

libdrm-dev_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-dev_2.4.33-2_amd64.deb
libdrm-intel1-dbg_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-intel1-dbg_2.4.33-2_amd64.deb
libdrm-intel1_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-intel1_2.4.33-2_amd64.deb
libdrm-nouveau1a-dbg_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-nouveau1a-dbg_2.4.33-2_amd64.deb
libdrm-nouveau1a_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-nouveau1a_2.4.33-2_amd64.deb
libdrm-radeon1-dbg_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-radeon1-dbg_2.4.33-2_amd64.deb
libdrm-radeon1_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-radeon1_2.4.33-2_amd64.deb
libdrm2-dbg_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm2-dbg_2.4.33-2_amd64.deb
libdrm2_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm2_2.4.33-2_amd64.deb
libdrm_2.4.33-2.diff.gz
  to main/libd/libdrm/libdrm_2.4.33-2.diff.gz
libdrm_2.4.33-2.dsc
  to main/libd/libdrm/libdrm_2.4.33-2.dsc
libkms1-dbg_2.4.33-2_amd64.deb
  to main/libd/libdrm/libkms1-dbg_2.4.33-2_amd64.deb
libkms1_2.4.33-2_amd64.deb
  to main/libd/libdrm/libkms1_2.4.33-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 667...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated libdrm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Jun 2012 22:39:22 +0200
Source: libdrm
Binary: libdrm-dev libdrm2 libdrm2-dbg libdrm-intel1 libdrm-intel1-dbg 
libdrm-nouveau1a libdrm-nouveau1a-dbg libdrm-radeon1 libdrm-radeon1-dbg libkms1 
libkms1-dbg libdrm-omap1 libdrm-omap1-dbg
Architecture: source amd64
Version: 2.4.33-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 libdrm-dev - Userspace interface to kernel DRM services -- development files
 libdrm-intel1 - Userspace interface to intel-specific kernel DRM services -- 
runt
 libdrm-intel1-dbg - Userspace interface to intel-specific kernel DRM services 
-- debu
 libdrm-nouveau1a - Userspace interface to nouveau-specific kernel DRM services 
-- ru
 libdrm-nouveau1a-dbg - Userspace interface to nouveau-specific kernel DRM -- 
debugging s
 libdrm-omap1 - Userspace interface to omap-specific kernel DRM services -- 
runti
 libdrm-omap1-dbg - Userspace interface to omap-specific kernel DRM services -- 
debug
 libdrm-radeon1 - Userspace interface to radeon-specific kernel DRM services -- 
run
 libdrm-radeon1-dbg - Userspace interface to radeon-specific kernel DRM 
services -- deb
 libdrm2- Userspace interface to kernel DRM services -- runtime
 libdrm2-dbg - Userspace interface to kernel DRM services -- debugging symbols
 libkms1- Userspace interface to kernel DRM buffer management
 libkms1-dbg - Userspace interface to kernel DRM buffer management -- debugging
Closes: 667572
Changes: 
 libdrm (2.4.33-2) unstable; urgency=low
 .
   [ Sebastian Reichel ]
   * Build libdrm_omap (closes: #667572).
Checksums-Sha1: 
 6bef8e0faea34275a026c6a2e5881413cba19d9c 2516 libdrm_2.4.33-2.dsc
 ef8a99ec26bd3e9f173d70da3e801f1972b9b3f8 436749 libdrm_2.4.33-2.diff.gz
 cdd7a55a14014d34495585fd07ff49dff0584411 602456 libdrm-dev_2.4.33-2_amd64.deb
 51061982aa877ce51e2442a3dcfe497682282dc4 443944 libdrm2_2.4.33-2_amd64.deb
 973f5773

libdrm: Changes to 'refs/tags/libdrm-2.4.33-3'

2012-06-21 Thread Julien Cristau
Tag 'libdrm-2.4.33-3' created by Julien Cristau  at 
2012-06-21 21:34 +

Tagging upload of libdrm 2.4.33-3 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJP45NJAAoJEDEBgAUJBeQMK9cP/iOO3X8hUrbnekdIRp2dENwH
h1kLof1aMw/M8ID0bD92qaQahwo4Cu0eSI1CNgNCuZqp+Lf/PioHXvJrI7PieCfD
YQOxLzE1vqA9w2JJlsRuMb9jV4CQchAysSiRc1mmbgY225Zx2O/8avI4OwAeHa2n
UikXb6mcvpK6aajxgssAee11yyUudEDpPDa+M6YijpGxAQ03eEJWCGYETMQ0COxo
9XQhDSn2wWaGA4Xsz7/wONFsmD4RZoey3tMiqsAoQxk7B04oXKOnuipHQKCmlWNo
Lzfo8B7ykpo4Gdal2+bfw2MifYFIwwLDtTXkn11dylSt+MyEotQAIH7S3qtZXDIk
6GtCyeReR0PsMfvEMtlze6MxRknMpxZLSqVQHE5AH//V8sTsxeXNWxX1WICRCY2V
L/90Plvuu7/19/R6BoTo9TERCyawCRLRfMUu5rLoWomdnRZwmz6z/QzBPMkm7wY9
VzYiTE9R2IXMH13d16SYfDV6hA1JddmLGHSZp981jTFZyV9mvaPvPxZU8MgiuPlI
u+ObWkSVP9kljXr8WJ/hYnDZgExMeEPfAtddIyDhaszRSfxQhKDAraJ1eWx3s42m
ImCm8UduL+2fziggVBCocq9H9flJeK1fHOeIC+FN/oTnG43CKYhUfpm//kwL6nDB
dDI4rmI35dwBicgVxau+
=Qq6e
-END PGP SIGNATURE-

Changes since libdrm-2.4.33-2:
Julien Cristau (2):
  Add missing dependency on libdrm-omap1 to libdrm-dev
  Upload to unstable

---
 debian/changelog |7 +++
 debian/control   |5 +++--
 debian/rules |2 --
 3 files changed, 10 insertions(+), 4 deletions(-)
---


-- 
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/e1shp14-00065v...@vasks.debian.org



libdrm: Changes to 'debian-unstable'

2012-06-21 Thread Julien Cristau
 debian/changelog |7 +++
 debian/control   |5 +++--
 debian/rules |2 --
 3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 6c5543b4a06cacabc1f32d24b232f53af57bd586
Author: Julien Cristau 
Date:   Thu Jun 21 23:22:25 2012 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 495814f..6408491 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libdrm (2.4.33-3) UNRELEASED; urgency=low
+libdrm (2.4.33-3) unstable; urgency=low
 
   * Add missing dependency on libdrm-omap1 to libdrm-dev (thanks, Robert
 Hooker!).  Make some arm matching a bit simpler.
 
- -- Julien Cristau   Thu, 21 Jun 2012 23:18:11 +0200
+ -- Julien Cristau   Thu, 21 Jun 2012 23:22:22 +0200
 
 libdrm (2.4.33-2) unstable; urgency=low
 

commit e9174e7feed583098844d846f5955095d8c06bec
Author: Julien Cristau 
Date:   Thu Jun 21 23:21:58 2012 +0200

Add missing dependency on libdrm-omap1 to libdrm-dev

Thanks, Robert Hooker, for noticing.
Also make some arm matching a bit simpler, arm means linux so no need to
check both.

diff --git a/debian/changelog b/debian/changelog
index b33d740..495814f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdrm (2.4.33-3) UNRELEASED; urgency=low
+
+  * Add missing dependency on libdrm-omap1 to libdrm-dev (thanks, Robert
+Hooker!).  Make some arm matching a bit simpler.
+
+ -- Julien Cristau   Thu, 21 Jun 2012 23:18:11 +0200
+
 libdrm (2.4.33-2) unstable; urgency=low
 
   [ Sebastian Reichel ]
diff --git a/debian/control b/debian/control
index a841ee0..5b5d9f6 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Depends:
  libdrm-intel1 (= ${binary:Version}) [amd64 i386 kfreebsd-amd64 kfreebsd-i386],
  libdrm-radeon1 (= ${binary:Version}) [linux-any],
  libdrm-nouveau1a (= ${binary:Version}) [linux-any],
+ libdrm-omap1 (= ${binary:Version}) [any-arm],
  libkms1 (= ${binary:Version}) [linux-any],
  ${misc:Depends},
 Replaces:
@@ -185,7 +186,7 @@ Description: Userspace interface to kernel DRM buffer 
management -- debugging sy
 
 Package: libdrm-omap1
 Section: libs
-Architecture: armel armhf
+Architecture: any-arm
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
@@ -200,7 +201,7 @@ Description: Userspace interface to omap-specific kernel 
DRM services -- runtime
 Package: libdrm-omap1-dbg
 Section: debug
 Priority: extra
-Architecture: armel armhf
+Architecture: any-arm
 Depends:
  libdrm-omap1 (= ${binary:Version}),
  ${misc:Depends},
diff --git a/debian/rules b/debian/rules
index a4d4880..44926b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,10 +43,8 @@ endif
 
 # Omap is only on arm
 ifneq (,$(filter arm,$(DEB_HOST_ARCH_CPU)))
-ifneq (,$(filter linux,$(DEB_HOST_ARCH_OS)))
OMAP = yes
 endif
-endif
 ifeq ($(OMAP), yes)
confflags += --enable-omap-experimental-api
 else


-- 
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/e1shp14-000653...@vasks.debian.org



Processing of libdrm_2.4.33-3_amd64.changes

2012-06-21 Thread Debian FTP Masters
libdrm_2.4.33-3_amd64.changes uploaded successfully to localhost
along with the files:
  libdrm_2.4.33-3.dsc
  libdrm_2.4.33-3.diff.gz
  libdrm-dev_2.4.33-3_amd64.deb
  libdrm2_2.4.33-3_amd64.deb
  libdrm2-dbg_2.4.33-3_amd64.deb
  libdrm-intel1_2.4.33-3_amd64.deb
  libdrm-intel1-dbg_2.4.33-3_amd64.deb
  libdrm-nouveau1a_2.4.33-3_amd64.deb
  libdrm-nouveau1a-dbg_2.4.33-3_amd64.deb
  libdrm-radeon1_2.4.33-3_amd64.deb
  libdrm-radeon1-dbg_2.4.33-3_amd64.deb
  libkms1_2.4.33-3_amd64.deb
  libkms1-dbg_2.4.33-3_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1shp5q-0006tc...@franck.debian.org



libdrm_2.4.33-2_amd64.changes ACCEPTED into unstable

2012-06-21 Thread Debian FTP Masters



Accepted:
libdrm-dev_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-dev_2.4.33-2_amd64.deb
libdrm-intel1-dbg_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-intel1-dbg_2.4.33-2_amd64.deb
libdrm-intel1_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-intel1_2.4.33-2_amd64.deb
libdrm-nouveau1a-dbg_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-nouveau1a-dbg_2.4.33-2_amd64.deb
libdrm-nouveau1a_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-nouveau1a_2.4.33-2_amd64.deb
libdrm-radeon1-dbg_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-radeon1-dbg_2.4.33-2_amd64.deb
libdrm-radeon1_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm-radeon1_2.4.33-2_amd64.deb
libdrm2-dbg_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm2-dbg_2.4.33-2_amd64.deb
libdrm2_2.4.33-2_amd64.deb
  to main/libd/libdrm/libdrm2_2.4.33-2_amd64.deb
libdrm_2.4.33-2.diff.gz
  to main/libd/libdrm/libdrm_2.4.33-2.diff.gz
libdrm_2.4.33-2.dsc
  to main/libd/libdrm/libdrm_2.4.33-2.dsc
libkms1-dbg_2.4.33-2_amd64.deb
  to main/libd/libdrm/libkms1-dbg_2.4.33-2_amd64.deb
libkms1_2.4.33-2_amd64.deb
  to main/libd/libdrm/libkms1_2.4.33-2_amd64.deb


Changes:
libdrm (2.4.33-2) unstable; urgency=low
 .
  [ Sebastian Reichel ]
  * Build libdrm_omap (closes: #667572).


Override entries for your package:
libdrm-dev_2.4.33-2_amd64.deb - optional libdevel
libdrm-intel1-dbg_2.4.33-2_amd64.deb - extra debug
libdrm-intel1_2.4.33-2_amd64.deb - optional libs
libdrm-nouveau1a-dbg_2.4.33-2_amd64.deb - extra debug
libdrm-nouveau1a_2.4.33-2_amd64.deb - optional libs
libdrm-radeon1-dbg_2.4.33-2_amd64.deb - extra debug
libdrm-radeon1_2.4.33-2_amd64.deb - optional libs
libdrm2-dbg_2.4.33-2_amd64.deb - extra debug
libdrm2_2.4.33-2_amd64.deb - optional libs
libdrm_2.4.33-2.dsc - source libs
libkms1-dbg_2.4.33-2_amd64.deb - extra debug
libkms1_2.4.33-2_amd64.deb - optional libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 667572 


Thank you for your contribution to Debian.


-- 
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/e1shpfw-0007te...@franck.debian.org



Bug#678458: RM: x11proto-xf86misc -- ROM; obsolete

2012-06-21 Thread Julien Cristau
Package: ftp.debian.org
Severity: normal

Hi,

support for the XFree86-Misc X11 extension was removed from the X.org
implementation in xorg-server 1.6 (pre-squeeze).  The client side
library (libxxf86misc) was removed from unstable in March 2010, so is
not in squeeze either.  Let's now remove the protocol headers.  (Plus,
it's the only package left in sid that has me as a (co-)maintainer.)

Cheers,
Julien


signature.asc
Description: Digital signature


mesa: Changes to 'ubuntu'

2012-06-21 Thread Bryce Harrington
 debian/changelog|8 
 debian/control  |   22 ++
 debian/libg3dvl-mesa.install.in |4 
 debian/not-installed|5 -
 debian/rules|5 -
 5 files changed, 42 insertions(+), 2 deletions(-)

New commits:
commit 04d0857389f40992c7cfc6115c077c0a78f8a9b7
Author: Bryce Harrington 
Date:   Thu Jun 21 15:35:03 2012 -0700

Add gallium vdpau and xvmc driver support

diff --git a/debian/changelog b/debian/changelog
index ba9be3d..77afb74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mesa (8.0.2-0ubuntu4) UNRELEASED; urgency=low
+
+  * Add g3dvl.diff from Debian bug 656719: Enables gallium vdpau and xvmc
+driver support on at least Radeon r300+ and r600+.
+(LP: #1002224)
+
+ -- Timo   Mon, 21 May 2012 12:46:40 +0300
+
 mesa (8.0.3-0ubuntu1) quantal; urgency=low
 
   * New upstream stable release.
diff --git a/debian/control b/debian/control
index 9f2e4c7..45b2549 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,8 @@ Build-Depends:
  bison,
  llvm-3.0-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386],
  libwayland-dev (>= 0.85.0) [linux-any],
+ libvdpau-dev (>= 0.4.1) [linux-any],
+ libxvmc-dev (>= 1.0.6) [linux-any],
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/mesa
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/mesa.git
 Homepage: http://mesa3d.sourceforge.net/
@@ -791,4 +793,24 @@ Description: Mesa OpenGL utility library -- development 
files
  For a complete description of GLU, please look at the libglu1-mesa
  package.
 
+Package: libg3dvl-mesa
+Section: libs
+Architecture: linux-any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Description: xvmc and vdpau Gallium3D video acceleration drivers
+
+Package: libg3dvl-mesa-dbg
+Section: debug
+Priority: extra
+Architecture: linux-any
+Depends:
+ libg3dvl-mesa (= ${binary:Version}),
+ ${misc:Depends},
+Description: xvmc and vdpau Gallium3D video acceleration drivers
+ .
+ This package contains the debugging symbols for the g3dvl libraries.
+
+
 # vim: tw=0
diff --git a/debian/libg3dvl-mesa.install.in b/debian/libg3dvl-mesa.install.in
new file mode 100644
index 000..e013276
--- /dev/null
+++ b/debian/libg3dvl-mesa.install.in
@@ -0,0 +1,4 @@
+build/dri/${DEB_HOST_MULTIARCH}/gallium/libvdpau_* usr/lib/vdpau
+build/dri/${DEB_HOST_MULTIARCH}/gallium/libXvMC* usr/lib/dri
+build/dri/${DEB_HOST_MULTIARCH}/gallium/XvMCConfig usr/lib
+build/dri/${DEB_HOST_MULTIARCH}/gallium/XvMCConfig etc
diff --git a/debian/not-installed b/debian/not-installed
index 869f017..b20640a 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -18,7 +18,10 @@ NOT_INSTALLED := \
usr/include/GL/glx_mangle.h \
usr/include/GL/vms_x_fix.h \
usr/include/GL/wglext.h \
-   usr/include/GL/wmesa.h
+   usr/include/GL/wmesa.h \
+   dri/usr/lib/*/libXvMC* \
+   dri/usr/*/libXvMC* \
+   dri/usr/lib/*/vdpau/
 
 # Same for linux, kfreebsd, and hurd on i386:
 NOT_INSTALLED_kfreebsd-i386 = $(NOT_INSTALLED_i386)
diff --git a/debian/rules b/debian/rules
index f0326a3..692c42d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -115,6 +115,7 @@ confflags-dri = \
--enable-shared-dricore \
--enable-shared-glapi \
--enable-texture-float \
+   --enable-gallium-g3dvl \
--enable-xa \
$(confflags_DIRECT_RENDERING) \
$(confflags_EGL) \
@@ -210,6 +211,8 @@ $(STAMP_DIR)/stamp:
 $(QUILT_STAMPFN): $(STAMP_DIR)/stamp
 
 build: build-stamp
+   # XvMCConfig configuration file:
+   ln -s /etc/X11/XvMCConfig 
build/dri/$(DEB_HOST_MULTIARCH)/gallium/XvMCConfig
 
 build-stamp: $(BUILD_STAMPS)
# Build pot file for pkgstriptranslations
@@ -303,7 +306,7 @@ binary-arch: install
 
# Also get rid of other files which aren't installed. Do not
# use -f to ensure we notice disappearing files:
-   set -e; for file in $(NOT_INSTALLED); do rm debian/tmp/$$file; done
+   set -e; for file in $(NOT_INSTALLED); do rm -r debian/tmp/$$file; done
# Files only in git, not in tarballs, OK to use rm -f here:
set -e; for file in $(NOT_INSTALLED_EITHER); do rm -f 
debian/tmp/$$file; done
# No need for this .so, libglapi is just a convenience library:


-- 
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/e1shpyv-0004ak...@vasks.debian.org



libdrm_2.4.33-3_amd64.changes ACCEPTED into unstable

2012-06-21 Thread Debian FTP Masters



Accepted:
libdrm-dev_2.4.33-3_amd64.deb
  to main/libd/libdrm/libdrm-dev_2.4.33-3_amd64.deb
libdrm-intel1-dbg_2.4.33-3_amd64.deb
  to main/libd/libdrm/libdrm-intel1-dbg_2.4.33-3_amd64.deb
libdrm-intel1_2.4.33-3_amd64.deb
  to main/libd/libdrm/libdrm-intel1_2.4.33-3_amd64.deb
libdrm-nouveau1a-dbg_2.4.33-3_amd64.deb
  to main/libd/libdrm/libdrm-nouveau1a-dbg_2.4.33-3_amd64.deb
libdrm-nouveau1a_2.4.33-3_amd64.deb
  to main/libd/libdrm/libdrm-nouveau1a_2.4.33-3_amd64.deb
libdrm-radeon1-dbg_2.4.33-3_amd64.deb
  to main/libd/libdrm/libdrm-radeon1-dbg_2.4.33-3_amd64.deb
libdrm-radeon1_2.4.33-3_amd64.deb
  to main/libd/libdrm/libdrm-radeon1_2.4.33-3_amd64.deb
libdrm2-dbg_2.4.33-3_amd64.deb
  to main/libd/libdrm/libdrm2-dbg_2.4.33-3_amd64.deb
libdrm2_2.4.33-3_amd64.deb
  to main/libd/libdrm/libdrm2_2.4.33-3_amd64.deb
libdrm_2.4.33-3.diff.gz
  to main/libd/libdrm/libdrm_2.4.33-3.diff.gz
libdrm_2.4.33-3.dsc
  to main/libd/libdrm/libdrm_2.4.33-3.dsc
libkms1-dbg_2.4.33-3_amd64.deb
  to main/libd/libdrm/libkms1-dbg_2.4.33-3_amd64.deb
libkms1_2.4.33-3_amd64.deb
  to main/libd/libdrm/libkms1_2.4.33-3_amd64.deb


Changes:
libdrm (2.4.33-3) unstable; urgency=low
 .
  * Add missing dependency on libdrm-omap1 to libdrm-dev (thanks, Robert
Hooker!).  Make some arm matching a bit simpler.


Override entries for your package:
libdrm-dev_2.4.33-3_amd64.deb - optional libdevel
libdrm-intel1-dbg_2.4.33-3_amd64.deb - extra debug
libdrm-intel1_2.4.33-3_amd64.deb - optional libs
libdrm-nouveau1a-dbg_2.4.33-3_amd64.deb - extra debug
libdrm-nouveau1a_2.4.33-3_amd64.deb - optional libs
libdrm-radeon1-dbg_2.4.33-3_amd64.deb - extra debug
libdrm-radeon1_2.4.33-3_amd64.deb - optional libs
libdrm2-dbg_2.4.33-3_amd64.deb - extra debug
libdrm2_2.4.33-3_amd64.deb - optional libs
libdrm_2.4.33-3.dsc - source libs
libkms1-dbg_2.4.33-3_amd64.deb - extra debug
libkms1_2.4.33-3_amd64.deb - optional libs

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
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/e1shq1k-0003wn...@franck.debian.org



Bug#636135:

2012-06-21 Thread zi

Hi,

I can't confirm a regression here. I dist-upgraded today to
xserver-xorg-video-radeon 1:6.14.4-4
and kdm login/logout/login works as expected.






--
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/20120622005034.4oxe6byw2s4s4...@webmail.bluemonk.de



Bug#651741: gnome-power-manager: display backlight brightness has no effect on Sony Vaio VPCYA1V9E

2012-06-21 Thread littlebat
It seems adding only one kernel parameter "acpi_backlight=vendor" also
works on my G360 now. But, both methods of adding kernel parameters will
stop work occasionly.

The detail of my case see:
Bug 44809 - [Arrandale backlight] Brightness via RANDR has no effect on
Sony VAIO VPCYA1V9E: https://bugs.freedesktop.org/show_bug.cgi?id=44809

2012/6/12 littlebat 

> Added "acpi_backlight=vendor acpi_osi=linux video.brightness_switch_enabled=1"
> into grub boot kernel parameters, "Fn + Up/Down" to change brigtness works on
> my G360. It's no need to write a Udev rules like my previous method.
>
>