In the previous version of the above mentioned library MP4Close was a bool method. However it has been changed to void (error handling done internally by exceptions now) Due to this change amarok won't compile any more because it can't convert void to bool. Fix: The attached file is an altered patch to also fix this problem. Patch attached with submission follows: How-To-Repeat: try to compile amarok with the newest version of mpeg4ip-libmp4v2
Responsible Changed From-To: freebsd-ports-bugs->mich Assign to maintainer.
mich 2007-10-14 18:58:37 UTC FreeBSD ports repository Modified files: audio/amarok/files patch-amarok_src_metadata_mp4_mp4file.cpp Log: - fix breakage from lastest mpeg4ip-libmp4v2 PR: ports/116972 Submitted by: Armin Pirkovitsch <a.pirko@inode.at> Revision Changes Path 1.2 +14 -1 ports/audio/amarok/files/patch-amarok_src_metadata_mp4_mp4file.cpp _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!