r7150 - in packages/branches/chromium/chromium-ftgl/debian: . patches

Samuel Hocevar sho at alioth.debian.org
Thu May 22 13:57:48 UTC 2008


Author: sho
Date: 2008-05-22 13:57:47 +0000 (Thu, 22 May 2008)
New Revision: 7150

Modified:
   packages/branches/chromium/chromium-ftgl/debian/changelog
   packages/branches/chromium/chromium-ftgl/debian/control
   packages/branches/chromium/chromium-ftgl/debian/patches/70_ftgl.diff
Log:
chromium (0.9.12-14~experimental2) experimental; urgency=low

  * debian/control:
    + Use a newer version of FTGL that has FTBufferFont.
  * debian/patches/70_ftgl.diff:
    + Update patch to use debian/patches/70_ftgl.diff, which should have
      slightly better performances.

 -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Thu, 22 May 2008 13:52:44 +0000


Modified: packages/branches/chromium/chromium-ftgl/debian/changelog
===================================================================
--- packages/branches/chromium/chromium-ftgl/debian/changelog	2008-05-22 06:54:07 UTC (rev 7149)
+++ packages/branches/chromium/chromium-ftgl/debian/changelog	2008-05-22 13:57:47 UTC (rev 7150)
@@ -1,3 +1,13 @@
+chromium (0.9.12-14~experimental2) experimental; urgency=low
+
+  * debian/control:
+    + Use a newer version of FTGL that has FTBufferFont.
+  * debian/patches/70_ftgl.diff:
+    + Update patch to use debian/patches/70_ftgl.diff, which should have
+      slightly better performances.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Thu, 22 May 2008 13:52:44 +0000
+
 chromium (0.9.12-14~experimental1) experimental; urgency=low
 
   [ Reinhard Tartler ]

Modified: packages/branches/chromium/chromium-ftgl/debian/control
===================================================================
--- packages/branches/chromium/chromium-ftgl/debian/control	2008-05-22 06:54:07 UTC (rev 7149)
+++ packages/branches/chromium/chromium-ftgl/debian/control	2008-05-22 13:57:47 UTC (rev 7150)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>= 5.0), quilt, libsdl1.2-dev (>= 1.2.2-3.1~), libsmpeg-dev, libopenal-dev (>= 0.2005080600), libalut-dev, libglpng-dev, libglu1-mesa-dev | libglu1-xorg-dev, libftgl-dev
+Build-Depends: debhelper (>= 5.0), quilt, libsdl1.2-dev (>= 1.2.2-3.1~), libsmpeg-dev, libopenal-dev (>= 0.2005080600), libalut-dev, libglpng-dev, libglu1-mesa-dev | libglu1-xorg-dev, libftgl-dev (>= 2.1.3~rc4)
 Standards-Version: 3.7.3
 Homepage: http://www.reptilelabour.com/software/chromium/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/chromium/

Modified: packages/branches/chromium/chromium-ftgl/debian/patches/70_ftgl.diff
===================================================================
--- packages/branches/chromium/chromium-ftgl/debian/patches/70_ftgl.diff	2008-05-22 06:54:07 UTC (rev 7149)
+++ packages/branches/chromium/chromium-ftgl/debian/patches/70_ftgl.diff	2008-05-22 13:57:47 UTC (rev 7150)
@@ -125,7 +125,7 @@
 -	GLuint	texobj;
 -	game->texFont = txfLoadFont( dataLoc("fonts/space.txf") );
 -	if(!game->texFont)
-+	game->ftFont = new FTTextureFont("/usr/share/fonts/truetype/uralic/gothub__.ttf");
++	game->ftFont = new FTBufferFont("/usr/share/fonts/truetype/uralic/gothub__.ttf");
 +	if(game->ftFont->Error())
  	{
 +		delete game->ftFont;




More information about the Pkg-games-commits mailing list