Changeset 1735

Show
Ignore:
Timestamp:
10/18/06 10:11:19 (2 years ago)
Author:
alexander
Message:

Upgraded to Xorg-7.1

Location:
branches/6.2
Files:
28 added
8 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/Makefile

    r1734 r1735  
    241241        ch-gnutls ch-curl ch-zip ch-unzip ch-lynx ch-libxml2 ch-expat \ 
    242242        ch-subversion ch-lfs-bootscripts ch-livecd-bootscripts ch-docbook-xml ch-libxslt \ 
    243         ch-docbook-xsl ch-html_tidy ch-LFS-BOOK ch-libpng ch-freetype \ 
    244         ch-fontconfig ch-Xorg-modular ch-synaptics ch-inputattach \ 
     243        ch-docbook-xsl ch-html_tidy ch-LFS-BOOK ch-libpng \ 
     244        ch-freetype ch-fontconfig \ 
     245        ch-Xorg-base ch-Xorg-util ch-Xorg-proto ch-Xorg-lib ch-libdrm ch-Mesa \ 
     246        ch-xbitmaps ch-Xorg-app ch-xcursor-themes ch-xorg-server \ 
     247        ch-Xorg-font ch-Xorg-driver ch-XML-Parser ch-xkeyboard-config \ 
     248        ch-synaptics ch-inputattach \ 
    245249        ch-freefont ch-fonts-dejavu ch-fonts-kochi ch-fonts-firefly ch-fonts-baekmuk \ 
    246250        ch-libjpeg ch-libtiff ch-openssh ch-glib2 ch-giflib ch-imlib ch-imlib2 \ 
     
    248252        ch-pango ch-atk ch-gtk2 ch-cvs ch-popt ch-samba ch-libIDL ch-seamonkey \ 
    249253        ch-librsvg ch-startup-notification chroot-gvim ch-xfce ch-vte ch-exo \ 
    250         ch-XML-Parser ch-Terminal ch-mousepad ch-irssi ch-gaim \ 
     254        ch-Terminal ch-mousepad ch-irssi ch-gaim \ 
    251255        ch-xchat ch-wireless_tools ch-tcpwrappers ch-portmap ch-nfs-utils \ 
    252256        ch-traceroute ch-rsync ch-jhalfs ch-sudo ch-bc \ 
  • branches/6.2/packages/ddccontrol/Makefile

    r1732 r1735  
    2626        sed -i 's|sys/io.h|asm/io.h|' src/ddcpci/intel810.c 
    2727endif 
    28         ./configure --prefix=/usr --disable-gnome-applet 
     28        LIBS="-lz" ./configure --prefix=/usr --disable-gnome-applet 
    2929        make $(PM) 
    3030        make install 
  • branches/6.2/packages/libpng/Makefile

    r1733 r1735  
    2424        make 
    2525        make install 
     26        # Stray symlink because we disable static libraries 
     27        rm -f /usr/lib/libpng.a 
    2628        install -v -m755 -d /usr/share/doc/$(DIR) 
    2729        install -v -m644 README libpng.txt /usr/share/doc/$(DIR) 
  • branches/6.2/packages/proprietary-drivers/Makefile

    r1653 r1735  
    55 
    66# NVIDIA legacy driver 
    7 FILE1= NVIDIA-Linux-x86-1.0-7182-pkg0.run 
    8 URL-$(FILE1)= http://download.nvidia.com/XFree86/Linux-x86/1.0-7182/$(FILE1) 
    9 SHA-$(FILE1)= 263244a24eab5334c77afbcda3534dba67fa0e51 
     7FILE1= NVIDIA-Linux-x86-1.0-7184-pkg0.run 
     8URL-$(FILE1)= http://download.nvidia.com/XFree86/Linux-x86/1.0-7184/$(FILE1) 
     9SHA-$(FILE1)= ba3cfc1734c179cee628fba89ce557dfc0e78e31 
    1010 
    1111# Current NVIDIA driver 
    12 FILE2= NVIDIA-Linux-x86-1.0-8762-pkg0.run 
    13 URL-$(FILE2)= http://download.nvidia.com/XFree86/Linux-x86/1.0-8762/$(FILE2) 
    14 SHA-$(FILE2)= d186a4b31177dad951dcb0f0c15adad06d800962 
     12FILE2= NVIDIA-Linux-x86-1.0-9626-pkg0.run 
     13URL-$(FILE2)= http://download.nvidia.com/XFree86/Linux-x86/1.0-9626/$(FILE2) 
     14SHA-$(FILE2)= a50e04f2db7a382e60b98330d69b406e8328e436 
    1515 
    1616# ATI FGLRX driver 
    17 FILE3= ati-driver-installer-8.26.18-x86.run 
     17FILE3= ati-driver-installer-8.29.6.run 
    1818URL-$(FILE3)= http://www2.ati.com/drivers/linux/$(FILE3) 
    19 SHA-$(FILE3)= 5c84a8d3526accccb0154c9d701948629f7ae45d 
     19SHA-$(FILE3)= db53f411fa076bc927023f2636171b474aa360f0 
    2020 
    2121# Targets 
  • branches/6.2/packages/vbetool/Makefile

    r1732 r1735  
    2222 
    2323compile-stage2: 
    24         ./configure --prefix=/usr 
     24        LIBS="-lz" ./configure --prefix=/usr 
    2525        make 
    2626        make install 
  • branches/6.2/vars/vars.ppc

    r1728 r1735  
    1 export VERSION := ppc-6.2-3 
     1export VERSION := ppc-6.2-4 
    22export CFLAGS := -Os -s -fno-strict-aliasing 
    33export LINKER := ld.so.1 
  • branches/6.2/vars/vars.sparc

    r1728 r1735  
    1 export VERSION := sparc-6.2-3 
     1export VERSION := sparc-6.2-4 
    22export CFLAGS := -Os -s -fno-strict-aliasing 
    33export LFS_TARGET := sparc-unknown-linux-gnu 
  • branches/6.2/vars/vars.x86

    r1728 r1735  
    1 export VERSION := x86-6.2-3 
     1export VERSION := x86-6.2-4 
    22export CFLAGS := -Os -s -fno-strict-aliasing -mtune=i686 
    33export LINKER := ld-linux.so.2