Opened 15 years ago
Closed 13 years ago
#21349 closed enhancement (fixed)
qjackctl: should build fine with qt4-mac
Reported by: | becker.nils@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | qjackctl |
Description
qjackctl depends on qt4-x11 presently. however, it builds and produces a fully functional qjacktl.app also with qt4-mac only. to build, i did the following:
download and decompress tarball qjackctl 0.3.4
./configure --with-qt=/opt/local/libexec/qt4-mac/
make
i then copied the resulting qjackctl.app to /Applications.
finally, it was necessary to set manually the full path to the jackdmp server in the preferences of qjackctl.
works nicely!
so i suggest dropping the qt4-x11 dependency in favor of the qt4-mac one.
Change History (2)
comment:1 Changed 15 years ago by dbevans (David B. Evans)
Keywords: | qt dependencies removed |
---|---|
Owner: | changed from macports-tickets@… to devans@… |
Status: | new → assigned |
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Replying to becker.nils@…:
so i suggest dropping the qt4-x11 dependency in favor of the qt4-mac one.
Note: See
TracTickets for help on using
tickets.
Some people will prefer x11 others mac native. So a better approach is to make a new port that builds mac native and depends on qt4-mac. Then the user can choose what he likes.
I'll take a look at this. Thanks for the suggestion.