Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 906611 Details for
Bug 864721
media-video/vlc-3.0.17.4[vaapi]: can't find libavcodec/vaapi.h with media-video/ffmpeg-5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/portage/bashrc.d/60-vlc.sh
60-vlc.sh (text/plain), 550 bytes, created by
Will Simoneau
on 2024-10-23 20:53:52 UTC
(
hide
)
Description:
/etc/portage/bashrc.d/60-vlc.sh
Filename:
MIME Type:
Creator:
Will Simoneau
Created:
2024-10-23 20:53:52 UTC
Size:
550 bytes
patch
obsolete
>media_video_vlc_configure() { > if [[ "${CATEGORY}/${PN}" != "media-video/vlc" ]]; then > return 0 > fi > > case $PV in > 3.0.*) > # slotted ffmpeg hack > if has_version '=media-video/ffmpeg-4.4*:4.4'; then > local fflibs='(libav(util|resample|format|filter|device|codec)|swresample|swscale|postproc)' > sed -i "${S}/configure" -E \ > -e '/\$PKG_CONFIG.*'"${fflibs}"'/{ s/'"${fflibs}"'/\1-4.4/g; }' \ > || die > fi > ;; > esac > > return 0 >} > >BashrcdPhase configure media_video_vlc_configure
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 864721
:
799043
|
799045
|
906608
| 906611