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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +10 lines)
Line  Link Here
0
-- a/usr/portage/media-video/ffmpeg/ffmpeg-3.2.2.ebuild
0
++ b/usr/portage/media-video/ffmpeg/ffmpeg-3.2.2.ebuild
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 213-219 Link Here
213
	modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] )
213
	modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] )
214
	openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] )
214
	openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] )
215
	opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
215
	opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
216
	openssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
216
	openssl? (
217
		!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
218
		libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
219
	)
217
	opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] )
220
	opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] )
218
	pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
221
	pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
219
	librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )
222
	librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )
Lines 284-290 Link Here
284
287
285
S=${WORKDIR}/${P/_/-}
288
S=${WORKDIR}/${P/_/-}
286
289
287
PATCHES=( "${FILESDIR}/chromaprint14.patch" )
290
PATCHES=(
291
	"${FILESDIR}/chromaprint14.patch"
292
	"${FILESDIR}/ffmpeg-3.2.2-libressl.patch"
293
)
288
294
289
MULTILIB_WRAPPED_HEADERS=(
295
MULTILIB_WRAPPED_HEADERS=(
290
	/usr/include/libavutil/avconfig.h
296
	/usr/include/libavutil/avconfig.h

Return to bug 607412