[mythtv-commits] Ticket #8898: JPGs are not displayed on Mac OS X

MythTV mythtv at cvs.mythtv.org
Fri Sep 17 03:00:05 UTC 2010


#8898: JPGs are not displayed on Mac OS X
---------------------------------------------------------+------------------
 Reporter:  Britney Fransen <britney.fransen@…>          |           Owner:  nigel      
     Type:  defect                                       |          Status:  assigned   
 Priority:  minor                                        |       Milestone:  unknown    
Component:  Ports - OSX                                  |         Version:  Unspecified
 Severity:  medium                                       |      Resolution:             
 Keywords:                                               |   Ticket locked:  0          
---------------------------------------------------------+------------------

Comment (by nigel):

 This adds the relevant plugins:
 {{{
 % svn diff packaging
 Index: packaging/OSX/build/osx-packager.pl
 ===================================================================
 --- packaging/OSX/build/osx-packager.pl (revision 26339)
 +++ packaging/OSX/build/osx-packager.pl (working copy)
 @@ -1132,6 +1132,12 @@
          # Allow playback of region encoded DVDs
          &Syscall([ 'cp', "$PREFIX/lib/libdvdcss.2.dylib",
                           "$finalTarget/Contents/Plugins" ]) or die;
 +
 +        # Allow opening of GIFs and JPEGs:
 +        mkdir("$finalTarget/Contents/MacOS/imageformats");
 +        &Syscall([ 'cp', "$PREFIX/plugins/imageformats/libqgif.dylib",
 +                         "$PREFIX/plugins/imageformats/libqjpeg.dylib",
 +                         "$finalTarget/Contents/MacOS/imageformats" ]);
      }

      if ( $target eq "MythWelcome" )
 }}}
 but the results are unreliable. I haven't worked out the pattern yet.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8898#comment:3>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list