Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5114e002286b57bcaa2118b96e93be671a890803
commit 5114e002286b57bcaa2118b96e93be671a890803 Author: James Buren <[email protected]> Date: Mon Dec 31 08:32:28 2012 -0600 xf86-video-mach64-6.9.4-1-x86_64 * version bump * drop old patch diff --git a/source/x11/xf86-video-mach64/5eb7fec958bc6ba8a1a2b0be4916cac818866e1c.patch b/source/x11/xf86-video-mach64/5eb7fec958bc6ba8a1a2b0be4916cac818866e1c.patch deleted file mode 100644 index 0d2b291..0000000 --- a/source/x11/xf86-video-mach64/5eb7fec958bc6ba8a1a2b0be4916cac818866e1c.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 5eb7fec958bc6ba8a1a2b0be4916cac818866e1c Mon Sep 17 00:00:00 2001 -From: Dave Airlie <[email protected]> -Date: Wed, 18 Jul 2012 08:46:49 +0000 -Subject: mach64: fix build on 32-bit. - -tvout code only builds on 32-bit, fix build. - -Signed-off-by: Dave Airlie <[email protected]> ---- -diff --git a/src/atiscreen.c b/src/atiscreen.c -index 2957877..b1fbd3c 100644 ---- a/src/atiscreen.c -+++ b/src/atiscreen.c -@@ -580,7 +580,7 @@ ATIScreenInit(SCREEN_INIT_ARGS_DECL) - #ifdef TV_OUT - /* Fix-up TV out after ImpacTV probe */ - if (pATI->OptionTvOut && pATI->Chip < ATI_CHIP_264GTPRO) -- ATISwitchMode(0, pScreenInfo->currentMode, 0); -+ ATISwitchMode(SWITCH_MODE_ARGS(pScreenInfo, pScreenInfo->currentMode)); - #endif /* TV_OUT */ - - #ifdef XF86DRI_DEVEL --- -cgit v0.9.0.2-2-gbebe diff --git a/source/x11/xf86-video-mach64/FrugalBuild b/source/x11/xf86-video-mach64/FrugalBuild index 4bf90c3..8848180 100644 --- a/source/x11/xf86-video-mach64/FrugalBuild +++ b/source/x11/xf86-video-mach64/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil <[email protected]> pkgname=xf86-video-mach64 -pkgver=6.9.3 +pkgver=6.9.4 pkgrel=1 pkgdesc="X.Org video driver for mach64 cards" url="http://xorg.freedesktop.org" @@ -10,8 +10,6 @@ groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') depends=('xorg-server>=1.13.0') Finclude xorg -source=(${source[@]} 5eb7fec958bc6ba8a1a2b0be4916cac818866e1c.patch) -sha1sums=('04a121dfb4e77218219739ef7729ed647004ae27' \ - 'c0b934c513c27f3792fa382273c2b32a0114fedf') +sha1sums=('59ef55e9962d6ff2d9f4583d95fdffc37cbcde86') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
