New branch 'autobuild-unstable' available with the following commits: commit 56f2d27b57343b1c5325e86665c21efc1ff18a82 Author: Cyril Brulebois <k...@debian.org> Date: Sun Oct 17 12:59:54 2010 +0200
Add build-dep on libx11-dev and libxext-dev, needed for vmwarectrl (because it's unconditionally needed). commit 1f0563d60a71758c04c81319b9f48dc7f80c1993 Author: Cyril Brulebois <k...@debian.org> Date: Sun Oct 17 04:37:47 2010 +0200 No longer require libdrm-dev on hurd-i386, since upstream now supports building and running without libdrm. commit 305e21f70e8edba26563ac9fee1863aa8f6fba15 Author: Cyril Brulebois <k...@debian.org> Date: Sun Oct 17 04:35:03 2010 +0200 Update changelogs. commit 1d3cc56ee9d2a099858ed7d979c2595d9a380dbd Merge: a631938 30ac6ea Author: Cyril Brulebois <k...@debian.org> Date: Sun Oct 17 04:32:46 2010 +0200 Merge remote branch 'upstream/master' commit a631938abda53e79a06bf3df50bfcc2c01066495 Author: Cyril Brulebois <k...@debian.org> Date: Sun Oct 17 04:26:20 2010 +0200 Bump xutils-dev build-dep for util-macros 1.8. commit b5f75c4e1c32c3815e10944078a3c2bb303a95ed Author: Cyril Brulebois <k...@debian.org> Date: Sun Oct 17 04:23:35 2010 +0200 Update debian/copyright. commit bed17e789fac6218fb50fdd993387d7cb77b85e7 Author: Cyril Brulebois <k...@debian.org> Date: Sun Oct 17 04:20:50 2010 +0200 Update changelogs. commit 32fceed4f47b1ec53be7d427975bdb5c4ef60146 Merge: e639e9f 456b74e Author: Cyril Brulebois <k...@debian.org> Date: Sun Oct 17 04:19:33 2010 +0200 Merge commit 'xf86-video-vmware-11.0.2' commit 30ac6eaf64aa4831025555b72b65843686a35094 Author: Jesse Adkins <jesserayadk...@gmail.com> Date: Tue Sep 28 13:29:52 2010 -0700 Purge cvs tags. Signed-off-by: Jesse Adkins <jesserayadk...@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> commit 083a663bbb186bfb854eda3b9f33d7fc24252ec5 Author: Thomas Hellstrom <thellst...@vmware.com> Date: Thu Sep 16 10:08:12 2010 +0200 Make the modinfo string contain an optional subpatch number The idea is that the build system assigns this number if needed. As an example it might be the commit number since the last version tag. Signed-off-by: Thomas Hellstrom <thellst...@vmware.com> commit 5a2206c328caaed95daf91aff9220d3a51b492bd Author: Thomas Hellstrom <thellst...@vmware.com> Date: Thu Sep 16 09:58:07 2010 +0200 Make sure we build on 1.4.99. Signed-off-by: Thomas Hellstrom <thellst...@vmware.com> commit da0f931b90833c7f706ace24b0c9dff2672f1e97 Author: Thomas Hellstrom <thellst...@vmware.com> Date: Wed Sep 8 09:57:35 2010 +0200 vmwlegacy: Fix a segfault in vmwareCursorCloseScreen. The segfault occured because the named function was using resources that were already taken down, because VMWARECloseScreen was called very late in the CloseScreen callchain. Make sure we wrap the CloseScreen pointers late in ScreenInit to avoid this. Signed-off-by: Thomas Hellstrom <thellst...@vmware.com> commit 03dca39afa06da04472d56ec4888f010186c6a13 Author: Thomas Hellstrom <thellst...@vmware.com> Date: Tue Sep 7 21:55:28 2010 +0200 vmwlegacy: A number of Xv fixes Properly init and uninit the port private clipboxes on setup and end. Clear the port private clipboxes on video stop, to force re-painting of the colorkey when the stream is resumed. Make sure the colorkey is painted *before* the overlay is flushed. Some host implementations seem picky about this. Signed-off-by: Thomas Hellstrom <thellst...@vmware.com> commit dfb062e024dfd20789ee8d43c7f94640faa5ea9f Author: Thomas Hellstrom <thellst...@vmware.com> Date: Tue Sep 7 12:17:46 2010 +0200 vmware/vmwlegacy: Silence compilation errors and -warnings. Silence warnings and errors on various server versions due to incorrect usage of libc functions. Signed-off-by: Thomas Hellstrom <thellst...@vmware.com> commit 12e4577c020c6905d09459d833fd1c5313f1647b Author: Thomas Hellstrom <thellst...@vmware.com> Date: Fri Sep 3 11:19:01 2010 +0200 vmwlegacy: Always scale screen dimensions to the initial DPI on modeswitch. When we switch mode we usually alter the size in a constant DPI environment rather than keeping the size constant and alter the DPI. Signed-off-by: Thomas Hellstrom <thellst...@vmware.com> commit 81a0a1a37e703296d109022bb76a1291e84064fd Author: Thomas Hellstrom <thellst...@vmware.com> Date: Wed Sep 1 07:58:18 2010 +0200 vmware: Handle chain-loader failures gracefully. If the vmwlegacy driver wasn't present when expected, that would leave the X server in a confused state. Thus report loading errors properly back to the X server. Signed-off-by: Thomas Hellstrom <thellst...@vmware.com> commit 2a72ea7a1b1519451350e0741d145f513124a208 Author: Gaetan Nadon <mems...@videotron.ca> Date: Wed Aug 18 10:57:02 2010 -0400 vmwarectrl: rework standalone package as a subdir of driver vmwarectrl is a unit test client tool for developers. By default, it is not built unless --enable-vmwarectrl-client is used. Acked-by: Thomas Hellstrom <thellst...@vmware.com> Signed-off-by: Gaetan Nadon <mems...@videotron.ca> commit f51ca2cb756dcd541a27f0326496f0aadab3f214 Author: Thomas Hellstrom <thellst...@vmware.com> Date: Wed Aug 18 11:34:49 2010 +0200 Make the driver build and run without libdrm. Signed-off-by: Thomas Hellstrom <thellst...@vmware.com> commit 2e6eca3e7bb19ea69db2cc367c9704c7d657db79 Author: Thomas Hellstrom <thellst...@vmware.com> Date: Thu Aug 12 17:43:59 2010 +0200 Only set the first xinerama output as primary. Signed-off-by: Thomas Hellstrom <thellst...@vmware.com> commit 456b74e8778ab0c44e8a70aa45f447ff5c562be3 Author: Adam Jackson <a...@redhat.com> Date: Tue Aug 10 11:02:05 2010 -0400 xf86-video-vmware 11.0.2 Signed-off-by: Adam Jackson <a...@redhat.com> commit c29d24b2ca598011b84387006f03a9360910707f Author: Gaetan Nadon <mems...@videotron.ca> Date: Fri Jul 23 21:02:33 2010 -0400 config: add AM_PROG_CC_C_O for per-target compilation flags The use of per-target compilation flags with C sources requires that the macro AM_PROG_CC_C_O be called from configure.ac If the C compiler does not accept the -c and -o options simultaneously, define NO_MINUS_C_MINUS_O. This macro actually tests both the compiler found by AC_PROG_CC, and, if different, the first cc in the path. The test fails if one fails. This macro was created for GNU Make to choose the default C compilation rule. Signed-off-by: Gaetan Nadon <mems...@videotron.ca> commit dfbef04f1ff9430a01ca0ca682be32a8606e9e13 Author: Gaetan Nadon <mems...@videotron.ca> Date: Wed Jul 21 16:49:04 2010 -0400 config: add comments for main statements commit 0dbd97fe7d411549aa343c25dab9c70087532727 Author: Gaetan Nadon <mems...@videotron.ca> Date: Wed Jul 21 16:07:00 2010 -0400 config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Signed-off-by: Gaetan Nadon <mems...@videotron.ca> commit dfaa0b6391ebc32f4e81d8add053eabea44d0881 Author: Gaetan Nadon <mems...@videotron.ca> Date: Wed Jul 21 14:37:42 2010 -0400 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING Signed-off-by: Gaetan Nadon <mems...@videotron.ca> commit dd0bb4ac5730331070eac2c39880718eeff3760b Author: Gaetan Nadon <mems...@videotron.ca> Date: Wed Jul 21 14:05:23 2010 -0400 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS Signed-off-by: Gaetan Nadon <mems...@videotron.ca> commit f07d572611ba072c5952fea526e7178202d36685 Author: Gaetan Nadon <mems...@videotron.ca> Date: Wed Jul 21 09:27:42 2010 -0400 config: complete AC_INIT m4 quoting Signed-off-by: Gaetan Nadon <mems...@videotron.ca> commit 79956ca804b4ca6227f878cf794edafefa00d25a Author: Gaetan Nadon <mems...@videotron.ca> Date: Tue Jul 20 21:44:58 2010 -0400 config: remove unrequired AC_SUBST([XORG_CFLAGS]) This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <mems...@videotron.ca> commit cee7a37a38f83cd5300a19f17493e43eb532e619 Author: Gaetan Nadon <mems...@videotron.ca> Date: Tue Jul 20 20:24:42 2010 -0400 config: remove unrequired AC_HEADER_STDC Autoconf says: "This macro is obsolescent, as current systems have conforming header files. New programs need not use this macro". Signed-off-by: Gaetan Nadon <mems...@videotron.ca> commit 8adb672ac3f754d02e377745c16f64151b50522a Author: Gaetan Nadon <mems...@videotron.ca> Date: Tue Jul 20 19:41:31 2010 -0400 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc. Signed-off-by: Gaetan Nadon <mems...@videotron.ca> commit d867b84e425cdf66542eebaabd8adb95b8121960 Author: Gaetan Nadon <mems...@videotron.ca> Date: Tue Jul 20 18:45:19 2010 -0400 config: update AC_PREREQ statement to 2.60 Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <mems...@videotron.ca> commit 190a6b7e032e37e33dda42482038b8fd1fd9d8af Author: Gaetan Nadon <mems...@videotron.ca> Date: Tue Jul 20 16:15:30 2010 -0400 config: upgrade to util-macros 1.8 for additional man page support Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. commit e647511e4b9b924b0617171c56b3bb485674b3ff Author: Julien Cristau <jcris...@debian.org> Date: Tue Jul 13 11:57:15 2010 +0100 Don't crash the server on Xorg -configure commit 0bd99bb142093c0072147ec3bb665864b4cadef5 Author: Fernando Carrijo <fcarr...@yahoo.com.br> Date: Thu Jul 1 07:18:11 2010 -0300 Purge macros NEED_EVENTS and NEED_REPLIES Signed-off-by: Fernando Carrijo <fcarr...@yahoo.com.br> Acked-by: Tiago Vignatti <tiago.vigna...@nokia.com> Reviewed-by: Alan Coopersmith <alan.coopersm...@oracle.com> commit f307f77a34f3a6777f74458819f6a3519c2c3f2b Author: Gaetan Nadon <mems...@videotron.ca> Date: Sun Jun 13 13:10:55 2010 -0400 COPYING: replace stub file with actual Copyright notices. Signed-off-by: Gaetan Nadon <mems...@videotron.ca> commit 423d8a069a2d86068a8f22926a73bc965670315d Author: Michel Dänzer <daen...@vmware.com> Date: Mon Mar 29 10:19:04 2010 +0200 Fix some issues pointed out by compiler warnings. * vmware_chain_module() doesn't return any values. * Remove an unused local variable. -- 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/e1p7sby-0006pw...@alioth.debian.org