Skip to content

Commit

Permalink
port:phonon-gstreamer-backend : install configure cmd + log
Browse files Browse the repository at this point in the history
Committed from host : Portia.local
  • Loading branch information
RJVB committed Jul 21, 2024
1 parent 2245acd commit ed6e80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audio/phonon-backend-gstreamer/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ if {${subport} ne "${name}-qt5"} {
depends_lib-append \
port:phonon port:automoc

cmake.save_configure_cmd "install log"
configure.args-append -DPhonon_DIR=${qt_cmake_module_dir}/phonon
post-destroot {
if {[file exists ${qt_plugins_dir}] && ![file exists ${qt_plugins_dir}/phonon_backend]} {
Expand Down

6 comments on commit ed6e80a

@barracuda156
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RJVB Any specific reason to peg it at 4.9.0? 4.10.0 builds with no special hacks, AFAIK.

@RJVB
Copy link
Owner Author

@RJVB RJVB commented on ed6e80a Jul 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RJVB Any specific reason to peg it at 4.9.0? 4.10.0 builds with no special hacks, AFAIK.

Yeah, but it builds against Qt5 only according to the CMake files.

@barracuda156
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RJVB I see. I will try to upgrade later from your port, but for now the bug seems fixed here. Apps can be launched without those X11-related crashes.

@RJVB
Copy link
Owner Author

@RJVB RJVB commented on ed6e80a Jul 21, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@barracuda156
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@RJVB
Copy link
Owner Author

@RJVB RJVB commented on ed6e80a Jul 21, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.