[Lunar-commits] r24459 - moonbase/trunk/xorg7/xorg-server
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu May 17 14:17:32 CEST 2007
Author: zbiggy
Date: 2007-05-17 14:17:32 +0200 (Thu, 17 May 2007)
New Revision: 24459
Modified:
moonbase/trunk/xorg7/xorg-server/BUILD
moonbase/trunk/xorg7/xorg-server/DETAILS
Log:
Florin's xorg-server 1.3 module update come back.
Some additional Lunar compatibility fixes and cleanups.
Attention Nvidia Geforce users, XvMC/xxmc is broken.
This means there is no MPEG-2 hw decoding since xorg 1.3.
Do not update or wait for another Nvidia driver release if you need MPEG-2 decoding in hardware.
I'm investigating XvMC problem but it looks all traces lead to Nvidia binary blob so nothing can be done.
Modified: moonbase/trunk/xorg7/xorg-server/BUILD
===================================================================
--- moonbase/trunk/xorg7/xorg-server/BUILD 2007-05-17 11:39:20 UTC (rev 24458)
+++ moonbase/trunk/xorg7/xorg-server/BUILD 2007-05-17 12:17:32 UTC (rev 24459)
@@ -2,10 +2,12 @@
. /etc/profile.d/x11r7.rc &&
- patch_it $SOURCE3 1 &&
+ if [ -h /usr/share/X11/xkb/compiled ]; then
+ rm -f /usr/share/X11/xkb/compiled
+ fi &&
if [[ "$USE_NVIDIA" = "y" ]]; then
- OPTS="$OPTS --disable-glx --disable-glx-tlx";
+ OPTS="$OPTS --disable-glx --disable-glx-tlx"
fi &&
OPTS+=" --enable-composite --enable-aiglx \
Modified: moonbase/trunk/xorg7/xorg-server/DETAILS
===================================================================
--- moonbase/trunk/xorg7/xorg-server/DETAILS 2007-05-17 11:39:20 UTC (rev 24458)
+++ moonbase/trunk/xorg7/xorg-server/DETAILS 2007-05-17 12:17:32 UTC (rev 24459)
@@ -1,22 +1,20 @@
MODULE=xorg-server
- VERSION=X11R7.2-1.2.0
+ VERSION=1.3.0.0
MESA_VERSION=6.5.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=MesaLib-${MESA_VERSION}.tar.bz2
- SOURCE3=xorg-xserver-1.2.0-xcmisc.diff
- SOURCE_URL=$XORG_URL/X11R7.2/src/xserver
+ SOURCE_URL=$XORG_URL/individual/xserver
SOURCE2_URL=$SFORGE_URL/mesa3d
- SOURCE3_URL=$XORG_URL/X11R7.2/patches
- SOURCE_VFY=sha1:3c4e8ae90fafdddb4ec6e640b693c2beb295d106
+ SOURCE_VFY=sha1:6f9645fe70da5b6a121f3e8fa6c2fc1e4307390c
SOURCE2_VFY=sha1:ba860bb6ee57c02202342dfd5927464a068ea18f
- SOURCE3_VFY=sha1:3557cbe23be6912106ed7220d95301311fb93a26
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060120
- UPDATED=20070406
+ UPDATED=20070426
SHORT="The X.Org X11R7 server for the X Window System"
cat << EOF
The XOrg foundation's open sourced public implemetation of X11 (the XOrg
Server) is the offical reference implementation of the X Window System.
EOF
+
More information about the Lunar-commits
mailing list