diff options
author | Brice Goglin <bgoglin@debian.org> | 2007-12-03 21:25:58 +0100 |
---|---|---|
committer | Brice Goglin <bgoglin@debian.org> | 2007-12-03 21:25:58 +0100 |
commit | e04a087f5bacad2661ee9c7583a4561cb9a2dcfc (patch) | |
tree | dfa876a62d4b01ef44e89c75fcf98f1b94e81de7 | |
parent | 411bbbc1b93db8f8435071ef67008db4775e2af3 (diff) | |
download | xf86-video-ati-frc-e04a087f5bacad2661ee9c7583a4561cb9a2dcfc.tar.gz xf86-video-ati-frc-e04a087f5bacad2661ee9c7583a4561cb9a2dcfc.tar.bz2 |
New upstream snapshot
-rw-r--r-- | aclocal.m4 | 2 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/patches/01_gen_pci_ids.diff | 12 | ||||
-rw-r--r-- | ltmain.sh | 2 | ||||
-rw-r--r-- | src/Makefile.in | 13 |
6 files changed, 26 insertions, 13 deletions
@@ -18,7 +18,7 @@ you should regenerate the build system entirely.], [63])]) # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -# serial 51 Debian 1.5.24-1 AC_PROG_LIBTOOL +# serial 51 Debian 1.5.24-2 AC_PROG_LIBTOOL # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) @@ -21053,7 +21053,7 @@ _ACEOF fi -if test "x$DRI" = xauto; then +if test "$DRI" != no; then as_ac_File=`echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh` { echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5 echo $ECHO_N "checking for ${sdkdir}/dri.h... $ECHO_C" >&6; } diff --git a/debian/changelog b/debian/changelog index 75623d0..cd2a104 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xserver-xorg-video-ati (1:6.7.196-2) UNRELEASED; urgency=low + + * New upstream snapshot, containing commits up to 5022d006. + + Fix the washed out color, closes: #440174. + + Update 01_gen_pci_ids.diff to use the new ati_pciids_gen.h. + + -- Brice Goglin <bgoglin@debian.org> Mon, 03 Dec 2007 21:22:13 +0100 + xserver-xorg-video-ati (1:6.7.196-1) experimental; urgency=low * New upstream release candidate. diff --git a/debian/patches/01_gen_pci_ids.diff b/debian/patches/01_gen_pci_ids.diff index 0bd0d92..f2e5606 100644 --- a/debian/patches/01_gen_pci_ids.diff +++ b/debian/patches/01_gen_pci_ids.diff @@ -6,13 +6,13 @@ Index: xserver-xorg-video-ati/src/Makefile.am =================================================================== --- xserver-xorg-video-ati.orig/src/Makefile.am 2007-10-06 02:44:47.000000000 +0200 +++ xserver-xorg-video-ati/src/Makefile.am 2007-10-06 02:48:34.000000000 +0200 -@@ -192,3 +192,9 @@ - theatre_reg.h \ - atipciids.h \ - atipcirename.h +@@ -197,3 +197,9 @@ + radeon_pci_chipset_gen.h \ + pcidb/ati_pciids.csv \ + pcidb/parse_pci_ids.pl + +pcidatadir = $(datadir)/xserver-xorg/pci +pcidata_DATA = ati.ids + -+ati.ids: atipciids.h -+ awk '/^#define.*PCI_CHIP/ {print $$3}' ${srcdir}/atipciids.h | sed -e 's/0x/1002/' > ati.ids ++ati.ids: ati_pciids_gen.h ++ awk '/^#define.*PCI_CHIP/ {print $$3}' ${srcdir}/ati_pciids_gen.h | sed -e 's/0x/1002/' > ati.ids @@ -43,7 +43,7 @@ EXIT_FAILURE=1 PROGRAM=ltmain.sh PACKAGE=libtool -VERSION="1.5.24 Debian 1.5.24-1" +VERSION="1.5.24 Debian 1.5.24-2" TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)" # Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE). diff --git a/src/Makefile.in b/src/Makefile.in index a68ef76..8470c74 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -470,7 +470,6 @@ EXTRA_DIST = \ r128_reg.h \ r128_sarea.h \ r128_version.h \ - radeon_chipset.h \ radeon_common.h \ radeon_commonfuncs.c \ radeon_dri.h \ @@ -490,7 +489,13 @@ EXTRA_DIST = \ theatre.h \ theatre_reg.h \ atipciids.h \ - atipcirename.h + atipcirename.h \ + ati_pciids_gen.h \ + radeon_chipinfo_gen.h \ + radeon_chipset_gen.h \ + radeon_pci_chipset_gen.h \ + pcidb/ati_pciids.csv \ + pcidb/parse_pci_ids.pl pcidatadir = $(datadir)/xserver-xorg/pci pcidata_DATA = ati.ids @@ -1081,8 +1086,8 @@ uninstall-am: uninstall-ati_drv_laLTLIBRARIES \ uninstall-theatre_drv_laLTLIBRARIES -ati.ids: atipciids.h - awk '/^#define.*PCI_CHIP/ {print $$3}' ${srcdir}/atipciids.h | sed -e 's/0x/1002/' > ati.ids +ati.ids: ati_pciids_gen.h + awk '/^#define.*PCI_CHIP/ {print $$3}' ${srcdir}/ati_pciids_gen.h | sed -e 's/0x/1002/' > ati.ids # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |