gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash configure.ac gui/Info.plist.in gui/Info.p...


From: Markus Gothe
Subject: [Gnash-commit] gnash configure.ac gui/Info.plist.in gui/Info.p...
Date: Sun, 29 Jul 2007 22:04:52 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/07/29 22:04:52

Modified files:
        .              : configure.ac 
Added files:
        gui            : Info.plist.in 
Removed files:
        gui            : Info.plist 

Log message:
        Added version-info to OS X bundle.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.382&r2=1.383
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Info.plist.in?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Info.plist?cvsroot=gnash&r1=1.2&r2=0

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.382
retrieving revision 1.383
diff -u -b -r1.382 -r1.383
--- configure.ac        29 Jul 2007 17:33:23 -0000      1.382
+++ configure.ac        29 Jul 2007 22:04:52 -0000      1.383
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.382 2007/07/29 17:33:23 strk Exp $
+dnl $Id: configure.ac,v 1.383 2007/07/29 22:04:52 nihilus Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -359,7 +359,7 @@
 
 if test x$build_ogl = xyes; then
 dnl   if test x$build_fb = xyes -o x$build_fltk = xyes; then
-   if test x$build_gtk != xyes -a x$build_fltk != xyes -a x$build_kde != xyes; 
then
+   if test x$build_gtk != xyes -a x$build_fltk != xyes -a x$build_kde != xyes 
-a x$build_aqua != xyes; then
      AC_MSG_ERROR([OpenGL renderer needs one of gtk,fltk or kde guis. Try 
enabling any of them ( --enable-gui=gtk|kde|fltk ) or using AGG ( 
--enable-renderer=AGG ).]);
    fi
    AC_DEFINE([RENDERER_OPENGL], [], [Use OpenGL renderer])
@@ -1320,6 +1320,7 @@
 testsuite/server/Makefile
 testsuite/libamf.all/Makefile
 gui/Makefile
+gui/Info.plist
 extensions/Makefile
 extensions/dejagnu/Makefile
 extensions/mysql/Makefile

Index: gui/Info.plist.in
===================================================================
RCS file: gui/Info.plist.in
diff -N gui/Info.plist.in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ gui/Info.plist.in   29 Jul 2007 22:04:52 -0000      1.1
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
+<plist version="1.0">
+<dict>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleExecutable</key>
+       <string>gnash</string>
+       <key>CFBundleGetInfoString</key>
+       <string>@VERSION@, Copyright (C) 2005-2007 Free Software Foundation, 
Inc.</string>
+       <key>CFBundleTypeExtensions</key>
+       <array>
+       <string>swf</string>
+    <string>SWF</string>
+    </array>
+    <key>CFBundleTypeName</key>
+       <string>Flash File</string>
+       <key>CFBundleTypeOSTypes</key>
+       <array>
+       <string>swf</string>
+    <string>SWF</string>
+       </array>
+    <key>CFBundleGetInfoString</key>
+       <string>gnash version: @VERSION@</string>
+       <key>CFBundleIconFile</key>
+       <string>GnashG.icns</string>
+       <key>CFBundleIdentifier</key>
+       <string>com.gnash.aqua</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>1.0</string>
+       <key>SUFeedURL</key>
+       <string>http://www.gnashdev.org/update.xml</string>
+       <key>CSResourcesFileMapped</key>
+       <true/>
+</dict>
+</plist>

Index: gui/Info.plist
===================================================================
RCS file: gui/Info.plist
diff -N gui/Info.plist
--- gui/Info.plist      28 Jul 2007 14:55:28 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
-<plist version="1.0">
-<dict>
-       <key>CFBundleDevelopmentRegion</key>
-       <string>English</string>
-       <key>CFBundleExecutable</key>
-       <string>gnash</string>
-       <key>CFBundleGetInfoString</key>
-       <string>0.8.1, Copyright (C) 2005-2007 Free Software Foundation, 
Inc.</string>
-       <key>CFBundleTypeExtensions</key>
-       <array>
-       <string>swf</string>
-    <string>SWF</string>
-    </array>
-    <key>CFBundleTypeName</key>
-       <string>Flash File</string>
-       <key>CFBundleTypeOSTypes</key>
-       <array>
-       <string>swf</string>
-    <string>SWF</string>
-       </array>
-    <key>CFBundleGetInfoString</key>
-       <string>gnash Version 0.8.1</string>
-       <key>CFBundleIconFile</key>
-       <string>GnashG.icns</string>
-       <key>CFBundleIdentifier</key>
-       <string>com.gnash.aqua</string>
-       <key>CFBundleInfoDictionaryVersion</key>
-       <string>6.0</string>
-       <key>CFBundlePackageType</key>
-       <string>APPL</string>
-       <key>CFBundleSignature</key>
-       <string>????</string>
-       <key>CFBundleVersion</key>
-       <string>1.0</string>
-       <key>SUFeedURL</key>
-       <string>http://www.gnashdev.org/update.xml</string>
-       <key>CSResourcesFileMapped</key>
-       <true/>
-</dict>
-</plist>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]