Revision: 5449
Author: pebender
Date: Thu Sep 10 08:13:00 2009
Log: - Updated package xorg-7.4/xf86-video-ati.


http://code.google.com/p/minimyth/source/detail?r=5449

Added:
   
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/files/xf86-video-ati-6.12.3-pkg_config.patch
Deleted:
   
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/files/xf86-video-ati-6.12.2-pkg_config.patch
Modified:
  /trunk/gar-minimyth/html/minimyth/document-changelog.txt
  /trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/Makefile
  /trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/checksums

=======================================
--- /dev/null
+++  
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/files/xf86-video-ati-6.12.3-pkg_config.patch
  
Thu Sep 10 08:13:00 2009
@@ -0,0 +1,21 @@
+diff -Naur xf86-video-ati-6.12.3-old/configure.ac  
xf86-video-ati-6.12.3-new/configure.ac
+--- xf86-video-ati-6.12.3-old/configure.ac     2009-09-09 20:00:26.000000000  
-0700
++++ xf86-video-ati-6.12.3-new/configure.ac     2009-09-10 05:36:25.000000000  
-0700
+@@ -38,6 +38,7 @@
+ AC_DISABLE_STATIC
+ AC_PROG_LIBTOOL
+ AC_PROG_CC
++PKG_PROG_PKG_CONFIG
+
+ if test "x$GCC" = "xyes"; then
+       CPPFLAGS="$CPPFLAGS -Wall"
+@@ -76,7 +77,8 @@
+
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XORG, [xorg-server >= 1.2 xproto fontsproto  
$REQUIRED_MODULES])
+-sdkdir=$(pkg-config --variable=sdkdir xorg-server)
++m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
++sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir  
xorg-server)"
+
+ # Checks for libraries.
+
=======================================
---  
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/files/xf86-video-ati-6.12.2-pkg_config.patch
  
Wed Apr  8 15:36:35 2009
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur xf86-video-ati-6.12.2-old/configure.ac  
xf86-video-ati-6.12.2-new/configure.ac
---- xf86-video-ati-6.12.2-old/configure.ac     2009-04-08 07:29:53.000000000  
-0700
-+++ xf86-video-ati-6.12.2-new/configure.ac     2009-04-08 15:19:36.000000000  
-0700
-@@ -38,6 +38,7 @@
- AC_DISABLE_STATIC
- AC_PROG_LIBTOOL
- AC_PROG_CC
-+PKG_PROG_PKG_CONFIG
-
- if test "x$GCC" = "xyes"; then
-       CPPFLAGS="$CPPFLAGS -Wall"
-@@ -76,7 +77,8 @@
-
- # Checks for pkg-config packages
- PKG_CHECK_MODULES(XORG, [xorg-server >= 1.2 xproto fontsproto  
$REQUIRED_MODULES])
--sdkdir=$(pkg-config --variable=sdkdir xorg-server)
-+m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
-+sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir  
xorg-server)"
-
- # Checks for libraries.
-
=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Thu Sep 10  
08:12:24 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Thu Sep 10  
08:13:00 2009
@@ -133,6 +133,7 @@
      Updated xorg-7.4/xf86bigfontproto.
      Updated xorg-7.4/xf86driproto.
      Updated xorg-7.4/xf86-input-evdev.
+    Updated xorg-7.4/xf86-video-ati.
      Updated xorg-7.4/xf86-video-intel.
      Updated xorg-7.4/xf86-video-vmware.
      Updated xorg-7.4/xrandr.
=======================================
--- /trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/Makefile Sat Apr 25  
18:15:28 2009
+++ /trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/Makefile Thu Sep 10  
08:13:00 2009
@@ -2,7 +2,7 @@
  GARVERSION_TYPE =
  GARVERSION = $(strip $(if $(filter git,$(GARVERSION_TYPE)) , \
        00ac9d2f8d58725d0d3e6b1bf7f728d9ae7e6109 , \
-       6.12.2 ))
+       6.12.3 ))
  CATEGORIES = $(CATEGORY)
  MASTER_SITES = $(strip $(if $(filter git,$(GARVERSION_TYPE)) , \
        git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati/ , \
=======================================
--- /trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/checksums        Wed Apr 
 8  
15:36:35 2009
+++ /trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/checksums        Thu Sep 
10  
08:13:00 2009
@@ -1,2 +1,2 @@
-2bf50461378771497501ca7f678d36f3  download/xf86-video-ati-6.12.2.tar.bz2
-f8284b55142bc17fdd753777f99d66c7   
download/xf86-video-ati-6.12.2-pkg_config.patch
+d3b181098799b93de41588d231cae189  download/xf86-video-ati-6.12.3.tar.bz2
+0c4e9f53cbef89cb69a4a406875e9582   
download/xf86-video-ati-6.12.3-pkg_config.patch

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to