Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 May 2007 21:04:26 +0900
From:      Daichi GOTO <daichi@freebsd.org>
To:        Michael Johnson <ahze@ahze.net>
Cc:        multimedia@FreeBSD.org
Subject:   Re: ports/multimedia/vlc-devel: a little patch for skins2 patch
Message-ID:  <46387E4A.5020103@freebsd.org>
In-Reply-To: <4B944331-88FA-4779-8D28-805F8C6A2D32@ahze.net>
References:  <46386EAC.6030602@freebsd.org> <4B944331-88FA-4779-8D28-805F8C6A2D32@ahze.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
>> To unsubscribe, send any mail to 
>> "freebsd-multimedia-unsubscribe@freebsd.org"

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46387E4A.5020103>