Author: pebender
Date: Mon Oct 13 12:51:51 2008
New Revision: 3837
Added:
trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/files/xf86-video-radeonhd-1.2.3-pkg_config.patch
trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/files/xf86-video-radeonhd-1.2.3-pkg_config.patch
Removed:
trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/files/xf86-video-radeonhd-f1c6cc865d8d0703478c3eedea2e706e911f9965-pkg_config.patch
trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/files/xf86-video-radeonhd-f1c6cc865d8d0703478c3eedea2e706e911f9965-pkg_config.patch
Modified:
trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/Makefile
trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/checksums
trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/Makefile
trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/checksums
Log:
- Updated packages
xorg-7.3/xf86-video-radeonhd
xorg-7.4/xf86-video-radeonhd
Modified: trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/Makefile
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/Makefile
(original)
+++ trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/Makefile Mon Oct
13 12:51:51 2008
@@ -1,8 +1,8 @@
GARNAME = xf86-video-radeonhd
-GARVERSION_TYPE = git
+GARVERSION_TYPE =
GARVERSION = $(strip $(if $(filter git,$(GARVERSION_TYPE)) , \
f1c6cc865d8d0703478c3eedea2e706e911f9965 , \
- 1.2.1 ))
+ 1.2.3 ))
CATEGORIES = $(CATEGORY)
MASTER_SITES = $(strip $(if $(filter git,$(GARVERSION_TYPE)) , \
git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd/ , \
@@ -40,6 +40,7 @@
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
--cache-file=config.cache \
--enable-exa \
+ --enable-dri \
--enable-atombios \
--enable-atombios-parser \
--with-gnu-ld
@@ -52,7 +53,7 @@
@$(call FETCH_GIT, $*, $(GARVERSION), $(DISTNAME))
@$(MAKECOOKIE)
-checksum-$(DISTNAME).tar.bz2:
+x-checksum-$(DISTNAME).tar.bz2:
@$(MAKECOOKIE)
pre-configure:
Modified: trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/checksums
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/checksums
(original)
+++ trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/checksums Mon
Oct 13 12:51:51 2008
@@ -1 +1,2 @@
-13da2006b1d2c1485e7d5fc44bd02815
download/xf86-video-radeonhd-f1c6cc865d8d0703478c3eedea2e706e911f9965-pkg_config.patch
+5463c6a1f77861947a1f56b349a42094
download/xf86-video-radeonhd-1.2.3.tar.bz2
+86b8dda6f485add8d0701c2a44472ba1
download/xf86-video-radeonhd-1.2.3-pkg_config.patch
Added:
trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/files/xf86-video-radeonhd-1.2.3-pkg_config.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/xorg-7.3/xf86-video-radeonhd/files/xf86-video-radeonhd-1.2.3-pkg_config.patch
Mon Oct 13 12:51:51 2008
@@ -0,0 +1,13 @@
+diff -Naur xf86-video-radeonhd-1.2.3-old/configure.ac
xf86-video-radeonhd-1.2.3-new/configure.ac
+--- xf86-video-radeonhd-1.2.3-old/configure.ac 2008-10-13
11:09:20.000000000 -0700
++++ xf86-video-radeonhd-1.2.3-new/configure.ac 2008-10-13
12:39:27.000000000 -0700
+@@ -60,7 +60,8 @@
+ # @@@@ need to check for the right server version once RandR 1.2 is in.
+ # @@@ do we really need fontsproto here?
+ PKG_CHECK_MODULES(XORG, [xorg-server 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)"
+
+ # Header files checks.
+ AC_HEADER_STDC
Modified: trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/Makefile
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/Makefile
(original)
+++ trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/Makefile Mon Oct
13 12:51:51 2008
@@ -1,8 +1,8 @@
GARNAME = xf86-video-radeonhd
-GARVERSION_TYPE = git
+GARVERSION_TYPE =
GARVERSION = $(strip $(if $(filter git,$(GARVERSION_TYPE)) , \
f1c6cc865d8d0703478c3eedea2e706e911f9965 , \
- 1.2.1 ))
+ 1.2.3 ))
CATEGORIES = $(CATEGORY)
MASTER_SITES = $(strip $(if $(filter git,$(GARVERSION_TYPE)) , \
git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd/ , \
@@ -40,6 +40,7 @@
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
--cache-file=config.cache \
--enable-exa \
+ --enable-dri \
--enable-atombios \
--enable-atombios-parser \
--with-gnu-ld
@@ -52,7 +53,7 @@
@$(call FETCH_GIT, $*, $(GARVERSION), $(DISTNAME))
@$(MAKECOOKIE)
-checksum-$(DISTNAME).tar.bz2:
+x-checksum-$(DISTNAME).tar.bz2:
@$(MAKECOOKIE)
pre-configure:
Modified: trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/checksums
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/checksums
(original)
+++ trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/checksums Mon
Oct 13 12:51:51 2008
@@ -1 +1,2 @@
-13da2006b1d2c1485e7d5fc44bd02815
download/xf86-video-radeonhd-f1c6cc865d8d0703478c3eedea2e706e911f9965-pkg_config.patch
+5463c6a1f77861947a1f56b349a42094
download/xf86-video-radeonhd-1.2.3.tar.bz2
+86b8dda6f485add8d0701c2a44472ba1
download/xf86-video-radeonhd-1.2.3-pkg_config.patch
Added:
trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/files/xf86-video-radeonhd-1.2.3-pkg_config.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/xorg-7.4/xf86-video-radeonhd/files/xf86-video-radeonhd-1.2.3-pkg_config.patch
Mon Oct 13 12:51:51 2008
@@ -0,0 +1,13 @@
+diff -Naur xf86-video-radeonhd-1.2.3-old/configure.ac
xf86-video-radeonhd-1.2.3-new/configure.ac
+--- xf86-video-radeonhd-1.2.3-old/configure.ac 2008-10-13
11:09:20.000000000 -0700
++++ xf86-video-radeonhd-1.2.3-new/configure.ac 2008-10-13
12:39:27.000000000 -0700
+@@ -60,7 +60,8 @@
+ # @@@@ need to check for the right server version once RandR 1.2 is in.
+ # @@@ do we really need fontsproto here?
+ PKG_CHECK_MODULES(XORG, [xorg-server 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)"
+
+ # Header files checks.
+ AC_HEADER_STDC
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---