[ANNOUNCE] xf86-video-vmware 11.0.3

2010-11-09 Thread thellstrom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This is a bugfix release that addresses a number of bugs as well as
build failures on Servers 1.0 through 1.9

Gaetan Nadon (1):
  vmwarectrl: rework standalone package as a subdir of driver

Jesse Adkins (1):
  Purge cvs tags.

Thomas Hellstrom (10):
  Only set the first xinerama output as primary.
  Make the driver build and run without libdrm.
  vmware: Handle chain-loader failures gracefully.
  vmwlegacy: Always scale screen dimensions to the initial DPI on 
modeswitch.
  vmware/vmwlegacy: Silence compilation errors and -warnings.
  vmwlegacy: A number of Xv fixes
  vmwlegacy: Fix a segfault in vmwareCursorCloseScreen.
  Make sure we build on 1.4.99.
  Make the modinfo string contain an optional subpatch number
  Bump package version to 11.0.3 for release

git tag: xf86-video-vmware-11.0.3

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-vmware-11.0.3.tar.bz2
MD5:  579bee487309b1bdc8329bf627d43413  xf86-video-vmware-11.0.3.tar.bz2
SHA1: 8aa23618a3dfa91f88094a4d1dc45c878f386f69  xf86-video-vmware-11.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-vmware-11.0.3.tar.gz
MD5:  de38da1070b8eced33c2749af17da30c  xf86-video-vmware-11.0.3.tar.gz
SHA1: 5972aa17c57e718b56907482b81f4dd89767ee19  xf86-video-vmware-11.0.3.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkzZVNAACgkQwfXTzfUXZYDw+QCfQgV2y9HOuQxCORyrkRBtxTZ6
J2QAoLZGmssEcAciVNTZrcec9LW8AX96
=Y8UL
-END PGP SIGNATURE-
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xf86-video-vmware 11.0.3

2010-11-09 Thread thellstrom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This is a bugfix release that addresses a number of bugs as well as
build failures on Servers 1.0 through 1.9

Gaetan Nadon (1):
  vmwarectrl: rework standalone package as a subdir of driver

Jesse Adkins (1):
  Purge cvs tags.

Thomas Hellstrom (10):
  Only set the first xinerama output as primary.
  Make the driver build and run without libdrm.
  vmware: Handle chain-loader failures gracefully.
  vmwlegacy: Always scale screen dimensions to the initial DPI on 
modeswitch.
  vmware/vmwlegacy: Silence compilation errors and -warnings.
  vmwlegacy: A number of Xv fixes
  vmwlegacy: Fix a segfault in vmwareCursorCloseScreen.
  Make sure we build on 1.4.99.
  Make the modinfo string contain an optional subpatch number
  Bump package version to 11.0.3 for release

git tag: xf86-video-vmware-11.0.3

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-vmware-11.0.3.tar.bz2
MD5:  579bee487309b1bdc8329bf627d43413  xf86-video-vmware-11.0.3.tar.bz2
SHA1: 8aa23618a3dfa91f88094a4d1dc45c878f386f69  xf86-video-vmware-11.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-vmware-11.0.3.tar.gz
MD5:  de38da1070b8eced33c2749af17da30c  xf86-video-vmware-11.0.3.tar.gz
SHA1: 5972aa17c57e718b56907482b81f4dd89767ee19  xf86-video-vmware-11.0.3.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkzZVNAACgkQwfXTzfUXZYDw+QCfQgV2y9HOuQxCORyrkRBtxTZ6
J2QAoLZGmssEcAciVNTZrcec9LW8AX96
=Y8UL
-END PGP SIGNATURE-
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: [ANNOUNCE] xf86-video-glide 1.1.0

2010-11-09 Thread Gaetan Nadon
On Tue, 2010-11-09 at 04:20 +0100, Guillem Jover wrote:

   build: Use LT_INIT instead of deprecated AC_PROG_LIBTOOL and
 AC_DISABLE_STATIC
 

LT_INIT requires libtool v2 whereby xorg lowest common denominator is
v1.5. I suspect that in real life almost everyone uses v2. If I
understand correctly, when configured with v2, libtool copies a handful
of v2 macros in the m4 directory (only if available). This allows a
system with v1.5 to use the v2 macros.

I am considering upgrading all of xorg to libtool v2 (only formalizing
the current situation). I am interested in the feedback you may get from
builders on that matter.

Consider adding:

AC_CONFIG_MACRO_DIR([m4])

But do not add in the makefile:

ACLOCAL_AMFLAGS = -I m4

unless you have a macro in m4 subdir that is stored in git.



signature.asc
Description: This is a digitally signed message part
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: [ANNOUNCE] xf86-video-glide 1.1.0

2010-11-09 Thread Matthieu Herrb
On Tue, Nov 09, 2010 at 08:05:21AM -0500, Gaetan Nadon wrote:
 On Tue, 2010-11-09 at 04:20 +0100, Guillem Jover wrote:
 
build: Use LT_INIT instead of deprecated AC_PROG_LIBTOOL and
  AC_DISABLE_STATIC
  
 
 LT_INIT requires libtool v2 whereby xorg lowest common denominator is
 v1.5. I suspect that in real life almost everyone uses v2. If I
 understand correctly, when configured with v2, libtool copies a handful
 of v2 macros in the m4 directory (only if available). This allows a
 system with v1.5 to use the v2 macros.
 
 I am considering upgrading all of xorg to libtool v2 (only formalizing
 the current situation). I am interested in the feedback you may get from
 builders on that matter.

For now OpenBSD is still using libtool 1.5. 

The OpenBSD port people have come up with a replacement for libtool,
but for now they don't have the 'libtoolize' and macros support ready,
so the ability of running autoreconf with GNU libtool 1.5 is still
needed, at least for a few more months (lets say until Xorg 7.7)

PS: for xf86-video-glide it doesn't matter, since this driver is Linux
specific. 
-- 
Matthieu Herrb
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com