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

(-)file_not_specified_in_diff (-2 / +9 lines)
Line  Link Here
0
-- /var/db/repos/gentoo/media-video/ffmpeg/ffmpeg-4.3.1.ebuild 2020-12-25 07:39:23.000000000 +0500
0
++ ffmpeg-4.3.1-r1.ebuild      2020-07-28 15:30:50.000000000 +0500
Lines 91-96 Link Here
91
               libsoxr
91
               libsoxr
92
               # Threads; we only support pthread for now but ffmpeg supports more
92
               # Threads; we only support pthread for now but ffmpeg supports more
93
               +threads:pthreads
93
               +threads:pthreads
94
               # Intel Quick Sync Video
95
               qsv:libmfx
96
94
)
97
)
95
98
96
# Same as above but for encoders, i.e. they do something only with USE=encode.
99
# Same as above but for encoders, i.e. they do something only with USE=encode.
Lines 172-177 Link Here
172
175
173
RDEPEND="
176
RDEPEND="
174
       alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
177
       alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
178
       amd64? (
179
               qsv? ( >=media-libs/intel-mediasdk-20.1.1 )
180
               )
175
       amr? ( >=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}] )
181
       amr? ( >=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}] )
176
       bluray? ( >=media-libs/libbluray-0.3.0-r1:=[${MULTILIB_USEDEP}] )
182
       bluray? ( >=media-libs/libbluray-0.3.0-r1:=[${MULTILIB_USEDEP}] )
177
       bs2b? ( >=media-libs/libbs2b-3.1.0-r1[${MULTILIB_USEDEP}] )
183
       bs2b? ( >=media-libs/libbs2b-3.1.0-r1[${MULTILIB_USEDEP}] )
Lines 314-319 Link Here
314
       cuda? ( video_cards_nvidia )
320
       cuda? ( video_cards_nvidia )
315
       libv4l? ( v4l )
321
       libv4l? ( v4l )
316
       fftools_cws2fws? ( zlib )
322
       fftools_cws2fws? ( zlib )
323
       qsv? ( abi_x86_64 )
317
       test? ( encode )
324
       test? ( encode )
318
       ${GPL_REQUIRED_USE}
325
       ${GPL_REQUIRED_USE}
319
       ${CPU_REQUIRED_USE}"
326
       ${CPU_REQUIRED_USE}"
320
MULTILIB_WRAPPED_HEADERS=(
327
MULTILIB_WRAPPED_HEADERS=(
Lines 396-402 Link Here
396
401
397
       # (temporarily) disable non-multilib deps
402
       # (temporarily) disable non-multilib deps
398
       if ! multilib_is_native_abi; then
403
       if ! multilib_is_native_abi; then
399
               for i in frei0r librav1e libzmq ; do
404
               for i in frei0r libmfx librav1e libzmq ; do
400
                       myconf+=( --disable-${i} )
405
                       myconf+=( --disable-${i} )
401
               done
406
               done
402
       fi
407
       fi
403
408

Return to bug 778875