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

Collapse All | Expand All

(-)media-video/vlc/vlc-0.9.0_alpha20071009.ebuild.orig (-6 / +4 lines)
Lines 161-172 Link Here
161
}
161
}
162
162
163
pkg_setup() {
163
pkg_setup() {
164
	if has_version '<media-video/vlc-0.8.8'; then
165
		eerror "Upgrading from <0.9 vlc series will give you a broken player"
166
		eerror "Please unmerge it first"
167
		eerror "And have a look at https://bugs.gentoo.org/show_bug.cgi?id=157746"
168
		die "Please unmerge older vlc versions"
169
	fi
170
	if use wxwindows || use skins; then
164
	if use wxwindows || use skins; then
171
		WX_GTK_VER="2.6"
165
		WX_GTK_VER="2.6"
172
		need-wxwidgets unicode || die "You need to install wxGTK with unicode support."
166
		need-wxwidgets unicode || die "You need to install wxGTK with unicode support."
Lines 182-187 Link Here
182
	unpack ${A}
176
	unpack ${A}
183
	cd "${S}"
177
	cd "${S}"
184
178
179
	epatch ${FILESDIR}/vlc-0.9.0-svn-libtool-fixes.patch
180
	einfo "Regenerating module Makefiles..."
181
	"${S}"/modules/genmf $(sed -ne 's,modules/\(.*\)/Makefile,\1,p' "${S}/configure.ac") || die
182
185
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
183
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
186
	AT_M4DIR="m4" eautoreconf
184
	AT_M4DIR="m4" eautoreconf
187
}
185
}

Return to bug 157746