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

(-)chromium-12.0.742.91.ebuild.orig (-7 / +4 lines)
Lines 36-42 Link Here
36
	cups? ( >=net-print/cups-1.3.11 )
36
	cups? ( >=net-print/cups-1.3.11 )
37
	sys-libs/pam
37
	sys-libs/pam
38
	sys-libs/zlib
38
	sys-libs/zlib
39
	>=virtual/ffmpeg-0.6.90[threads]
40
	x11-libs/gtk+:2
39
	x11-libs/gtk+:2
41
	x11-libs/libXScrnSaver
40
	x11-libs/libXScrnSaver
42
	x11-libs/libXtst"
41
	x11-libs/libXtst"
Lines 130-135 Link Here
130
		\! -path 'third_party/cld/*' \
129
		\! -path 'third_party/cld/*' \
131
		\! -path 'third_party/expat/*' \
130
		\! -path 'third_party/expat/*' \
132
		\! -path 'third_party/ffmpeg/*' \
131
		\! -path 'third_party/ffmpeg/*' \
132
		\! -path 'third_party/yasm/*' \
133
		\! -path 'third_party/flac/flac.h' \
133
		\! -path 'third_party/flac/flac.h' \
134
		\! -path 'third_party/gpsd/*' \
134
		\! -path 'third_party/gpsd/*' \
135
		\! -path 'third_party/harfbuzz/*' \
135
		\! -path 'third_party/harfbuzz/*' \
Lines 174-180 Link Here
174
	myconf+="
174
	myconf+="
175
		-Duse_system_bzip2=1
175
		-Duse_system_bzip2=1
176
		-Duse_system_flac=1
176
		-Duse_system_flac=1
177
		-Duse_system_ffmpeg=1
178
		-Duse_system_icu=1
177
		-Duse_system_icu=1
179
		-Duse_system_libevent=1
178
		-Duse_system_libevent=1
180
		-Duse_system_libjpeg=1
179
		-Duse_system_libjpeg=1
Lines 307-317 Link Here
307
	newman out/Release/chrome.1 chromium.1 || die
306
	newman out/Release/chrome.1 chromium.1 || die
308
	newman out/Release/chrome.1 chromium-browser.1 || die
307
	newman out/Release/chrome.1 chromium-browser.1 || die
309
308
310
	# Chromium looks for these in its folder
309
	# Install ffmpeg library.
311
	# See media_posix.cc and base_paths_linux.cc
310
	exeinto "${CHROMIUM_HOME}"
312
	dosym /usr/$(get_libdir)/libavcodec.so.52 "${CHROMIUM_HOME}" || die
311
	doexe out/Release/libffmpegsumo.so || die
313
	dosym /usr/$(get_libdir)/libavformat.so.52 "${CHROMIUM_HOME}" || die
314
	dosym /usr/$(get_libdir)/libavutil.so.50 "${CHROMIUM_HOME}" || die
315
312
316
	# Install icons and desktop entry.
313
	# Install icons and desktop entry.
317
	for SIZE in 16 22 24 32 48 64 128 256 ; do
314
	for SIZE in 16 22 24 32 48 64 128 256 ; do

Return to bug 371931