[SCM] hydrogen packaging branch, master, updated. debian/0.9.4-2-24-g5379f57

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Mar 22 12:06:05 UTC 2010


The following commit has been merged in the master branch:
commit c08f1cc4653697ba9ee64a8386332a407801694c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Mar 20 17:03:45 2010 +0100

    Update patch 1001 to resolve (STL-variant of) tinyxml options using pkg-config.

diff --git a/debian/patches/1001_use_system_tinyxml.patch b/debian/patches/1001_use_system_tinyxml.patch
index c365578..ecaf294 100644
--- a/debian/patches/1001_use_system_tinyxml.patch
+++ b/debian/patches/1001_use_system_tinyxml.patch
@@ -1,6 +1,6 @@
 Description: Use system-installed TinyXml
 Author: Jonas Smedegaard <dr at jones.dk>
-Last-Update: 2010-03-12
+Last-Update: 2010-03-20
 Index: hydrogen/Sconstruct
 ===================================================================
 --- hydrogen.orig/Sconstruct
@@ -9,7 +9,7 @@ Index: hydrogen/Sconstruct
  		env.Append( LIBS = [ "porttime" ] )
  	if str(env['lash']) == "1":
  	        env.ParseConfig('pkg-config --cflags --libs lash-1.0')
-+	env.Append( LIBS = ["tinyxml"] )
++	env.ParseConfig('pkg-config --cflags --libs tinyxml-stl')
  
  	if sys.platform == "darwin":
  		env.Append( LIBS = ["z"] )

-- 
hydrogen packaging



More information about the pkg-multimedia-commits mailing list