Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 93710
Collapse All | Expand All

(-)file_not_specified_in_diff (-34 / +1 lines)
Lines 48-51 Link Here
48
# IUSE="gatos" enabled to allow for newly fixed patches for tv_out (23 May 2005)
49
# by Rune Petersen gatos-devel@lists.sourceforge.net (original work by Federico Ulivi)
50
# patches available at http://megahurts.dk/rune/tv_output.html 
51
#
Line 54 Link Here
54
	truetype-fonts type1-fonts uclibc xprint xv gatos"
50
	truetype-fonts type1-fonts uclibc xprint xv"
55
--
Lines 71-73 Link Here
71
# Patches for  GATOS tvout from Rune Petersen
72
GATOS="http://megahurts.dk/rune/stuff/xorg_CVS-20050420-tv_output.patch.gz"
73
Line 84 Link Here
84
	gatos? ${GATOS}
Lines 177-178 Link Here
177
	do_gatos
178
	
Lines 480-481 Link Here
480
481
Lines 487-492 Link Here
487
	if use gatos; then
488
		ebegin "Unpacking GATOS patch"
489
		unpack xorg_CVS-20050420-tv_output.patch.gz > /dev/null
490
		eend 0
491
	fi
492
Line 521 Link Here
521
Lines 525-537 Link Here
525
do_gatos() {
526
	# Patching for GATOS 
527
	if use gatos; then
528
		cd ${WORKDIR}/xc/programs/Xserver/hw/xfree86/drivers/ati
529
		ebegin "patching for GATOS"
530
		epatch  ${WORKDIR}/xorg_CVS-20050420-tv_output.patch > /dev/null
531
		eend 0
532
	fi
533
	
534
	cd ${S}
535
}
536
537

Return to bug 93710