[xiph-commits] r18222 - in trunk/planarity: . po

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Sun Mar 25 08:58:18 PDT 2012


Author: xiphmont
Date: 2012-03-25 08:58:18 -0700 (Sun, 25 Mar 2012)
New Revision: 18222

Modified:
   trunk/planarity/Makefile
   trunk/planarity/nls.h
   trunk/planarity/po/ca.po
   trunk/planarity/po/cs.po
   trunk/planarity/po/de.po
   trunk/planarity/po/es_ES.po
   trunk/planarity/po/fr_FR.po
   trunk/planarity/po/gPlanarity.pot
   trunk/planarity/version.h
Log:
Build fixes for minor distro shifts.


Modified: trunk/planarity/Makefile
===================================================================
--- trunk/planarity/Makefile	2012-03-06 15:16:34 UTC (rev 18221)
+++ trunk/planarity/Makefile	2012-03-25 15:58:18 UTC (rev 18222)
@@ -3,7 +3,7 @@
 # and Fuck its little dog Libtool too
 
 TARGET  = gPlanarity
-CC      = gcc 
+CC      = gcc
 LD      = gcc
 export INSTALL = install
 PREFIX  = /usr/local
@@ -64,11 +64,11 @@
 
 debug:
 	pkg-config --cflags "gtk+-2.0 $(GTKVER) cairo $(CAIROVER) freetype2" 1>/dev/null
-	$(MAKE) target CFLAGS='-g -Wall -W -Wno-unused-parameter -D__NO_MATH_INLINES $(GCF) $(ADD_DEF)'
+	$(MAKE) target CFLAGS='-g -Wall -W -Wno-unused-parameter -D__NO_MATH_INLINES $(GCF) $(ADD_DEF) $(CLFAGS)'
 
 profile:
 	pkg-config --cflags "gtk+-2.0 $(GTKVER) cairo $(CAIROVER) freetype2" 1>/dev/null
-	$(MAKE) target CFLAGS='-pg -g -O2 -ffast-math $(GCF) $(ADD_DEF)" LIBS="$(LIBS) -lgprof-helper'
+	$(MAKE) target CFLAGS='-pg -g -O2 -ffast-math $(GCF) $(ADD_DEF) $(CFLAGS)'
 
 clean: clean-local clean-recursive
 
@@ -91,7 +91,7 @@
 
 target:  $(OBJ) 
 	./touch-version
-	$(LD) $(OBJ) $(CFLAGS) -o $(TARGET) $(LIBS) $(LDF)
+	$(LD) $(OBJ) $(CFLAGS) -o $(TARGET) $(LIBS) -lm $(LDF)
 
 install: install-local install-recursive
 

Modified: trunk/planarity/nls.h
===================================================================
--- trunk/planarity/nls.h	2012-03-06 15:16:34 UTC (rev 18221)
+++ trunk/planarity/nls.h	2012-03-25 15:58:18 UTC (rev 18222)
@@ -1,5 +1,4 @@
 #ifdef ENABLE_NLS
-#include "gettext.h"
 #include <locale.h>
 #include <libintl.h>
 

Modified: trunk/planarity/po/ca.po
===================================================================
--- trunk/planarity/po/ca.po	2012-03-06 15:16:34 UTC (rev 18221)
+++ trunk/planarity/po/ca.po	2012-03-25 15:58:18 UTC (rev 18222)
@@ -7,14 +7,14 @@
 msgstr ""
 "Project-Id-Version: 16723\n"
 "Report-Msgid-Bugs-To: Monty <monty at xiph.org>\n"
-"POT-Creation-Date: 2009-12-11 14:15-0500\n"
+"POT-Creation-Date: 2012-03-25 11:48-0400\n"
 "PO-Revision-Date: 2010-11-27 12:01+0100\n"
 "Last-Translator: Àngel Mompó <mecatxis at gmail.com>\n"
 "Language-Team:   <ca at dodds.net>\n"
+"Language: ca_ES\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: ca_ES\n"
 "Plural-Forms: nplurals=2; plural=n != 1\n"
 
 #

Modified: trunk/planarity/po/cs.po
===================================================================
--- trunk/planarity/po/cs.po	2012-03-06 15:16:34 UTC (rev 18221)
+++ trunk/planarity/po/cs.po	2012-03-25 15:58:18 UTC (rev 18222)
@@ -7,10 +7,11 @@
 msgstr ""
 "Project-Id-Version: gPlanarity 11496\n"
 "Report-Msgid-Bugs-To: Monty <monty at xiph.org>\n"
-"POT-Creation-Date: 2009-11-25 02:29-0500\n"
+"POT-Creation-Date: 2012-03-25 11:48-0400\n"
 "PO-Revision-Date: 2007-05-15 17:58+0200\n"
 "Last-Translator: Petr Pisar <petr.pisar at atlas.cz>\n"
 "Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"
+"Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"

