wok-6.x rev 22032
Up xorg-xf86-video-mach64 (6.9.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 20 19:27:27 2019 +0200 (2019-10-20) |
parents | 742eacc7f0b9 |
children | 5bed8f66a3af |
files | linld/stuff/linld.txt xorg-xf86-video-mach64/receipt |
line diff
1.1 --- a/linld/stuff/linld.txt Sun Oct 20 17:49:57 2019 +0100 1.2 +++ b/linld/stuff/linld.txt Sun Oct 20 19:27:27 2019 +0200 1.3 @@ -44,6 +44,7 @@ 1.4 SliTaz patches 1.5 -------------- 1.6 New command line arguments: 1.7 +-64 boot a 64 bits CPU only. 1.8 -f force. Do not ask memory manager for allocation 1.9 -b base lower buffer address, default 1088k 1.10 root number root filesystem device 1.11 @@ -54,3 +55,5 @@ 1.12 1.13 The -f and -b are useful skip XMM (max 64M ?) and VCPI (max 32M ?) limits: 1.14 > linld -f -b 64m initrd=rootfs4.gz,rootfs3.gz,rootfs2.gz,rootfs1.gz "cl=video=-32" 1.15 + 1.16 +Image/zImage support.
2.1 --- a/xorg-xf86-video-mach64/receipt Sun Oct 20 17:49:57 2019 +0100 2.2 +++ b/xorg-xf86-video-mach64/receipt Sun Oct 20 19:27:27 2019 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-xf86-video-mach64" 2.7 -VERSION="6.9.4" 2.8 +VERSION="6.9.6" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xorg driver for ATI MACH 64 cards." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -10,6 +10,7 @@ 2.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.14 WEB_SITE="https://www.x.org/" 2.15 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 2.16 +#https://gitlab.freedesktop.org/xorg/driver/xf86-video-mach64 2.17 TAGS="xorg display" 2.18 2.19 DEPENDS="xorg-server" 2.20 @@ -20,7 +21,6 @@ 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 - cd $src 2.25 ./configure \ 2.26 --prefix=/usr \ 2.27 --sysconfdir=/etc \ 2.28 @@ -39,4 +39,3 @@ 2.29 cp -a $install/usr/lib/X11/modules/drivers/*.so \ 2.30 $fs/usr/lib/X11/modules/drivers/ 2.31 } 2.32 -