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

(-)/usr/portage/media-video/ffmpeg/ffmpeg-9999.ebuild (-2 / +7 lines)
Lines 97-103 Link Here
97
)
97
)
98
98
99
IUSE="
99
IUSE="
100
	alsa doc +encode jack oss pic static-libs test v4l
100
	alsa doc +encode jack libressl oss pic static-libs test v4l
101
	${FFMPEG_FLAG_MAP[@]%:*}
101
	${FFMPEG_FLAG_MAP[@]%:*}
102
	${FFMPEG_ENCODER_FLAG_MAP[@]%:*}
102
	${FFMPEG_ENCODER_FLAG_MAP[@]%:*}
103
"
103
"
Lines 212-218 Link Here
212
	modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] )
212
	modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] )
213
	openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] )
213
	openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] )
214
	opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
214
	opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
215
	openssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
215
	openssl? (
216
		!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
217
		libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
218
	)
216
	opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] )
219
	opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] )
217
	pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
220
	pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
218
	librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )
221
	librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )
Lines 271-280 Link Here
271
		X? ( !xcb? ( gpl ) )
274
		X? ( !xcb? ( gpl ) )
272
	)
275
	)
273
"
276
"
277
# LibreSSL requires openssl useflag, Bug #569818
274
REQUIRED_USE="
278
REQUIRED_USE="
275
	libv4l? ( v4l )
279
	libv4l? ( v4l )
276
	fftools_cws2fws? ( zlib )
280
	fftools_cws2fws? ( zlib )
277
	test? ( encode )
281
	test? ( encode )
282
	libressl? ( openssl )
278
	${GPL_REQUIRED_USE}
283
	${GPL_REQUIRED_USE}
279
	${CPU_REQUIRED_USE}"
284
	${CPU_REQUIRED_USE}"
280
RESTRICT="
285
RESTRICT="

Return to bug 569818