Opened 20 years ago
Closed 20 years ago
Last modified 20 years ago
#576 closed patch (fixed)
Patch osx-packager.pl to enable recent changes to mythplugins configure
Reported by: | Owned by: | Nigel | |
---|---|---|---|
Priority: | minor | Milestone: | 0.19 |
Component: | mythgallery | Version: | head |
Severity: | low | Keywords: | osx-packager exif and mythnews |
Cc: | Ticket locked: | no |
Description
make osx-packager.pl to use --enable-new-exif so that the mythplugins will compile correctly. Note that the script already downloads and builds exif > .6.9 as a dependancy by default so this patch is needed to compile against libexif. Also, I tacked on an enable of mythnews because this plugin builds as is and there is no reason why it really needs to be disabled.
Attachments (1)
Change History (8)
by , 20 years ago
Attachment: | osx-packager.patch added |
---|
comment:1 by , 20 years ago
Owner: | changed from | to
---|---|
Version: | → head |
comment:2 by , 20 years ago
I haven't built from osx-packager for a while, but recent changes to svn have caused a checkout problem. I will attempt to test this in a few days (when I have had a chat to xris about mythgallery/themes/Default and default)
comment:3 by , 20 years ago
Status: | new → assigned |
---|
OK. Made an HFSX disk image to checkout into. mythplugins/configure doesn't find libtiff. Will have to hack .osx-packager/build/lib into a library path somehow.
comment:4 by , 20 years ago
It did find libtiff. The problem was the header tiffio.h, which configure uses a default set of search paths for.
comment:5 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Had to add DYLD_LIBRARY_PATH searching for headers (sed s/lib/include/). Those extra configure arguments seem file, and MythNews does seem to compile cleanly, so it is about to be patched in.
comment:6 by , 20 years ago
(In [7875]) OS X fixes #483 and #576. Search for headers based on library paths, and force OpenGL for MythGallery on Darwin/OS X
osx-packager.patch