Revision: 5810
Author: pebender
Date: Tue Nov 10 20:09:26 2009
Log: - Fixed a bug that caused Adobe Flash Player to crash MythBrowser in
   MythTV 0.22 (Qt 4.5 needed to be compiled with glib enabled so that Qt
   and libflashplayer.so (which depends on GTK) use the same main loop).


http://code.google.com/p/minimyth/source/detail?r=5810

Modified:
  /trunk/gar-minimyth/html/minimyth/document-changelog.txt
  /trunk/gar-minimyth/script/qt/qt4/Makefile

=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Tue Nov 10  
17:07:08 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Tue Nov 10  
20:09:26 2009
@@ -50,6 +50,9 @@
        MythTV 0.22.
      - Fixed a bug that caused MythStream to crash in MythTV 0.22 due to
        streams.res not being present.
+    - Fixed a bug that caused Adobe Flash Player to crash MythBrowser in
+      MythTV 0.22 (Qt 4.5 needed to be compiled with glib enabled so that  
Qt
+      and libflashplayer.so (which depends on GTK) use the same main loop).

  Modified build system
      - Modified system/udev so that it builds udev-extras.
=======================================
--- /trunk/gar-minimyth/script/qt/qt4/Makefile  Thu Oct  1 08:15:16 2009
+++ /trunk/gar-minimyth/script/qt/qt4/Makefile  Tue Nov 10 20:09:26 2009
@@ -11,7 +11,7 @@
  define BLURB
  endef

-DEPENDS   = lang/c lang/c++ db/mysql lib/dbus lib/freetype lib/fontconfig  
lib/libjpeg lib/libmng lib/libpng lib/libtiff lib/openssl lib/zlib xorg/xorg
+DEPENDS   = lang/c lang/c++ db/mysql lib/dbus gtk/glib lib/freetype  
lib/fontconfig lib/libjpeg lib/libmng lib/libpng lib/libtiff lib/openssl  
lib/zlib xorg/xorg
  BUILDDEPS = devel/bison devel/flex

  PWD := $(shell pwd)
@@ -66,7 +66,7 @@
        -no-xinput \
        -xkb \
        -no-separate-debug-info \
-       -no-glib \
+       -glib \
        -little-endian
  ifeq ($(DESTIMG),build)
  BUILD_ENV = \

--~--~---------~--~----~------------~-------~--~----~
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]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to