Hi, Success. I just committed the first version of Qt4-mac based rosegarden-12.04 to fink. Thanks for your feedback about resolving the issues, I encountered.
In the end, i needed only the following 3 patches. 1) I had to give LDFLAGS=-L/usr/X11/lib to configure as well as make. Otherwise libX11.dylib is not found. Probably a default on linux, but not on macosx. 2) there is no sha1sum or sha1, but shasum and sha as replacement. I did this by patching configure and passing "SHA1SUM=shasum" to make. 3) Qt4-mac is based on frameworks instead of libraries. I needed to replace this line for the linker in configure, which works fine, if i base rosegarden on Qt4-x11: - QT_LIBS="-L$QTLIBDIR -lQtGui -lQtXml -lQtNetwork -lQtCore" + QT_LIBS="-F$QTLIBDIR -Wl,-framework,QtGui -Wl,-framework,QtXml -Wl,-framework,QtNetwork -Wl,-framework,QtCore" maybe a switch depending on QTLIBDIR could be added. The complete package description can be viewed here: http://fink.cvs.sourceforge.net/fink/dists/10.4/stable/main/finkinfo/sound/rosegarden.info?view=markup So much for today. Is it ok to make an announcement on Rosegarden-user? Michael Schindler ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
