ports/multimedia/vlc-devel: a little patch for skins2 patch

Daichi GOTO daichi at freebsd.org
Wed May 2 12:04:28 UTC 2007


Michael Johnson wrote:
> 
> On May 2, 2007, at 6:57 AM, Daichi GOTO wrote:
> 
>> Thanks for working of vlc/vlc-devel maintenances :)
>>
>> I have a little patch for ports/multimedia/vlc-devel (0.9.0.20070501).
>> What do you make of?  Thanks.
> 
> I'm just guessing, but maybe the path to the vlc skins directory 
> changed? :)
> 
>>
>> --- 
>> vlc-devel/work/vlc-0.9.0-svn/modules/gui/skins2/x11/x11_factory.cpp.orig    
>> Wed May  2 19:52:23 2007
>> +++ 
>> vlc-devel/work/vlc-0.9.0-svn/modules/gui/skins2/x11/x11_factory.cpp 
>> Wed May  2 19:52:37 2007
>> @@ -73,7 +73,7 @@
>>      // Initialize the resource path
>>      m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_homedir +
>>          m_dirSep + CONFIG_DIR + "/skins2" );
>> -    m_resourcePath.push_back( (string)"share/skins2" );
>> +    m_resourcePath.push_back( (string)"vlc/share/skins2" );
> 
> I'm not at home and I only have my mac with me, but should this not be
> share/vlc/skins2 instead of vlc/share/skins2?

Oops. You are correct :)  share/vlc/skins2 is correct.

> ahze at buh /var/db/pkg > grep skins vlc-devel-0.9.0.20070501,2/+CONTENTS
> share/vlc/skins2/default.vlt
> ....
> 
> 
>>      m_resourcePath.push_back( (string)DATA_PATH + "/skins2" );
>>
>>      return true;
>>
>> -- 
>>   Daichi GOTO, http://people.freebsd.org/~daichi
>> _______________________________________________
>> freebsd-multimedia at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
>> To unsubscribe, send any mail to 
>> "freebsd-multimedia-unsubscribe at freebsd.org"

-- 
   Daichi GOTO, http://people.freebsd.org/~daichi


More information about the freebsd-multimedia mailing list