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

Collapse All | Expand All

(-)/usr/local/portage/net-www/gnash/gnash-0.8.5.ebuild.orig (-14 / +3 lines)
Lines 101-106 Link Here
101
101
102
src_unpack() {
102
src_unpack() {
103
	base_src_unpack
103
	base_src_unpack
104
	cd ${S}
105
	epatch ${FILESDIR}/gnash-0.8.5-no-boost-s-libs.patch
106
	./autogen.sh
104
}
107
}
105
108
106
src_configure() {
109
src_configure() {
Lines 111-129 Link Here
111
	# Set nsplugin install directory.
114
	# Set nsplugin install directory.
112
	use nsplugin && myconf="${myconf} --with-npapi-plugindir=/opt/netscape/plugins"
115
	use nsplugin && myconf="${myconf} --with-npapi-plugindir=/opt/netscape/plugins"
113
116
114
	# Set kde and konqueror plugin directories.
115
	if use kde; then
116
		myconf="${myconf}
117
			--with-qt4-incl=/usr/include/qt4
118
			--with-qt4-lib=/usr/$(get_libdir)/qt4
119
			--with-kde4-incl=${KDEDIR}/include
120
			--with-kde4-configdir=${KDEDIR}/share/config
121
			--with-kde4-prefix=${KDEDIR}
122
			--with-kde4-lib=${KDEDIR}/$(get_libdir)/kde4
123
			--with-kde-appsdatadir=${KDEDIR}/share/apps/klash
124
			--with-kde4-servicesdir=${KDEDIR}/share/services"
125
	fi
126
127
	# Set rendering engine.
117
	# Set rendering engine.
128
	if use agg; then
118
	if use agg; then
129
		myconf="${myconf} --enable-renderer=agg"
119
		myconf="${myconf} --enable-renderer=agg"
Lines 155-161 Link Here
155
		--disable-kparts3 \
145
		--disable-kparts3 \
156
		--enable-nspr \
146
		--enable-nspr \
157
		--enable-expat \
147
		--enable-expat \
158
		--enable-mit-shm \
159
		--enable-jpeg \
148
		--enable-jpeg \
160
		--enable-png \
149
		--enable-png \
161
		--enable-gif \
150
		--enable-gif \

Return to bug 261294