FreeBSD Bugzilla – Attachment 255368 Details for
Bug 282659
multimedia/kodi: fix run in GBM mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove IN_FENCE_FD from property
fence.patch (text/plain), 1.28 KB, created by
yzrh
on 2024-11-21 22:34:12 UTC
(
hide
)
Description:
Remove IN_FENCE_FD from property
Filename:
MIME Type:
Creator:
yzrh
Created:
2024-11-21 22:34:12 UTC
Size:
1.28 KB
patch
obsolete
>diff -urN a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile >--- a/multimedia/kodi/Makefile 2024-10-10 13:22:33.241361000 +0000 >+++ b/multimedia/kodi/Makefile 2024-11-21 22:29:12.388252000 +0000 >@@ -1,6 +1,6 @@ > PORTNAME= kodi > DISTVERSION= 21.0 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= multimedia java > MASTER_SITES= http://mirrors.kodi.tv/build-deps/sources/ > DISTFILES= apache-groovy-binary-${GROOVY_VERSION}.zip \ >diff -urN a/multimedia/kodi/files/patch-xbmc_windowing_gbm_drm_DRMAtomic.cpp b/multimedia/kodi/files/patch-xbmc_windowing_gbm_drm_DRMAtomic.cpp >--- a/multimedia/kodi/files/patch-xbmc_windowing_gbm_drm_DRMAtomic.cpp 1970-01-01 00:00:00.000000000 +0000 >+++ b/multimedia/kodi/files/patch-xbmc_windowing_gbm_drm_DRMAtomic.cpp 2024-11-21 22:29:06.307793000 +0000 >@@ -0,0 +1,10 @@ >+--- xbmc/windowing/gbm/drm/DRMAtomic.cpp.orig 2024-11-21 22:28:38 UTC >++++ xbmc/windowing/gbm/drm/DRMAtomic.cpp >+@@ -114,7 +114,6 @@ void CDRMAtomic::DrmAtomicCommit(int fb_id, int flags, >+ if (m_inFenceFd != -1) >+ { >+ AddProperty(m_crtc, "OUT_FENCE_PTR", reinterpret_cast<uint64_t>(&m_outFenceFd)); >+- AddProperty(m_gui_plane, "IN_FENCE_FD", m_inFenceFd); >+ } >+ } >+ else if (videoLayer && !CServiceBroker::GetGUI()->GetWindowManager().HasVisibleControls())
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
Flags:
yzrh
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 282659
:
255062
|
255067
|
255194
| 255368