[xiph-commits] r13641 - trunk/ffmpeg2theora/frontend
j at svn.xiph.org
j at svn.xiph.org
Mon Aug 27 11:48:28 PDT 2007
Author: j
Date: 2007-08-27 11:48:28 -0700 (Mon, 27 Aug 2007)
New Revision: 13641
Added:
trunk/ffmpeg2theora/frontend/Simple Theora Encoder.icns
Modified:
trunk/ffmpeg2theora/frontend/setup.macosx.py
Log:
* add icon based on http://people.xiph.org/~giles/2006/xifish/
Added: trunk/ffmpeg2theora/frontend/Simple Theora Encoder.icns
===================================================================
(Binary files differ)
Property changes on: trunk/ffmpeg2theora/frontend/Simple Theora Encoder.icns
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/ffmpeg2theora/frontend/setup.macosx.py
===================================================================
--- trunk/ffmpeg2theora/frontend/setup.macosx.py 2007-08-27 15:53:14 UTC (rev 13640)
+++ trunk/ffmpeg2theora/frontend/setup.macosx.py 2007-08-27 18:48:28 UTC (rev 13641)
@@ -25,7 +25,10 @@
name='Simple Theora Encoder',
options={'py2app': {
'strip': True,
- 'packages': ['PythonCard', 'wx']
+ 'optimize': 2,
+ 'iconfile': 'Simple Theora Encoder.icns',
+ 'packages': ['PythonCard', 'wx'],
+ 'plist': {'CFBundleIconFile': 'Simple Theora Encoder.icns'},
}},
cmdclass = {'py2app': mypy2app }
More information about the commits
mailing list