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

Daichi GOTO daichi at freebsd.org
Wed May 2 11:20:21 UTC 2007


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.


--- 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" );
      m_resourcePath.push_back( (string)DATA_PATH + "/skins2" );

      return true;

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


More information about the freebsd-multimedia mailing list