Opened 15 years ago
Closed 15 years ago
Last modified 15 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)
Changed 15 years ago by
Attachment: | osx-packager.patch added |
---|
comment:1 Changed 15 years ago by
Owner: | changed from Isaac Richards to Nigel |
---|---|
Version: | → head |
comment:2 Changed 15 years ago by
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 Changed 15 years ago by
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 Changed 15 years ago by
It did find libtiff. The problem was the header tiffio.h, which configure uses a default set of search paths for.
comment:5 Changed 15 years ago by
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 Changed 15 years ago by
(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