Revision: 5454 Author: pebender Date: Thu Sep 10 18:43:10 2009 Log: - Updated package xorg-7.4/xf86-video-ati.
http://code.google.com/p/minimyth/source/detail?r=5454 Added: /trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/files/xf86-video-ati-6.12.4-pkg_config.patch Deleted: /trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/files/xf86-video-ati-6.12.3-pkg_config.patch Modified: /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.4-pkg_config.patch Thu Sep 10 18:43:10 2009 @@ -0,0 +1,21 @@ +diff -Naur xf86-video-ati-6.12.4-old/configure.ac xf86-video-ati-6.12.4-new/configure.ac +--- xf86-video-ati-6.12.4-old/configure.ac 2009-09-10 16:31:45.000000000 -0700 ++++ xf86-video-ati-6.12.4-new/configure.ac 2009-09-10 18:39:04.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" +@@ -80,7 +81,8 @@ + HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]), + HAVE_XEXTPROTO_71="no") + AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ]) +-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.3-pkg_config.patch Thu Sep 10 08:13:00 2009 +++ /dev/null @@ -1,21 +0,0 @@ -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/Makefile Thu Sep 10 08:13:00 2009 +++ /trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/Makefile Thu Sep 10 18:43:10 2009 @@ -2,7 +2,7 @@ GARVERSION_TYPE = GARVERSION = $(strip $(if $(filter git,$(GARVERSION_TYPE)) , \ 00ac9d2f8d58725d0d3e6b1bf7f728d9ae7e6109 , \ - 6.12.3 )) + 6.12.4 )) 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 Thu Sep 10 08:13:00 2009 +++ /trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/checksums Thu Sep 10 18:43:10 2009 @@ -1,2 +1,2 @@ -d3b181098799b93de41588d231cae189 download/xf86-video-ati-6.12.3.tar.bz2 -0c4e9f53cbef89cb69a4a406875e9582 download/xf86-video-ati-6.12.3-pkg_config.patch +e662348f6f957fcedf52818d668ab9f5 download/xf86-video-ati-6.12.4.tar.bz2 +3369a4c74429e7470a42ac1b35e0a732 download/xf86-video-ati-6.12.4-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 -~----------~----~----~----~------~----~------~--~---
