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

(-)kipi-plugins-0.1.7.ebuild.old (-5 / +4 lines)
Lines 42-47 Link Here
42
	hu is it ja lt ms mt nb nds nl nn pa pl pt pt_BR
42
	hu is it ja lt ms mt nb nds nl nn pa pl pt pt_BR
43
	ru rw sk sr sr@Latn sv ta th tr uk zh_CN"
43
	ru rw sk sr sr@Latn sv ta th tr uk zh_CN"
44
44
45
# Set default for the -S option for images2mpeg to work correctly, bug #208133
46
PATCHES=( "${FILESDIR}/${PN}-default_chroma_opt.patch" 
47
	"${FILESDIR}/${PN}-libgpod-0.7.patch" )
48
45
for X in ${LANGS} ; do
49
for X in ${LANGS} ; do
46
	IUSE="${IUSE} linguas_${X}"
50
	IUSE="${IUSE} linguas_${X}"
47
done
51
done
Lines 52-62 Link Here
52
	# remove configure script to trigger its rebuild during kde_src_compile
56
	# remove configure script to trigger its rebuild during kde_src_compile
53
	rm -f "${S}"/configure
57
	rm -f "${S}"/configure
54
58
55
	# Set default for the -S option for images2mpeg to work correctly, bug #208133
56
	epatch \
57
		"${FILESDIR}/${PN}-default_chroma_opt.patch" \
58
		"${FILESDIR}/${PN}-libgpod-0.7.patch"
59
60
	cd "${WORKDIR}/${P}/po"
59
	cd "${WORKDIR}/${P}/po"
61
	for X in ${LANGS} ; do
60
	for X in ${LANGS} ; do
62
		use linguas_${X} || rm -f "${X}."*
61
		use linguas_${X} || rm -f "${X}."*

Return to bug 319905