Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 898463 Details for
Bug 918989
media-video/ffmpeg-6.1: configure fails with missing spirv_compiler when USE=glslang set
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch called by the ebuild for ffmpeg-6.1.1-r8
glslang.patch (text/plain), 1.40 KB, created by
Charo del Genio
on 2024-07-28 16:36:14 UTC
(
hide
)
Description:
Patch called by the ebuild for ffmpeg-6.1.1-r8
Filename:
MIME Type:
Creator:
Charo del Genio
Created:
2024-07-28 16:36:14 UTC
Size:
1.40 KB
patch
obsolete
>--- ./configure 2024-04-13 09:57:05.000000000 +0300 >+++ ./configure 2024-04-13 10:02:47.881354321 +0300 >@@ -2612,6 +2612,7 @@ > ignore_tests > install > ld >+ libglslang_ldflags > ln_s > logfile > malloc_prefix >@@ -6705,10 +6706,10 @@ > enabled libfribidi && require_pkg_config libfribidi fribidi fribidi.h fribidi_version_info > enabled libharfbuzz && require_pkg_config libharfbuzz harfbuzz hb.h hb_buffer_create > enabled libglslang && { check_lib spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \ >- -lglslang -lMachineIndependent -lOSDependent -lHLSL -lOGLCompiler -lGenericCodeGen \ >+ -lglslang -lMachineIndependent "${libglslang_ldflags}" -lGenericCodeGen \ > -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm || > require spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \ >- -lglslang -lOSDependent -lHLSL -lOGLCompiler \ >+ -lglslang "${libglslang_ldflags}" \ > -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm; } > enabled libgme && { check_pkg_config libgme libgme gme/gme.h gme_new_emu || > require libgme gme/gme.h gme_new_emu -lgme -lstdc++; }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 918989
:
876263
|
876276
|
876277
|
886244
|
898462
| 898463