-
Notifications
You must be signed in to change notification settings - Fork 7
Fix libprojectm4 and ui-jack compiler errors #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
struktured
wants to merge
24
commits into
master
Choose a base branch
from
fix-projectm-jack
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
dfdf139
Fix projectm 4 compiler errors
struktured 2c243b2
Add native PipeWire audio backend support
08fec22
Update CMake to use projectM4 package name
fcc4fae
Update include paths for libprojectM 4.x
40dbb18
Add libprojectM 4.x migration documentation
62653ea
WIP: projectM 4.x API compatibility updates
f5b6497
Fix more projectM 4.x API compatibility issues
4ef69f3
Add playlist library and create project auto-approval rules
1be5d2c
Complete projectM 4.x playlist library integration
f1e7ab8
Add null check for projectM instance creation
6267e90
Add OpenGL 3.3 Core Profile configuration
b537acb
Add debug output for projectM initialization
a37b410
Fix Qt signal/slot signatures for projectM 4.x
d639587
Fix signal name mismatch - presetSwitchedSignal
baa8c0b
Add window activation and GLX requirement
17c4e46
Fix Qt signal declarations by removing const qualifiers
589ceb2
Fix rendering and preset loading issues
fd49066
Fix critical race condition and Qt model errors
41387dc
Fix preset playback and rendering
1ab8b71
Add debugging and fix config file issue
c7dcc35
Add PipeWire device selector and fix playlist display
7b300fa
Fix PipeWire visualization: render loop, FBO, and Wayland window acti…
c75b513
Add keyboard shortcuts and UI improvements
f41d31d
Fix heap corruption crash with thread-safe audio buffering
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hum...
projectm_get_settings()didn't make it into the 4.0 release, the whole settings struct is gone and was replaced by get/set calls.Better try compiling against the 4.0 release or current master of libprojectM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe I am? See this output:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .so version is about misleading as it's just counted up, and not really related to the version number. The filename of projectM 4 is different though, it's named
libprojectM-4.so. The include dirs also are prefixed with aprojectM-4path.Just try to build the Qt app against latest projectM master, making sure no libs/headers of older versions are still in you system paths.