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

(-)xorg-x11-6.7.0-r1.ebuild.orig (+21 lines)
Lines 76-81 Link Here
76
#MGADRV_VER="1_3_0beta"
76
#MGADRV_VER="1_3_0beta"
77
#VIADRV_VER="0.1"
77
#VIADRV_VER="0.1"
78
XFSFT_ENC_VER="0.1"
78
XFSFT_ENC_VER="0.1"
79
UNICHROME_VER="r20"
80
LIBVIAXvMC_VER="0.9.3"
79
81
80
S="${WORKDIR}/xc"
82
S="${WORKDIR}/xc"
81
83
Lines 113-118 Link Here
113
	doc? (
115
	doc? (
114
		http://freedesktop.org/~xorg/X11R${PV}/src//X11R${PV}-src6.tar.gz
116
		http://freedesktop.org/~xorg/X11R${PV}/src//X11R${PV}-src6.tar.gz
115
		http://freedesktop.org/~xorg/X11R${PV}/src//X11R${PV}-src7.tar.gz
117
		http://freedesktop.org/~xorg/X11R${PV}/src//X11R${PV}-src7.tar.gz
118
	)
119
	unichrome? (
120
		mirror://sourceforge/unichrome/unichrome-X-${UNICHROME_VER}.tar.gz
121
		mirror://sourceforge/unichrome/XFree86-4.4-libviaXvMC-${LIBVIAXvMC_VER}-patch.bz2
116
	)"
122
	)"
117
# SRC_URI="${SRC_URI}
123
# SRC_URI="${SRC_URI}
118
# 	${XLIBS}"
124
# 	${XLIBS}"
Lines 684-689 Link Here
684
		done
690
		done
685
	fi
691
	fi
686
692
693
	# Use unichrome via drivers http://unichrome.sourceforge.net/
694
	if use unichrome
695
	then
696
		ebegin "Applying Unichrome via patches"
697
			cd ${S}/programs/Xserver/hw/xfree86/drivers
698
			unpack unichrome-X-${UNICHROME_VER}.tar.gz || die "unpacking unichrome patches failed."
699
			rm -rf via
700
			ln -s unichrome-X-${UNICHROME_VER} via
701
		eend 0
702
		ebegin "Applying libviaXvMC patch"
703
			cd ${S}
704
			epatch ${DISTDIR}/XFree86-4.4-libviaXvMC-${LIBVIAXvMC_VER}-patch.bz2 || die "libviaXvMC patch failed"
705
		eend 0
706
	fi
707
687
}
708
}
688
709
689
src_compile() {
710
src_compile() {

Return to bug 54079