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

Collapse All | Expand All

(-)chromium-9999.ebuild.orig (-7 / +6 lines)
Lines 14-20 Link Here
14
14
15
LICENSE="BSD"
15
LICENSE="BSD"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS=""
17
KEYWORDS="~amd64 ~x86"
18
IUSE=""
18
IUSE=""
19
19
20
RDEPEND="app-arch/bzip2
20
RDEPEND="app-arch/bzip2
Lines 26-32 Link Here
26
	>=media-libs/alsa-lib-1.0.19
26
	>=media-libs/alsa-lib-1.0.19
27
	media-libs/jpeg:0
27
	media-libs/jpeg:0
28
	media-libs/libpng
28
	media-libs/libpng
29
	>=media-video/ffmpeg-0.5_p21602[threads]
30
	sys-libs/zlib
29
	sys-libs/zlib
31
	>=x11-libs/gtk+-2.14.7
30
	>=x11-libs/gtk+-2.14.7
32
	x11-libs/libXScrnSaver"
31
	x11-libs/libXScrnSaver"
Lines 100-109 Link Here
100
	append-flags -D__STDC_CONSTANT_MACROS
99
	append-flags -D__STDC_CONSTANT_MACROS
101
100
102
	# Workaround for bug #320145. TODO(phajdan.jr): rather use a gyp define.
101
	# Workaround for bug #320145. TODO(phajdan.jr): rather use a gyp define.
103
	append-flags -DUSE_SSE=0
102
	# append-flags -DUSE_SSE=0
104
103
105
	# Configuration options (system libraries and disable forced SSE2)
104
	# Configuration options (system libraries and disable forced SSE2)
106
	local myconf="-Ddisable_sse2=1 -Duse_system_zlib=1 -Duse_system_bzip2=1 -Duse_system_ffmpeg=1 -Dproprietary_codecs=1 -Duse_system_libevent=1 -Duse_system_libjpeg=1 -Duse_system_libpng=1 -Duse_system_libxml=1 -Duse_system_libxslt=1"
105
	local myconf="-Duse_system_zlib=1 -Duse_system_bzip2=1 -Dproprietary_codecs=1 -Duse_system_libevent=1 -Duse_system_libjpeg=1 -Duse_system_libpng=1 -Duse_system_libxml=1 -Duse_system_libxslt=1"
107
	# -Duse_system_sqlite=1 : http://crbug.com/22208
106
	# -Duse_system_sqlite=1 : http://crbug.com/22208
108
	# Others still bundled: icu (not possible?), hunspell (changes required for sandbox support)
107
	# Others still bundled: icu (not possible?), hunspell (changes required for sandbox support)
109
108
Lines 180-188 Link Here
180
179
181
	# Chromium looks for these in its folder
180
	# Chromium looks for these in its folder
182
	# See media_posix.cc and base_paths_linux.cc
181
	# See media_posix.cc and base_paths_linux.cc
183
	dosym /usr/$(get_libdir)/libavcodec.so.52 ${CHROMIUM_HOME}
182
	# dosym /usr/$(get_libdir)/libavcodec.so.52 ${CHROMIUM_HOME}
184
	dosym /usr/$(get_libdir)/libavformat.so.52 ${CHROMIUM_HOME}
183
	# dosym /usr/$(get_libdir)/libavformat.so.52 ${CHROMIUM_HOME}
185
	dosym /usr/$(get_libdir)/libavutil.so.50 ${CHROMIUM_HOME}
184
	# dosym /usr/$(get_libdir)/libavutil.so.50 ${CHROMIUM_HOME}
186
185
187
	# Use system plugins by default.
186
	# Use system plugins by default.
188
	dosym /usr/$(get_libdir)/nsbrowser/plugins ${CHROMIUM_HOME}/plugins
187
	dosym /usr/$(get_libdir)/nsbrowser/plugins ${CHROMIUM_HOME}/plugins

Return to bug 321159