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

Collapse All | Expand All

(-)mozconfig-v4.31.eclass (-2 / +3 lines)
Lines 31-37 Link Here
31
# Set the variable to any value if the use flag should exist but not be default-enabled.
31
# Set the variable to any value if the use flag should exist but not be default-enabled.
32
32
33
# use-flags common among all mozilla ebuilds
33
# use-flags common among all mozilla ebuilds
34
IUSE="dbus debug gstreamer pulseaudio startup-notification system-cairo system-icu system-jpeg system-sqlite"
34
IUSE="dbus debug gstreamer pulseaudio startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx"
35
35
36
# some notes on deps:
36
# some notes on deps:
37
# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
37
# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
Lines 46-52 Link Here
46
	x11-libs/gdk-pixbuf
46
	x11-libs/gdk-pixbuf
47
	>=x11-libs/pango-1.22.0
47
	>=x11-libs/pango-1.22.0
48
	>=media-libs/libpng-1.6.10:0=[apng]
48
	>=media-libs/libpng-1.6.10:0=[apng]
49
	>=media-libs/libvpx-1.3.0
50
	>=media-libs/mesa-10.2:*
49
	>=media-libs/mesa-10.2:*
51
	media-libs/fontconfig
50
	media-libs/fontconfig
52
	>=media-libs/freetype-2.4.10
51
	>=media-libs/freetype-2.4.10
Lines 67-72 Link Here
67
	system-icu? ( >=dev-libs/icu-51.1 )
66
	system-icu? ( >=dev-libs/icu-51.1 )
68
	system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
67
	system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
69
	system-sqlite? ( >=dev-db/sqlite-3.8.4.2:3[secure-delete,debug=] )
68
	system-sqlite? ( >=dev-db/sqlite-3.8.4.2:3[secure-delete,debug=] )
69
	system-libvpx? ( >=media-libs/libvpx-1.3.0 )
70
"
70
"
71
71
72
if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then
72
if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then
Lines 190-193 Link Here
190
	mozconfig_use_with system-jpeg
190
	mozconfig_use_with system-jpeg
191
	mozconfig_use_with system-icu
191
	mozconfig_use_with system-icu
192
	mozconfig_use_enable system-icu intl-api
192
	mozconfig_use_enable system-icu intl-api
193
	mozconfig_use_with system-libvpx
193
}
194
}

Return to bug 522816