Modified: trunk/planarity/po/de.po
===================================================================
--- trunk/planarity/po/de.po	2012-03-06 15:16:34 UTC (rev 18221)
+++ trunk/planarity/po/de.po	2012-03-25 15:58:18 UTC (rev 18222)
@@ -8,10 +8,11 @@
 msgstr ""
 "Project-Id-Version: 16723\n"
 "Report-Msgid-Bugs-To: Monty <monty at xiph.org>\n"
-"POT-Creation-Date: 2009-11-25 02:29-0500\n"
+"POT-Creation-Date: 2012-03-25 11:48-0400\n"
 "PO-Revision-Date: 2011-03-13 15:08+0100\n"
 "Last-Translator: Nuke System <gplanarity.3.eatya at spamgourmet.com>\n"
 "Language-Team: deutsch <>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: \n"

Modified: trunk/planarity/po/es_ES.po
===================================================================
--- trunk/planarity/po/es_ES.po	2012-03-06 15:16:34 UTC (rev 18221)
+++ trunk/planarity/po/es_ES.po	2012-03-25 15:58:18 UTC (rev 18222)
@@ -7,10 +7,11 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: Monty <monty at xiph.org>\n"
-"POT-Creation-Date: 2009-11-25 02:29-0500\n"
+"POT-Creation-Date: 2012-03-25 11:48-0400\n"
 "PO-Revision-Date: 2009-09-12 19:45-0300\n"
 "Last-Translator: Federico Vera <dktcoding at gmail dot com>\n"
 "Language-Team: Spanish <kde-i18n-doc at kde.org>\n"
+"Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"

Modified: trunk/planarity/po/fr_FR.po
===================================================================
--- trunk/planarity/po/fr_FR.po	2012-03-06 15:16:34 UTC (rev 18221)
+++ trunk/planarity/po/fr_FR.po	2012-03-25 15:58:18 UTC (rev 18222)
@@ -7,10 +7,11 @@
 msgstr ""
 "Project-Id-Version: gplanarity 01.10\n"
 "Report-Msgid-Bugs-To: Monty <monty at xiph.org>\n"
-"POT-Creation-Date: 2009-11-25 02:29-0500\n"
+"POT-Creation-Date: 2012-03-25 11:48-0400\n"
 "PO-Revision-Date: 2009-11-23 20:59+0100\n"
 "Last-Translator: Lerique Julien <ljpupfr at gmail.com>\n"
 "Language-Team: french <ljpupfr at gmail.com>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"

Modified: trunk/planarity/po/gPlanarity.pot
===================================================================
--- trunk/planarity/po/gPlanarity.pot	2012-03-06 15:16:34 UTC (rev 18221)
+++ trunk/planarity/po/gPlanarity.pot	2012-03-25 15:58:18 UTC (rev 18222)
@@ -8,10 +8,11 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: Monty <monty at xiph.org>\n"
-"POT-Creation-Date: 2009-11-25 02:29-0500\n"
+"POT-Creation-Date: 2012-03-25 11:48-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -183,14 +184,14 @@
 msgstr ""
 #
 # File: ../gameboard.c, line: 78
-# File: ../gameboard.c, line: 189
+# File: ../gameboard.c, line: 192
 #, c-format
 msgid ""
 "Clipping and/or expanding this board to the current window size...\n"
 "\n"
 msgstr ""
 #
-# File: ../gameboard.c, line: 184
+# File: ../gameboard.c, line: 187
 #, c-format
 msgid ""
 "\n"
@@ -207,12 +208,12 @@
 msgid "rather many, really"
 msgstr ""
 #
-# File: ../gameboard_draw_main.c, line: 370
+# File: ../gameboard_draw_main.c, line: 374
 #, c-format
 msgid "ERROR:  Could not load board icon \"%s\"\n"
 msgstr ""
 #
-# File: ../gameboard_draw_main.c, line: 436
+# File: ../gameboard_draw_main.c, line: 440
 #, c-format
 msgid "ERROR:  Could not save board icon \"%s\"\n"
 msgstr ""
@@ -332,14 +333,14 @@
 msgid " or fewer"
 msgstr ""
 #
-# File: ../levelstate.c, line: 169
+# File: ../levelstate.c, line: 170
 #, c-format
 msgid ""
 "ERROR:  Could not save game state file \"%s\":\n"
 "\t%s\n"
 msgstr ""
 #
-# File: ../levelstate.c, line: 216
+# File: ../levelstate.c, line: 217
 #, c-format
 msgid ""
 "ERROR:  Could not read game state file \"%s\":\n"

Modified: trunk/planarity/version.h
===================================================================
--- trunk/planarity/version.h	2012-03-06 15:16:34 UTC (rev 18221)
+++ trunk/planarity/version.h	2012-03-25 15:58:18 UTC (rev 18222)
@@ -1,2 +1,2 @@
 #define VERSION "$Id$ "
-/* DO NOT EDIT: Automated versioning hack [Wed Mar 23 05:30:26 EDT 2011] */
+/* DO NOT EDIT: Automated versioning hack [Sun Mar 25 11:57:36 EDT 2012] */



More information about the commits mailing list