Revision: 5847 Author: pebender Date: Mon Nov 16 17:40:37 2009 Log: - Modified gtk/gtk+ so that it compiles with minimal rather than no debugging as doing so stops (at least some) crashing of MythTV 0.22's MythBrowser when displaying Adobe Flash.
http://code.google.com/p/minimyth/source/detail?r=5847 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/gtk/gtk+/Makefile ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sun Nov 15 14:56:24 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon Nov 16 17:40:37 2009 @@ -5,7 +5,7 @@ MiniMyth release. For earlier changes see the yearly changelog files. -------------------------------------------------------------------------------- -Changes since 72 (2009-11-15): +Changes since 72 (2009-11-16): Current MythTV versions MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch svn 16082 and @@ -42,6 +42,8 @@ streams.res not being present. - Fixed a bug where init would reject MM_X_TV_TYPE='PAL-D' for nvidia driver. + - Fixe a bug that caused MythTV 0.22's MythBrowser to crash when attempting + to display Adobe Flash. Fixed build system - Modified the configure arguments in lib/fontconfig's Makefile so that its @@ -50,6 +52,9 @@ - Modified X11/xscreensaver's Makefile to work around a problem caused by by xscreensaver's broken use of intltools. - Modified X11/libva's Makefile so that it does not install libva-compat.la. + - Modified gtk/gtk+ so that it compiles with minimal rather than no + debugging as doing so stops (at least some) crashing of MythTV 0.22's + MythBrowser when displaying Adobe Flash. Added packages Added X11/xbindkeys. ======================================= --- /trunk/gar-minimyth/script/gtk/gtk+/Makefile Sun Oct 18 13:16:44 2009 +++ /trunk/gar-minimyth/script/gtk/gtk+/Makefile Mon Nov 16 17:40:37 2009 @@ -28,7 +28,7 @@ --disable-silent-rules \ --disable-static \ --enable-shared \ - --enable-debug=no \ + --enable-debug=minimal \ --enable-shm \ --enable-xkb \ --enable-xinerama \ -- You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=.
