Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 283608 | Differences between
and this patch

Collapse All | Expand All

(-)xbmc-9.04.ebuild (-5 / +23 lines)
Lines 17-26 Link Here
17
	inherit subversion
17
	inherit subversion
18
	KEYWORDS=""
18
	KEYWORDS=""
19
else
19
else
20
	MY_P="XBMC_${PV}_Babylon-linux-osx-win32"
20
	if [[ ${PV} == "9.04.1" ]] ; then
21
	SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
21
		MY_P="${PV}_Babylon-linux-osx-win32"
22
	KEYWORDS="~amd64 ~x86"
22
		SRC_URI="mirror://sourceforge/${PN}/${MY_P}-repack.tar.gz"
23
	S=${WORKDIR}/${MY_P}
23
		S=${WORKDIR}/${MY_P}/XBMC		
24
	else
25
		MY_P="XBMC_${PV}_Babylon-linux-osx-win32"	
26
		SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
27
		S=${WORKDIR}/${MY_P}	
28
	
29
	fi
30
	KEYWORDS="~amd64"
24
fi
31
fi
25
32
26
DESCRIPTION="XBMC is a free and open source media-player and entertainment hub"
33
DESCRIPTION="XBMC is a free and open source media-player and entertainment hub"
Lines 81-87 Link Here
81
	fi
88
	fi
82
	cd "${S}"
89
	cd "${S}"
83
90
84
	epatch "${FILESDIR}"/${P}-gcc.patch
91
	epatch "${FILESDIR}"/${PN}-9.04-gcc.patch
92
93
	#workaround xbmc crashes on amd64 after hitting <i>- or <o>-Button
94
	#see http://xbmc.org/trac/ticket/6145
95
	epatch "${FILESDIR}"/${PN}-9.04-threadingamd64.patch
96
97
	#some configure scripts aren't executable in 9.04.1
98
	if [[ ${PV} == "9.04.1" ]] ; then
99
		find . -name configure -type f | xargs chmod +x 
100
101
		find . -name configure2 -type f | xargs chmod +x 
102
	fi
85
103
86
	# Avoid help2man
104
	# Avoid help2man
87
	sed -i \
105
	sed -i \

Return to bug 283608