Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927931 - media-gfx/blender-4.0.1: no window top bar on wayland
Summary: media-gfx/blender-4.0.1: no window top bar on wayland
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal enhancement (vote)
Assignee: Paul Zander
URL:
Whiteboard:
Keywords:
Depends on: 927186
Blocks:
  Show dependency tree
 
Reported: 2024-03-27 05:44 UTC by licamla
Modified: 2024-04-21 12:51 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
add libdecor USE to enable DWITH_GHOST_WAYLAND_LIBDECOR (blender-4.0.1-r1.ebuild.patch,418 bytes, patch)
2024-03-27 06:02 UTC, licamla
Details | Diff
Fixed compatibility issues with libdecor-0.1.1 (blender-4.0.1-libdecor-0.1.1.patch,6.39 KB, patch)
2024-03-27 14:06 UTC, licamla
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description licamla 2024-03-27 05:44:10 UTC
no window top bar on wayland.
building blender with DWITH_GHOST_WAYLAND_LIBDECOR could fix this.



Reproducible: Always
Comment 1 licamla 2024-03-27 06:02:03 UTC
Created attachment 888742 [details, diff]
add libdecor USE to enable DWITH_GHOST_WAYLAND_LIBDECOR
Comment 2 licamla 2024-03-27 14:06:04 UTC
Created attachment 888769 [details, diff]
Fixed compatibility issues with libdecor-0.1.1
Comment 3 Sebastian Parborg 2024-03-28 11:27:39 UTC
I don't think libdecor is in the main portage tree, so we would need to add it to fix this issue.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-04-14 01:07:52 UTC
libdecor is now in tree as gui-libs/libdecor.
Comment 5 Larry the Git Cow gentoo-dev 2024-04-21 12:51:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175d65e779e69e5702ca52cb3af973a2fa0b0e62

commit 175d65e779e69e5702ca52cb3af973a2fa0b0e62
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: 2024-03-28 22:08:25 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-04-21 12:50:05 +0000

    media-gfx/blender: add 4.0.2-r1, cleanup
    
    hopefully fixed osl build
    re-added hip flag in 4.0.2-r1
    hide test code in release versions
    
    Bug: https://bugs.gentoo.org/693200
    Closes: https://bugs.gentoo.org/925534
    Closes: https://bugs.gentoo.org/927281
    Closes: https://bugs.gentoo.org/927715
    Closes: https://bugs.gentoo.org/927835
    Closes: https://bugs.gentoo.org/927931
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/35973
    Signed-off-by: Sam James <sam@gentoo.org>

 media-gfx/blender/blender-3.3.15.ebuild            |   4 +-
 media-gfx/blender/blender-3.3.8.ebuild             |   4 +-
 media-gfx/blender/blender-3.6.8.ebuild             |   4 +-
 ...lender-4.0.2.ebuild => blender-4.0.2-r1.ebuild} | 128 +++++---
 media-gfx/blender/blender-9999.ebuild              | 119 ++++---
 .../blender/files/blender-4.0.1-openvdb-11.patch   |   2 +
 .../files/blender-4.0.2-CUDA_NVCC_FLAGS.patch      |  14 +
 .../blender/files/blender-4.0.2-FindClang.patch    |  14 +
 .../blender/files/blender-4.0.2-r1-osl-1.13.patch  | 342 +++++++++++++++++++++
 profiles/arch/amd64/package.use.mask               |   4 +
 profiles/arch/base/package.use.mask                |   4 +
 11 files changed, 556 insertions(+), 83 deletions(-)